Home / Type/ HTMLParserOptions Type — vue Architecture

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
  13f89c27_68c7_43b9_e950_66c4c4db6884["HTMLParserOptions"]
  3e4fe868_3184_a713_88c2_eb0e9a4c1aec["html-parser.ts"]
  13f89c27_68c7_43b9_e950_66c4c4db6884 -->|defined in| 3e4fe868_3184_a713_88c2_eb0e9a4c1aec
  style 13f89c27_68c7_43b9_e950_66c4c4db6884 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
}

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