Produce source maps for local typescriptServices build (#41589)

* Enable source maps for typescriptServices local builds

* Alias gulp lkg -> gulp LKG
This commit is contained in:
Andrew Branch
2020-11-30 14:28:13 -08:00
committed by GitHub
parent 06fb724cd1
commit 5a8186f86d
2 changed files with 1 additions and 1 deletions

View File

@@ -590,6 +590,7 @@ task("LKG").description = "Makes a new LKG out of the built js files";
task("LKG").flags = {
" --built": "Compile using the built version of the compiler.",
};
task("lkg", series("LKG"));
const generateSpec = () => exec("cscript", ["//nologo", "scripts/word2md.js", path.resolve("doc/TypeScript Language Specification - ARCHIVED.docx"), path.resolve("doc/spec-ARCHIVED.md")]);
task("generate-spec", series(buildScripts, generateSpec));