Home
last modified time | relevance | path

Searched refs:stripInvisibleSegmentsFromPath (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-router/build/
H A Dmatchers.js3 exports.stripInvisibleSegmentsFromPath = exports.stripGroupSegmentsFromPath = exports.removeFileSys…
57 function stripInvisibleSegmentsFromPath(path) { function
60 exports.stripInvisibleSegmentsFromPath = stripInvisibleSegmentsFromPath;
H A Dmatchers.d.ts13 export declare function stripInvisibleSegmentsFromPath(path: string): string;
H A Dmatchers.js.map1 … }, [] as string[])\n .join('/');\n}\n\nexport function stripInvisibleSegmentsFromPath(path: …
H A DgetRoutes.js374 const opaqueRoute = (0, matchers_1.stripInvisibleSegmentsFromPath)(route.route);
H A DgetRoutes.js.map1stripInvisibleSegmentsFromPath,\n} from './matchers';\nimport type { RequireContext } from './type…
/expo/packages/expo-router/src/
H A Dmatchers.tsx54 export function stripInvisibleSegmentsFromPath(path: string): string {
H A DgetRoutes.ts10 stripInvisibleSegmentsFromPath,
476 const opaqueRoute = stripInvisibleSegmentsFromPath(route.route);