diff options
Diffstat (limited to 'cli/tools')
-rw-r--r-- | cli/tools/registry/graph.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/registry/graph.rs b/cli/tools/registry/graph.rs index d14e4cd84..184557e5d 100644 --- a/cli/tools/registry/graph.rs +++ b/cli/tools/registry/graph.rs @@ -128,7 +128,7 @@ impl GraphDiagnosticsCollector { follow_dynamic: true, // search the entire graph and not just the fast check subset prefer_fast_check_graph: false, - follow_type_only: true, + kind: deno_graph::GraphKind::All, }; let mut iter = graph.walk(graph.roots.iter(), options); while let Some((specifier, entry)) = iter.next() { |