summaryrefslogtreecommitdiff
path: root/cli/tools
AgeCommit message (Expand)Author
2022-12-30refactor: cleanup redundant call (#17226)Geert-Jan Zwiers
2022-12-17fix(init): update comment style (#17074)Pig Fang
2022-12-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-12-17fix(lint): column number for pretty reporting was off by 1 (#17107)David Sherret
2022-12-16fix(repl): doing two history searches exiting with ctrl+c should not exit rep...sigmaSd
2022-12-16fix(npm): fix require resolution if using --node-modules-dir (#17087)Bartek Iwańczuk
2022-12-16fix(install): use a hidden file for the lockfile and config (#17084)David Sherret
2022-12-16refactor(core): allow to listen for notifications in LocalInspectorSession (#...Bartek Iwańczuk
2022-12-16fix(repl): errors shouldn't terminate repl (#17082)Bartek Iwańczuk
2022-12-14fix(upgrade/windows): correct command in windows access denied message (#17049)David Sherret
2022-12-14chore: fix recent regression with `deno upgrade` not handling redirects (#17045)David Sherret
2022-12-13feat(repl): support npm packages (#16770)Bartek Iwańczuk
2022-12-12fix: always derive http client from cli flags (#17029)David Sherret
2022-12-12feat: improve download progress bar (#16984)Bartek Iwańczuk
2022-12-10feat(cli): support deno bench in the config file (#16608)Geert-Jan Zwiers
2022-12-10feat(init): Generate main_bench.ts by default (#16786)sigmaSd
2022-12-09feat(init): Use jsonc for configuration file (#17002)Bartek Iwańczuk
2022-12-09fix: respect the `--quiet` flag in more cases (#16998)David Sherret
2022-12-09refactor: cleanup main.rs (#16996)David Sherret
2022-12-08fix(cli/upgrade): properly cleanup after finished (#16930)Lino Le Van
2022-12-08fix(compile): ensure import map is used when specified in deno config file (#...David Sherret
2022-12-08feat(init): Generate deno.json by default (#16389)Bartek Iwańczuk
2022-12-07feat(repl): run "deno repl" with no permissions (#16795)Bartek Iwańczuk
2022-12-07feat: ignore `node_modules` and `.git` folders when collecting files everywhe...David Sherret
2022-12-06refactor: remove `deno_graph::Locker` usage (#16877)David Sherret
2022-12-05fix(test): improve how `--fail-fast` shuts down when hitting limit (#16956)David Sherret
2022-12-02fix(upgrade/windows): show informative message on access denied error (#16887)David Sherret
2022-12-01fix(upgrade): respect the `--quiet` flag (#16888)David Sherret
2022-12-01fix(vendor): properly handle bare specifiers that start with http (#16885)David Sherret
2022-11-30fix(repl): respect --quiet flag (#16875)Bartek Iwańczuk
2022-11-29fix(coverage): Error if the emit cache is invalid (#16850)sigmaSd
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...David Sherret
2022-11-26fix(inspector): send "isDefault" in aux data (#16836)Bartek Iwańczuk
2022-11-26refactor: `DenoDir` - move to cache folder and make `root_dir` private (#16823)David Sherret
2022-11-25refactor: move cdp.rs to tools/repl (#16821)David Sherret
2022-11-25refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)David Sherret
2022-11-25fix(repl): more reliable history handling (#16797)Bartek Iwańczuk
2022-11-21fix(install): `deno install -f` should overwrite lockfile from previous insta...David Sherret
2022-11-21feat(core): Ability to create snapshots from existing snapshots (#16597)Bartek Iwańczuk
2022-11-17fix(info): handle circular npm dependencies (#16692)David Sherret
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-11-14fix(install): support npm specifiers (#16634)David Sherret
2022-11-11feat: Stabilize Deno.bench() and 'deno bench' subcommand (#16485)Bartek Iwańczuk
2022-11-08feat(unstable/npm): support peer dependencies (#16561)David Sherret
2022-11-05fix(upgrade): don't prompt if current version has changed (#16542)sigmaSd
2022-11-03fix(lock): add --no-lock flag to disable auto discovery of lock file (#16526)Bartek Iwańczuk
2022-11-02refactor: Combine ImportMapResolver and JsxResolver (#16508)Bartek Iwańczuk
2022-10-31feat(unstable/npm): `deno info --json` support for npm specifiers (#16472)David Sherret
2022-10-31fix(tools): show correct upgrade command for upgrading canary (#16486)sigmaSd
2022-10-28feat: support npm specifiers in `deno info` for display text output only (#16...David Sherret