diff options
Diffstat (limited to 'cli/tests/ts_import_from_js.deps.js')
-rw-r--r-- | cli/tests/ts_import_from_js.deps.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/ts_import_from_js.deps.js b/cli/tests/ts_import_from_js.deps.js new file mode 100644 index 000000000..bfea5ac79 --- /dev/null +++ b/cli/tests/ts_import_from_js.deps.js @@ -0,0 +1,2 @@ +import "./005_more_imports.ts"; +export { printHello } from "http://localhost:4545/cli/tests/subdir/mod2.ts"; |