html coverage reports currently show the compiled es5
Would be nice to either:
- Add sourcemaps to istanbul reports
- Switch to 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 does the trick.)