Home
last modified time | relevance | path

Searched refs:findWorkspaceRoot (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/package-manager/build/utils/
H A DnodeManagers.js6 exports.createForProject = exports.resolvePackageManager = exports.findWorkspaceRoot = exports.RESO…
20 function findWorkspaceRoot(projectRoot, preferredManager) { function
38 exports.findWorkspaceRoot = findWorkspaceRoot;
45 const root = findWorkspaceRoot(projectRoot, preferredManager) ?? projectRoot;
H A DnodeManagers.d.ts14 export declare function findWorkspaceRoot(projectRoot: string, preferredManager?: NodePackageManage… function
/expo/packages/@expo/metro-config/src/
H A DgetModulesPaths.ts1 import findWorkspaceRoot from 'find-yarn-workspace-root';
9 return findWorkspaceRoot(projectRoot);
/expo/packages/@expo/package-manager/src/utils/
H A DnodeManagers.ts34 export function findWorkspaceRoot( function
68 const root = findWorkspaceRoot(projectRoot, preferredManager) ?? projectRoot;
/expo/packages/@expo/metro-config/build/
H A DgetModulesPaths.js.map1findWorkspaceRoot","error","message","includes","getModulesPaths","paths","workspaceRoot","path","…
/expo/packages/@expo/cli/src/start/server/middleware/
H A DManifestMiddleware.ts2 import findWorkspaceRoot from 'find-yarn-workspace-root';
25 return findWorkspaceRoot(projectRoot);