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

Method popIndent

src/LuaPrinter.ts:269–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

267 }
268
269 protected popIndent(): void {
270 this.currentIndent = this.currentIndent.slice(4);
271 }
272
273 protected indent(input: SourceChunk = ""): SourceChunk {
274 return this.concatNodes(this.currentIndent, input);

Callers 9

printDoStatementMethod · 0.95
printIfStatementMethod · 0.95
printWhileStatementMethod · 0.95
printRepeatStatementMethod · 0.95
printForStatementMethod · 0.95
printForInStatementMethod · 0.95
printExpressionListMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected