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. |
||
|---|---|---|
| .. | ||
| ast_tools | ||
| benchmark | ||
| common | ||
| coverage | ||
| javascript_globals | ||
| lint_rules | ||
| minsize | ||
| prettier_conformance | ||
| rulegen | ||
| transform_checker | ||
| transform_conformance | ||
| website | ||