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

Function parse

packages/compiler-dom/src/index.ts:66–68  ·  view source on GitHub ↗
(template: string, options: ParserOptions = {})

Source from the content-addressed store, hash-verified

64}
65
66export function parse(template: string, options: ParserOptions = {}): RootNode {
67 return baseParse(template, extend({}, parserOptions, options))
68}
69
70export * from './runtimeHelpers'
71export { transformStyle } from './transforms/transformStyle'

Callers 9

renderChunkFunction · 0.50
parse.spec.tsFile · 0.50
transformWithShowFunction · 0.50
parseWithVOnFunction · 0.50
transformWithModelFunction · 0.50
transformWithVHtmlFunction · 0.50
transformWithVTextFunction · 0.50
scanEnumsFunction · 0.50

Calls 1

baseParseFunction · 0.90

Tested by 6

transformWithShowFunction · 0.40
parseWithVOnFunction · 0.40
transformWithModelFunction · 0.40
transformWithVHtmlFunction · 0.40
transformWithVTextFunction · 0.40