MCPcopy Index your code
hub / github.com/TypeScriptToLua/TypeScriptToLua / joinSourceChunks

Function joinSourceChunks

src/transpilation/bundle.ts:161–163  ·  view source on GitHub ↗
(chunks: SourceChunk[])

Source from the content-addressed store, hash-verified

159type SourceChunk = string | SourceNode;
160
161function joinSourceChunks(chunks: SourceChunk[]): SourceNode {
162 return new SourceNode(null, null, null, chunks);
163}

Callers 3

getBundleResultFunction · 0.85
moduleSourceNodeFunction · 0.85
createModuleTableNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected