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

Method joinChunksWithComma

src/LuaPrinter.ts:854–856  ·  view source on GitHub ↗
(chunks: SourceChunk[])

Source from the content-addressed store, hash-verified

852 }
853
854 protected joinChunksWithComma(chunks: SourceChunk[]): SourceChunk[] {
855 return intersperse(chunks, ", ");
856 }
857
858 /**
859 * Returns true if the expression list (table field or parameters) should be printed on one line.

Calls 1

intersperseFunction · 0.90

Tested by

no test coverage detected