Searched refs:getWorkspaceRoot (Results 1 – 8 of 8) sorted by relevance
| /expo/packages/@expo/metro-config/build/ |
| H A D | getModulesPaths.js | 8 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 D | getModulesPaths.d.ts | 2 export declare function getWorkspaceRoot(projectRoot: string): string | null; function
|
| H A D | getModulesPaths.js.map | 1 …getWorkspaceRoot","projectRoot","findWorkspaceRoot","error","message","includes","getModulesPaths"…
|
| H A D | getWatchFolders.js | 112 …const workspaceRoot = (0, _getModulesPaths().getWorkspaceRoot)(_path().default.resolve(projectRoot…
|
| H A D | getWatchFolders.js.map | 1 …getWorkspaceRoot","resolve","length","uniqueItems","pkg","dirname","items","Set"],"sources":["../s…
|
| /expo/packages/@expo/metro-config/src/ |
| H A D | getModulesPaths.ts | 7 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 D | getWatchFolders.ts | 6 import { getWorkspaceRoot } from './getModulesPaths'; 84 const workspaceRoot = getWorkspaceRoot(path.resolve(projectRoot));
|
| /expo/packages/@expo/cli/src/start/server/middleware/ |
| H A D | ManifestMiddleware.ts | 23 export function getWorkspaceRoot(projectRoot: string): string | null { function 47 return getWorkspaceRoot(projectRoot) ?? projectRoot;
|