Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinbao1001 committed Oct 12, 2024
1 parent 58e7167 commit 7447872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/mako/src/plugins/tree_shaking/shake/skip_module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ use swc_core::ecma::ast::{
use swc_core::ecma::utils::{quote_ident, quote_str};
use swc_core::quote;

use crate::build::analyze_deps;
use crate::ast::DUMMY_CTXT;
use crate::build::analyze_deps;
use crate::compiler::Context;
use crate::module::{Dependency, ImportType, ModuleId, NamedExportType, ResolveType};
use crate::module_graph::ModuleGraph;
Expand Down

0 comments on commit 7447872

Please sign in to comment.