mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
4b7d3b060e
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.
2 lines
109 B
JavaScript
2 lines
109 B
JavaScript
import "./005_more_imports.ts";
|
|
export { printHello } from "http://localhost:4545/cli/tests/subdir/mod2.ts";
|