summaryrefslogtreecommitdiff
path: root/cli/tests/unit/format_error_test.ts
AgeCommit message (Collapse)Author
2022-05-17BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463)Bartek Iwańczuk
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2021-11-23refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)Bartek Iwańczuk
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-11-03build: migrate to dlint (#8176)Bartek Iwańczuk
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code.
2020-09-12refactor: improve tsc diagnostics (#7420)Kitson Kelly
2020-05-20move js unit tests to cli/tests (#5678)Ryan Dahl