deno/cli/tests/ts_import_from_js.deps.js
Bartek Iwańczuk 4b7d3b060e
fix: several regressions in TS compiler (#6177)
This commit fixes several regressions in TS compiler:

* double compilation of same module during same process run

* compilation of JavaScript entry point with non-JS imports

* unexpected skip of emit during compilation

Additional checks were added to ensure "allowJs" setting is 
used in TS compiler if JavaScript has non-JS dependencies.
2020-06-10 16:02:41 +02:00

3 lines
109 B
JavaScript

import "./005_more_imports.ts";
export { printHello } from "http://localhost:4545/cli/tests/subdir/mod2.ts";