From 59a5fe530f92e4207cc30be24158c0a809e37e5b Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 24 Oct 2023 17:43:19 -0400 Subject: refactor: upgrade to deno_ast 0.31 and deno_graph 0.59 (#20965) --- cli/tests/testdata/run/error_type_definitions.ts.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') diff --git a/cli/tests/testdata/run/error_type_definitions.ts.out b/cli/tests/testdata/run/error_type_definitions.ts.out index 5e1d73ca4..d60d4d483 100644 --- a/cli/tests/testdata/run/error_type_definitions.ts.out +++ b/cli/tests/testdata/run/error_type_definitions.ts.out @@ -1,2 +1,2 @@ -[WILDCARD]error: Relative import path "baz" not prefixed with / or ./ or ../ +[WILDCARD]error: Failed resolving types. Relative import path "baz" not prefixed with / or ./ or ../ at [WILDCARD]/type_definitions/bar.d.ts:[WILDCARD] -- cgit v1.2.3