/third_party/typescript/tests/baselines/reference/ |
D | APISample_WatchWithOwnWatchHost.js | 34 directoryExists: ts.sys.directoryExists, 86 directoryExists: ts.sys.directoryExists, property
|
/third_party/typescript/src/compiler/ |
D | watchUtilities.ts | 11 directoryExists?(path: string): boolean; method 22 directoryExists: boolean; property 53 directoryExists: host.directoryExists && directoryExists, 147 function directoryExists(dirPath: string): boolean { function 149 …dReadDirectoryResult.has(ensureTrailingDirectorySeparator(path)) || host.directoryExists!(dirPath); 209 if (!host.directoryExists) { 218 directoryExists: host.directoryExists(fileOrDirectoryPath) 220 if (fsQueryResult.directoryExists || hasEntry(parentResult.directories, baseName)) {
|
D | sys.ts | 454 directoryExists(dir: string): boolean; method 471 directoryExists, 591 if (parentWatcher && directoryExists(dirName)) { 669 … directoryExists(parentDir) ? mapDefined(getAccessibleSortedChildDirectories(parentDir), child => { 791 directoryExists: System["directoryExists"]; property 811 directoryExists, 917 directoryExists, 996 path => sys.directoryExists(path)); 1100 directoryExists(path: string): boolean; method 1216 directoryExists, [all …]
|
D | moduleNameResolver.ts | 264 …function getDefaultTypeRoots(currentDirectory: string, host: { directoryExists?: (directoryName: s… 267 if (!host.directoryExists) { 275 if (host.directoryExists!(atTypes)) { 353 const directoryExists = directoryProbablyExists(candidateDirectory, host); constant 354 if (!directoryExists && traceEnabled) { 359 !directoryExists, moduleResolutionState)); 419 if (host.directoryExists && host.getDirectories) { 423 if (host.directoryExists(root)) { 1182 … const directoryExists = !onlyRecordFailures && directoryProbablyExists(packageDirectory, host); constant 1184 if (directoryExists && host.fileExists(packageJsonPath)) { [all …]
|
D | watch.ts | 474 … directoryExists: maybeBind(directoryStructureHost, directoryStructureHost.directoryExists), 495 path => host.directoryExists!(path)); 533 directoryExists: path => system.directoryExists(path),
|
D | program.ts | 94 function directoryExists(directoryPath: string): boolean { 98 if ((compilerHost.directoryExists || system.directoryExists)(directoryPath)) { 118 path => directoryExists(path)); 184 directoryExists: directoryName => system.directoryExists(directoryName), 199 directoryExists?(directory: string): boolean; method 212 const originalDirectoryExists = host.directoryExists; 286 host.directoryExists = directory => { 912 …const { onProgramCreateComplete, fileExists, directoryExists } = updateHostForUseSourceOfProjectRe… constant 1094 directoryExists, 3683 const originalDirectoryExists = host.compilerHost.directoryExists; [all …]
|
D | watchPublic.ts | 89 directoryExists?(path: string): boolean; method
|
/third_party/typescript/tests/cases/compiler/ |
D | APISample_WatchWithOwnWatchHost.ts | 38 directoryExists: ts.sys.directoryExists,
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | cachingFileSystemInformation.ts | 9 directoryExists = "directoryExists", enumerator 21 … directoryExists: setCallsTrackingWithSingleArgFn(CalledMapsWithSingleArg.directoryExists), 82 verifyNoCall(CalledMapsWithSingleArg.directoryExists); 148 … callsTrackingHost.verifyCalledOnEachEntry(CalledMapsWithSingleArg.directoryExists, f2DirLookups); 168 …lsTrackingHost.verifyCalledOnEachEntryNTimes(CalledMapsWithSingleArg.directoryExists, f1DirLookups… 410 …lsTrackingHost.verifyCalledOnEachEntryNTimes(CalledMapsWithSingleArg.directoryExists, [canonicalFi…
|
D | resolutionCache.ts | 465 if (!ignoreIfParentMissing || host.directoryExists(getDirectoryPath(path))) { 485 if (useNodeModules && !foundModule && !host.directoryExists(directory)) {
|
D | session.ts | 15 directoryExists: () => false,
|
/third_party/typescript/src/services/ |
D | shims.ts | 85 directoryExists(directoryName: string): boolean; method 90 directoryExists(directoryName: string): boolean; method 353 public directoryExists: ((directoryName: string) => boolean) | undefined; property in ts.LanguageServiceShimHostAdapter 368 … this.directoryExists = directoryName => this.shimHost.directoryExists(directoryName); 508 public directoryExists: (directoryName: string) => boolean; 515 … this.directoryExists = directoryName => this.shimHost.directoryExists(directoryName); 518 this.directoryExists = undefined!; // TODO: GH#18217
|
D | transpile.ts | 87 directoryExists: () => true,
|
/third_party/typescript/src/harness/ |
D | fakesHosts.ts | 68 public directoryExists(path: string) { 201 public directoryExists(directoryName: string): boolean { 202 return this.sys.directoryExists(directoryName); 272 public directoryExists(directoryName: string): boolean { 273 return this.sys.directoryExists(directoryName);
|
D | harnessLanguageService.ts | 166 public directoryExists(path: string) { method in Harness.LanguageService.LanguageServiceAdapterHost 270 directoryExists(dirName: string): boolean { 271 return this.sys.directoryExists(dirName); 394 directoryExists(): boolean { 759 directoryExists(): boolean {
|
D | harnessIO.ts | 14 directoryExists(path: string): boolean; method 126 else if (!ts.sys.directoryExists(path)) { 144 directoryExists: path => ts.sys.directoryExists(path), 1367 if (fileCache[dirName] || IO.directoryExists(dirName)) {
|
D | virtualFileSystemWithWatch.ts | 438 directoryExists: this.directoryExists.bind(this), 888 directoryExists(s: string) {
|
D | loggedIO.ts | 433 wrapper.directoryExists = notSupported;
|
D | vfsUtil.ts | 1204 directoryExists(path: string): boolean; method 1218 if (host.directoryExists(path)) {
|
/third_party/typescript/src/jsTyping/ |
D | jsTyping.ts | 5 directoryExists(path: string): boolean; method 248 if (!host.directoryExists(packagesFolderPath)) {
|
/third_party/typescript/src/webServer/ |
D | webServer.ts | 153 directoryExists: returnFalse, // Module resolution
|
/third_party/typescript/src/typingsInstallerCore/ |
D | typingsInstaller.ts | 402 if (!host.directoryExists(directoryName)) { 405 if (!host.directoryExists(directory)) {
|
/third_party/typescript/src/server/ |
D | project.ts | 512 directoryExists(path: string): boolean { 513 return this.directoryStructureHost.directoryExists!(path); // TODO: GH#18217 1734 directoryExists: this.program.directoryExists,
|
/third_party/typescript/src/testRunner/unittests/ |
D | moduleResolution.ts | 64 directoryExists: path => directories.has(path), 1412 directoryExists: _ => false constant
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/ |
D | parserharness.ts | 733 public directoryExists(s: string) { return false; } 1131 directoryExists: (path: string) => true,
|