()
| 1070 | // } |
| 1071 | |
| 1072 | function invalidIdentifier () { |
| 1073 | column -= 5 |
| 1074 | return syntaxError(`JSON5: invalid identifier character at ${line}:${column}`) |
| 1075 | } |
| 1076 | |
| 1077 | function separatorChar (c) { |
| 1078 | console.warn(`JSON5: '${formatChar(c)}' in strings is not valid ECMAScript; consider escaping`) |
no test coverage detected
searching dependent graphs…