From bc8d00c880756a46b0ce4c8bf0c89407a2de669c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 15 Jan 2024 02:28:46 +0100 Subject: chore: upgrade deno_core to 0.246.0 (#21904) --- cli/tests/testdata/import_attributes/dynamic_error.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/testdata') diff --git a/cli/tests/testdata/import_attributes/dynamic_error.out b/cli/tests/testdata/import_attributes/dynamic_error.out index 3dc79ba6b..24f29de72 100644 --- a/cli/tests/testdata/import_attributes/dynamic_error.out +++ b/cli/tests/testdata/import_attributes/dynamic_error.out @@ -1,4 +1,4 @@ -error: Uncaught (in promise) TypeError: Expected a "None" module but loaded a "JSON" module. +error: Uncaught (in promise) TypeError: Attempted to load JSON module without specifying "type": "json" attribute in the import statement. const data = await import("./data.json"); ^ at async [WILDCARD]dynamic_error.ts:1:14 -- cgit v1.2.3