Speed up tests by not type-checking lib.d.ts unless the test asks for that.

This commit is contained in:
Cyrus Najmabadi
2015-06-04 01:03:02 -07:00
parent 343a923a35
commit 2bf19e80c3
25 changed files with 139 additions and 106 deletions

View File

@@ -391,6 +391,7 @@ module ts {
processImportedModules(file, basePath);
}
if (isDefaultLib) {
file.isDefaultLib = true;
files.unshift(file);
}
else {