summaryrefslogtreecommitdiff
path: root/cli/tools
AgeCommit message (Expand)Author
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
2022-10-28fix(upgrade): don't prompt if latest version is older than current binary (#1...Bartek Iwańczuk
2022-10-28refactor: move `deno info` functionality from deno_graph to CLI (#16434)David Sherret
2022-10-26fix(cli): do not log update checker when log level is quiet (#16433)David Sherret
2022-10-26fix(upgrade): Added error message when using canary option with M1 (#16382)doi yuki
2022-10-25fix: upgrade swc_ecma_parser to 0.122.19 - deno_ast 0.20 (#16406)David Sherret
2022-10-25feat(lint): add a report lint config setting (#16045)Brenley Dueck
2022-10-22refactor: testable update checker code (#16386)David Sherret
2022-10-21feat(upgrade): check if user has write access to deno exe (#16378)sigmaSd
2022-10-21feat(unstable/npm): initial type checking of npm specifiers (#16332)David Sherret
2022-10-21fix(upgrade): put prompt date in the past when creating a file (#16380)Bartek Iwańczuk
2022-10-21feat(update): prompt for new version once per day (#16375)Bartek Iwańczuk
2022-10-20refactor(cli): update checker - use a single option instead of two (#16372)David Sherret
2022-10-20feat(cli): check for updates in background (#15974)Bert Belder
2022-10-18feat(task): remove warning about being unstable (#16281)Bartek Iwańczuk
2022-10-15feat(unstable/task): add `INIT_CWD` env var (#16110)David Sherret
2022-10-12fix(cli): skip removing the latter part if `@` appears at the beginning (#16244)Yusuke Tanaka
2022-09-28feat(lint): add --compact flag for terse output (#15926)Brenley Dueck
2022-09-28feat: add --allow-sys permission flag (#16028)Yoshiya Hinosawa
2022-09-27fix(cli/vendor): handle assert type json during vendoring (#16059)Sylvain Cau
2022-09-26chore: use Rust 1.64.0 (#16035)Mathias Lafeldt
2022-09-22fix(compile): keep non-exe extension in output name on Windows (#15994)David Sherret
2022-09-22feat(npm): add flag for creating and resolving npm packages to a local node_m...David Sherret
2022-09-22feat: allow exiting on two consecutive ctrl+c presses (#15981)Kayla Washburn
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
2022-09-19chore: fix clippy warnings (#15944)Ben Noordhuis
2022-09-18fix(doc): deno doc should parse modules if they haven't been parsed before (#...David Sherret
2022-09-07fix: upgrade deno_ast to 0.19 (#15808)David Sherret
2022-09-07feat: add --no-npm flag to disable npm: imports (#15673)Bartek Iwańczuk
2022-09-03BREAKING(unstable): remove --compat mode (#15678)Bartek Iwańczuk
2022-09-02refactor: move JsError formatting to deno_runtime (#15345)Christian Dürr
2022-09-02fix(init): suppress info logs when using quiet mode (#15741)Geert-Jan Zwiers
2022-09-02refactor: extract out check code from emit (#15729)David Sherret
2022-09-02fix(cli/repl): await Promise.any([])... (#15623)Jason
2022-08-30fix(fmt): add the file path to the panic messages when formatting is unstable...David Sherret