summaryrefslogtreecommitdiff
path: root/cli/tools/mod.rs
AgeCommit message (Expand)Author
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-09refactor: cleanup main.rs (#16996)David Sherret
2022-10-28refactor: move `deno info` functionality from deno_graph to CLI (#16434)David Sherret
2022-09-02refactor: extract out check code from emit (#15729)David Sherret
2022-08-20feat: add "deno init" subcommand (#15469)Leo Kettmeir
2022-07-12perf: use emit from swc instead of tsc (#15118)David Sherret
2022-04-19perf(fmt/lint): incremental formatting and linting (#14314)David Sherret
2022-03-11feat: "deno bench" subcommand (#13713)Bartek Iwańczuk
2022-03-10feat: "deno task" subcommand (#13725)Bartek Iwańczuk
2022-02-16feat: deno vendor (#13670)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-08-26refactor(cli): introduce module specifier test modes (#11769)Casper Beyer
2021-02-25feat(cli/doc): use type definitions "deno doc" if available (#8459)Liam Murphy
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-08feat: denort binary (#9041)Luca Casonato
2020-11-19refactor(cli): move tooling to cli/tools/ (#8424)Bartek Iwańczuk