Faster monaco.d.ts generation

This commit is contained in:
Alex Dima
2018-10-17 23:17:29 +02:00
parent 613aa464ae
commit 4b8f928808
5 changed files with 214 additions and 16 deletions

View File

@@ -89,7 +89,6 @@ function compileTask(src, out, build) {
.pipe(generator.stream)
.pipe(compile())
.pipe(gulp.dest(out));
// .pipe(src !== 'src' ? es.through() : monacodtsTask(out, false));
};
}
exports.compileTask = compileTask;