MCPcopy
hub / github.com/vuejs/core / parse

Method parse

packages/compiler-sfc/src/compileTemplate.ts:34–34  ·  view source on GitHub ↗
(template: string, options: ParserOptions)

Source from the content-addressed store, hash-verified

32export interface TemplateCompiler {
33 compile(source: string | RootNode, options: CompilerOptions): CodegenResult
34 parse(template: string, options: ParserOptions): RootNode
35}
36
37export interface SFCTemplateCompileResults {

Callers 11

effect.spec.tsFile · 0.65
doCompileTemplateFunction · 0.65
parseFunction · 0.65
scssFunction · 0.65
baseParseFunction · 0.65
index.tsFile · 0.65
inlineEnumsFunction · 0.65
release.jsFile · 0.65
getPkgManifestFunction · 0.65
updatePackageFunction · 0.65
buildFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected