Added caching, more tests

This commit is contained in:
Ron Buckton
2015-12-07 14:58:13 -08:00
parent f9ae3e4f2b
commit 30575dbd7c
12 changed files with 928 additions and 292 deletions

View File

@@ -160,7 +160,8 @@ var harnessSources = harnessCoreSources.concat([
"reuseProgramStructure.ts",
"cachingInServerLSHost.ts",
"moduleResolution.ts",
"tsconfigParsing.ts"
"tsconfigParsing.ts",
"expandFiles.ts"
].map(function (f) {
return path.join(unittestsDirectory, f);
})).concat([