summaryrefslogtreecommitdiff
path: root/cli/tools/registry/graph.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-01-23 11:25:44 +0100
committerGitHub <noreply@github.com>2024-01-23 11:25:44 +0100
commite49973d96d6817378c71bf1875b03b77d083f1d3 (patch)
treef13543292de82ae92e127a137d6f9fc11ceb66b0 /cli/tools/registry/graph.rs
parentec97c7dd4b5c1be83639769990ca6d37345089ca (diff)
chore: update deno_ast and deno_graph (#22033)
This upgrade unblocks support for ES decorator proposal. Co-authored-by: crowlkats <crowlkats@toaxl.com>
Diffstat (limited to 'cli/tools/registry/graph.rs')
-rw-r--r--cli/tools/registry/graph.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/registry/graph.rs b/cli/tools/registry/graph.rs
index 04b37508c..b64350887 100644
--- a/cli/tools/registry/graph.rs
+++ b/cli/tools/registry/graph.rs
@@ -103,7 +103,7 @@ pub fn surface_fast_check_type_graph_errors(
);
break 'analyze_package; // no need to keep analyzing this package
} else {
- let message = diagnostic.message_with_range();
+ let message = diagnostic.message_with_range_for_test();
if !seen_diagnostics.insert(message.clone()) {
continue;
}