46 releases (22 breaking)

new 0.22.0 Jul 24, 2024
0.20.0 Jul 11, 2024
0.11.0 Mar 30, 2024
0.4.0 Dec 8, 2023
0.0.1 Mar 30, 2023

#132 in Programming languages

Download history 2757/week @ 2024-04-02 2532/week @ 2024-04-09 2694/week @ 2024-04-16 3035/week @ 2024-04-23 1525/week @ 2024-04-30 585/week @ 2024-05-07 2790/week @ 2024-05-14 3379/week @ 2024-05-21 20332/week @ 2024-05-28 65738/week @ 2024-06-04 61349/week @ 2024-06-11 64846/week @ 2024-06-18 88186/week @ 2024-06-25 61595/week @ 2024-07-02 63114/week @ 2024-07-09 50878/week @ 2024-07-16

274,606 downloads per month
Used in 18 crates (13 directly)

MIT license

1MB
27K SLoC

Oxc AST

This is almost similar to estree except a few places:

  • Identifier is replaced with explicit BindingIdentifier, IdentifierReference, IdentifierName per spec
  • AssignmentExpression.left Pattern is replaced with AssignmentTarget

Cargo Features

  • "serde" enables support for serde serialization

Dependencies

~4–10MB
~87K SLoC