thrownewError("Cannot replace the LKG unless all built targets are present in directory 'built/local/'. The following files are missing:\n"+missingFiles.join("\n"));
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.",
}
constgenerateSpec=()=>exec("cscript",["//nologo","scripts/word2md.js",path.resolve("doc/TypeScript Language Specification.docx"),path.resolve("doc/spec.md")]);