-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
Split out the caching and source-map-fixing into separate modules. #117
Comments
👍 |
There's https://github.com/SitePen/remap-istanbul but it already does way too many things besides remapping the reports. Even if 1 and 2 are split out they may still end up coupled to each other. Not sure I see the point, unless they're moved into Istanbul itself maybe. |
I think
It would allow all our hard work getting source-maps and caching working to be used in other contexts.
That may be the ideal solution, but I have got to imagine that there is a good reason that source-map support hasn't found it's way to master yet over there. // @gotwarlost |
Sure, assuming those other contexts discover the modules. |
You take the risk of being ignored every time you type For my part, I am really curious how much overhead |
@jamestalmage it looks like @gotwarlost has been working on his own source-map library as part of the istanbuljs org, could we look at merging efforts? |
Please correct me if I'm wrong but this is resolved by the existence of |
I think caching is resolved and any further source-map work should be incorporated to istanbul-lib-source-maps. |
NYC now does 3 things:
append-transform
that captures coverage and source-map data.spawn-wrap
to make all this happen across forked processes.I think
1
and2
need to be split out.The text was updated successfully, but these errors were encountered: