From b3e88e0681248631b4bf8e4d9cd2e4d2c651f333 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 9 Feb 2023 22:00:23 -0500 Subject: refactor: deno_graph 0.43 upgrade (#17692) --- cli/tests/testdata/run/error_005_missing_dynamic_import.ts.out | 1 + cli/tests/testdata/run/error_015_dynamic_import_permissions.out | 1 + cli/tests/testdata/run/reference_types_error.js.out | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'cli/tests/testdata/run') diff --git a/cli/tests/testdata/run/error_005_missing_dynamic_import.ts.out b/cli/tests/testdata/run/error_005_missing_dynamic_import.ts.out index 55e4a8524..530c17f91 100644 --- a/cli/tests/testdata/run/error_005_missing_dynamic_import.ts.out +++ b/cli/tests/testdata/run/error_005_missing_dynamic_import.ts.out @@ -1,4 +1,5 @@ error: Uncaught (in promise) TypeError: Module not found "[WILDCARD]/bad-module.ts". + at file:///[WILDCARD]/error_005_missing_dynamic_import.ts:2:35 const _badModule = await import("./bad-module.ts"); ^ at async file://[WILDCARD]/error_005_missing_dynamic_import.ts:2:22 diff --git a/cli/tests/testdata/run/error_015_dynamic_import_permissions.out b/cli/tests/testdata/run/error_015_dynamic_import_permissions.out index ef54f331b..209e241a7 100644 --- a/cli/tests/testdata/run/error_015_dynamic_import_permissions.out +++ b/cli/tests/testdata/run/error_015_dynamic_import_permissions.out @@ -1,4 +1,5 @@ error: Uncaught (in promise) TypeError: Requires net access to "localhost:4545", run again with the --allow-net flag + at file:///[WILDCARD]/error_015_dynamic_import_permissions.js:2:16 await import("http://localhost:4545/subdir/mod4.js"); ^ at async file://[WILDCARD]/error_015_dynamic_import_permissions.js:2:3 diff --git a/cli/tests/testdata/run/reference_types_error.js.out b/cli/tests/testdata/run/reference_types_error.js.out index ebb9b3a26..86055f3ac 100644 --- a/cli/tests/testdata/run/reference_types_error.js.out +++ b/cli/tests/testdata/run/reference_types_error.js.out @@ -1,2 +1,2 @@ error: Module not found "file:///[WILDCARD]/nonexistent.d.ts". - at file:///[WILDCARD]/reference_types_error.js:1:23 + at file:///[WILDCARD]/reference_types_error.js:1:22 -- cgit v1.2.3