From e49973d96d6817378c71bf1875b03b77d083f1d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 23 Jan 2024 11:25:44 +0100 Subject: chore: update deno_ast and deno_graph (#22033) This upgrade unblocks support for ES decorator proposal. Co-authored-by: crowlkats --- cli/tools/registry/graph.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tools/registry') 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; } -- cgit v1.2.3