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

Method helper

packages/compiler-ssr/src/ssrCodegenTransform.ts:85–85  ·  view source on GitHub ↗
(name: T)

Source from the content-addressed store, hash-verified

83 withSlotScopeId: boolean
84 onError: (error: CompilerError) => void
85 helper<T extends symbol>(name: T): T
86 pushStringPart(part: TemplateLiteral['elements'][0]): void
87 pushStatement(statement: IfStatement | CallExpression): void
88}

Callers 15

processChildrenFunction · 0.65
ssrProcessTeleportFunction · 0.65
ssrProcessSuspenseFunction · 0.65
processOptionFunction · 0.65
ssrTransformModelFunction · 0.65
ssrTransformComponentFunction · 0.65
ssrTransformSlotOutletFunction · 0.65
ssrTransformElementFunction · 0.65
buildSSRPropsFunction · 0.65
ssrProcessForFunction · 0.65
processDefineSlotsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected