(cxt: ParseCxt)
| 356 | } |
| 357 | |
| 358 | function parseEmpty(cxt: ParseCxt): void { |
| 359 | parseWith(cxt, parseJson) |
| 360 | } |
| 361 | |
| 362 | function parseWith(cxt: ParseCxt, parseFunc: {code: string}, args?: SafeExpr): void { |
| 363 | partialParse(cxt, useFunc(cxt.gen, parseFunc), args) |
no test coverage detected
searching dependent graphs…