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

Method printOperator

src/LuaPrinter.ts:850–852  ·  view source on GitHub ↗
(kind: lua.Operator)

Source from the content-addressed store, hash-verified

848 }
849
850 public printOperator(kind: lua.Operator): SourceNode {
851 return new SourceNode(null, null, this.relativeSourcePath, LuaPrinter.operatorMap[kind]);
852 }
853
854 protected joinChunksWithComma(chunks: SourceChunk[]): SourceChunk[] {
855 return intersperse(chunks, ", ");

Callers 2

printUnaryExpressionMethod · 0.95
printBinaryExpressionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected