Searched refs:routeTree (Results 1 – 6 of 6) sorted by relevance
| /expo/packages/expo-router/build/ |
| H A D | routes-manifest.js | 17 const routeTree = (0, getRoutes_1.getRoutes)(createMockContextModule(paths), { 21 if (!routeTree) { 24 return (0, getServerManifest_1.getServerManifest)(routeTree);
|
| H A D | routes-manifest.js.map | 1 …routeTree = getRoutes(createMockContextModule(paths), {\n preserveApiRoutes: true,\n ignoreR…
|
| /expo/packages/expo-router/src/ |
| H A D | routes-manifest.ts | 31 const routeTree = getRoutes(createMockContextModule(paths), { constant 36 if (!routeTree) { 39 return getServerManifest(routeTree);
|
| /expo/packages/expo-router/build/static/ |
| H A D | renderStaticContent.js | 53 … const routeTree = (0, getRoutes_1.getRoutes)(_ctx_1.ctx, { preserveApiRoutes: true, ...options }); 54 if (!routeTree) { 58 await (0, loadStaticParamsAsync_1.loadStaticParamsAsync)(routeTree); 59 return (0, getLinkingConfig_1.getNavigationConfig)(routeTree);
|
| H A D | renderStaticContent.js.map | 1 …routeTree = getRoutes(ctx, { preserveApiRoutes: true, ...options });\n\n if (!routeTree) {\n t…
|
| /expo/packages/expo-router/src/static/ |
| H A D | renderStaticContent.tsx | 29 const routeTree = getRoutes(ctx, { preserveApiRoutes: true, ...options }); 31 if (!routeTree) { 36 await loadStaticParamsAsync(routeTree); 38 return getNavigationConfig(routeTree);
|