Home
last modified time | relevance | path

Searched refs:apiRoutes (Results 1 – 12 of 12) sorted by relevance

/expo/packages/@expo/cli/src/start/server/metro/
H A DfetchRouterManifest.ts19 apiRoutes: ExpoRouterServerManifestV1Route<TRegex>[];
43 if (!jsonManifest.htmlRoutes || !jsonManifest.apiRoutes) {
67 apiRoutes: json.apiRoutes?.map((value) => {
/expo/packages/expo-router/src/__tests__/
H A DgetServerManifest.test.node.ts28 apiRoutes: [
51 apiRoutes: [
76 expect(a.apiRoutes.map((r) => r.namedRegex)).toEqual([
86 apiRoutes: [],
102 apiRoutes: [],
181 apiRoutes: [],
/expo/packages/expo-router/build/
H A Droutes-manifest.d.ts9 apiRoutes: RouteInfo<TRegex>[];
H A DgetServerManifest.js27 const apiRoutes = flat.filter(([, route]) => isApiRoute(route));
32apiRoutes: getMatchableManifestForPaths(apiRoutes.map(([normalizedRoutePath, node]) => [normalized…
H A DgetServerManifest.d.ts23 apiRoutes: {
H A Droutes-manifest.js.map1 …ring };\n};\n\nexport type ExpoRoutesManifestV1<TRegex = string> = {\n apiRoutes: RouteInfo<TRege…
H A DgetServerManifest.js.map1apiRoutes = flat.filter(([, route]) => isApiRoute(route));\n const otherRoutes = flat.filter(([, …
/expo/packages/expo-router/src/
H A DgetServerManifest.ts51 const apiRoutes = flat.filter(([, route]) => isApiRoute(route)); constant
57 apiRoutes: getMatchableManifestForPaths(
58 apiRoutes.map(([normalizedRoutePath, node]) => [normalizedRoutePath, node])
H A Droutes-manifest.ts14 apiRoutes: RouteInfo<TRegex>[];
/expo/packages/@expo/cli/src/export/
H A DexportStaticAsync.ts158 const apiRoutes = await exportApiRoutesAsync({ outputDir, server: devServer, appDir }); constant
161 for (const [route, contents] of apiRoutes) {
354 const apiRoutes = getApiRoutesForDirectory(appDir); constant
355 if (apiRoutes.length) {
358 …r API routes because \`web.output\` is not "server". You may want to remove the routes: ${apiRoutes
/expo/packages/@expo/server/src/
H A Dindex.ts26 apiRoutes: routesManifest.apiRoutes.map((value: any) => {
170 for (const route of routesManifest.apiRoutes) {
/expo/packages/@expo/server/build/
H A Dindex.js26 apiRoutes: routesManifest.apiRoutes.map((value) => {
135 for (const route of routesManifest.apiRoutes) {