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