Merge pull request #19925 from Microsoft/fixUpSpecGenScript

Add 'scripthost' to 'lib' for the 'generate-spec' target.
This commit is contained in:
Daniel Rosenwasser 2017-11-10 14:43:36 -08:00 committed by GitHub
commit f28d236200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -731,7 +731,10 @@ compileFile(word2mdJs,
[word2mdTs],
[word2mdTs],
[],
/*useBuiltCompiler*/ false);
/*useBuiltCompiler*/ false,
{
lib: "scripthost,es5"
});
// The generated spec.md; built for the 'generate-spec' task
file(specMd, [word2mdJs, specWord], function () {