Unverified Commit 09bd187e authored by yann300's avatar yann300 Committed by GitHub

update standard

parent d9a80b19
...@@ -25,7 +25,7 @@ export class OffsetToLineColumnConverter extends Plugin { ...@@ -25,7 +25,7 @@ export class OffsetToLineColumnConverter extends Plugin {
this.lineBreakPositionsByContent[file] = this.sourceMappingDecoder.getLinebreakPositions(sources[sourcesArray[0]].content) this.lineBreakPositionsByContent[file] = this.sourceMappingDecoder.getLinebreakPositions(sources[sourcesArray[0]].content)
} else { } else {
for (var filename in asts) { for (var filename in asts) {
var source = asts[filename] const source = asts[filename]
if (source.id === file) { if (source.id === file) {
this.lineBreakPositionsByContent[file] = this.sourceMappingDecoder.getLinebreakPositions(sources[filename].content) this.lineBreakPositionsByContent[file] = this.sourceMappingDecoder.getLinebreakPositions(sources[filename].content)
break break
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment