Home
last modified time | relevance | path

Searched refs:readDirectory (Results 1 – 25 of 38) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DAPISample_WatchWithOwnWatchHost.js36 readDirectory: ts.sys.readDirectory,
88 readDirectory: ts.sys.readDirectory, property
/third_party/typescript/tests/cases/compiler/
DAPISample_WatchWithOwnWatchHost.ts40 readDirectory: ts.sys.readDirectory,
/third_party/typescript/src/compiler/
DwatchUtilities.ts13readDirectory?(path: string, extensions?: readonly string[], exclude?: readonly string[], include?… method
29readDirectory(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);
Dwatch.ts479 readDirectory: maybeBind(host, host.readDirectory),
535readDirectory: (path, extensions, exclude, include, depth) => system.readDirectory(path, extension…
DwatchPublic.ts93readDirectory?(path: string, extensions?: readonly string[], exclude?: readonly string[], include?… method
158readDirectory(path: string, extensions?: readonly string[], exclude?: readonly string[], include?:… method
Dsys.ts1105readDirectory(path: string, extensions?: readonly string[], exclude?: readonly string[], include?:… method
1263 readDirectory,
1713 …function readDirectory(path: string, extensions?: readonly string[], excludes?: readonly string[],… function
Dprogram.ts188readDirectory: (path, extensions, include, exclude, depth) => system.readDirectory(path, extension…
3920readDirectory?(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/
DcachingFileSystemInformation.ts14 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);
Dsession.ts21 readDirectory() { return []; },
/third_party/typescript/src/harness/
DfakesHosts.ts94 …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);
DloggedIO.ts326 wrapper.readDirectory = recordReplay(wrapper.readDirectory, underlying)(
328 … const result = (<ts.System>underlying).readDirectory(path, extensions, exclude, include, depth);
DharnessLanguageService.ts278readDirectory(path: string, extensions?: readonly string[], exclude?: readonly string[], include?:…
279 return this.sys.readDirectory(path, extensions, exclude, include, depth);
383 readDirectory = ts.notImplemented;
786readDirectory(path: string, extensions?: readonly string[], exclude?: readonly string[], include?:…
787 return this.host.readDirectory(path, extensions, exclude, include, depth);
DharnessIO.ts23readDirectory(path: string, extension?: readonly string[], exclude?: readonly string[], include?: … method
153readDirectory: (path, extension, exclude, include, depth) => ts.sys.readDirectory(path, extension,…
1269 readDirectory: () => [], constant
1440 let existing = IO.readDirectory(referenceDir, referencedExtensions || [extension]);
DvirtualFileSystemWithWatch.ts920readDirectory(path: string, extensions?: readonly string[], exclude?: readonly string[], include?:…
/third_party/typescript/src/services/
Dshims.ts79readDirectory(rootDir: string, extension: string, basePaths?: string, excludeEx?: string, includeF… method
101readDirectory(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(
Dservices.ts1366 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);
Dtypes.ts255readDirectory?(path: string, extensions?: readonly string[], exclude?: readonly string[], include?… method
DstringCompletions.ts555 if (!host.readDirectory) {
/third_party/typescript/src/testRunner/
DrwcRunner.ts76 readDirectory: Harness.IO.readDirectory,
DprojectsRunner.ts98 …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/
DjsTyping.ts8readDirectory(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/
DshowConfig.ts19 readDirectory() { return []; },
/third_party/typescript/src/webServer/
DwebServer.ts154 readDirectory: notImplemented, // Configured project, typing installer
/third_party/typescript/src/server/
Dproject.ts481readDirectory(path: string, extensions?: readonly string[], exclude?: readonly string[], include?:…
482 … return this.directoryStructureHost.readDirectory!(path, extensions, exclude, include, depth);
/third_party/typescript/lib/
Dtypescript.d.ts2044readDirectory(rootDir: string, extensions: readonly string[], excludes: readonly string[] | undefi… method
3118readDirectory?(rootDir: string, extensions: readonly string[], excludes: readonly string[] | undef… method
3959readDirectory(path: string, extensions?: readonly string[], exclude?: readonly string[], include?:…
5066readDirectory?(path: string, extensions?: readonly string[], exclude?: readonly string[], include?…
5110readDirectory(path: string, extensions?: readonly string[], exclude?: readonly string[], include?:…
5451readDirectory?(path: string, extensions?: readonly string[], exclude?: readonly string[], include?… method

12