-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
add support for 1:many source-maps #21
Comments
Hi! Is this related? jestjs/jest#8596 |
@scythargon I don't think that the |
This is needed if any bundler like webpack is used |
I started trying to hack this in to get to poc stage: but I'm pretty close to giving up - the above appears to work but I don't understand why lines start with a count of 1 - I'll try to continue bashing my head against it. also not sure if the issues I am having are down to the fact I'm using output from playwright, piped through pupeteer-to-istanbul. |
Would appreciate feedback and testing on #91 |
we should add support for source-maps that map from one transpiled source to many original sources, this is an extension to the work done in #19.
The text was updated successfully, but these errors were encountered: