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

Method addIdentifiers

packages/compiler-core/src/transform.ts:117–117  ·  view source on GitHub ↗
(exp: ExpressionNode | string)

Source from the content-addressed store, hash-verified

115 removeNode(node?: TemplateChildNode): void
116 onNodeRemoved(): void
117 addIdentifiers(exp: ExpressionNode | string): void
118 removeIdentifiers(exp: ExpressionNode | string): void
119 hoist(exp: string | JSChildNode | ArrayExpression): SimpleExpressionNode
120 cache(exp: JSChildNode, isVNode?: boolean, inVOnce?: boolean): CacheExpression

Callers 2

transformOnFunction · 0.80
trackSlotScopesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected