Home
last modified time | relevance | path

Searched defs:ParserOptions (Results 1 – 6 of 6) sorted by relevance

/third_party/parse5/packages/parse5/lib/
Dindex.ts1 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/
Dindex.ts1 import { type ParserOptions, type TreeAdapterTypeMap, html } from 'parse5'; alias
/third_party/parse5/packages/parse5-parser-stream/lib/
Dindex.ts2 import { Parser, type ParserOptions, type TreeAdapterTypeMap, type DefaultTreeAdapterMap } from 'pa… alias
/third_party/parse5/test/utils/
Dgenerate-location-info-parser-tests.ts4 import { type TreeAdapterTypeMap, type TreeAdapter, type ParserOptions, type Token, serializeOuter … alias
/third_party/parse5/packages/parse5/lib/parser/
Dparser-location-info.test.ts3 import { type ParserOptions, type TreeAdapterTypeMap, parse, parseFragment } from 'parse5'; alias
Dindex.ts78 export interface ParserOptions<T extends TreeAdapterTypeMap> { interface