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

#367 in Programming languages

Download history 424/week @ 2024-01-31 424/week @ 2024-02-07 263/week @ 2024-02-14 474/week @ 2024-02-21 470/week @ 2024-02-28 746/week @ 2024-03-06 1805/week @ 2024-03-13 2193/week @ 2024-03-20 2151/week @ 2024-03-27 3158/week @ 2024-04-03 1936/week @ 2024-04-10 3091/week @ 2024-04-17 2819/week @ 2024-04-24 1396/week @ 2024-05-01 636/week @ 2024-05-08 2494/week @ 2024-05-15

7,911 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
~87K SLoC