Home
last modified time | relevance | path

Searched refs:getRootPackageJsonPath (Results 1 – 7 of 7) sorted by relevance

/expo/packages/@expo/config/build/
H A DresolvePackageJson.js6 exports.getRootPackageJsonPath = getRootPackageJsonPath;
28 function getRootPackageJsonPath(projectRoot) { function
H A DresolvePackageJson.d.ts1 export declare function getRootPackageJsonPath(projectRoot: string): string; function
H A DresolvePackageJson.js.map1getRootPackageJsonPath","projectRoot","packageJsonPath","join","existsSync","ConfigError"],"source…
H A DConfig.js279 const packageJsonPath = (0, _resolvePackageJson().getRootPackageJsonPath)(projectRoot);
H A DConfig.js.map1getRootPackageJsonPath","JsonFile","read","getDynamicConfigFilePath","getStaticConfigFilePath","fi…
/expo/packages/@expo/config/src/
H A DresolvePackageJson.ts6 export function getRootPackageJsonPath(projectRoot: string): string { function
H A DConfig.ts25 import { getRootPackageJsonPath } from './resolvePackageJson';
195 const packageJsonPath = getRootPackageJsonPath(projectRoot);