diff options
Diffstat (limited to 'cli/module_loader.rs')
-rw-r--r-- | cli/module_loader.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/module_loader.rs b/cli/module_loader.rs index dc367f5e7..41ec7e28c 100644 --- a/cli/module_loader.rs +++ b/cli/module_loader.rs @@ -1,7 +1,7 @@ // Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +use crate::args::TsTypeLib; use crate::emit::emit_parsed_source; -use crate::emit::TsTypeLib; use crate::graph_util::ModuleEntry; use crate::node; use crate::proc_state::ProcState; |