Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
159
type
SourceChunk = string | SourceNode;
160
161
function
joinSourceChunks(chunks: SourceChunk[]): SourceNode {
162
return
new
SourceNode(null, null, null, chunks);
163
}
Callers
3
getBundleResult
Function · 0.85
moduleSourceNode
Function · 0.85
createModuleTableNode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected