Merge branch 'master' into vfs

This commit is contained in:
Ron Buckton
2017-11-11 10:26:40 -08:00
265 changed files with 4441 additions and 3417 deletions

View File

@@ -653,7 +653,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 () {