Home
last modified time | relevance | path

Searched refs:getContextKey (Results 1 – 10 of 10) sorted by relevance

/expo/packages/expo-router/build/
H A Dmatchers.js3 …ts.removeFileSystemDots = exports.removeSupportedExtensions = exports.getContextKey = exports.getN…
25 function getContextKey(name) { function
34 exports.getContextKey = getContextKey;
H A Dmatchers.d.ts8 export declare function getContextKey(name: string): string;
H A DRoute.js46 return (0, matchers_1.getContextKey)(node.contextKey);
H A DRoute.js.map1getContextKey } from './matchers';\nimport { sortRoutesWithInitial, sortRoutes } from './sortRoute…
H A DgetServerManifest.js21 const key = (0, matchers_1.getContextKey)(route.contextKey).replace(/\/index$/, '') ?? '/';
H A Dmatchers.js.map1 …upportedExtensions(removeFileSystemDots(name));\n}\n\nexport function getContextKey(name: string):…
H A DgetServerManifest.js.map1getContextKey } from './matchers';\nimport { sortRoutes } from './sortRoutes';\n\nexport interface…
/expo/packages/expo-router/src/
H A DRoute.tsx4 import { getContextKey } from './matchers';
54 return getContextKey(node.contextKey);
H A DgetServerManifest.ts11 import { getContextKey } from './matchers';
43 const key = getContextKey(route.contextKey).replace(/\/index$/, '') ?? '/';
H A Dmatchers.tsx22 export function getContextKey(name: string): string {