Skip to content

Commit e87465b

Browse files
committed
fix fmt
1 parent e1be750 commit e87465b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

crates/wasm/src/lib.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@ use std::{fmt::Debug, sync::Arc};
22

33
use anyhow::Context;
44
use js_sys::JsString;
5-
use next_custom_transforms::chain_transforms::{TransformOptions, custom_before_pass};
5+
use next_custom_transforms::chain_transforms::{custom_before_pass, TransformOptions};
66
use rustc_hash::FxHashMap;
77
use swc_core::{
88
base::{
9-
Compiler,
109
config::{JsMinifyOptions, ParseOptions},
11-
try_with_handler,
10+
try_with_handler, Compiler,
1211
},
1312
common::{
14-
FileName, FilePathMapping, GLOBALS, Mark, SourceMap,
1513
comments::{Comments, SingleThreadedComments},
1614
errors::ColorConfig,
15+
FileName, FilePathMapping, Mark, SourceMap, GLOBALS,
1716
},
1817
ecma::ast::noop_pass,
1918
};

0 commit comments

Comments
 (0)