Skip to content

Commit

Permalink
Revert unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Nov 15, 2023
1 parent 8c6461a commit 3e127c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export function printParseErrorCode(code: ParseErrorCode) {
case ParseErrorCode.InvalidEscapeCharacter: return 'InvalidEscapeCharacter';
case ParseErrorCode.InvalidCharacter: return 'InvalidCharacter';
}
return '<unknown ParseErrorCode>';
}

export type NodeType = 'object' | 'array' | 'property' | 'string' | 'number' | 'boolean' | 'null';
Expand Down

0 comments on commit 3e127c2

Please sign in to comment.