Home
last modified time | relevance | path

Searched refs:directoryExists (Results 1 – 25 of 46) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DAPISample_WatchWithOwnWatchHost.js34 directoryExists: ts.sys.directoryExists,
86 directoryExists: ts.sys.directoryExists, property
/third_party/typescript/src/compiler/
DwatchUtilities.ts11 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)) {
Dsys.ts454 directoryExists(dir: string): boolean; method
471 directoryExists,
591 if (parentWatcher && directoryExists(dirName)) {
669directoryExists(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 …]
DmoduleNameResolver.ts264 …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 …]
Dwatch.ts474directoryExists: maybeBind(directoryStructureHost, directoryStructureHost.directoryExists),
495 path => host.directoryExists!(path));
533 directoryExists: path => system.directoryExists(path),
Dprogram.ts94 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 …]
DwatchPublic.ts89 directoryExists?(path: string): boolean; method
/third_party/typescript/tests/cases/compiler/
DAPISample_WatchWithOwnWatchHost.ts38 directoryExists: ts.sys.directoryExists,
/third_party/typescript/src/testRunner/unittests/tsserver/
DcachingFileSystemInformation.ts9 directoryExists = "directoryExists", enumerator
21directoryExists: 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…
DresolutionCache.ts465 if (!ignoreIfParentMissing || host.directoryExists(getDirectoryPath(path))) {
485 if (useNodeModules && !foundModule && !host.directoryExists(directory)) {
Dsession.ts15 directoryExists: () => false,
/third_party/typescript/src/services/
Dshims.ts85 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
Dtranspile.ts87 directoryExists: () => true,
/third_party/typescript/src/harness/
DfakesHosts.ts68 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);
DharnessLanguageService.ts166 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 {
DharnessIO.ts14 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)) {
DvirtualFileSystemWithWatch.ts438 directoryExists: this.directoryExists.bind(this),
888 directoryExists(s: string) {
DloggedIO.ts433 wrapper.directoryExists = notSupported;
DvfsUtil.ts1204 directoryExists(path: string): boolean; method
1218 if (host.directoryExists(path)) {
/third_party/typescript/src/jsTyping/
DjsTyping.ts5 directoryExists(path: string): boolean; method
248 if (!host.directoryExists(packagesFolderPath)) {
/third_party/typescript/src/webServer/
DwebServer.ts153 directoryExists: returnFalse, // Module resolution
/third_party/typescript/src/typingsInstallerCore/
DtypingsInstaller.ts402 if (!host.directoryExists(directoryName)) {
405 if (!host.directoryExists(directory)) {
/third_party/typescript/src/server/
Dproject.ts512 directoryExists(path: string): boolean {
513 return this.directoryStructureHost.directoryExists!(path); // TODO: GH#18217
1734 directoryExists: this.program.directoryExists,
/third_party/typescript/src/testRunner/unittests/
DmoduleResolution.ts64 directoryExists: path => directories.has(path),
1412 directoryExists: _ => false constant
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts733 public directoryExists(s: string) { return false; }
1131 directoryExists: (path: string) => true,

12