summaryrefslogtreecommitdiff
path: root/cli/module_loader.rs
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2020-11-03 06:41:20 +1100
committerGitHub <noreply@github.com>2020-11-03 06:41:20 +1100
commitd672e1405dd7085a060625fc320d063f7f7970a2 (patch)
treeb48793a452a4dc1df2dd048a74b9485b6fc9a775 /cli/module_loader.rs
parent40cd4db974465518583af30a64849e5d152e0b34 (diff)
refactor(cli): cleanup compiler snapshot and tsc/module_graph (#8220)
Diffstat (limited to 'cli/module_loader.rs')
-rw-r--r--cli/module_loader.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/module_loader.rs b/cli/module_loader.rs
index b19476fe2..1715f7f6b 100644
--- a/cli/module_loader.rs
+++ b/cli/module_loader.rs
@@ -1,7 +1,7 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
use crate::import_map::ImportMap;
-use crate::module_graph2::TypeLib;
+use crate::module_graph::TypeLib;
use crate::permissions::Permissions;
use crate::program_state::ProgramState;
use deno_core::error::AnyError;