Searched refs:matchAgainstConfigs (Results 1 – 3 of 3) sorted by relevance
345 const routes = matchAgainstConfigs(formattedPaths.nonstandardPathname, configs);365 function matchAgainstConfigs(remaining: string, configs: RouteConfig[]): ParsedRoute[] | undefined { function
265 const routes = matchAgainstConfigs(formattedPaths.nonstandardPathname, configs);276 function matchAgainstConfigs(remaining, configs) { function
1 …matchAgainstConfigs(formattedPaths.nonstandardPathname, configs);\n\n if (routes == null) {\n …