Skip to content

Commit 1579f2f

Browse files
Add 'scripthost' to 'lib' for the 'generate-spec' target.
1 parent 06dd3f2 commit 1579f2f

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)