summaryrefslogtreecommitdiff
path: root/cli/tsc2.rs
AgeCommit message (Collapse)Author
2020-10-25test(cli): ensure modules can export typed JS files (#8101)Kitson Kelly
Closes #5935
2020-10-23refactor: use of lock file in ModuleGraph2 (#8087)Bartek IwaƄczuk
2020-10-23refactor(cli): migrate run and cache to new infrastructure (#7996)Kitson Kelly
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2020-10-14refactor(cli): add tsc2 (#7942)Kitson Kelly
Ref #7225