Removing cachePath from discoverTypings and DiscoverTypingsInfo.

With the move to using the packageNameToLocation map it is no longer required.
This commit is contained in:
Jason Ramsay
2016-03-03 15:17:52 -08:00
parent 0cba37d5b2
commit ae2b7c2aa2
3 changed files with 0 additions and 4 deletions

View File

@@ -2442,7 +2442,6 @@ namespace ts {
export interface DiscoverTypingsInfo {
fileNames: string[]; // The file names that belong to the same project.
cachePath: string; // The path to the typings cache
projectRootPath: string; // The path to the project root directory
safeListPath: string; // The path used to retrieve the safe list
packageNameToTypingLocation: Map<string>; // The map of package names to their cached typing locations