diff options
Diffstat (limited to 'tests/specs/jsr/excluded_export_module/main.ts')
-rw-r--r-- | tests/specs/jsr/excluded_export_module/main.ts | 2 |
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"; |