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