thedeeno / web-component-tester-istanbul

Instanbul coverage reporting for projects being tested by web-component-tester
28 stars 29 forks source link

Adds isparta support for ES6 Modules #19

Closed donniewa closed 8 years ago

donniewa commented 8 years ago
thedeeno commented 8 years ago

Nice! I don't want to replace istanbul entirely though (especially since isparta isn't a drop in replacement). I'm open to this mode being a configuration flag that's off by default though. Can you augment this pull to add the flag and only use isparta if it's true?

Perhaps the flag's name can be isparta or es6 or babel. Which ever feels right to you since you're using it.