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

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
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free