Oxc AST
Abstract Syntax Tree nodes for Oxc. Supports both TypeScript and JavaScript.
This is almost similar to estree except a few places:
Identifieris replaced with explicitBindingIdentifier,IdentifierReference,IdentifierNameper specAssignmentExpression.leftPatternis replaced withAssignmentTarget
Parsing
You can obtain an AST by parsing source code with a Parser from oxc_parser.
Cargo Features
"serde"enables support for serde serialization