Searched refs:onParseError (Results 1 – 7 of 7) sorted by relevance
33 constructor(private handler: { onParseError?: ParserErrorHandler | null }) {}61 if (this.handler.onParseError && this.lastErrOffset !== this.offset) {63 this.handler.onParseError(this.getError(code));215 this.handler.onParseError === null ||
242 onParseError?: ParserErrorHandler | null; property293 this.handler.onParseError?.(this.preprocessor.getError(code));
82 const onParseError = jest.fn(); constant83 parse('<!doctype html><noscript>foo</noscript\r\n>', { onParseError });85 expect(onParseError).not.toHaveBeenCalled();
111 onParseError?: ParserErrorHandler | null; property118 onParseError: null, constant124 onParseError: ParserErrorHandler | null; property in Parser141 this.onParseError = this.options.onParseError;144 if (this.onParseError) {240 if (!this.onParseError) return;253 this.onParseError(err);
91 onParseError: (err: ParserError): void => { constant
78 onParseError(err: ParserError): void { method in TokenizeHandler
4 …onParseError=t.onParseError}_setErrorLocation(e){e.startLine=e.endLine=this.posTracker.line,e.star… property