summaryrefslogtreecommitdiff
path: root/cli/tools/registry/mod.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-02-16 17:10:06 -0500
committerGitHub <noreply@github.com>2024-02-16 22:10:06 +0000
commit828d9b84858d53b74d7801604c8c3bee418b631e (patch)
treef08718d9c11847c4689c2606d4e2bae2dc143bd8 /cli/tools/registry/mod.rs
parent67a4231bb62b7839f39bafc9e2e656f43093619b (diff)
refactor: remove module graph setup from ModuleLoader (#22442)
`ModuleLoader` was doing too much duplicate work.
Diffstat (limited to 'cli/tools/registry/mod.rs')
-rw-r--r--cli/tools/registry/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tools/registry/mod.rs b/cli/tools/registry/mod.rs
index dfd20f571..9205d9b26 100644
--- a/cli/tools/registry/mod.rs
+++ b/cli/tools/registry/mod.rs
@@ -768,6 +768,7 @@ async fn build_and_check_graph_for_publish(
let graph = Arc::new(
module_graph_builder
.create_graph_with_options(crate::graph_util::CreateGraphOptions {
+ is_dynamic: false,
// All because we're going to use this same graph to determine the publish order later
graph_kind: deno_graph::GraphKind::All,
roots: packages