oxc_semantic 0.129.0

A collection of JavaScript tools written in Rust.
Documentation
1
2
3
4
5
mod builder;
mod table;

pub use builder::ClassTableBuilder;
pub use table::{ClassTable, Element};