summaryrefslogtreecommitdiff
path: root/cli/tests/ts_import_from_js.deps.js
AgeCommit message (Collapse)Author
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2020-06-10fix: several regressions in TS compiler (#6177)Bartek IwaƄczuk
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.