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]);
453
-
gulp.task("local","Builds the full compiler and services",[builtLocalCompiler,servicesFile,serverFile,builtGeneratedDiagnosticMessagesJSON]);
452
+
gulp.task("local","Builds the full compiler and services",[builtLocalCompiler,servicesFile,serverFile,builtGeneratedDiagnosticMessagesJSON,tsserverLibraryFile]);
454
453
gulp.task("tsc","Builds only the compiler",[builtLocalCompiler]);
gulp.task("LKG","Makes a new LKG out of the built js files",["clean","dontUseDebugMode"],()=>{
510
509
returnrunSequence("LKGInternal","VerifyLKG");
@@ -766,7 +765,7 @@ function writeTestConfigFile(tests: string, light: boolean, taskConfigsFolder?:
766
765
}
767
766
768
767
769
-
gulp.task("runtests-browser","Runs the tests using the built run.js file like 'gulp runtests'. Syntax is gulp runtests-browser. Additional optional parameters --tests=[regex], --port=, --browser=[chrome|IE]",["browserify",nodeServerOutFile],(done)=>{
768
+
gulp.task("runtests-browser","Runs the tests using the built run.js file like 'gulp runtests'. Syntax is gulp runtests-browser. Additional optional parameters --tests=[regex], --browser=[chrome|IE]",["browserify",nodeServerOutFile],(done)=>{
desc("Runs the tests using the built run.js file like 'jake runtests'. Syntax is jake runtests-browser. Additional optional parameters tests=[regex], port=, browser=[chrome|IE]");
850
+
desc("Runs the tests using the built run.js file like 'jake runtests'. Syntax is jake runtests-browser. Additional optional parameters tests=[regex], browser=[chrome|IE]");
0 commit comments