jeffrifwald / babel-istanbul

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.
Other
144 stars 23 forks source link

When instrumenting files with extension .es6 the instrumented files will have the same extension #6

Closed silkentrance closed 9 years ago

silkentrance commented 9 years ago

Would it be possible to replace the existing extension with .js as is the standard behavior when calling babel directly to transform a given suite of sources?

silkentrance commented 9 years ago

I see that this is the standard istanbul behavior. Sigh, will rename my sources and use the .es6.js extension instead.