summaryrefslogtreecommitdiff
path: root/cli/graph_util.rs
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2024-09-04 15:43:32 +0200
committerGitHub <noreply@github.com>2024-09-04 13:43:32 +0000
commit13911eb8efb77bd14a80412072aecb664aa55fd5 (patch)
tree9983e58fc5340f3d823e08afc2ef9b17a424dbaa /cli/graph_util.rs
parentc58a628e2ff449f8cbbdcd6bb8baeaba1ea95a4d (diff)
chore(cli): remove deno_emit dependency (#25427)
Diffstat (limited to 'cli/graph_util.rs')
-rw-r--r--cli/graph_util.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/graph_util.rs b/cli/graph_util.rs
index bfd547a12..a9fcfd83d 100644
--- a/cli/graph_util.rs
+++ b/cli/graph_util.rs
@@ -20,7 +20,7 @@ use crate::tools::check::TypeChecker;
use crate::util::file_watcher::WatcherCommunicator;
use crate::util::fs::canonicalize_path;
use deno_config::workspace::JsrPackageConfig;
-use deno_emit::LoaderChecksum;
+use deno_graph::source::LoaderChecksum;
use deno_graph::JsrLoadError;
use deno_graph::ModuleLoadError;
use deno_graph::WorkspaceFastCheckOption;