Home
last modified time | relevance | path

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

/expo/packages/@expo/config/src/paths/__tests__/
H A Dpaths-test.ts1 import { ensureSlash, getEntryPointWithExtensions } from '../paths';
17 describe(getEntryPointWithExtensions, () => {
22 expect(() => getEntryPointWithExtensions('/', [], [])).toThrow(
/expo/packages/@expo/config/build/paths/
H A Dpaths.js8 exports.getEntryPointWithExtensions = getEntryPointWithExtensions;
73 return getEntryPointWithExtensions(projectRoot, entryFiles, extensions, projectConfig);
77 function getEntryPointWithExtensions(projectRoot, entryFiles, extensions, projectConfig) { function
H A Dpaths.d.ts9 export declare function getEntryPointWithExtensions(projectRoot: string, entryFiles: string[], exte…
H A Dpaths.js.map1getEntryPointWithExtensions","original","stdout","write","getConfig","skipSDKVersionRequirement","…
/expo/packages/@expo/config/src/paths/
H A Dpaths.ts42 return getEntryPointWithExtensions(projectRoot, entryFiles, extensions, projectConfig);
46 export function getEntryPointWithExtensions( function