We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd0e4b commit 4f798c9Copy full SHA for 4f798c9
crates/swc_ecma_transforms_optimization/src/simplify/dce/mod.rs
@@ -1,14 +1,9 @@
1
use std::{borrow::Cow, cell::RefCell, mem::take, sync::Arc};
2
3
-use ahash::RandomState;
4
use indexmap::{IndexMap, IndexSet};
5
use petgraph::{algo::tarjan_scc, Direction::Incoming};
6
use rustc_hash::{FxBuildHasher, FxHashMap, FxHashSet};
7
use swc_atoms::{atom, Atom};
8
-use swc_common::{
9
-use rustc_hash::{FxHashMap, FxHashSet, FxHasher};
10
-use rustc_hash::{FxHashMap, FxHashSet};
11
-use swc_atoms::{atom, JsWord};
12
use swc_common::{
13
collections::AHashSet,
14
pass::{CompilerPass, Repeated},
0 commit comments