oxc/crates/oxc_parser
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
..
examples feat(ast)!: change comment.span to real position that contain // and /* (#7154) 2024-11-06 05:10:33 +00:00
src feat(estree): ESTree compatibility for all literals (#7152) 2024-11-06 21:25:41 +00:00
Cargo.toml release(crates): v0.35.0 (#7110) 2024-11-04 17:40:05 +08:00
CHANGELOG.md release(crates): v0.35.0 (#7110) 2024-11-04 17:40:05 +08:00