v0.6.0
Add option to define a custom Instrumenter so you can instrument es6, jsx or any other language features.
var isparta = require('isparta');
var istanbul = require('gulp-istanbul');
gulp.src('lib/**.js')
.pipe(istanbul({
instrumenter: isparta.Instrumenter
}));