Registry / utility / oxc-syntax

oxc-syntax

JSON →
library0.134.0rscratesunverified

Provides JavaScript syntax types and parsers for the Oxc toolchain.

# Cargo.toml [dependencies] oxc_syntax = "0.134.0"
INSTALL
IMPORT
SIG · OXC-SYNTAX
O
oxc-syntax
utilityrustv0.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_syntax::ast::Program;

Create a default JavaScript AST program node.

use oxc_syntax::ast::Program; fn main() { let _program = Program::default(); println!("Oxc syntax AST ready"); }
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-syntax — cargo add oxc-syntax · libregistry