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

Method helper

packages/compiler-core/src/codegen.ts:134–134  ·  view source on GitHub ↗
(key: symbol)

Source from the content-addressed store, hash-verified

132 pure: boolean
133 map?: CodegenSourceMapGenerator
134 helper(key: symbol): string
135 push(code: string, newlineIndex?: number, node?: CodegenNode): void
136 indent(): void
137 deindent(withoutNewLine?: boolean): void

Callers 15

transformShowFunction · 0.65
transformOnFunction · 0.65
transformModelFunction · 0.65
stringifyCurrentChunkFunction · 0.65
createVNodeCallFunction · 0.65
injectPropFunction · 0.65
genNodeFunction · 0.65
wrapFilterFunction · 0.65
transformSlotOutletFunction · 0.65
transformOnceFunction · 0.65
transformMemoFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected