deno/cli/tests/single_compile_with_reload.ts.out
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

6 lines
96 B
Plaintext

Compile [WILDCARD]single_compile_with_reload.ts
Compile [WILDCARD]005_more_imports.ts
Hello
1
2