Skip to content

Commit f28d236

Browse files
Merge pull request microsoft#19925 from Microsoft/fixUpSpecGenScript
Add 'scripthost' to 'lib' for the 'generate-spec' target.
2 parents a79610a + 1579f2f commit f28d236

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Jakefile.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,10 @@ compileFile(word2mdJs,
731731
[word2mdTs],
732732
[word2mdTs],
733733
[],
734-
/*useBuiltCompiler*/ false);
734+
/*useBuiltCompiler*/ false,
735+
{
736+
lib: "scripthost,es5"
737+
});
735738

736739
// The generated spec.md; built for the 'generate-spec' task
737740
file(specMd, [word2mdJs, specWord], function () {

0 commit comments

Comments
 (0)