summaryrefslogtreecommitdiff
path: root/tests/specs/jsr/excluded_export_module/main.ts
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-03-21 14:42:23 -0700
committerGitHub <noreply@github.com>2024-03-21 21:42:23 +0000
commitf96f167dc8cc733b43d67801f568b2d546bc2fb9 (patch)
tree5647b96beaa94da10bf73a29a55bdf7ed2018a62 /tests/specs/jsr/excluded_export_module/main.ts
parentffbcad3800ef086bad791c1c640b62fd72d60172 (diff)
feat(unstable/publish): error when a package's module is excluded from publishing (#22948)
Closes #22657
Diffstat (limited to 'tests/specs/jsr/excluded_export_module/main.ts')
-rw-r--r--tests/specs/jsr/excluded_export_module/main.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/jsr/excluded_export_module/main.ts b/tests/specs/jsr/excluded_export_module/main.ts
new file mode 100644
index 000000000..69bff30bf
--- /dev/null
+++ b/tests/specs/jsr/excluded_export_module/main.ts
@@ -0,0 +1,2 @@
+import "./excluded_file1.ts";
+import "./excluded_file2.ts";