Home
last modified time | relevance | path

Searched refs:getWorkspaceRoot (Results 1 – 8 of 8) sorted by relevance

/expo/packages/@expo/metro-config/build/
H A DgetModulesPaths.js8 exports.getWorkspaceRoot = getWorkspaceRoot;
32 function getWorkspaceRoot(projectRoot) { function
47 …const workspaceRoot = getWorkspaceRoot(_path().default.resolve(projectRoot)); // Absolute path or …
56 …return _env().env.EXPO_USE_METRO_WORKSPACE_ROOT ? (_getWorkspaceRoot = getWorkspaceRoot(projectRoo…
H A DgetModulesPaths.d.ts2 export declare function getWorkspaceRoot(projectRoot: string): string | null; function
H A DgetModulesPaths.js.map1getWorkspaceRoot","projectRoot","findWorkspaceRoot","error","message","includes","getModulesPaths"…
H A DgetWatchFolders.js112 …const workspaceRoot = (0, _getModulesPaths().getWorkspaceRoot)(_path().default.resolve(projectRoot…
H A DgetWatchFolders.js.map1getWorkspaceRoot","resolve","length","uniqueItems","pkg","dirname","items","Set"],"sources":["../s…
/expo/packages/@expo/metro-config/src/
H A DgetModulesPaths.ts7 export function getWorkspaceRoot(projectRoot: string): string | null { function
23 const workspaceRoot = getWorkspaceRoot(path.resolve(projectRoot)); // Absolute path or null
34 ? getWorkspaceRoot(projectRoot) ?? projectRoot
H A DgetWatchFolders.ts6 import { getWorkspaceRoot } from './getModulesPaths';
84 const workspaceRoot = getWorkspaceRoot(path.resolve(projectRoot));
/expo/packages/@expo/cli/src/start/server/middleware/
H A DManifestMiddleware.ts23 export function getWorkspaceRoot(projectRoot: string): string | null { function
47 return getWorkspaceRoot(projectRoot) ?? projectRoot;