MCPcopy Create free account
hub / github.com/TanStack/cli / appendText

Function appendText

packages/create/scripts/generate-manifest.mjs:212–217  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

210 const lines = []
211
212 function appendText(value) {
213 if (!value) {
214 return
215 }
216 lines.push(` __append(${JSON.stringify(value)})`)
217 }
218
219 for (const match of template.matchAll(regex)) {
220 let text = template.slice(cursor, match.index)

Callers 1

compileTemplateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected