html coverage reports currently show the compiled es5 Would be nice to either: 1. Add sourcemaps to istanbul reports 2. Switch to [nyc](https://github.com/istanbuljs/nyc) and compile on the fly (2 is maybe undesirable if you want the assurance of testing against the actual dist code. fwiw though, something like [this patch](https://gist.github.com/magicmark/1f42671a313f75d3c83e6dd8b10f6c0a) does the trick.)
html coverage reports currently show the compiled es5
Would be nice to either:
(2 is maybe undesirable if you want the assurance of testing against the actual dist code. fwiw though, something like this patch does the trick.)