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
I tried to revert the array of line 50 from [oldMapConsumer, newMapConsumer] to [newMapConsumer, oldMapConsumer] and this issue is fixed, the test coverage remains at 100% and all tests pass
If there is no other consideration with the order of this array, I'd like to add some test cases and create a PR for this
I have 2 source maps generated from
magic-string
:The transform steps are
hello -> hellosome tail string -> hellosome tail stringsome tail string
, each step appendssome tail string
to original inputWhen I try to merge them, I get the result:
This is actually the second source map, and with this map I'm unable to recover the original string
hello
I'm wondering whether it is the expected behaiovr?
The text was updated successfully, but these errors were encountered: