()
| 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); |
no outgoing calls
no test coverage detected