-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move from source-map to source-map-sync #11070
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11070 +/- ##
==========================================
- Coverage 64.22% 64.21% -0.01%
==========================================
Files 305 305
Lines 13255 13257 +2
Branches 3235 3236 +1
==========================================
Hits 8513 8513
- Misses 4050 4051 +1
- Partials 692 693 +1
Continue to review full report at Codecov.
|
Seems that CI failed on master too |
Hi, @SimenB I'd be interested in this PR to land. Is there anything I can help with to get this rolling ? |
The package now called source-map-js. @7rulnik could you update this pr when you back? |
This PR is stale because it has been open 1 year with no activity. Remove stale label or comment or this will be closed in 30 days. |
This PR was closed because it has been stalled for 30 days with no activity. Please open a new PR if the issue is still relevant, linking to this one. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
I made the fork of source-map that introduces sync API, but still uses WASM.
You can compare changes to original versions here
Test plan
source-map-sync uses the same unit test as the original source-map, but not sure that enough