]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: note
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 12 Aug 2025 08:51:04 +0000 (10:51 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 12 Aug 2025 08:51:04 +0000 (10:51 +0200)
packages/router/src/experimental/index.ts

index a1a95c9b56ee5c1a47672123b8512631bd97224b..62b1999582c77300e038a8af91cd60e371b76499 100644 (file)
@@ -25,6 +25,8 @@ export {
   MatcherPatternPathCustomParams,
   // custom param parsers
   // TODO: find a more elegant format than having 4 variants per param type
+  // NOTE: I think in exported types, we should only export the generic version that can
+  // handle all types of params consistently
   PARAM_PARSER_INT,
   PARAM_INTEGER_SINGLE,
   PARAM_NUMBER_OPTIONAL,