mirror of
https://github.com/swc-project/swc.git
synced 2024-11-27 13:38:33 +03:00
ea885df521
swc_ecma_parser: - Accept `export type * from '../typings'` (#896) swc_ecma_transforms: - Ensure that swc does not duplicate classes (#879)
4 lines
64 B
TypeScript
4 lines
64 B
TypeScript
export default class X {
|
|
@networked
|
|
prop: string = "";
|
|
} |