(char: typeof charCodes.space | typeof charCodes.semicolon)
| 607 | } |
| 608 | |
| 609 | _queue(char: typeof charCodes.space | typeof charCodes.semicolon): void { |
| 610 | this._buf.queue(char); |
| 611 | |
| 612 | this.setLastChar(-1); |
| 613 | } |
| 614 | |
| 615 | _maybeIndent(): void { |
| 616 | const indent = this._shouldIndent(); |
no test coverage detected