-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Open
Labels
Description
🚀 Feature Proposal
Is there any interest in upgrading from source-map to @cspotcode/source-map? If so, I can attempt a pull request to see if all the tests pass.
Motivation
I see it mentioned in a few places that jest is blocked from upgrading past source-map 0.6.1.
mozilla/source-map#331 (comment)
https://github.com/facebook/jest/blob/199f9811ae68b15879cbe18b7ef7ebd61eefcf23/packages/jest-transform/src/types.ts#L29
@cspotcode/source-map has a sync API but the improved WASM-enabled performance of newer source-map.
Example
No response
Pitch
It would improve performance. By how much, I'm not sure.