@internal
()
| 395 | |
| 396 | /** @internal */ |
| 397 | _ensureindentStr(): void { |
| 398 | if (this.indentStr === undefined) { |
| 399 | this.indentStr = guessIndent(this.original) |
| 400 | } |
| 401 | } |
| 402 | |
| 403 | /** @internal */ |
| 404 | _getRawIndentString(): string | null | undefined { |
no test coverage detected