first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
declare global {
var __EXPO_RSC_RELOAD_LISTENERS__: undefined | (() => void)[];
var __EXPO_REFETCH_RSC__: undefined | (() => void);
var __EXPO_REFETCH_ROUTE__: undefined | (() => void);
var __EXPO_REFETCH_ROUTE_NO_CACHE__: undefined | (() => void);
var __expo_platform_header: undefined | string;
/**
* Data injected by a server data loader for the current route.
*/
var __EXPO_ROUTER_LOADER_DATA__: Record<string, any> | undefined;
}
export {};
//# sourceMappingURL=expo-router-internal-globals.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"expo-router-internal-globals.d.ts","sourceRoot":"","sources":["../../src/ts-declarations/expo-router-internal-globals.ts"],"names":[],"mappings":"AAEA,OAAO,CAAC,MAAM,CAAC;IACb,IAAI,6BAA6B,EAAE,SAAS,GAAG,CAAC,MAAM,IAAI,CAAC,EAAE,CAAC;IAC9D,IAAI,oBAAoB,EAAE,SAAS,GAAG,CAAC,MAAM,IAAI,CAAC,CAAC;IACnD,IAAI,sBAAsB,EAAE,SAAS,GAAG,CAAC,MAAM,IAAI,CAAC,CAAC;IACrD,IAAI,+BAA+B,EAAE,SAAS,GAAG,CAAC,MAAM,IAAI,CAAC,CAAC;IAC9D,IAAI,sBAAsB,EAAE,SAAS,GAAG,MAAM,CAAC;IAC/C;;OAEG;IACH,IAAI,2BAA2B,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,CAAC;CAClE"}

View File

@@ -0,0 +1,4 @@
"use strict";
/* eslint-disable no-var */
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=expo-router-internal-globals.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"expo-router-internal-globals.js","sourceRoot":"","sources":["../../src/ts-declarations/expo-router-internal-globals.ts"],"names":[],"mappings":";AAAA,2BAA2B","sourcesContent":["/* eslint-disable no-var */\n\ndeclare global {\n var __EXPO_RSC_RELOAD_LISTENERS__: undefined | (() => void)[];\n var __EXPO_REFETCH_RSC__: undefined | (() => void);\n var __EXPO_REFETCH_ROUTE__: undefined | (() => void);\n var __EXPO_REFETCH_ROUTE_NO_CACHE__: undefined | (() => void);\n var __expo_platform_header: undefined | string;\n /**\n * Data injected by a server data loader for the current route.\n */\n var __EXPO_ROUTER_LOADER_DATA__: Record<string, any> | undefined;\n}\n"]}