summaryrefslogtreecommitdiff
path: root/cli/tests/tsc2
AgeCommit message (Collapse)Author
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2020-11-03build: migrate to dlint (#8176)Bartek IwaƄczuk
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code.
2020-10-28fix(cli): restore tripleslash lib refs support (#8157)Kitson Kelly
Fixes #8147
2020-10-25test(cli): ensure modules can export typed JS files (#8101)Kitson Kelly
Closes #5935
2020-10-14refactor(cli): add tsc2 (#7942)Kitson Kelly
Ref #7225