Expand description
§Oxc AST (Abstract Syntax Tree) Nodes
Supports JavaScript, TypeScript and JSX.
§Types
AST types are similar to estree and typescript-eslint’s definition, with a few notable exceptions:
Identifieris replaced with explicitBindingIdentifier,IdentifierReference,IdentifierName, per ECMAScript Specification.AssignmentExpression.leftPatternis replaced withAssignmentTarget.Literalis replaced withBooleanLiteral,NumericLiteral,