()
| 313 | return new b(this.generateDecodedMap(t)); |
| 314 | } |
| 315 | getIndentString() { |
| 316 | return this.indentStr === null ? ' ' : this.indentStr; |
| 317 | } |
| 318 | indent(t, e) { |
| 319 | const n = /^[^\r\n]/gm; |
| 320 | if ((x(t) && ((e = t), (t = void 0)), (t = t !== void 0 ? t : this.indentStr || ' '), t === '')) |
nothing calls this directly
no outgoing calls
no test coverage detected