@internal
()
| 291 | |
| 292 | /** @internal */ |
| 293 | _ensureindentStr(): void { |
| 294 | if (this.indentStr === undefined) { |
| 295 | this.indentStr = guessIndent(this.original) |
| 296 | } |
| 297 | } |
| 298 | |
| 299 | /** @internal */ |
| 300 | _getRawIndentString(): string | null | undefined { |
no test coverage detected