29 releases (13 breaking)

new 0.13.1 May 22, 2024
0.12.5 Apr 22, 2024
0.11.0 Mar 30, 2024
0.4.0 Dec 8, 2023
0.0.1 Mar 30, 2023

#805 in Programming languages

Download history 494/week @ 2024-02-01 395/week @ 2024-02-08 324/week @ 2024-02-15 410/week @ 2024-02-22 483/week @ 2024-02-29 844/week @ 2024-03-07 1898/week @ 2024-03-14 2106/week @ 2024-03-21 2942/week @ 2024-03-28 2663/week @ 2024-04-04 1624/week @ 2024-04-11 3223/week @ 2024-04-18 2674/week @ 2024-04-25 1366/week @ 2024-05-02 1010/week @ 2024-05-09 2688/week @ 2024-05-16

8,036 downloads per month
Used in 15 crates (11 directly)

MIT license

695KB
17K 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

~3.5–9.5MB
~88K SLoC