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

Function addNode

packages/compiler-core/src/parser.ts:912–914  ·  view source on GitHub ↗
(node: TemplateChildNode)

Source from the content-addressed store, hash-verified

910}
911
912function addNode(node: TemplateChildNode) {
913 ;(stack[0] || currentRoot).children.push(node)
914}
915
916function getLoc(start: number, end?: number): SourceLocation {
917 return {

Callers 3

oninterpolationFunction · 0.85
oncommentFunction · 0.85
endOpenTagFunction · 0.85

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected