Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I'm seeing a broken test for ```rust #[test] fn dts_class_decl_prop_test() { transform_dts_test( "export class Foo { declare a: string }", "export declare class Foo { a: string; }", ); } ``` can you double check @Dunqing ?
- Loading branch information