mirror of
https://github.com/danbulant/oxc
synced 2026-05-20 04:38:54 +00:00
Adds some new estree macro directives: - `#[estree(via = foo::Foo)`: Uses From to convert this struct to foo::Foo before serialization - `#[estree(add_ts = "foo: string")]`: Adds additional fields to the typescript definitions Used these to make all different literals estree-compatible. |
||
|---|---|---|
| .. | ||
| oxc-parser | ||
| oxc-transform | ||
| oxc-types | ||
| oxlint | ||
| parser-wasm | ||