Searched refs:fileExistsAsync (Results 1 – 12 of 12) sorted by relevance
4 import { fileExistsAsync } from '../../utils/modules';33 expect(await fileExistsAsync(path)).toBe(false);40 expect(await fileExistsAsync(path)).toBe(true);
8 exports.fileExistsAsync = fileExistsAsync;29 async function fileExistsAsync(file) { function
1 export declare function fileExistsAsync(file: string): Promise<boolean>; function
1 …fileExistsAsync","_await$statAsync$isFi","_await$statAsync","isFile","directoryExistsAsync","_awai…
5 import { fileExistsAsync } from '../dir';45 if (await fileExistsAsync(configPath)) {57 if (await fileExistsAsync(configPath)) {
7 import { fileExistsAsync } from '../../../utils/dir';151 if (await fileExistsAsync(tsConfigPath)) {
16 export async function fileExistsAsync(file: string): Promise<boolean> { function
8 import { fileExistsAsync } from '../../../utils/dir';98 if (await fileExistsAsync(path.resolve(projectRoot, pathOrURL))) {
15 export async function fileExistsAsync(file: string): Promise<boolean> { function
31 if (await changelog.fileExistsAsync()) {
250 async function fileExistsAsync(path: string): Promise<boolean> { function274 const fileExists = await fileExistsAsync(cacheFilename);
136 async fileExistsAsync(): Promise<boolean> { method in Changelog535 async fileExistsAsync(): Promise<boolean> { method in MemChangelog