Type alias ParserError

ParserError: {
    _errid: ParserErrId;
    child?: ParserError;
    end: number;
    start: number;
}

Metadata about the error including an id that can be used for i18n error messages

Type declaration

Generated using TypeDoc