swc/crates/swc_ecma_parser/tests/tsc/exportDeclaration_moduleSpecifier-isolatedModules.ts

8 lines
164 B
TypeScript

// @isolatedModules: true
// @Filename: /a.ts
export type A = {};
// @Filename: /b.ts
export type { A } from './a'; // should not error, but would without `type`