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
First: Thanks guys, this tool is extremely helpful!
In this example here (generated and two original sources):
generated:
[B][2]
source1:
A[BC]
source2:
1[23]
The mapping of "B" and "2" both exceed to the end of the respective original source files (in the visualisation tool).
Is this display correct? If not, then this is the issue here.
If this is correct, how can I create a mapping that limits the extend? What I tried is to add a mapping from the first character following (f.e.) B to the end of the source line: B[]2 -> ABC[] and B2[] -> 123[], but that did't work.
The rationale of all this is that I want to be able to edit the generated source and update the original based on source maps. And that while keeping the source maps compliant to browser requirements.
The text was updated successfully, but these errors were encountered:
First: Thanks guys, this tool is extremely helpful!
In this example here (generated and two original sources):
generated:
source1:
source2:
The mapping of "B" and "2" both exceed to the end of the respective original source files (in the visualisation tool).
Is this display correct? If not, then this is the issue here.
If this is correct, how can I create a mapping that limits the extend? What I tried is to add a mapping from the first character following (f.e.) B to the end of the source line: B[]2 -> ABC[] and B2[] -> 123[], but that did't work.
It's probably clearer with a real example
The rationale of all this is that I want to be able to edit the generated source and update the original based on source maps. And that while keeping the source maps compliant to browser requirements.
The text was updated successfully, but these errors were encountered: