Home
last modified time | relevance | path

Searched refs:tryFileExists (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/server/
DpackageJsonCache.ts34 if (tryFileExists(host, packageJsonFileName)) {
/third_party/typescript/src/services/
Dutilities.ts2968 …export function tryFileExists(host: Pick<LanguageServiceHost, "fileExists">, path: string): boolea… function
2996 if (tryFileExists(host, currentConfigPath)) {
3009 packageJson = findConfigFile(ancestor, (f) => tryFileExists(host, f), packageJsonType);
DstringCompletions.ts700 if (tryFileExists(host, packageFile)) {