From 3fc19dab47492e06043fc7add28e64693a4eb775 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 7 Sep 2023 08:09:16 -0500 Subject: feat: support import attributes (#20342) --- cli/tests/testdata/import_assertions/dynamic_error.out | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 cli/tests/testdata/import_assertions/dynamic_error.out (limited to 'cli/tests/testdata/import_assertions/dynamic_error.out') diff --git a/cli/tests/testdata/import_assertions/dynamic_error.out b/cli/tests/testdata/import_assertions/dynamic_error.out deleted file mode 100644 index 927eae0b8..000000000 --- a/cli/tests/testdata/import_assertions/dynamic_error.out +++ /dev/null @@ -1,5 +0,0 @@ -[WILDCARD] -error: Uncaught (in promise) TypeError: Expected a "JavaScriptOrWasm" module but loaded a "JSON" module. -const data = await import("./data.json"); - ^ - at async [WILDCARD]dynamic_error.ts:1:14 -- cgit v1.2.3