Open tbranyen opened 8 years ago
I don't have much experience with ES6 yet, so I won't be of much help with unstable istanbul. But what you're describing seems like problem with istanbul itself rather than with this project.
How do you figure? This library is tightly coupled to the API provided by Istanbul or similar instrumenters. If Istanbul changes their API surface area, it would totally be related to this tightly coupled library.
I've been trying to get browserify-istanbul to work with the latest unstable Istanbul version for more accurate ES6 coverage reports.
Currently stuck on the fact that neither esprima@3.0.0-beta or the version specified in istanbul-instrumenter package seem to support ES6 module syntax. This is bizarre to me, but when running against my codebase I get:
Which correlates to:
So unless we can figure out why this isn't parsing to a correct AST, I'm blocked on further progress :-/