/third_party/typescript/tests/baselines/reference/ |
D | APISample_WatchWithOwnWatchHost.js | 36 readDirectory: ts.sys.readDirectory, 88 readDirectory: ts.sys.readDirectory, property
|
/third_party/typescript/tests/cases/compiler/ |
D | APISample_WatchWithOwnWatchHost.ts | 40 readDirectory: ts.sys.readDirectory,
|
/third_party/typescript/src/compiler/ |
D | watchUtilities.ts | 13 …readDirectory?(path: string, extensions?: readonly string[], exclude?: readonly string[], include?… method 29 …readDirectory(path: string, extensions?: readonly string[], exclude?: readonly string[], include?:… method 43 if (!host.getDirectories || !host.readDirectory) { 55 readDirectory, 82 …files: map(host.readDirectory!(rootDir, /*extensions*/ undefined, /*exclude*/ undefined, /*include… 171 …function readDirectory(rootDir: string, extensions?: readonly string[], excludes?: readonly string… function 177 return host.readDirectory!(rootDir, extensions, excludes, includes, depth);
|
D | watch.ts | 479 readDirectory: maybeBind(host, host.readDirectory), 535 …readDirectory: (path, extensions, exclude, include, depth) => system.readDirectory(path, extension…
|
D | watchPublic.ts | 93 …readDirectory?(path: string, extensions?: readonly string[], exclude?: readonly string[], include?… method 158 …readDirectory(path: string, extensions?: readonly string[], exclude?: readonly string[], include?:… method
|
D | sys.ts | 1105 …readDirectory(path: string, extensions?: readonly string[], exclude?: readonly string[], include?:… method 1263 readDirectory, 1713 …function readDirectory(path: string, extensions?: readonly string[], excludes?: readonly string[],… function
|
D | program.ts | 188 …readDirectory: (path, extensions, include, exclude, depth) => system.readDirectory(path, extension… 3920 …readDirectory?(rootDir: string, extensions: readonly string[], excludes: readonly string[] | undef… method 3929 readDirectory(root, extensions, excludes, includes, depth) { 3930 …Debug.assertIsDefined(directoryStructureHost.readDirectory, "'CompilerHost.readDirectory' must be … 3931 … return directoryStructureHost.readDirectory(root, extensions, excludes, includes, depth);
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | cachingFileSystemInformation.ts | 14 readDirectory = "readDirectory" enumerator 24 readDirectory: setCallsTrackingWithFiveArgFn(CalledMapsWithFiveArgs.readDirectory) 85 verifyNoCall(CalledMapsWithFiveArgs.readDirectory); 151 callsTrackingHost.verifyNoCall(CalledMapsWithFiveArgs.readDirectory); 171 callsTrackingHost.verifyNoCall(CalledMapsWithFiveArgs.readDirectory); 413 callsTrackingHost.verifyNoCall(CalledMapsWithFiveArgs.readDirectory);
|
D | session.ts | 21 readDirectory() { return []; },
|
/third_party/typescript/src/harness/ |
D | fakesHosts.ts | 94 …public readDirectory(path: string, extensions?: readonly string[], exclude?: readonly string[], in… 209 …public readDirectory(path: string, extensions: string[], excludes: string[], includes: string[], d… 210 return this.sys.readDirectory(path, extensions, excludes, includes, depth); 288 …public readDirectory(path: string, extensions?: readonly string[], exclude?: readonly string[], in… 289 return this.sys.readDirectory(path, extensions, exclude, include, depth);
|
D | loggedIO.ts | 326 wrapper.readDirectory = recordReplay(wrapper.readDirectory, underlying)( 328 … const result = (<ts.System>underlying).readDirectory(path, extensions, exclude, include, depth);
|
D | harnessLanguageService.ts | 278 …readDirectory(path: string, extensions?: readonly string[], exclude?: readonly string[], include?:… 279 return this.sys.readDirectory(path, extensions, exclude, include, depth); 383 readDirectory = ts.notImplemented; 786 …readDirectory(path: string, extensions?: readonly string[], exclude?: readonly string[], include?:… 787 return this.host.readDirectory(path, extensions, exclude, include, depth);
|
D | harnessIO.ts | 23 …readDirectory(path: string, extension?: readonly string[], exclude?: readonly string[], include?: … method 153 …readDirectory: (path, extension, exclude, include, depth) => ts.sys.readDirectory(path, extension,… 1269 readDirectory: () => [], constant 1440 let existing = IO.readDirectory(referenceDir, referencedExtensions || [extension]);
|
D | virtualFileSystemWithWatch.ts | 920 …readDirectory(path: string, extensions?: readonly string[], exclude?: readonly string[], include?:…
|
/third_party/typescript/src/services/ |
D | shims.ts | 79 …readDirectory(rootDir: string, extension: string, basePaths?: string, excludeEx?: string, includeF… method 101 …readDirectory(rootDir: string, extension: string, basePaths?: string, excludeEx?: string, includeF… method 483 …public readDirectory(path: string, extensions?: readonly string[], exclude?: string[], include?: s… method in ts.LanguageServiceShimHostAdapter 486 return JSON.parse(this.shimHost.readDirectory( 528 …public readDirectory(rootDir: string, extensions: readonly string[], exclude: readonly string[], i… 531 return JSON.parse(this.shimHost.readDirectory(
|
D | services.ts | 1366 readDirectory(path, extensions, exclude, include, depth) { 1367 …Debug.checkDefined(host.readDirectory, "'LanguageServiceHost.readDirectory' must be implemented to… 1368 return host.readDirectory!(path, extensions, exclude, include, depth);
|
D | types.ts | 255 …readDirectory?(path: string, extensions?: readonly string[], exclude?: readonly string[], include?… method
|
D | stringCompletions.ts | 555 if (!host.readDirectory) {
|
/third_party/typescript/src/testRunner/ |
D | rwcRunner.ts | 76 readDirectory: Harness.IO.readDirectory,
|
D | projectsRunner.ts | 98 …public readDirectory(path: string, extensions: string[], excludes: string[], includes: string[], d… 99 const result = super.readDirectory(path, extensions, excludes, includes, depth);
|
/third_party/typescript/src/jsTyping/ |
D | jsTyping.ts | 8 …readDirectory(rootDir: string, extensions: readonly string[], excludes: readonly string[] | undefi… method 253 …const fileNames = host.readDirectory(packagesFolderPath, [Extension.Json], /*excludes*/ undefined,…
|
/third_party/typescript/src/testRunner/unittests/config/ |
D | showConfig.ts | 19 readDirectory() { return []; },
|
/third_party/typescript/src/webServer/ |
D | webServer.ts | 154 readDirectory: notImplemented, // Configured project, typing installer
|
/third_party/typescript/src/server/ |
D | project.ts | 481 …readDirectory(path: string, extensions?: readonly string[], exclude?: readonly string[], include?:… 482 … return this.directoryStructureHost.readDirectory!(path, extensions, exclude, include, depth);
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 2044 …readDirectory(rootDir: string, extensions: readonly string[], excludes: readonly string[] | undefi… method 3118 …readDirectory?(rootDir: string, extensions: readonly string[], excludes: readonly string[] | undef… method 3959 …readDirectory(path: string, extensions?: readonly string[], exclude?: readonly string[], include?:… 5066 …readDirectory?(path: string, extensions?: readonly string[], exclude?: readonly string[], include?… 5110 …readDirectory(path: string, extensions?: readonly string[], exclude?: readonly string[], include?:… 5451 …readDirectory?(path: string, extensions?: readonly string[], exclude?: readonly string[], include?… method
|