HTMLParserOptions Type — vue Architecture
Architecture documentation for the HTMLParserOptions type/interface in html-parser.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD 67e360b2_5230_f5d8_121f_77f9c59e3ab4["HTMLParserOptions"] 3c4fa7b0_c9a8_3b62_4edb_edb8676e969a["html-parser.ts"] 67e360b2_5230_f5d8_121f_77f9c59e3ab4 -->|defined in| 3c4fa7b0_c9a8_3b62_4edb_edb8676e969a style 67e360b2_5230_f5d8_121f_77f9c59e3ab4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/compiler/parser/html-parser.ts lines 58–69
export interface HTMLParserOptions extends CompilerOptions {
start?: (
tag: string,
attrs: ASTAttr[],
unary: boolean,
start: number,
end: number
) => void
end?: (tag: string, start: number, end: number) => void
chars?: (text: string, start?: number, end?: number) => void
comment?: (content: string, start: number, end: number) => void
}
Defined In
Source
Frequently Asked Questions
What is the HTMLParserOptions type?
HTMLParserOptions is a type/interface in the vue codebase, defined in src/compiler/parser/html-parser.ts.
Where is HTMLParserOptions defined?
HTMLParserOptions is defined in src/compiler/parser/html-parser.ts at line 58.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free