oxc/crates/oxc_codegen
Boshen bbf9ec0774 fix(codegen): add missing declare to PropertyDefinition (#4937)
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 ?
2024-08-17 14:26:24 +00:00
..
examples fix(codegen): print raw if value is number is Infinity (#4676) 2024-08-06 03:24:40 +00:00
src fix(codegen): add missing declare to PropertyDefinition (#4937) 2024-08-17 14:26:24 +00:00
tests/integration fix(codegen): print TSSatisfiesExpression and TSInstantiationExpression (#4936) 2024-08-16 09:53:17 +00:00
Cargo.toml fix(linter/tree-shaking): correct the calculation of >>, << and >>> (#4932) 2024-08-16 02:33:48 +00:00
CHANGELOG.md Release crates v0.24.0 (#4749) 2024-08-08 14:00:57 +08:00