From: Eduardo San Martin Morote Date: Thu, 16 Jul 2026 14:50:31 +0000 (+0200) Subject: chore: comments X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9ddebdc4df35330c84a2fa55f1a2a703257818e;p=thirdparty%2Fvuejs%2Frouter.git chore: comments --- diff --git a/packages/router/src/experimental/router.spec.ts b/packages/router/src/experimental/router.spec.ts index 1c7d28e94..5a7456996 100644 --- a/packages/router/src/experimental/router.spec.ts +++ b/packages/router/src/experimental/router.spec.ts @@ -12,7 +12,7 @@ * - Resolver-based: Uses createFixedResolver() instead of routes array * - Pattern-based matching: Uses MatcherPatternPath instances for route matching * - Parent-based hierarchy: Uses 'parent' property instead of 'children' - * - Limited redirect support: Basic redirects not fully implemented + * - Redirects handled at the router level: the resolver knows nothing about them * - Different param handling: May not cast/validate params the same way * * TEST ADAPTATIONS: @@ -24,7 +24,7 @@ * - ✅ Meta field merging from parent to child * - ❌ Dynamic routing (addRoute, removeRoute, hasRoute) * - ❌ Aliases (not implemented in experimental router) - * - ✅ Redirects (limited support) + * - ✅ Redirects (record redirect, chained, function form, query/hash/params handling) * - ✅ Complex object-based resolve (may work differently) * - ❌ beforeEnter guards (not implemented) * - ✅ Param validation/casting (works differently)