(options)
| 954 | }; |
| 955 | } |
| 956 | generateMap(options) { |
| 957 | return new SourceMap(this.generateDecodedMap(options)); |
| 958 | } |
| 959 | getIndentString() { |
| 960 | const indentStringCounts = {}; |
| 961 | this.sources.forEach((source) => { |
nothing calls this directly
no test coverage detected