summaryrefslogtreecommitdiff
path: root/cli/tools
AgeCommit message (Expand)Author
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
2022-08-29refactor(cli): Remove cli/node dependency on cli/compat (#15654)Bartek Iwańczuk
2022-08-27fix(cli): `deno upgrade --canary` always downloaded latest version even if it...cuobiezi
2022-08-23feat: binary npm commands (#15542)David Sherret
2022-08-22perf: cache swc dependency analysis and don't hold onto `ParsedSource`s in me...David Sherret
2022-08-21chore: use Rust 1.63.0 (#15464)Mathias Lafeldt
2022-08-20feat: add "deno init" subcommand (#15469)Leo Kettmeir
2022-08-11refactor(cli): consolidate most MainWorker related code to the same place (#1...David Sherret
2022-08-10feat: add initial internal npm client and dependency resolver (#15446)David Sherret
2022-08-10fix(permissions): ignore empty values (#15447)Leo Kettmeir
2022-08-10feat(repl): add color to functions for syntax highlighting (#15434)sigmaSd
2022-08-04fix(test): output parallel test results independently (#15399)Nayeem Rahman
2022-08-04fix(vendor): existing import map with bare specifier in remote (#15390)David Sherret
2022-08-03fix(vendor): error on dynamic imports that fail to load instead of panicking ...David Sherret