SFCTemplateCompileOptions Type — vue Architecture
Architecture documentation for the SFCTemplateCompileOptions type/interface in compileTemplate.ts from the vue codebase.
Entity Profile
Source Code
packages/compiler-sfc/src/compileTemplate.ts lines 12–28
export interface SFCTemplateCompileOptions {
source: string
filename: string
compiler?: TemplateCompiler
compilerOptions?: CompilerOptions
transformAssetUrls?: AssetURLOptions | boolean
transformAssetUrlsOptions?: TransformAssetUrlsOptions
preprocessLang?: string
preprocessOptions?: any
transpileOptions?: any
isProduction?: boolean
isFunctional?: boolean
optimizeSSR?: boolean
prettify?: boolean
isTS?: boolean
bindings?: BindingMetadata
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free