Skip to content

Commit

Permalink
fix: remove unused preset env usage
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder committed Jul 25, 2024
1 parent 57146cf commit 2eff73b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/swc_core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ pub extern crate swc_ecma_quote_macros;
)]
pub mod plugin;

#[cfg(feature = "ecma_preset_env")]
#[cfg_attr(docsrs, doc(cfg(feature = "preset_env")))]
pub mod preset_env {
pub use preset_env_base::*;
}

#[cfg(feature = "__ecma")]
#[cfg_attr(docsrs, doc(cfg(feature = "__ecma")))]
pub mod ecma {
Expand Down

0 comments on commit 2eff73b

Please sign in to comment.