sshev / karma-remap-coverage

Karma reporter that maps coverage to original non transpiled code (TypeScript, ES6/7, etc)
MIT License
35 stars 4 forks source link

bump remap-istanbul to 0.12 #28

Closed cexbrayat closed 2 years ago

cexbrayat commented 6 years ago

I recently fixed an issue in remap-istanbul https://github.com/SitePen/remap-istanbul/issues/168 and the maintainer released 0.12.0 containing the fix. The issue concerns projects using a more recent version Webpack that generates slightly different source maps.

Would it be possible to have a patch release of karma-remap-coverage containing the updated dependency?