summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/import_attributes
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/import_attributes')
-rw-r--r--cli/tests/testdata/import_attributes/dynamic_error.out1
-rw-r--r--cli/tests/testdata/import_attributes/static_error.out1
-rw-r--r--cli/tests/testdata/import_attributes/static_export.out1
-rw-r--r--cli/tests/testdata/import_attributes/static_import.out1
4 files changed, 0 insertions, 4 deletions
diff --git a/cli/tests/testdata/import_attributes/dynamic_error.out b/cli/tests/testdata/import_attributes/dynamic_error.out
index 927eae0b8..d6e0c9115 100644
--- a/cli/tests/testdata/import_attributes/dynamic_error.out
+++ b/cli/tests/testdata/import_attributes/dynamic_error.out
@@ -1,4 +1,3 @@
-[WILDCARD]
error: Uncaught (in promise) TypeError: Expected a "JavaScriptOrWasm" module but loaded a "JSON" module.
const data = await import("./data.json");
^
diff --git a/cli/tests/testdata/import_attributes/static_error.out b/cli/tests/testdata/import_attributes/static_error.out
index 171ae0c1a..29b24b965 100644
--- a/cli/tests/testdata/import_attributes/static_error.out
+++ b/cli/tests/testdata/import_attributes/static_error.out
@@ -1,4 +1,3 @@
-[WILDCARD]
error: Expected a JavaScript or TypeScript module, but identified a Json module. Consider importing Json modules with an import attribute with the type of "json".
Specifier: [WILDCARD]/data.json
at [WILDCARD]static_error.ts:1:18
diff --git a/cli/tests/testdata/import_attributes/static_export.out b/cli/tests/testdata/import_attributes/static_export.out
index 42fbc066c..41af79d7c 100644
--- a/cli/tests/testdata/import_attributes/static_export.out
+++ b/cli/tests/testdata/import_attributes/static_export.out
@@ -1,2 +1 @@
-[WILDCARD]
{ a: "b", c: { d: 10 } }
diff --git a/cli/tests/testdata/import_attributes/static_import.out b/cli/tests/testdata/import_attributes/static_import.out
index b3b71cd8f..e57dffa99 100644
--- a/cli/tests/testdata/import_attributes/static_import.out
+++ b/cli/tests/testdata/import_attributes/static_import.out
@@ -1,3 +1,2 @@
-[WILDCARD]
{ a: "b", c: { d: 10 } }
{ a: "b", c: { d: 10 } }