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

Method hoist

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

Source from the content-addressed store, hash-verified

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
121 constantCache: WeakMap<TemplateChildNode, ConstantTypes>
122 vForMemoKeyedNodes: WeakSet<ElementNode>

Callers 4

getImportsExpressionExpFunction · 0.80
transformSrcsetFunction · 0.80
walkFunction · 0.80
mockFunction · 0.80

Calls

no outgoing calls

Tested by 1

mockFunction · 0.64