webpack-contrib / istanbul-instrumenter-loader

Istanbul Instrumenter Loader
MIT License
273 stars 65 forks source link

Add Remaping support #29

Closed MichaReiser closed 7 years ago

MichaReiser commented 8 years ago

Pass the intermediate source map to the instrumenter that can be used to remap the coverage report to the original source. Requires istanbuljs/istanbul-lib-instrument#23. A more detailed explanation can be found in istanbuljs/istanbul-lib-source-maps#4

Fixes #22, #7, karma-runner/karma-coverage#109 and handles #25

MichaReiser commented 7 years ago

@deepsweet The required changes have been accepted... The PR is good to go

MichaReiser commented 7 years ago

@deepsweet Is the PR good to go from your perspective? Would allow me to switch back to your official version.

deepsweet commented 7 years ago

👍