Searched refs:getEntryPoint (Results 1 – 5 of 5) sorted by relevance
| /expo/packages/@expo/cli/src/start/server/middleware/ |
| H A D | resolveEntryPoint.ts | 2 import { getEntryPoint } from '@expo/config/paths'; 37 const entry = getEntryPoint(projectRoot, ['./index'], platforms, projectConfig);
|
| /expo/packages/@expo/config/build/paths/ |
| H A D | paths.js | 7 exports.getEntryPoint = getEntryPoint; 69 return getEntryPoint(projectRoot, ['./index'], platforms, projectConfig); 71 function getEntryPoint(projectRoot, entryFiles, platforms, projectConfig) { function
|
| H A D | paths.d.ts | 8 export declare function getEntryPoint(projectRoot: string, entryFiles: string[], platforms: string[… function
|
| H A D | paths.js.map | 1 …getEntryPoint","entryFiles","extensions","getBareExtensions","getEntryPointWithExtensions","origin…
|
| /expo/packages/@expo/config/src/paths/ |
| H A D | paths.ts | 32 return getEntryPoint(projectRoot, ['./index'], platforms, projectConfig); 35 export function getEntryPoint( function
|