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

Method printNilLiteral

src/LuaPrinter.ts:638–640  ·  view source on GitHub ↗
(expression: lua.NilLiteral)

Source from the content-addressed store, hash-verified

636 }
637
638 public printNilLiteral(expression: lua.NilLiteral): SourceNode {
639 return this.createSourceNode(expression, "nil");
640 }
641
642 public printDotsLiteral(expression: lua.DotsLiteral): SourceNode {
643 return this.createSourceNode(expression, "...");

Callers 1

printExpressionMethod · 0.95

Calls 1

createSourceNodeMethod · 0.95

Tested by

no test coverage detected