(cxt: ParseCxt)
| 401 | } |
| 402 | |
| 403 | function jsonSyntaxError(cxt: ParseCxt): void { |
| 404 | parsingError(cxt, _`"unexpected token " + ${N.json}[${N.jsonPos}]`) |
| 405 | } |
| 406 | |
| 407 | function parsingError({gen, parseName}: ParseCxt, msg: Code): void { |
| 408 | gen.assign(_`${parseName}.message`, msg) |
no test coverage detected
searching dependent graphs…