]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: remove extra exports
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 14 Aug 2025 13:41:40 +0000 (15:41 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 14 Aug 2025 13:41:40 +0000 (15:41 +0200)
packages/router/src/experimental/index.ts

index 8e04a9426188973a0e94bdf2eadc480c15cb078b..c52c62b89f0f3ebd9d5892a2fdeb37f55eca06fe 100644 (file)
@@ -23,15 +23,8 @@ export {
   MatcherPatternPathStatic,
   MatcherPatternPathStar,
   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
+  // native param parsers
   PARAM_PARSER_INT,
-  PARAM_INTEGER_SINGLE,
-  PARAM_NUMBER_OPTIONAL,
-  PARAM_NUMBER_REPEATABLE,
-  PARAM_NUMBER_REPEATABLE_OPTIONAL,
 } from './route-resolver/matchers/matcher-pattern'
 export type {
   MatcherPattern,