Searched refs:getContextKey (Results 1 – 10 of 10) sorted by relevance
3 …ts.removeFileSystemDots = exports.removeSupportedExtensions = exports.getContextKey = exports.getN…25 function getContextKey(name) { function34 exports.getContextKey = getContextKey;
8 export declare function getContextKey(name: string): string;
46 return (0, matchers_1.getContextKey)(node.contextKey);
1 …getContextKey } from './matchers';\nimport { sortRoutesWithInitial, sortRoutes } from './sortRoute…
21 const key = (0, matchers_1.getContextKey)(route.contextKey).replace(/\/index$/, '') ?? '/';
1 …upportedExtensions(removeFileSystemDots(name));\n}\n\nexport function getContextKey(name: string):…
1 …getContextKey } from './matchers';\nimport { sortRoutes } from './sortRoutes';\n\nexport interface…
4 import { getContextKey } from './matchers';54 return getContextKey(node.contextKey);
11 import { getContextKey } from './matchers';43 const key = getContextKey(route.contextKey).replace(/\/index$/, '') ?? '/';
22 export function getContextKey(name: string): string {