Skip to content

Commit fae0532

Browse files
committed
refactor: remove unused switch case
1 parent d4e0af2 commit fae0532

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/decode.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,6 @@ function decodeValue(input: string, cursor = { pos: 0 }): CodableValue {
199199
pos += 1
200200
break
201201

202-
case CharCode.Comma:
203-
result[key] = key = ''
204-
break
205-
206202
case CharCode.Escape:
207203
pos += 1 // Skip the escape and append the next character.
208204

0 commit comments

Comments
 (0)