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,typesMapJson]);
499
+
gulp.task("lssl","Builds language service server library",[tsserverLibraryFile]);
507
500
gulp.task("local","Builds the full compiler and services",[builtLocalCompiler,servicesFile,serverFile,builtGeneratedDiagnosticMessagesJSON,tsserverLibraryFile]);
508
501
gulp.task("tsc","Builds only the compiler",[builtLocalCompiler]);
0 commit comments