swc_ecma_usage_analyzer/
lib.rs

1//! This crate is an internal crate that is extracted just to reduce compile
2//! time. Do not use this crate directly, and this package does not follow
3//! semver.
4
5#![allow(clippy::mutable_key_type)]
6
7pub mod alias;
8pub mod analyzer;
9pub mod marks;
10pub mod util;