summaryrefslogtreecommitdiff
path: root/cli/main.rs
AgeCommit message (Expand)Author
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-23Revert "chore: move all node-api impl to ext (#24662)" (#24680)Bartek Iwańczuk
2024-07-22chore: move all node-api impl to ext (#24662)snek
2024-07-10feat(node): Support executing npm package lifecycle scripts (preinstall/insta...Nathan Whitaker
2024-07-09fix: panic when piping "deno help" or "deno --version" (#22917)muddlebee
2024-07-09fix: only use maglev in DENO_FUTURE for now (#24485)snek
2024-06-06refactor: remove `PermissionsContainer` in deno_runtime (#24119)David Sherret
2024-05-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-05-26chore(cli): remove extract_standalone path from CLI (#23982)Divy Srivastava
2024-05-23feat(cli/test): `deno test --clean` (#23519)Asher Gomez
2024-05-21chore: force import assertion support (#23855)Bartek Iwańczuk
2024-05-18perf: analyze cjs exports and emit typescript in parallel (#23856)David Sherret
2024-05-16fix(node): seperate worker module cache (#23634)Divy Srivastava
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-04-29FUTURE: remove import assertions support for JavaScript (#23541)Kenta Moriuchi
2024-04-24feat: Add `deno serve` subcommand (#23511)Matt Mastracci
2024-04-23fix: Float16Array support (#23512)Kenta Moriuchi
2024-04-23feat: enable Float16Array support (#23490)Bartek Iwańczuk
2024-03-31refactor: cleanup main entrypoint (#23145)David Sherret
2024-03-27feat(install): require -g / --global flag (#23060)Bartek Iwańczuk
2024-03-27feat(init): use jsr specifier for @std/assert (#23073)Bartek Iwańczuk
2024-03-22perf(cli): use args_os (#23039)Matt Mastracci
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-03-08fix: respect unstable "temporal" configuration in config file (#22134)Bartek Iwańczuk
2024-03-05perf(cli): faster standalone executable determination (#22717)Matt Mastracci
2024-03-04chore: fix typos (#22677)cui fliter
2024-03-01feat(unstable/pm): support version contraints in 'deno add' (#22646)Nayeem Rahman
2024-02-29feat(unstable): `deno add` subcommand (#22520)Bartek Iwańczuk
2024-02-09fix: upgrade to deno_ast 0.33 (#22341)David Sherret
2024-02-07refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)David Sherret
2024-01-23feat(cli): improved diagnostics printing (#22049)Luca Casonato
2024-01-23feat: warn when using --unstable, prefer granular flags (#21452)Bartek Iwańczuk
2024-01-22feat(lockfile): track JSR and npm dependencies in config file (#22004)David Sherret
2024-01-22refactor: add "UnstableConfig" struct to cli/args/flags.rs (#21993)Bartek Iwańczuk
2024-01-15feat(unstable): add Temporal API support (#21738)Bartek Iwańczuk
2024-01-14feat: remove conditional unstable type-checking (#21825)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-09feat: bring back WebGPU (#20812)Leo Kettmeir
2023-12-06fix: display unstable flags at bottom of help text (#21468)David Sherret
2023-11-29build(cli): allow to build without upgrade feature (#19910)Jakub Jirutka
2023-11-25feat(unstable): --unstable-unsafe-proto (#21313)David Sherret
2023-11-23feat(unstable): tar up directory with deno.json (#21228)Bartek Iwańczuk
2023-11-05refactor: unify CDP types in a single module (#21094)Bartek Iwańczuk
2023-11-05chore: migrate to new deno_core and metrics (#21057)Matt Mastracci
2023-11-04perf: lazy `atexit` setup (#21053)Divy Srivastava
2023-11-01feat: enable Array.fromAsync (#21048)Bartek Iwańczuk
2023-11-01feat: granular --unstable-* flags (#20968)Bartek Iwańczuk
2023-11-01feat: deno doc --html (#21015)Bartek Iwańczuk
2023-10-30fix: implement node:tty (#20892)Divy Srivastava
2023-10-12refactor: FeatureChecker integration in ext/ crates (#20797)Bartek Iwańczuk