]> git.ipfire.org Git - thirdparty/vuejs/router.git/commit
feat: wip new matcher
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 25 Jun 2024 13:56:55 +0000 (15:56 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 16 Jul 2025 07:57:51 +0000 (09:57 +0200)
commit474596f30b422aa817c47b56394e0cfa0c7a61e7
tree2e7a3dbc2203373fe6967d257e1f28291f2ae3b2
parent6a11243915549b80fd0544b1f5d705f1617b1ae9
feat: wip new matcher
packages/router/src/encoding.ts
packages/router/src/matcher/index.ts
packages/router/src/new-matcher/index.ts [new file with mode: 0644]
packages/router/src/new-matcher/matcher-location.ts [new file with mode: 0644]
packages/router/src/new-matcher/matcher-pattern.ts [new file with mode: 0644]
packages/router/src/new-matcher/matcher.spec.ts [new file with mode: 0644]
packages/router/src/new-matcher/matcher.test-d.ts [new file with mode: 0644]
packages/router/src/new-matcher/matcher.ts [new file with mode: 0644]
packages/router/src/utils/index.ts