mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +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. |
||
|---|---|---|
| .. | ||
| js | ||
| jsx | ||
| lexer | ||
| ts | ||
| context.rs | ||
| cursor.rs | ||
| diagnostics.rs | ||
| lib.rs | ||
| modifiers.rs | ||
| state.rs | ||