You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)?
The text was updated successfully, but these errors were encountered:
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)?The text was updated successfully, but these errors were encountered: