Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
const
genText = (context, node) => {
136
const
{ push } = context;
137
push(`
'${node.content}'
`);
138
};
Callers
1
genNode
Function · 0.70
Calls
1
push
Function · 0.70
Tested by
no test coverage detected