Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 26, 2025
1 parent 72e6bba commit fdbd6b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/swc_ecma_transforms_typescript/src/typescript.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use std::mem;
use std::{mem, sync::Arc};

use once_cell::sync::Lazy;
use swc_common::{
collections::AHashSet, comments::Comments, sync::Lrc, util::take::Take, Mark, SourceMap, Span,
Spanned,
Expand Down

0 comments on commit fdbd6b7

Please sign in to comment.