You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gulp.task("lssl","Builds language service server library",[tsserverLibraryFile]);
489
497
gulp.task("local","Builds the full compiler and services",[builtLocalCompiler,servicesFile,serverFile,builtGeneratedDiagnosticMessagesJSON,tsserverLibraryFile]);
490
498
gulp.task("tsc","Builds only the compiler",[builtLocalCompiler]);
@@ -658,26 +666,9 @@ function runConsoleTests(defaultReporter: string, runInParallel: boolean, done:
658
666
}
659
667
else{
660
668
// run task to load all tests and partition them between workers
@@ -710,6 +701,10 @@ function runConsoleTests(defaultReporter: string, runInParallel: boolean, done:
710
701
}
711
702
});
712
703
}
704
+
705
+
functiondeleteTestConfig(){
706
+
returndel("test.config");
707
+
}
713
708
}
714
709
715
710
gulp.task("runtests-parallel","Runs all the tests in parallel using the built run.js file. Optional arguments are: --t[ests]=category1|category2|... --d[ebug]=true.",["build-rules","tests"],(done)=>{
@@ -776,7 +771,7 @@ gulp.task("browserify", "Runs browserify on run.js to produce a file suitable fo
776
771
constfile=newVinyl({ contents,path: bundlePath});
777
772
console.log(`Fixing sourcemaps for ${file.path}`);
778
773
// assumes contents is a Buffer, since that's what browserify yields
0 commit comments