-
Notifications
You must be signed in to change notification settings - Fork 71
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
replace source-map with source-map-sync #102
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is different with source-map-js
?
@alexander-akait it's the original source-map with WASM, but with sync API. It's should be 2x faster than source-map-js. I will make a PR to source-map that easily to review. |
Do you have repo? |
Some developers bundle webpack, it is rare case, but it can be breaking change for them |
Yeah, I think that I can transform WASM into base64 so it will be not a problem |
@alexander-akait should be bundleable now :) |
No description provided.