Merge remote-tracking branch 'upstream/master' into jsDoc2

This commit is contained in:
Ryan Cavanaugh
2016-01-06 13:51:45 -08:00
76 changed files with 1622 additions and 343 deletions

View File

@@ -2649,6 +2649,8 @@ namespace ts {
// readFile function is used to read arbitrary text files on disk, i.e. when resolution procedure needs the content of 'package.json'
// to determine location of bundled typings for node module
readFile(fileName: string): string;
directoryExists?(directoryName: string): boolean;
}
export interface ResolvedModule {