]> git.ipfire.org Git - thirdparty/vuejs/router.git/commit
feat: new dynamic path matcher
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 16 Dec 2024 14:35:49 +0000 (15:35 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 16 Jul 2025 07:57:54 +0000 (09:57 +0200)
commit89035ea51b80b9f83b7f9d2267fa96b2a5ff5106
tree5a753ea603359b492ff137498477e7f560391042
parentd061304b3827f1fab7cbee8f0281b04abe07348d
feat: new dynamic path matcher
packages/router/src/new-route-resolver/matcher-pattern.ts
packages/router/src/new-route-resolver/matcher-resolve.spec.ts [new file with mode: 0644]
packages/router/src/new-route-resolver/matcher.spec.ts
packages/router/src/new-route-resolver/matcher.ts
packages/router/src/new-route-resolver/matchers/test-utils.ts [new file with mode: 0644]
packages/router/src/types/utils.ts