]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: comments
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 16 Jul 2026 14:50:31 +0000 (16:50 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 16 Jul 2026 14:50:31 +0000 (16:50 +0200)
packages/router/src/experimental/router.spec.ts

index 1c7d28e94ab9b5baf68c29d1523cd1c9ab742d87..5a74569968e9da1d7fbeeb71d81a32dc7decc08a 100644 (file)
@@ -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)