UNPKG

buntis

Version:

A 100% compliant, self-hosted typescript parser that emits an ESTree-compatible abstract syntax tree

3 lines 215 B
import { Context, ParserState } from './common'; export declare function report(parser: ParserState, _context: Context, type: Errors, _early: 0 | 1, ...params: string[]): void; //# sourceMappingURL=errors.d.ts.map