diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-06-10 16:02:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-10 16:02:41 +0200 |
| commit | 4b7d3b060e88c02bc0ca12664f52111a4666b167 (patch) | |
| tree | 018968e67c8d34c5cffe73578643eb071fa103b0 /cli/tests/single_compile_with_reload.ts.out | |
| parent | f364a4c2b6dcce65959af2da3663f0b4a7338229 (diff) | |
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.
Diffstat (limited to 'cli/tests/single_compile_with_reload.ts.out')
| -rw-r--r-- | cli/tests/single_compile_with_reload.ts.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/single_compile_with_reload.ts.out b/cli/tests/single_compile_with_reload.ts.out new file mode 100644 index 000000000..2cdd71673 --- /dev/null +++ b/cli/tests/single_compile_with_reload.ts.out @@ -0,0 +1,5 @@ +Compile [WILDCARD]single_compile_with_reload.ts +Compile [WILDCARD]005_more_imports.ts +Hello +1 +2 |
