Searched defs:TreeAdapter (Results 1 – 6 of 6) sorted by relevance
| /third_party/parse5/test/utils/ |
| D | serialize-to-dat-file-format.ts | 1 import { html, type TreeAdapter, type TreeAdapterTypeMap, type Token } from 'parse5'; alias
|
| D | parse-dat-file.ts | 1 import { html, type TreeAdapterTypeMap, type TreeAdapter } from 'parse5'; alias
|
| D | common.ts | 3 import { type TreeAdapter, type Token, defaultTreeAdapter } from 'parse5'; alias
|
| D | generate-location-info-parser-tests.ts | 4 import { type TreeAdapterTypeMap, type TreeAdapter, type ParserOptions, type Token, serializeOuter … alias
|
| /third_party/parse5/packages/parse5-htmlparser2-tree-adapter/lib/ |
| D | index.ts | 1 import { type TreeAdapterTypeMap, type TreeAdapter, type Token, html } from 'parse5'; alias
|
| /third_party/parse5/packages/parse5/lib/tree-adapters/ |
| D | interface.ts | 35 export interface TreeAdapter<T extends TreeAdapterTypeMap = TreeAdapterTypeMap> { interface
|