diff options
Diffstat (limited to 'cli/tests/testdata/ts_import_from_js.js')
| -rw-r--r-- | cli/tests/testdata/ts_import_from_js.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/ts_import_from_js.js b/cli/tests/testdata/ts_import_from_js.js new file mode 100644 index 000000000..f912c2723 --- /dev/null +++ b/cli/tests/testdata/ts_import_from_js.js @@ -0,0 +1,3 @@ +import { printHello } from "./ts_import_from_js.deps.js"; +printHello(); +console.log("success"); |
