diff options
Diffstat (limited to 'tests/specs/run/ts_import_from_js/mod2.ts')
-rw-r--r-- | tests/specs/run/ts_import_from_js/mod2.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/specs/run/ts_import_from_js/mod2.ts b/tests/specs/run/ts_import_from_js/mod2.ts new file mode 100644 index 000000000..ce1adc0e8 --- /dev/null +++ b/tests/specs/run/ts_import_from_js/mod2.ts @@ -0,0 +1 @@ +export { printHello } from "./print_hello.ts"; |