Home
last modified time | relevance | path

Searched refs:sourceCodeLocationInfo (Results 1 – 11 of 11) sorted by relevance

/third_party/parse5/packages/parse5/test/
Dlocation-info-parser.test.js22 sourceCodeLocationInfo: true property
37 sourceCodeLocationInfo: true property
52 sourceCodeLocationInfo: true property
66 sourceCodeLocationInfo: true property
79 sourceCodeLocationInfo: true property
99 sourceCodeLocationInfo: true property
117 sourceCodeLocationInfo: true property
163 …parse5.parse('<!doctype><body>Testing location</body>', { adapter, sourceCodeLocationInfo: true }); property
Dparser.test.js42 const opts = { sourceCodeLocationInfo: true }; property
48 assert(args.options.sourceCodeLocationInfo);
54 assert(args.options.sourceCodeLocationInfo);
60 assert(!args.options.sourceCodeLocationInfo);
/third_party/parse5/packages/parse5-sax-parser/docs/
Dsax-parser-options.md5 * [sourceCodeLocationInfo](#locationinfo)
13 ### `<Optional>` sourceCodeLocationInfo
15 **● sourceCodeLocationInfo**: *`boolean`*
/third_party/parse5/packages/parse5/docs/options/
Dparser-options.md5 * [sourceCodeLocationInfo](#sourcecodelocationinfo)
15 ### `<Optional>` sourceCodeLocationInfo
17 **● sourceCodeLocationInfo**: *`boolean`*
/third_party/parse5/packages/parse5-sax-parser/lib/
Dindex.js12 sourceCodeLocationInfo: false property
24 if (this.options.sourceCodeLocationInfo) {
89 if (this.options.sourceCodeLocationInfo) {
/third_party/parse5/packages/parse5-sax-parser/test/
Dlocation-info.test.js12 const parser = new SAXParser({ sourceCodeLocationInfo: true }); property
34 const parser = new SAXParser({ sourceCodeLocationInfo: true }); property
/third_party/parse5/packages/parse5-parser-stream/test/
Dlocation-info.test.js17 sourceCodeLocationInfo: true property
/third_party/parse5/packages/parse5-html-rewriting-stream/lib/
Dindex.js8 super({ sourceCodeLocationInfo: true }); property
/third_party/parse5/test/utils/
Dgenerate-location-info-parser-tests.js108 sourceCodeLocationInfo: true property
/third_party/parse5/packages/parse5-html-rewriting-stream/docs/
Dindex.md84 **Note:** [sourceCodeLocationInfo](../../parse5-sax-parser/docs/sax-parser-options.md#locationinfo)…
/third_party/parse5/packages/parse5/lib/parser/
Dindex.js24 sourceCodeLocationInfo: false, property
338 if (this.options.sourceCodeLocationInfo) {