Skip to content

Commit

Permalink
Update packages/babel-generator/test/fixtures/typescript/export-type-…
Browse files Browse the repository at this point in the history
…star-from/input.ts

Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
  • Loading branch information
nicolo-ribaudo and JLHwung committed Jan 30, 2023
1 parent d1b7a37 commit 0722ab7
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
export type * from './mod';
export type * as ns from './mod';
// Note: TSC doesn't support string module specifiers yet,
// but it's easier for us to support it that not.
// but it's easier for us to support it than not.
export type * as "ns2" from './mod';

0 comments on commit 0722ab7

Please sign in to comment.