summaryrefslogtreecommitdiff
path: root/cli/tools/mod.rs
AgeCommit message (Expand)Author
2024-09-03BREAKING: remove `deno vendor` (#25343)Asher Gomez
2024-09-02BREAKING: remove `deno bundle` (#25339)Asher Gomez
2024-08-14feat(serve): Opt-in parallelism for `deno serve` (#24920)Nathan Whitaker
2024-08-14feat(clean): add progress bar (#25026)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-11-23feat(unstable): tar up directory with deno.json (#21228)Bartek Iwańczuk
2023-09-16feat: Add "deno jupyter" subcommand (#20337)Bartek Iwańczuk
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
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