VueTemplateCompilerParseOptions Type — vue Architecture
Architecture documentation for the VueTemplateCompilerParseOptions type/interface in parseComponent.ts from the vue codebase.
Entity Profile
Dependency Diagram
graph TD e78627e7_56ea_02a3_3f09_996207b26a06["VueTemplateCompilerParseOptions"] 0efbfda6_f2a2_633c_6405_ea7a32c8a88d["parseComponent.ts"] e78627e7_56ea_02a3_3f09_996207b26a06 -->|defined in| 0efbfda6_f2a2_633c_6405_ea7a32c8a88d style e78627e7_56ea_02a3_3f09_996207b26a06 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/compiler-sfc/src/parseComponent.ts lines 68–72
export interface VueTemplateCompilerParseOptions {
pad?: 'line' | 'space' | boolean
deindent?: boolean
outputSourceRange?: boolean
}
Defined In
Source
Frequently Asked Questions
What is the VueTemplateCompilerParseOptions type?
VueTemplateCompilerParseOptions is a type/interface in the vue codebase, defined in packages/compiler-sfc/src/parseComponent.ts.
Where is VueTemplateCompilerParseOptions defined?
VueTemplateCompilerParseOptions is defined in packages/compiler-sfc/src/parseComponent.ts at line 68.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free