()
| 200 | } |
| 201 | |
| 202 | getIndentString() { |
| 203 | this._ensureindentStr(); |
| 204 | return this.indentStr === null ? '\t' : this.indentStr; |
| 205 | } |
| 206 | |
| 207 | indent(indentStr, options) { |
| 208 | const pattern = /^[^\r\n]/gm; |
nothing calls this directly
no test coverage detected