Registry / other / oxc-ast

oxc-ast

JSON →
library0.134.0rscratesunverified

Provides abstract syntax tree types for JavaScript, part of the Oxc toolchain.

# Cargo.toml [dependencies] oxc_ast = "0.134.0"
INSTALL
IMPORT
SIG · OXC-AST
O
oxc-ast
otherrustv0.134.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Program
use oxc_ast::ast::Program;

Creates a default JavaScript AST Program node.

use oxc_ast::ast::Program; fn main() { let program = Program::default(); println!("AST program created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.134.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
oxc-ast — cargo add oxc-ast · libregistry