oxc/npm/oxc-types
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
..
CHANGELOG.md release(crates): v0.35.0 (#7110) 2024-11-04 17:40:05 +08:00
package.json release(crates): v0.35.0 (#7110) 2024-11-04 17:40:05 +08:00
README.md feat(ast_tools): output typescript to a separate package (#6755) 2024-10-24 13:08:57 +00:00
types.d.ts feat(estree): ESTree compatibility for all literals (#7152) 2024-11-06 21:25:41 +00:00

Oxc Types

Typescript definitions for Oxc AST nodes.