Home
last modified time | relevance | path

Searched defs:ParserError (Results 1 – 4 of 4) sorted by relevance

/third_party/parse5/packages/parse5/lib/tokenizer/
Dpreprocessor.ts9 import { ERR, type ParserError, type ParserErrorHandler } from '../common/error-codes.js'; alias
/third_party/parse5/packages/parse5/lib/common/
Derror-codes.ts3 export interface ParserError extends Location { interface
/third_party/PyYAML/lib/yaml/
Dparser.py69 class ParserError(MarkedYAMLError): class
/third_party/PyYAML/yaml/
D_yaml.pyx18 ParserError = yaml.parser.ParserError variable