Skip to content

Commit de73bd9

Browse files
committed
test(typescript): remove type-only namespace access
babel/babel#15799
1 parent ec773dc commit de73bd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/fixtures/typescript/test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ export namespace smart_player_namespace {
1313
export declare class FeedService {}
1414
}
1515

16-
export type FeedService2 = smart_player_namespace.FeedService;
17-
export const FeedService = smart_player_namespace.FeedService;
16+
export type FeedService = smart_player_namespace.FeedService;

0 commit comments

Comments
 (0)