From: Eduardo San Martin Morote Date: Tue, 12 Aug 2025 08:51:04 +0000 (+0200) Subject: chore: note X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=39fae07c4f7e66eb30e174792ca366483c510f67;p=thirdparty%2Fvuejs%2Frouter.git chore: note --- diff --git a/packages/router/src/experimental/index.ts b/packages/router/src/experimental/index.ts index a1a95c9b..62b19995 100644 --- a/packages/router/src/experimental/index.ts +++ b/packages/router/src/experimental/index.ts @@ -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,