Skip to content

Commit 64b53c4

Browse files
committed
make sure that router_js is bundled correctly
1 parent 7825cef commit 64b53c4

25 files changed

Lines changed: 55 additions & 96 deletions

packages/router_js/index.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
export { default } from './lib/router';
2+
export {
3+
default as InternalTransition,
4+
logAbort,
5+
STATE_SYMBOL,
6+
PARAMS_SYMBOL,
7+
QUERY_PARAMS_SYMBOL,
8+
} from './lib/transition';
9+
10+
export type { PublicTransition as Transition } from './lib/transition';
11+
12+
export { default as TransitionState, TransitionError } from './lib/transition-state';
13+
export {
14+
default as InternalRouteInfo,
15+
} from './lib/route-info';
16+
17+
export type {
18+
Route,
19+
RouteInfo,
20+
RouteInfoWithAttributes,
21+
ModelFor
22+
} from './lib/router-info';

packages/router_js/lib/backburner/index.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

packages/router_js/lib/router/index.ts

Lines changed: 0 additions & 22 deletions
This file was deleted.

packages/router_js/lib/rsvp/index.d.ts

Lines changed: 0 additions & 40 deletions
This file was deleted.

packages/router_js/lib/router/transition-aborted-error.ts renamed to packages/router_js/lib/transition-aborted-error.ts

File renamed without changes.
File renamed without changes.

packages/router_js/lib/router/transition-intent/named-transition-intent.ts renamed to packages/router_js/lib/transition-intent/named-transition-intent.ts

File renamed without changes.

0 commit comments

Comments
 (0)