mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
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 ?
|
||
|---|---|---|
| .. | ||
| annotation_comment.rs | ||
| binary_expr_visitor.rs | ||
| context.rs | ||
| gen.rs | ||
| lib.rs | ||
| operator.rs | ||
| sourcemap_builder.rs | ||