Searched defs:ParserOptions (Results 1 – 6 of 6) sorted by relevance
/third_party/parse5/packages/parse5/lib/ |
D | index.ts | 1 import { Parser, type ParserOptions } from './parser/index.js'; alias 8 export { type ParserOptions, /** @internal */ Parser } from './parser/index.js'; alias
|
/third_party/parse5/packages/parse5-plain-text-conversion-stream/lib/ |
D | index.ts | 1 import { type ParserOptions, type TreeAdapterTypeMap, html } from 'parse5'; alias
|
/third_party/parse5/packages/parse5-parser-stream/lib/ |
D | index.ts | 2 import { Parser, type ParserOptions, type TreeAdapterTypeMap, type DefaultTreeAdapterMap } from 'pa… alias
|
/third_party/parse5/test/utils/ |
D | generate-location-info-parser-tests.ts | 4 import { type TreeAdapterTypeMap, type TreeAdapter, type ParserOptions, type Token, serializeOuter … alias
|
/third_party/parse5/packages/parse5/lib/parser/ |
D | parser-location-info.test.ts | 3 import { type ParserOptions, type TreeAdapterTypeMap, parse, parseFragment } from 'parse5'; alias
|
D | index.ts | 78 export interface ParserOptions<T extends TreeAdapterTypeMap> { interface
|