]> git.ipfire.org Git - thirdparty/vuejs/router.git/commit
refactor: migrate guard types
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 10 Jun 2024 14:40:53 +0000 (16:40 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 10 Jun 2024 14:40:53 +0000 (16:40 +0200)
commit51edf6924dfc4b7f4477ed7dce868742d94e3aa5
tree03c938d2e2db0c0ec783d6a450d2da2ac9dc417d
parentf92282b896ccf92360d781832435e1ae86314e0e
refactor: migrate guard types
17 files changed:
packages/router/__tests__/errors.spec.ts
packages/router/__tests__/guards/beforeRouteEnter.spec.ts
packages/router/__tests__/guards/extractComponentsGuards.spec.ts
packages/router/__tests__/utils.ts
packages/router/src/RouterLink.ts
packages/router/src/RouterView.ts
packages/router/src/globalExtensions.ts
packages/router/src/index.ts
packages/router/src/matcher/types.ts
packages/router/src/navigationGuards.ts
packages/router/src/router.ts
packages/router/src/typed-routes/index.ts
packages/router/src/typed-routes/navigation-guards.ts [new file with mode: 0644]
packages/router/src/typed-routes/params.ts
packages/router/src/types/index.ts
packages/router/src/types/typeGuards.ts
packages/router/src/useApi.ts