(file)
| 196 | } |
| 197 | |
| 198 | mapResolve(file) { |
| 199 | if (/^\w+:\/\//.test(file)) { |
| 200 | return file |
| 201 | } |
| 202 | return resolve(this.map.consumer().sourceRoot || this.map.root || '.', file) |
| 203 | } |
| 204 | |
| 205 | origin(line, column, endLine, endColumn) { |
| 206 | if (!this.map) return false |