summaryrefslogtreecommitdiff
path: root/cli/tests/ts_import_from_js.js
AgeCommit message (Collapse)Author
2020-06-01fix: compile TS dependencies of JS files (#6000)Bartek IwaƄczuk
This commit fixes regression that caused TS dependencies not being compiled. Check was added that ensures TS compiler is run if any of dependencies in module graph is TS/TSX/JSX.