oxc_ast 0.23.1

A collection of JavaScript tools written in Rust.
Documentation

Oxc AST

Abstract Syntax Tree nodes for Oxc. Supports both TypeScript and JavaScript.

This is almost similar to estree except a few places:

Parsing

You can obtain an AST by parsing source code with a Parser from oxc_parser.

Cargo Features

  • "serde" enables support for serde serialization