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
Copy file name to clipboardExpand all lines: Gulpfile.js
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -590,6 +590,7 @@ task("LKG").description = "Makes a new LKG out of the built js files";
590
590
task("LKG").flags={
591
591
" --built": "Compile using the built version of the compiler.",
592
592
};
593
+
task("lkg",series("LKG"));
593
594
594
595
constgenerateSpec=()=>exec("cscript",["//nologo","scripts/word2md.js",path.resolve("doc/TypeScript Language Specification - ARCHIVED.docx"),path.resolve("doc/spec-ARCHIVED.md")]);
0 commit comments