mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
The semantic crate currently compiles 5 binaries for integration test, this PR merges them into one.
8 lines
133 B
Rust
8 lines
133 B
Rust
#![allow(clippy::missing_panics_doc)]
|
|
|
|
pub mod cfg;
|
|
pub mod classes;
|
|
pub mod modules;
|
|
pub mod scopes;
|
|
pub mod symbols;
|
|
pub mod util;
|