expo-router 6.1.0-canary-20251015-a6a1272 → 7.0.0-canary-20251031-b135dff
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_error.js +36 -3
- package/build/ExpoRoot.js +1 -1
- package/build/ExpoRoot.js.map +1 -1
- package/build/global-state/router-store.d.ts +2 -0
- package/build/global-state/router-store.d.ts.map +1 -1
- package/build/global-state/router-store.js +16 -12
- package/build/global-state/router-store.js.map +1 -1
- package/build/global-state/routing.d.ts +12 -4
- package/build/global-state/routing.d.ts.map +1 -1
- package/build/global-state/routing.js +35 -10
- package/build/global-state/routing.js.map +1 -1
- package/build/global-state/storeContext.d.ts +2 -0
- package/build/global-state/storeContext.d.ts.map +1 -1
- package/build/internal/routing.d.ts +7 -0
- package/build/internal/routing.d.ts.map +1 -0
- package/build/internal/routing.js +21 -0
- package/build/internal/routing.js.map +1 -0
- package/build/internal/rsc.d.ts +5 -0
- package/build/internal/rsc.d.ts.map +1 -0
- package/build/internal/rsc.js +18 -0
- package/build/internal/rsc.js.map +1 -0
- package/build/internal/static.d.ts +3 -0
- package/build/internal/static.d.ts.map +1 -0
- package/build/internal/static.js +8 -0
- package/build/internal/static.js.map +1 -0
- package/build/internal/testing.d.ts +3 -0
- package/build/internal/testing.d.ts.map +1 -0
- package/build/internal/testing.js +11 -0
- package/build/internal/testing.js.map +1 -0
- package/build/internal/utils.d.ts +2 -0
- package/build/internal/utils.d.ts.map +1 -0
- package/build/internal/utils.js +6 -0
- package/build/internal/utils.js.map +1 -0
- package/build/layouts/BaseStack.d.ts +3 -0
- package/build/layouts/BaseStack.d.ts.map +1 -0
- package/build/layouts/BaseStack.js +8 -0
- package/build/layouts/BaseStack.js.map +1 -0
- package/build/layouts/ExperimentalModalStack.d.ts +9 -0
- package/build/layouts/ExperimentalModalStack.d.ts.map +1 -0
- package/build/layouts/ExperimentalModalStack.js +15 -0
- package/build/layouts/ExperimentalModalStack.js.map +1 -0
- package/build/layouts/IsWithinLayoutContext.d.ts +2 -0
- package/build/layouts/IsWithinLayoutContext.d.ts.map +1 -0
- package/build/layouts/IsWithinLayoutContext.js +7 -0
- package/build/layouts/IsWithinLayoutContext.js.map +1 -0
- package/build/layouts/Stack.web.d.ts +1 -14
- package/build/layouts/Stack.web.d.ts.map +1 -1
- package/build/layouts/Stack.web.js +10 -13
- package/build/layouts/Stack.web.js.map +1 -1
- package/build/layouts/_web-modal.d.ts +3 -0
- package/build/layouts/_web-modal.d.ts.map +1 -0
- package/build/layouts/_web-modal.js +8 -0
- package/build/layouts/_web-modal.js.map +1 -0
- package/build/layouts/withLayoutContext.d.ts.map +1 -1
- package/build/layouts/withLayoutContext.js +5 -2
- package/build/layouts/withLayoutContext.js.map +1 -1
- package/build/loaders/ServerDataLoaderContext.d.ts +2 -1
- package/build/loaders/ServerDataLoaderContext.d.ts.map +1 -1
- package/build/loaders/ServerDataLoaderContext.js.map +1 -1
- package/build/modal/web/ModalStack.d.ts.map +1 -1
- package/build/modal/web/ModalStack.js +7 -2
- package/build/modal/web/ModalStack.js.map +1 -1
- package/build/native-tabs/{NativeBottomTabs/NativeBottomTabsNavigator.d.ts → NativeBottomTabsNavigator.d.ts} +3 -3
- package/build/native-tabs/NativeBottomTabsNavigator.d.ts.map +1 -0
- package/build/native-tabs/{NativeBottomTabs/NativeBottomTabsNavigator.js → NativeBottomTabsNavigator.js} +49 -14
- package/build/native-tabs/NativeBottomTabsNavigator.js.map +1 -0
- package/build/native-tabs/NativeBottomTabsRouter.d.ts.map +1 -0
- package/build/native-tabs/{NativeBottomTabs/NativeBottomTabsRouter.js → NativeBottomTabsRouter.js} +1 -1
- package/build/native-tabs/NativeBottomTabsRouter.js.map +1 -0
- package/build/native-tabs/{NativeBottomTabs/NativeTabTrigger.d.ts → NativeTabTrigger.d.ts} +1 -1
- package/build/native-tabs/NativeTabTrigger.d.ts.map +1 -0
- package/build/native-tabs/{NativeBottomTabs/NativeTabTrigger.js → NativeTabTrigger.js} +9 -5
- package/build/native-tabs/NativeTabTrigger.js.map +1 -0
- package/build/native-tabs/NativeTabs.d.ts.map +1 -0
- package/build/native-tabs/{NativeBottomTabs/NativeTabs.js → NativeTabs.js} +2 -0
- package/build/native-tabs/NativeTabs.js.map +1 -0
- package/build/native-tabs/NativeTabsTriggerTabBar.d.ts.map +1 -0
- package/build/native-tabs/NativeTabsTriggerTabBar.js.map +1 -0
- package/build/native-tabs/NativeTabsView.d.ts.map +1 -0
- package/build/native-tabs/NativeTabsView.js +103 -0
- package/build/native-tabs/NativeTabsView.js.map +1 -0
- package/build/native-tabs/NativeTabsView.web.d.ts.map +1 -0
- package/build/native-tabs/{NativeBottomTabs/NativeTabsView.web.js → NativeTabsView.web.js} +18 -57
- package/build/native-tabs/NativeTabsView.web.js.map +1 -0
- package/build/native-tabs/{NativeBottomTabs/appearance.d.ts → appearance.d.ts} +2 -2
- package/build/native-tabs/appearance.d.ts.map +1 -0
- package/build/native-tabs/{NativeBottomTabs/appearance.js → appearance.js} +18 -6
- package/build/native-tabs/appearance.js.map +1 -0
- package/build/native-tabs/common/elements.d.ts +1 -1
- package/build/native-tabs/common/elements.d.ts.map +1 -1
- package/build/native-tabs/common/elements.js.map +1 -1
- package/build/native-tabs/index.d.ts +4 -4
- package/build/native-tabs/index.d.ts.map +1 -1
- package/build/native-tabs/index.js +3 -3
- package/build/native-tabs/index.js.map +1 -1
- package/build/native-tabs/{NativeBottomTabs/types.d.ts → types.d.ts} +19 -6
- package/build/native-tabs/types.d.ts.map +1 -0
- package/build/native-tabs/types.js.map +1 -0
- package/build/native-tabs/{NativeBottomTabs/utils.d.ts → utils/children.d.ts} +1 -3
- package/build/native-tabs/utils/children.d.ts.map +1 -0
- package/build/native-tabs/{NativeBottomTabs/utils.js → utils/children.js} +1 -7
- package/build/native-tabs/utils/children.js.map +1 -0
- package/build/native-tabs/utils/icon.d.ts +25 -0
- package/build/native-tabs/utils/icon.d.ts.map +1 -0
- package/build/native-tabs/utils/icon.js +68 -0
- package/build/native-tabs/utils/icon.js.map +1 -0
- package/build/native-tabs/utils/index.d.ts +4 -0
- package/build/native-tabs/utils/index.d.ts.map +1 -0
- package/build/native-tabs/utils/index.js +11 -0
- package/build/native-tabs/utils/index.js.map +1 -0
- package/build/native-tabs/utils/label.d.ts +6 -0
- package/build/native-tabs/utils/label.d.ts.map +1 -0
- package/build/native-tabs/utils/label.js +15 -0
- package/build/native-tabs/utils/label.js.map +1 -0
- package/build/renderRootComponent.d.ts.map +1 -1
- package/build/renderRootComponent.js +4 -7
- package/build/renderRootComponent.js.map +1 -1
- package/build/split-view/elements.d.ts +10 -0
- package/build/split-view/elements.d.ts.map +1 -0
- package/build/split-view/elements.js +15 -0
- package/build/split-view/elements.js.map +1 -0
- package/build/split-view/index.d.ts +2 -0
- package/build/split-view/index.d.ts.map +1 -0
- package/build/split-view/index.js +6 -0
- package/build/split-view/index.js.map +1 -0
- package/build/split-view/split-view.d.ts +13 -0
- package/build/split-view/split-view.d.ts.map +1 -0
- package/build/split-view/split-view.js +93 -0
- package/build/split-view/split-view.js.map +1 -0
- package/build/static/html.d.ts +5 -15
- package/build/static/html.d.ts.map +1 -1
- package/build/static/html.js +9 -25
- package/build/static/html.js.map +1 -1
- package/build/static/registerRootComponent.d.ts +11 -0
- package/build/static/registerRootComponent.d.ts.map +1 -0
- package/build/static/registerRootComponent.js +11 -0
- package/build/static/registerRootComponent.js.map +1 -0
- package/build/types.d.ts +4 -2
- package/build/types.d.ts.map +1 -1
- package/build/types.js.map +1 -1
- package/build/ui/TabRouter.d.ts +3 -4
- package/build/ui/TabRouter.d.ts.map +1 -1
- package/build/ui/TabRouter.js +14 -67
- package/build/ui/TabRouter.js.map +1 -1
- package/build/ui/TabTrigger.d.ts +4 -5
- package/build/ui/TabTrigger.d.ts.map +1 -1
- package/build/ui/TabTrigger.js +9 -8
- package/build/ui/TabTrigger.js.map +1 -1
- package/build/ui/Tabs.d.ts +0 -1
- package/build/ui/Tabs.d.ts.map +1 -1
- package/build/ui/Tabs.js.map +1 -1
- package/html.js +1 -1
- package/internal/routing.d.ts +1 -0
- package/internal/routing.js +1 -0
- package/internal/rsc.d.ts +1 -0
- package/internal/rsc.js +1 -0
- package/internal/static.d.ts +1 -0
- package/internal/static.js +1 -0
- package/internal/testing.d.ts +1 -0
- package/internal/testing.js +1 -0
- package/internal/utils.d.ts +1 -0
- package/internal/utils.js +1 -0
- package/package.json +13 -11
- package/plugin/build/index.js +10 -0
- package/plugin/options.json +5 -0
- package/plugin/src/index.ts +17 -1
- package/rsc/headers.d.ts +1 -1
- package/rsc/headers.js +1 -1
- package/unstable-split-view.d.ts +1 -0
- package/unstable-split-view.js +1 -0
- package/build/getRoutesSSR.d.ts +0 -20
- package/build/getRoutesSSR.d.ts.map +0 -1
- package/build/getRoutesSSR.js +0 -97
- package/build/getRoutesSSR.js.map +0 -1
- package/build/getServerManifest.d.ts +0 -88
- package/build/getServerManifest.d.ts.map +0 -1
- package/build/getServerManifest.js +0 -238
- package/build/getServerManifest.js.map +0 -1
- package/build/loadStaticParamsAsync.d.ts +0 -9
- package/build/loadStaticParamsAsync.d.ts.map +0 -1
- package/build/loadStaticParamsAsync.js +0 -163
- package/build/loadStaticParamsAsync.js.map +0 -1
- package/build/native-tabs/NativeBottomTabs/NativeBottomTabsNavigator.d.ts.map +0 -1
- package/build/native-tabs/NativeBottomTabs/NativeBottomTabsNavigator.js.map +0 -1
- package/build/native-tabs/NativeBottomTabs/NativeBottomTabsRouter.d.ts.map +0 -1
- package/build/native-tabs/NativeBottomTabs/NativeBottomTabsRouter.js.map +0 -1
- package/build/native-tabs/NativeBottomTabs/NativeTabTrigger.d.ts.map +0 -1
- package/build/native-tabs/NativeBottomTabs/NativeTabTrigger.js.map +0 -1
- package/build/native-tabs/NativeBottomTabs/NativeTabs.d.ts.map +0 -1
- package/build/native-tabs/NativeBottomTabs/NativeTabs.js.map +0 -1
- package/build/native-tabs/NativeBottomTabs/NativeTabsTriggerTabBar.d.ts.map +0 -1
- package/build/native-tabs/NativeBottomTabs/NativeTabsTriggerTabBar.js.map +0 -1
- package/build/native-tabs/NativeBottomTabs/NativeTabsView.d.ts.map +0 -1
- package/build/native-tabs/NativeBottomTabs/NativeTabsView.js +0 -187
- package/build/native-tabs/NativeBottomTabs/NativeTabsView.js.map +0 -1
- package/build/native-tabs/NativeBottomTabs/NativeTabsView.web.d.ts.map +0 -1
- package/build/native-tabs/NativeBottomTabs/NativeTabsView.web.js.map +0 -1
- package/build/native-tabs/NativeBottomTabs/appearance.d.ts.map +0 -1
- package/build/native-tabs/NativeBottomTabs/appearance.js.map +0 -1
- package/build/native-tabs/NativeBottomTabs/types.d.ts.map +0 -1
- package/build/native-tabs/NativeBottomTabs/types.js.map +0 -1
- package/build/native-tabs/NativeBottomTabs/utils.d.ts.map +0 -1
- package/build/native-tabs/NativeBottomTabs/utils.js.map +0 -1
- package/build/routes-manifest.d.ts +0 -28
- package/build/routes-manifest.d.ts.map +0 -1
- package/build/routes-manifest.js +0 -30
- package/build/routes-manifest.js.map +0 -1
- package/build/rsc/middleware.d.ts +0 -8
- package/build/rsc/middleware.d.ts.map +0 -1
- package/build/rsc/middleware.js +0 -105
- package/build/rsc/middleware.js.map +0 -1
- package/build/rsc/path.d.ts +0 -34
- package/build/rsc/path.d.ts.map +0 -1
- package/build/rsc/path.js +0 -174
- package/build/rsc/path.js.map +0 -1
- package/build/rsc/router/create-expo-pages.d.ts +0 -20
- package/build/rsc/router/create-expo-pages.d.ts.map +0 -1
- package/build/rsc/router/create-expo-pages.js +0 -21
- package/build/rsc/router/create-expo-pages.js.map +0 -1
- package/build/rsc/router/create-pages.d.ts +0 -80
- package/build/rsc/router/create-pages.d.ts.map +0 -1
- package/build/rsc/router/create-pages.js +0 -232
- package/build/rsc/router/create-pages.js.map +0 -1
- package/build/rsc/router/defineRouter.d.ts +0 -30
- package/build/rsc/router/defineRouter.d.ts.map +0 -1
- package/build/rsc/router/defineRouter.js +0 -171
- package/build/rsc/router/defineRouter.js.map +0 -1
- package/build/rsc/router/expo-definedRouter.d.ts +0 -3
- package/build/rsc/router/expo-definedRouter.d.ts.map +0 -1
- package/build/rsc/router/expo-definedRouter.js +0 -112
- package/build/rsc/router/expo-definedRouter.js.map +0 -1
- package/build/rsc/router/noopRouter.d.ts +0 -3
- package/build/rsc/router/noopRouter.d.ts.map +0 -1
- package/build/rsc/router/noopRouter.js +0 -7
- package/build/rsc/router/noopRouter.js.map +0 -1
- package/build/rsc/rsc-renderer.d.ts +0 -44
- package/build/rsc/rsc-renderer.d.ts.map +0 -1
- package/build/rsc/rsc-renderer.js +0 -200
- package/build/rsc/rsc-renderer.js.map +0 -1
- package/build/rsc/server.d.ts +0 -65
- package/build/rsc/server.d.ts.map +0 -1
- package/build/rsc/server.js +0 -89
- package/build/rsc/server.js.map +0 -1
- package/build/static/getRootComponent.d.ts +0 -2
- package/build/static/getRootComponent.d.ts.map +0 -1
- package/build/static/getRootComponent.js +0 -25
- package/build/static/getRootComponent.js.map +0 -1
- package/build/static/getServerManifest.d.ts +0 -22
- package/build/static/getServerManifest.d.ts.map +0 -1
- package/build/static/getServerManifest.js +0 -50
- package/build/static/getServerManifest.js.map +0 -1
- package/build/static/renderStaticContent.d.ts +0 -15
- package/build/static/renderStaticContent.d.ts.map +0 -1
- package/build/static/renderStaticContent.js +0 -130
- package/build/static/renderStaticContent.js.map +0 -1
- package/build/typed-routes/generate.d.ts +0 -8
- package/build/typed-routes/generate.d.ts.map +0 -1
- package/build/typed-routes/generate.js +0 -186
- package/build/typed-routes/generate.js.map +0 -1
- package/build/typed-routes/index.d.ts +0 -35
- package/build/typed-routes/index.d.ts.map +0 -1
- package/build/typed-routes/index.js +0 -99
- package/build/typed-routes/index.js.map +0 -1
- package/build/typed-routes/testSetup.d.ts +0 -2
- package/build/typed-routes/testSetup.d.ts.map +0 -1
- package/build/typed-routes/testSetup.js +0 -42
- package/build/typed-routes/testSetup.js.map +0 -1
- package/build/utils/html.d.ts +0 -12
- package/build/utils/html.d.ts.map +0 -1
- package/build/utils/html.js +0 -29
- package/build/utils/html.js.map +0 -1
- package/node/render.js +0 -3
- /package/build/native-tabs/{NativeBottomTabs/NativeBottomTabsRouter.d.ts → NativeBottomTabsRouter.d.ts} +0 -0
- /package/build/native-tabs/{NativeBottomTabs/NativeTabs.d.ts → NativeTabs.d.ts} +0 -0
- /package/build/native-tabs/{NativeBottomTabs/NativeTabsTriggerTabBar.d.ts → NativeTabsTriggerTabBar.d.ts} +0 -0
- /package/build/native-tabs/{NativeBottomTabs/NativeTabsTriggerTabBar.js → NativeTabsTriggerTabBar.js} +0 -0
- /package/build/native-tabs/{NativeBottomTabs/NativeTabsView.d.ts → NativeTabsView.d.ts} +0 -0
- /package/build/native-tabs/{NativeBottomTabs/NativeTabsView.web.d.ts → NativeTabsView.web.d.ts} +0 -0
- /package/build/native-tabs/{NativeBottomTabs/types.js → types.js} +0 -0
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.regenerateDeclarations = exports.version = void 0;
|
|
7
|
-
exports.getWatchHandler = getWatchHandler;
|
|
8
|
-
const _ctx_shared_1 = require("expo-router/_ctx-shared");
|
|
9
|
-
const node_fs_1 = __importDefault(require("node:fs"));
|
|
10
|
-
const node_path_1 = __importDefault(require("node:path"));
|
|
11
|
-
const generate_1 = require("./generate");
|
|
12
|
-
const matchers_1 = require("../matchers");
|
|
13
|
-
const require_context_ponyfill_1 = __importDefault(require("../testing-library/require-context-ponyfill"));
|
|
14
|
-
const defaultCtx = (0, require_context_ponyfill_1.default)(process.env.EXPO_ROUTER_APP_ROOT, true, _ctx_shared_1.EXPO_ROUTER_CTX_IGNORE);
|
|
15
|
-
/**
|
|
16
|
-
* This file is imported via `@expo/cli`. While users should be using the same SDK version of `expo-router` as `@expo/cli`,
|
|
17
|
-
* this export allows us to ensure that the version of the `expo-router` package is compatible with the version of `@expo/cli`.
|
|
18
|
-
*/
|
|
19
|
-
exports.version = 52;
|
|
20
|
-
/**
|
|
21
|
-
* Generate a Metro watch handler that regenerates the typed routes declaration file
|
|
22
|
-
*/
|
|
23
|
-
function getWatchHandler(outputDir, { ctx = defaultCtx, regenerateFn = exports.regenerateDeclarations } = {} // Exposed for testing
|
|
24
|
-
) {
|
|
25
|
-
const routeFiles = new Set(ctx.keys().filter((key) => (0, matchers_1.isTypedRoute)(key)));
|
|
26
|
-
return async function callback({ filePath, type }) {
|
|
27
|
-
// Sanity check that we are in an Expo Router project
|
|
28
|
-
if (!process.env.EXPO_ROUTER_APP_ROOT)
|
|
29
|
-
return;
|
|
30
|
-
let shouldRegenerate = false;
|
|
31
|
-
let relativePath = node_path_1.default.relative(process.env.EXPO_ROUTER_APP_ROOT, filePath);
|
|
32
|
-
const isInsideAppRoot = !relativePath.startsWith('../');
|
|
33
|
-
const basename = node_path_1.default.basename(relativePath);
|
|
34
|
-
if (!isInsideAppRoot)
|
|
35
|
-
return;
|
|
36
|
-
// require.context paths always start with './' when relative to the root
|
|
37
|
-
relativePath = `./${relativePath}`;
|
|
38
|
-
if (type === 'delete') {
|
|
39
|
-
ctx.__delete(relativePath);
|
|
40
|
-
if (routeFiles.has(relativePath)) {
|
|
41
|
-
routeFiles.delete(relativePath);
|
|
42
|
-
shouldRegenerate = true;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
else if (type === 'add') {
|
|
46
|
-
ctx.__add(relativePath);
|
|
47
|
-
if ((0, matchers_1.isTypedRoute)(basename)) {
|
|
48
|
-
routeFiles.add(relativePath);
|
|
49
|
-
shouldRegenerate = true;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
else {
|
|
53
|
-
shouldRegenerate = routeFiles.has(relativePath);
|
|
54
|
-
}
|
|
55
|
-
if (shouldRegenerate) {
|
|
56
|
-
// TODO(@kitten): This was altered from `regenerateFn(outputDir, ctx)` which, as per the types, is incorrect
|
|
57
|
-
// It's unclear whether fixing this will have other unintended consequences!
|
|
58
|
-
regenerateFn(outputDir, {}, ctx);
|
|
59
|
-
}
|
|
60
|
-
};
|
|
61
|
-
}
|
|
62
|
-
/**
|
|
63
|
-
* Regenerate the declaration file.
|
|
64
|
-
*
|
|
65
|
-
* This function needs to be debounced due to Metro's handling of renaming folders.
|
|
66
|
-
* For example, if you have the file /(tabs)/route.tsx and you rename the folder to /(tabs,test)/route.tsx
|
|
67
|
-
*
|
|
68
|
-
* Metro will fire 2 filesystem events:
|
|
69
|
-
* - ADD /(tabs,test)/router.tsx
|
|
70
|
-
* - DELETE /(tabs)/router.tsx
|
|
71
|
-
*
|
|
72
|
-
* If you process the types after the ADD, then they will crash as you will have conflicting routes
|
|
73
|
-
*/
|
|
74
|
-
exports.regenerateDeclarations = debounce((outputDir, options = {}, ctx = defaultCtx) => {
|
|
75
|
-
// Don't crash the process, just log the error. The user will most likely fix it and continue
|
|
76
|
-
try {
|
|
77
|
-
const file = (0, generate_1.getTypedRoutesDeclarationFile)(ctx, options);
|
|
78
|
-
if (!file)
|
|
79
|
-
return;
|
|
80
|
-
node_fs_1.default.writeFileSync(node_path_1.default.resolve(outputDir, './router.d.ts'), file);
|
|
81
|
-
}
|
|
82
|
-
catch (error) {
|
|
83
|
-
console.error(error);
|
|
84
|
-
}
|
|
85
|
-
});
|
|
86
|
-
/**
|
|
87
|
-
* Debounce a function to only run once after a period of inactivity
|
|
88
|
-
* If called while waiting, it will reset the timer
|
|
89
|
-
*/
|
|
90
|
-
function debounce(fn, timeout = 1000) {
|
|
91
|
-
let timer;
|
|
92
|
-
return (...args) => {
|
|
93
|
-
clearTimeout(timer);
|
|
94
|
-
timer = setTimeout(() => {
|
|
95
|
-
fn(...args);
|
|
96
|
-
}, timeout);
|
|
97
|
-
};
|
|
98
|
-
}
|
|
99
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/typed-routes/index.ts"],"names":[],"mappings":"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","sourcesContent":["import { EXPO_ROUTER_CTX_IGNORE } from 'expo-router/_ctx-shared';\nimport fs from 'node:fs';\nimport path from 'node:path';\n\nimport { getTypedRoutesDeclarationFile } from './generate';\nimport { isTypedRoute } from '../matchers';\nimport requireContext, {\n RequireContextPonyFill,\n} from '../testing-library/require-context-ponyfill';\n\nconst defaultCtx = requireContext(process.env.EXPO_ROUTER_APP_ROOT, true, EXPO_ROUTER_CTX_IGNORE);\n\nexport type { RequireContextPonyFill } from '../testing-library/require-context-ponyfill';\n\n/**\n * This file is imported via `@expo/cli`. While users should be using the same SDK version of `expo-router` as `@expo/cli`,\n * this export allows us to ensure that the version of the `expo-router` package is compatible with the version of `@expo/cli`.\n */\nexport const version = 52;\n\n/**\n * Generate a Metro watch handler that regenerates the typed routes declaration file\n */\nexport function getWatchHandler(\n outputDir: string,\n { ctx = defaultCtx, regenerateFn = regenerateDeclarations } = {} // Exposed for testing\n) {\n const routeFiles = new Set(ctx.keys().filter((key) => isTypedRoute(key)));\n\n return async function callback({ filePath, type }: { filePath: string; type: string }) {\n // Sanity check that we are in an Expo Router project\n if (!process.env.EXPO_ROUTER_APP_ROOT) return;\n\n let shouldRegenerate = false;\n let relativePath = path.relative(process.env.EXPO_ROUTER_APP_ROOT, filePath);\n const isInsideAppRoot = !relativePath.startsWith('../');\n const basename = path.basename(relativePath);\n\n if (!isInsideAppRoot) return;\n\n // require.context paths always start with './' when relative to the root\n relativePath = `./${relativePath}`;\n\n if (type === 'delete') {\n ctx.__delete(relativePath);\n if (routeFiles.has(relativePath)) {\n routeFiles.delete(relativePath);\n shouldRegenerate = true;\n }\n } else if (type === 'add') {\n ctx.__add(relativePath);\n if (isTypedRoute(basename)) {\n routeFiles.add(relativePath);\n shouldRegenerate = true;\n }\n } else {\n shouldRegenerate = routeFiles.has(relativePath);\n }\n\n if (shouldRegenerate) {\n // TODO(@kitten): This was altered from `regenerateFn(outputDir, ctx)` which, as per the types, is incorrect\n // It's unclear whether fixing this will have other unintended consequences!\n regenerateFn(outputDir, {}, ctx);\n }\n };\n}\n\n/**\n * Regenerate the declaration file.\n *\n * This function needs to be debounced due to Metro's handling of renaming folders.\n * For example, if you have the file /(tabs)/route.tsx and you rename the folder to /(tabs,test)/route.tsx\n *\n * Metro will fire 2 filesystem events:\n * - ADD /(tabs,test)/router.tsx\n * - DELETE /(tabs)/router.tsx\n *\n * If you process the types after the ADD, then they will crash as you will have conflicting routes\n */\nexport const regenerateDeclarations = debounce(\n (\n outputDir: string,\n options: { partialTypedGroups?: boolean } = {},\n ctx: RequireContextPonyFill = defaultCtx\n ) => {\n // Don't crash the process, just log the error. The user will most likely fix it and continue\n try {\n const file = getTypedRoutesDeclarationFile(ctx, options);\n if (!file) return;\n fs.writeFileSync(path.resolve(outputDir, './router.d.ts'), file);\n } catch (error) {\n console.error(error);\n }\n }\n);\n\n/**\n * Debounce a function to only run once after a period of inactivity\n * If called while waiting, it will reset the timer\n */\nfunction debounce<T extends (...args: any[]) => any>(\n fn: T,\n timeout: number = 1000\n): (...args: Parameters<T>) => void {\n let timer: ReturnType<typeof setTimeout>;\n return (...args) => {\n clearTimeout(timer);\n timer = setTimeout(() => {\n fn(...args);\n }, timeout);\n };\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"testSetup.d.ts","sourceRoot":"","sources":["../../src/typed-routes/testSetup.ts"],"names":[],"mappings":""}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const promises_1 = require("fs/promises");
|
|
4
|
-
const path_1 = require("path");
|
|
5
|
-
const generate_1 = require("./generate");
|
|
6
|
-
const context_stubs_1 = require("../testing-library/context-stubs");
|
|
7
|
-
const fixtures = {
|
|
8
|
-
default: {
|
|
9
|
-
context: {
|
|
10
|
-
'/apple': () => null,
|
|
11
|
-
'/banana': () => null,
|
|
12
|
-
'/colors/[color]': () => null,
|
|
13
|
-
'/animals/[...animal]': () => null,
|
|
14
|
-
'/mix/[fruit]/[color]/[...animals]': () => null,
|
|
15
|
-
'/(group)/static': () => null,
|
|
16
|
-
'/(group)/(a,b)/folder/index': () => null,
|
|
17
|
-
'/(group)/(a,b)/folder/[slug]': () => null,
|
|
18
|
-
'/(group)/(a,b)/folder/[...slug]': () => null,
|
|
19
|
-
'/(c)/folder/[slug]': () => null,
|
|
20
|
-
'/(group)/index': () => null,
|
|
21
|
-
},
|
|
22
|
-
},
|
|
23
|
-
partialGroups: {
|
|
24
|
-
options: { partialTypedGroups: true },
|
|
25
|
-
context: {
|
|
26
|
-
'/(group)/static': () => null,
|
|
27
|
-
'/(group)/(a,b)/folder/index': () => null,
|
|
28
|
-
'/(group)/(a,b)/folder/[slug]': () => null,
|
|
29
|
-
'/(group)/(a,b)/folder/[...slug]': () => null,
|
|
30
|
-
},
|
|
31
|
-
},
|
|
32
|
-
};
|
|
33
|
-
module.exports = function () {
|
|
34
|
-
return Promise.all(Object.entries(fixtures).map(async ([key, value]) => {
|
|
35
|
-
const template = (0, generate_1.getTypedRoutesDeclarationFile)((0, context_stubs_1.inMemoryContext)(value.context), {
|
|
36
|
-
...value.options,
|
|
37
|
-
testIgnoreComments: true,
|
|
38
|
-
});
|
|
39
|
-
return (0, promises_1.writeFile)((0, path_1.join)(__dirname, '/__tests__/fixtures/', key + '.d.ts'), template);
|
|
40
|
-
}));
|
|
41
|
-
};
|
|
42
|
-
//# sourceMappingURL=testSetup.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"testSetup.js","sourceRoot":"","sources":["../../src/typed-routes/testSetup.ts"],"names":[],"mappings":";;AAAA,0CAAwC;AACxC,+BAA4B;AAE5B,yCAAiG;AACjG,oEAAkF;AAElF,MAAM,QAAQ,GAGV;IACF,OAAO,EAAE;QACP,OAAO,EAAE;YACP,QAAQ,EAAE,GAAG,EAAE,CAAC,IAAI;YACpB,SAAS,EAAE,GAAG,EAAE,CAAC,IAAI;YACrB,iBAAiB,EAAE,GAAG,EAAE,CAAC,IAAI;YAC7B,sBAAsB,EAAE,GAAG,EAAE,CAAC,IAAI;YAClC,mCAAmC,EAAE,GAAG,EAAE,CAAC,IAAI;YAC/C,iBAAiB,EAAE,GAAG,EAAE,CAAC,IAAI;YAC7B,6BAA6B,EAAE,GAAG,EAAE,CAAC,IAAI;YACzC,8BAA8B,EAAE,GAAG,EAAE,CAAC,IAAI;YAC1C,iCAAiC,EAAE,GAAG,EAAE,CAAC,IAAI;YAC7C,oBAAoB,EAAE,GAAG,EAAE,CAAC,IAAI;YAChC,gBAAgB,EAAE,GAAG,EAAE,CAAC,IAAI;SAC7B;KACF;IACD,aAAa,EAAE;QACb,OAAO,EAAE,EAAE,kBAAkB,EAAE,IAAI,EAAE;QACrC,OAAO,EAAE;YACP,iBAAiB,EAAE,GAAG,EAAE,CAAC,IAAI;YAC7B,6BAA6B,EAAE,GAAG,EAAE,CAAC,IAAI;YACzC,8BAA8B,EAAE,GAAG,EAAE,CAAC,IAAI;YAC1C,iCAAiC,EAAE,GAAG,EAAE,CAAC,IAAI;SAC9C;KACF;CACF,CAAC;AAEF,MAAM,CAAC,OAAO,GAAG;IACf,OAAO,OAAO,CAAC,GAAG,CAChB,MAAM,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,KAAK,EAAE,CAAC,GAAG,EAAE,KAAK,CAAC,EAAE,EAAE;QAClD,MAAM,QAAQ,GAAG,IAAA,wCAA6B,EAAC,IAAA,+BAAe,EAAC,KAAK,CAAC,OAAO,CAAC,EAAE;YAC7E,GAAG,KAAK,CAAC,OAAO;YAChB,kBAAkB,EAAE,IAAI;SACzB,CAAC,CAAC;QAEH,OAAO,IAAA,oBAAS,EAAC,IAAA,WAAI,EAAC,SAAS,EAAE,sBAAsB,EAAE,GAAG,GAAG,OAAO,CAAC,EAAE,QAAQ,CAAC,CAAC;IACrF,CAAC,CAAC,CACH,CAAC;AACJ,CAAC,CAAC","sourcesContent":["import { writeFile } from 'fs/promises';\nimport { join } from 'path';\n\nimport { getTypedRoutesDeclarationFile, GetTypedRoutesDeclarationFileOptions } from './generate';\nimport { inMemoryContext, MemoryContext } from '../testing-library/context-stubs';\n\nconst fixtures: Record<\n string,\n { context: MemoryContext; options?: GetTypedRoutesDeclarationFileOptions }\n> = {\n default: {\n context: {\n '/apple': () => null,\n '/banana': () => null,\n '/colors/[color]': () => null,\n '/animals/[...animal]': () => null,\n '/mix/[fruit]/[color]/[...animals]': () => null,\n '/(group)/static': () => null,\n '/(group)/(a,b)/folder/index': () => null,\n '/(group)/(a,b)/folder/[slug]': () => null,\n '/(group)/(a,b)/folder/[...slug]': () => null,\n '/(c)/folder/[slug]': () => null,\n '/(group)/index': () => null,\n },\n },\n partialGroups: {\n options: { partialTypedGroups: true },\n context: {\n '/(group)/static': () => null,\n '/(group)/(a,b)/folder/index': () => null,\n '/(group)/(a,b)/folder/[slug]': () => null,\n '/(group)/(a,b)/folder/[...slug]': () => null,\n },\n },\n};\n\nmodule.exports = function () {\n return Promise.all(\n Object.entries(fixtures).map(async ([key, value]) => {\n const template = getTypedRoutesDeclarationFile(inMemoryContext(value.context), {\n ...value.options,\n testIgnoreComments: true,\n });\n\n return writeFile(join(__dirname, '/__tests__/fixtures/', key + '.d.ts'), template);\n })\n );\n};\n"]}
|
package/build/utils/html.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright © 2023 650 Industries.
|
|
3
|
-
*
|
|
4
|
-
* This source code is licensed under the MIT license found in the
|
|
5
|
-
* LICENSE file in the root directory of this source tree.
|
|
6
|
-
*/
|
|
7
|
-
/**
|
|
8
|
-
* Replaces unsafe characters in a string with their escaped equivalents. This is to safely
|
|
9
|
-
* embed data in an HTML context to prevent XSS.
|
|
10
|
-
*/
|
|
11
|
-
export declare function escapeUnsafeCharacters(str: string): string;
|
|
12
|
-
//# sourceMappingURL=html.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"html.d.ts","sourceRoot":"","sources":["../../src/utils/html.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAiBH;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAE1D"}
|
package/build/utils/html.js
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Copyright © 2023 650 Industries.
|
|
4
|
-
*
|
|
5
|
-
* This source code is licensed under the MIT license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
*/
|
|
8
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
-
exports.escapeUnsafeCharacters = escapeUnsafeCharacters;
|
|
10
|
-
// See: https://github.com/urql-graphql/urql/blob/ad0276ae616b2b2f2cd01a527b4217ae35c3fa2d/packages/next-urql/src/htmlescape.ts#L10
|
|
11
|
-
// License: https://github.com/urql-graphql/urql/blob/ad0276ae616b2b2f2cd01a527b4217ae35c3fa2d/LICENSE
|
|
12
|
-
// This utility is based on https://github.com/zertosh/htmlescape
|
|
13
|
-
// License: https://github.com/zertosh/htmlescape/blob/0527ca7156a524d256101bb310a9f970f63078ad/LICENSE
|
|
14
|
-
const UNSAFE_CHARACTERS_REGEX = /[&><\u2028\u2029]/g;
|
|
15
|
-
const ESCAPED_CHARACTERS = {
|
|
16
|
-
'&': '\\u0026',
|
|
17
|
-
'>': '\\u003e',
|
|
18
|
-
'<': '\\u003c',
|
|
19
|
-
'\u2028': '\\u2028',
|
|
20
|
-
'\u2029': '\\u2029',
|
|
21
|
-
};
|
|
22
|
-
/**
|
|
23
|
-
* Replaces unsafe characters in a string with their escaped equivalents. This is to safely
|
|
24
|
-
* embed data in an HTML context to prevent XSS.
|
|
25
|
-
*/
|
|
26
|
-
function escapeUnsafeCharacters(str) {
|
|
27
|
-
return str.replace(UNSAFE_CHARACTERS_REGEX, (match) => ESCAPED_CHARACTERS[match]);
|
|
28
|
-
}
|
|
29
|
-
//# sourceMappingURL=html.js.map
|
package/build/utils/html.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"html.js","sourceRoot":"","sources":["../../src/utils/html.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;AAqBH,wDAEC;AArBD,mIAAmI;AACnI,sGAAsG;AAEtG,iEAAiE;AACjE,uGAAuG;AAEvG,MAAM,uBAAuB,GAAG,oBAAoB,CAAC;AACrD,MAAM,kBAAkB,GAAgC;IACtD,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,GAAG,EAAE,SAAS;IACd,QAAQ,EAAE,SAAS;IACnB,QAAQ,EAAE,SAAS;CACpB,CAAC;AAEF;;;GAGG;AACH,SAAgB,sBAAsB,CAAC,GAAW;IAChD,OAAO,GAAG,CAAC,OAAO,CAAC,uBAAuB,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,kBAAkB,CAAC,KAAK,CAAC,CAAC,CAAC;AACpF,CAAC","sourcesContent":["/**\n * Copyright © 2023 650 Industries.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n// See: https://github.com/urql-graphql/urql/blob/ad0276ae616b2b2f2cd01a527b4217ae35c3fa2d/packages/next-urql/src/htmlescape.ts#L10\n// License: https://github.com/urql-graphql/urql/blob/ad0276ae616b2b2f2cd01a527b4217ae35c3fa2d/LICENSE\n\n// This utility is based on https://github.com/zertosh/htmlescape\n// License: https://github.com/zertosh/htmlescape/blob/0527ca7156a524d256101bb310a9f970f63078ad/LICENSE\n\nconst UNSAFE_CHARACTERS_REGEX = /[&><\\u2028\\u2029]/g;\nconst ESCAPED_CHARACTERS: { [match: string]: string } = {\n '&': '\\\\u0026',\n '>': '\\\\u003e',\n '<': '\\\\u003c',\n '\\u2028': '\\\\u2028',\n '\\u2029': '\\\\u2029',\n};\n\n/**\n * Replaces unsafe characters in a string with their escaped equivalents. This is to safely\n * embed data in an HTML context to prevent XSS.\n */\nexport function escapeUnsafeCharacters(str: string): string {\n return str.replace(UNSAFE_CHARACTERS_REGEX, (match) => ESCAPED_CHARACTERS[match]);\n}\n"]}
|
package/node/render.js
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/build/native-tabs/{NativeBottomTabs/NativeTabsView.web.d.ts → NativeTabsView.web.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|