Searched refs:tryFileExists (Results 1 – 3 of 3) sorted by relevance
34 if (tryFileExists(host, packageJsonFileName)) {
2968 …export function tryFileExists(host: Pick<LanguageServiceHost, "fileExists">, path: string): boolea… function2996 if (tryFileExists(host, currentConfigPath)) {3009 packageJson = findConfigFile(ancestor, (f) => tryFileExists(host, f), packageJsonType);
700 if (tryFileExists(host, packageFile)) {