Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ compile
Method
compile
packages/compiler-sfc/src/compileTemplate.ts:33–33 ·
view source on GitHub ↗
(source: string | RootNode, options: CompilerOptions)
Source
from the content-addressed store, hash-verified
31
32
export
interface
TemplateCompiler {
33
compile(source: string | RootNode, options: CompilerOptions): CodegenResult
34
parse(template: string, options: ParserOptions): RootNode
35
}
36
Callers
1
doCompileTemplate
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected