@internal
()
| 296 | |
| 297 | /** @internal */ |
| 298 | _ensureindentStr(): void { |
| 299 | if (this.indentStr === undefined) { |
| 300 | this.indentStr = guessIndent(this.original) |
| 301 | } |
| 302 | } |
| 303 | |
| 304 | /** @internal */ |
| 305 | _getRawIndentString(): string | null | undefined { |
no test coverage detected