]> git.ipfire.org Git - thirdparty/vuejs/router.git/commit
chore: static path matcher
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 26 Jun 2024 13:52:51 +0000 (15:52 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 16 Jul 2025 07:57:52 +0000 (09:57 +0200)
commitf26e919db31538c48ef6b2f96a2d38de2cfeb312
tree685ce67ca7ac7c1ee1c4d6c3109103fd5ec1d7cd
parentaf7afb50686a88de0425c4cbe57d76982f52b1a4
chore: static path matcher
packages/router/src/new-route-resolver/index.ts [moved from packages/router/src/new-matcher/index.ts with 100% similarity]
packages/router/src/new-route-resolver/matcher-location.ts [moved from packages/router/src/new-matcher/matcher-location.ts with 100% similarity]
packages/router/src/new-route-resolver/matcher-pattern.ts [moved from packages/router/src/new-matcher/matcher-pattern.ts with 53% similarity]
packages/router/src/new-route-resolver/matcher.spec.ts [moved from packages/router/src/new-matcher/matcher.spec.ts with 85% similarity]
packages/router/src/new-route-resolver/matcher.test-d.ts [moved from packages/router/src/new-matcher/matcher.test-d.ts with 64% similarity]
packages/router/src/new-route-resolver/matcher.ts [moved from packages/router/src/new-matcher/matcher.ts with 87% similarity]
packages/router/src/new-route-resolver/matchers/path-param.ts [new file with mode: 0644]
packages/router/src/new-route-resolver/matchers/path-static.ts [new file with mode: 0644]