Searched refs:getRootPackageJsonPath (Results 1 – 7 of 7) sorted by relevance
| /expo/packages/@expo/config/build/ |
| H A D | resolvePackageJson.js | 6 exports.getRootPackageJsonPath = getRootPackageJsonPath; 28 function getRootPackageJsonPath(projectRoot) { function
|
| H A D | resolvePackageJson.d.ts | 1 export declare function getRootPackageJsonPath(projectRoot: string): string; function
|
| H A D | resolvePackageJson.js.map | 1 …getRootPackageJsonPath","projectRoot","packageJsonPath","join","existsSync","ConfigError"],"source…
|
| H A D | Config.js | 279 const packageJsonPath = (0, _resolvePackageJson().getRootPackageJsonPath)(projectRoot);
|
| H A D | Config.js.map | 1 …getRootPackageJsonPath","JsonFile","read","getDynamicConfigFilePath","getStaticConfigFilePath","fi…
|
| /expo/packages/@expo/config/src/ |
| H A D | resolvePackageJson.ts | 6 export function getRootPackageJsonPath(projectRoot: string): string { function
|
| H A D | Config.ts | 25 import { getRootPackageJsonPath } from './resolvePackageJson'; 195 const packageJsonPath = getRootPackageJsonPath(projectRoot);
|