Searched refs:directoryExistsAsync (Results 1 – 15 of 15) sorted by relevance
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | modules.js | 6 exports.directoryExistsAsync = directoryExistsAsync; 33 async function directoryExistsAsync(file) { function
|
| H A D | modules.d.ts | 2 export declare function directoryExistsAsync(file: string): Promise<boolean>;
|
| H A D | modules.js.map | 1 …directoryExistsAsync","_await$statAsync$isDi","_await$statAsync2","isDirectory","fileExists","stat…
|
| /expo/packages/@expo/cli/src/prebuild/ |
| H A D | validateTemplatePlatforms.ts | 6 import { directoryExistsAsync } from '../utils/dir'; 18 if (await directoryExistsAsync(path.join(templateDirectory, platform))) {
|
| H A D | copyTemplateFiles.ts | 7 import { copySync, directoryExistsAsync } from '../utils/dir'; 108 if (!(await directoryExistsAsync(projectPath))) {
|
| H A D | clearNativeFolder.ts | 7 import { directoryExistsAsync } from '../utils/dir'; 81 if (await directoryExistsAsync(path.join(projectRoot, platform))) {
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | modules.ts | 20 export async function directoryExistsAsync(file: string): Promise<boolean> { function
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | dir.ts | 11 export async function directoryExistsAsync(file: string): Promise<boolean> { function
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Paths.ts | 8 import { directoryExistsAsync } from '../utils/modules'; 107 if (await directoryExistsAsync(projectPath)) {
|
| H A D | Package.ts | 11 import { directoryExistsAsync } from '../utils/modules'; 162 if (!(await directoryExistsAsync(packageRoot))) {
|
| /expo/packages/@expo/cli/src/start/server/type-generation/ |
| H A D | routes.ts | 6 import { directoryExistsAsync } from '../../../utils/dir'; 76 if (await directoryExistsAsync(routerDirectory)) {
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Paths.js | 132 if (await (0, _modules().directoryExistsAsync)(projectPath)) {
|
| H A D | Paths.js.map | 1 …directoryExistsAsync","getAndroidManifestAsync","getResourceFolderAsync","getResourceXMLPathAsync"…
|
| H A D | Package.js | 194 if (!(await (0, _modules().directoryExistsAsync)(packageRoot))) {
|
| H A D | Package.js.map | 1 …directoryExistsAsync","currentPackagePath","newPackagePath","mkdirSync","recursive","relativePath"…
|