Crate oxc_ast

source ·
Expand description

§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

Re-exports§

Modules§

Structs§

Enums§

Type Aliases§