summaryrefslogtreecommitdiff
path: root/tests/testdata/import_attributes/static_reexport.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/import_attributes/static_reexport.ts')
-rw-r--r--tests/testdata/import_attributes/static_reexport.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testdata/import_attributes/static_reexport.ts b/tests/testdata/import_attributes/static_reexport.ts
new file mode 100644
index 000000000..81af428be
--- /dev/null
+++ b/tests/testdata/import_attributes/static_reexport.ts
@@ -0,0 +1 @@
+export { default } from "./data.json" assert { type: "json" };