()
| 386 | return new SourceMap(this.generateDecodedMap(options)); |
| 387 | } |
| 388 | getIndentString() { |
| 389 | return this.indentStr === null ? ' ' : this.indentStr; |
| 390 | } |
| 391 | indent(indentStr, options) { |
| 392 | const pattern = /^[^\r\n]/gm; |
| 393 | if (isObject(indentStr)) { |
nothing calls this directly
no outgoing calls
no test coverage detected