diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2020-11-03 06:41:20 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-03 06:41:20 +1100 |
| commit | d672e1405dd7085a060625fc320d063f7f7970a2 (patch) | |
| tree | b48793a452a4dc1df2dd048a74b9485b6fc9a775 /cli/module_loader.rs | |
| parent | 40cd4db974465518583af30a64849e5d152e0b34 (diff) | |
refactor(cli): cleanup compiler snapshot and tsc/module_graph (#8220)
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 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; |
