We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8094e7 commit acaf6a6Copy full SHA for acaf6a6
lib/parser.js
@@ -49,7 +49,7 @@ function generateSourceMap (filename, source, generated, sourceRoot) {
49
map.addMapping({
50
source: filename,
51
original: {
52
- line: index + 1,
+ line: index,
53
column: 0
54
},
55
generated: {
0 commit comments