oxc/crates/oxc_ast
ottomated 9d6cc9d3af feat(estree): ESTree compatibility for all literals (#7152)
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.
2024-11-06 21:25:41 +00:00
..
src feat(estree): ESTree compatibility for all literals (#7152) 2024-11-06 21:25:41 +00:00
Cargo.toml feat(estree): ESTree compatibility for all literals (#7152) 2024-11-06 21:25:41 +00:00
CHANGELOG.md release(crates): v0.35.0 (#7110) 2024-11-04 17:40:05 +08:00
custom_types.d.ts refactor(ast): move custom types .d.ts file (#6931) 2024-10-26 17:10:34 +00:00