Skip to content

Commit

Permalink
test(typescript): remove type-only namespace access
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 9, 2023
1 parent ec773dc commit de73bd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/fixtures/typescript/test.ts
Expand Up @@ -13,5 +13,4 @@ export namespace smart_player_namespace {
export declare class FeedService {}
}

export type FeedService2 = smart_player_namespace.FeedService;
export const FeedService = smart_player_namespace.FeedService;
export type FeedService = smart_player_namespace.FeedService;

0 comments on commit de73bd9

Please sign in to comment.