diff options
Diffstat (limited to 'cli/module_graph.rs')
-rw-r--r-- | cli/module_graph.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/module_graph.rs b/cli/module_graph.rs index f7cfe4226..331f45241 100644 --- a/cli/module_graph.rs +++ b/cli/module_graph.rs @@ -1,4 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. + use crate::checksum; use crate::file_fetcher::map_file_extension; use crate::file_fetcher::SourceFile; |