Home
last modified time | relevance | path

Searched refs:getEntryPoint (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/cli/src/start/server/middleware/
H A DresolveEntryPoint.ts2 import { getEntryPoint } from '@expo/config/paths';
37 const entry = getEntryPoint(projectRoot, ['./index'], platforms, projectConfig);
/expo/packages/@expo/config/build/paths/
H A Dpaths.js7 exports.getEntryPoint = getEntryPoint;
69 return getEntryPoint(projectRoot, ['./index'], platforms, projectConfig);
71 function getEntryPoint(projectRoot, entryFiles, platforms, projectConfig) { function
H A Dpaths.d.ts8 export declare function getEntryPoint(projectRoot: string, entryFiles: string[], platforms: string[… function
H A Dpaths.js.map1getEntryPoint","entryFiles","extensions","getBareExtensions","getEntryPointWithExtensions","origin…
/expo/packages/@expo/config/src/paths/
H A Dpaths.ts32 return getEntryPoint(projectRoot, ['./index'], platforms, projectConfig);
35 export function getEntryPoint( function