oxc/tasks/ast_tools
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 refactor(ast_tools): replace str::replace with CowUtils::cow_replace (#6954) 2024-10-28 00:23:34 +00:00