MCPcopy Create free account
hub / github.com/MMmaXingXing/mini-vue / genText

Function genText

code/src/compiler-core/src/codegen.ts:135–138  ·  view source on GitHub ↗
(context, node)

Source from the content-addressed store, hash-verified

133};
134
135const genText = (context, node) => {
136 const { push } = context;
137 push(`'${node.content}'`);
138};

Callers 1

genNodeFunction · 0.70

Calls 1

pushFunction · 0.70

Tested by

no test coverage detected