()
| 1056 | } |
| 1057 | |
| 1058 | function invalidEOF () { |
| 1059 | return syntaxError(`JSON5: invalid end of input at ${line}:${column}`) |
| 1060 | } |
| 1061 | |
| 1062 | // This code is unreachable. |
| 1063 | // function invalidToken () { |
no test coverage detected
searching dependent graphs…