Open F1LT3R opened 9 years ago
I also don't understand the significance of the lines in the example. What does 2 mean? What does 8 mean? I've tried to make educated guesses but no number I guess at seems to give me the correct line in my source maps.
Hi @thlorenz I am wondering about your use of offset line.
I've taken your code and tried to add a third file to the map:
This seems to work fine, but what I would like to check with you... is if
.addFile(barFile3, { line: offset.line + 8 })
will work for adding the third file (all all subsequent files)?