Searched refs:packageRoot (Results 1 – 4 of 4) sorted by relevance
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Package.ts | 48 function getCurrentPackageName(projectRoot: string, packageRoot: string) { 58 packageRoot: string, 77 const packageRoot = getPackageRoot(projectRoot, type as any); constant 80 return getCurrentPackageName(projectRoot, packageRoot); 83 return getCurrentPackageForProjectFile(projectRoot, packageRoot, '*', type); 160 const packageRoot = getPackageRoot(projectRoot, type as any); constant 162 if (!(await directoryExistsAsync(packageRoot))) { 163 debug(`- skipping refactor of missing directory: ${packageRoot}`); 167 const currentPackagePath = path.join(packageRoot, ...currentPackageName.split('.')); 168 const newPackagePath = path.join(packageRoot, ...packageName.split('.')); [all …]
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Package.js | 103 function getCurrentPackageName(projectRoot, packageRoot) { argument 109 function getCurrentPackageForProjectFile(projectRoot, packageRoot, fileName, type) { argument 119 const packageRoot = getPackageRoot(projectRoot, type); 121 return getCurrentPackageName(projectRoot, packageRoot); 124 return getCurrentPackageForProjectFile(projectRoot, packageRoot, '*', type); 192 const packageRoot = getPackageRoot(projectRoot, type); 194 if (!(await (0, _modules().directoryExistsAsync)(packageRoot))) { 195 debug(`- skipping refactor of missing directory: ${packageRoot}`); 198 const currentPackagePath = _path().default.join(packageRoot, ...currentPackageName.split('.')); 199 const newPackagePath = _path().default.join(packageRoot, ...packageName.split('.')); [all …]
|
| H A D | Package.js.map | 1 …packageRoot","mainApplication","getProjectFilePath","packagePath","dirname","packagePathParts","re…
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | getRunningProcess.ts | 27 function getPackageName(packageRoot: string): string | null { 28 const packageJson = path.join(packageRoot, 'package.json');
|