]> git.ipfire.org Git - thirdparty/vuejs/router.git/commit
refactor: reorganize types and add initial experimental router
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 17 Dec 2024 14:32:50 +0000 (15:32 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 16 Jul 2025 07:57:55 +0000 (09:57 +0200)
commit84ac19e06e77d06e9889d99d185cf15840fddf8b
treedf2b04a2c475351ca1b68c11632de5fbffd8720d
parent89035ea51b80b9f83b7f9d2267fa96b2a5ff5106
refactor: reorganize types and add initial experimental router
packages/router/src/errors.ts
packages/router/src/experimental/router.ts [new file with mode: 0644]
packages/router/src/index.ts
packages/router/src/navigationGuards.ts
packages/router/src/new-route-resolver/matcher.spec.ts
packages/router/src/router.ts
packages/router/src/scrollBehavior.ts
packages/router/src/types/utils.ts