summaryrefslogtreecommitdiff
path: root/cli/tsc2.rs
AgeCommit message (Collapse)Author
2020-11-03refactor(cli): cleanup compiler snapshot and tsc/module_graph (#8220)Kitson Kelly
2020-10-28fix(cli): restore tripleslash lib refs support (#8157)Kitson Kelly
Fixes #8147
2020-10-26fix(cli): properly handle roots with extensions that don't match media type ↵Kitson Kelly
(#8114)
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