summaryrefslogtreecommitdiff
path: root/cli/tools
AgeCommit message (Expand)Author
2023-01-28fix(install): tsconfig.json -> deno.json for config file suffix (#17573)David Sherret
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-26fix(upgrade): ensure temp dir cleanup on failure (#17535)David Sherret
2023-01-25feat: embed import map in the config file (#17478)Bartek Iwańczuk
2023-01-25feat(fmt): make semi-colon option a boolean (#17527)David Sherret
2023-01-25fix(upgrade): don't display release information for canary (#17516)Leo Kettmeir
2023-01-24feat(fmt): add ability to configure semicolons (#17292)Bartek Iwańczuk
2023-01-24feat: support node built-in module imports (#17264)Bartek Iwańczuk
2023-01-24refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504)David Sherret
2023-01-24feat(upgrade): link to release notes & blog post (#17073)Asher Gomez
2023-01-18refactor(cli): Integrate standalone mode cert handling into `Flags` (#17419)Andreu Botella
2023-01-16refactor(cli): fewer clones (#17450)Geert-Jan Zwiers
2023-01-16fix(repl): improve validator to mark more code as incomplete (#17443)David Sherret
2023-01-16fix(cli/fmt): show filepath for InvalidData error (#17361)Leo Kettmeir
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
2023-01-14refactor: create enum for `--builtin` doc flag (#17423)David Sherret
2023-01-13refactor(coverage): use FileFlags struct (#17388)Geert-Jan Zwiers
2023-01-13refactor(cli/tools): reduce cloning (#17309)Geert-Jan Zwiers
2023-01-13chore: add `copyright_checker` tool and add the missing copyright (#17285)Yiyu Lin
2023-01-12fix: don't unwrap in test pipe handling logic (#17341)Leo Kettmeir
2023-01-10fix(watch): preserve `ProcState::file_fetcher` between restarts (#15466)Nayeem Rahman
2023-01-08fix(install): should always include `--no-config` in shim unless `--config` i...David Sherret
2023-01-07refactor(cli/tools): move flag and config logic to CliOptions (#17008)Geert-Jan Zwiers
2023-01-07refactor(permissions): add PermissionsContainer struct for internal mutabilit...Bartek Iwańczuk
2023-01-05refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)Yiyu Lin
2023-01-04fix: upgrade deno_ast to 0.23 (#17269)David Sherret
2023-01-04chore(cli,ext,rt): remove some unnecessary `clone` or `malloc` (#17261)Yiyu Lin
2023-01-03fix(cli): bundle command support shebang file (#17113)Fenix
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
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