Searched refs:resolveEntryPoint (Results 1 – 14 of 14) sorted by relevance
| /expo/packages/@expo/cli/src/start/server/middleware/__tests__/ |
| H A D | resolveEntryPoint-test.ts | 3 import { resolveEntryPoint } from '../resolveEntryPoint'; 5 describe(resolveEntryPoint, () => { 92 const entryPoint = resolveEntryPoint('/exists-no-platform'); 98 const entryPoint = resolveEntryPoint('/exists-no-platform-no-main'); 103 const entryPoint = resolveEntryPoint('/exists-android'); 108 const entryPoint = resolveEntryPoint('/exists-ios'); 113 expect(() => resolveEntryPoint('/exists-expjson')).toThrow(); 118 const entryPoint = resolveEntryPoint('/expo-app-entry');
|
| H A D | ManifestMiddleware-test.ts | 25 resolveEntryPoint: jest.fn(() => './index.js'),
|
| H A D | ExpoGoManifestHandlerMiddleware-test.ts | 69 resolveEntryPoint: jest.fn(() => './index.js'),
|
| /expo/packages/expo/scripts/ |
| H A D | resolveAppEntry.js | 17 const { resolveEntryPoint } = require('@expo/config/paths'); 32 const entry = resolveEntryPoint(projectRoot, { platform });
|
| /expo/packages/@expo/metro-config/src/ |
| H A D | rewriteRequestUrl.ts | 3 import { resolveEntryPoint } from '@expo/config/paths'; 24 const entry = resolveEntryPoint(projectRoot, {
|
| /expo/packages/@expo/config/build/paths/ |
| H A D | paths.js | 11 exports.resolveEntryPoint = resolveEntryPoint; 64 function resolveEntryPoint(projectRoot, { function
|
| H A D | paths.d.ts | 4 export declare function resolveEntryPoint(projectRoot: string, { platform, projectConfig }: {
|
| H A D | paths.js.map | 1 …resolveEntryPoint","projectRoot","platform","projectConfig","platforms","includes","getEntryPoint"…
|
| /expo/packages/@expo/cli/src/start/server/middleware/ |
| H A D | resolveEntryPoint.ts | 11 export function resolveEntryPoint( function
|
| /expo/packages/expo-updates/scripts/ |
| H A D | createManifest.js | 2 const { resolveEntryPoint } = require('@expo/config/paths'); 22 const entry = resolveEntryPoint(projectRoot, { platform });
|
| /expo/packages/@expo/metro-config/build/ |
| H A D | rewriteRequestUrl.js | 63 const entry = (0, _paths().resolveEntryPoint)(projectRoot, {
|
| H A D | rewriteRequestUrl.js.map | 1 …resolveEntryPoint","projectConfig","pkg","getPackageJson","Error","chalk","serverRoot","getServerR…
|
| /expo/packages/@expo/config/src/paths/ |
| H A D | paths.ts | 27 export function resolveEntryPoint( function
|
| /expo/packages/@expo/config/ |
| H A D | CHANGELOG.md | 53 - Make `exp` type optional in `resolveEntryPoint`. ([#21643](https://github.com/expo/expo/pull/2164…
|