@internal
()
| 301 | |
| 302 | /** @internal */ |
| 303 | _ensureindentStr(): void { |
| 304 | if (this.indentStr === undefined) { |
| 305 | this.indentStr = guessIndent(this.original) |
| 306 | } |
| 307 | } |
| 308 | |
| 309 | /** @internal */ |
| 310 | _getRawIndentString(): string | null | undefined { |
no test coverage detected