Skip to content

Commit

Permalink
chore: todos [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Apr 26, 2023
1 parent f5ad593 commit 951064c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
routeBlockQueryRE,
ROUTE_BLOCK_ID,
} from './core/moduleConstants'
// TODO: export standalone createRoutesContext that resolves partial options
import { Options, resolveOptions, DEFAULT_OPTIONS } from './options'
import { createViteContext } from './core/vite'
import { createFilter } from '@rollup/pluginutils'
Expand Down
1 change: 1 addition & 0 deletions src/typeExtensions/RouterLink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import type {
RouteLocationResolvedTypedList,
} from './routeLocation'

// TODO: rename to RouterLinkPropsTyped and re export from typed-router.d.ts as RouterLinkProps
/**
* Typed version of `RouterLinkProps`.
*/
Expand Down

0 comments on commit 951064c

Please sign in to comment.