summaryrefslogtreecommitdiff
path: root/cli/args/flags.rs
AgeCommit message (Expand)Author
2023-11-27feat(fmt): support formatting code blocks in Jupyter notebooks (#21310)scarf
2023-11-25feat(unstable): --unstable-unsafe-proto (#21313)David Sherret
2023-11-25perf: move "cli/js/40_testing.js" out of main snapshot (#21212)Divy Srivastava
2023-11-24fix: correct flag in tar & upload (#21327)Luca Casonato
2023-11-23feat(unstable): tar up directory with deno.json (#21228)Bartek Iwańczuk
2023-11-20docs(cli/args/flags.rs): Update dead link for `run` example (#21277)citrusmunch
2023-11-17feat(unstable): Workspaces support (#20410)Bartek Iwańczuk
2023-11-14perf: move jupyter esm out of main snapshot (#21163)Divy Srivastava
2023-11-13fix(install): should work with non-existent relative root (#21161)David Sherret
2023-11-11perf: snapshot runtime ops (#21127)Divy Srivastava
2023-11-10perf(cli): strace mode for ops (undocumented) (#21131)Matt Mastracci
2023-11-05chore: migrate to new deno_core and metrics (#21057)Matt Mastracci
2023-11-03fix(doc): require source files if --html or --lint used (#21072)Bartek Iwańczuk
2023-11-01fix(repl): jsxImportSource was not working (#21049)David Sherret
2023-11-01feat: granular --unstable-* flags (#20968)Bartek Iwańczuk
2023-11-01feat: deno doc --html (#21015)Bartek Iwańczuk
2023-11-01feat(unstable): `deno run --env` (#20300)Asher Gomez
2023-10-31feat: `deno doc --lint` (#21032)David Sherret
2023-10-31feat: deno run --unstable-hmr (#20876)Bartek Iwańczuk
2023-10-30feat(doc): support multiple file entry (#21018)Bartek Iwańczuk
2023-10-28chore: Remove 'UNSTABLE:' from 'deno compile' help (#21003)Bartek Iwańczuk
2023-10-25feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)David Sherret
2023-10-20feat(unstable): allow bare specifier for builtin node module (#20728)Yoshiya Hinosawa
2023-10-06fix(cli): Support using both `--watch` and `--inspect` at the same time (#20660)Jesper van den Ende
2023-09-16feat: Add "deno jupyter" subcommand (#20337)Bartek Iwańczuk
2023-09-09feat(cli): allow --log-level=trace for additional deep debugging (#20426)Matt Mastracci
2023-09-08fix(compile): support providing flags as args (#20422)David Sherret
2023-08-26feat(cli/tools): add TAP test reporter (#14390) (#20073)Valentin Anger
2023-08-24refactor: use "deno_config" crate (#20260)Bartek Iwańczuk
2023-08-13fix(cli) error gracefully when script arg is not present and `--v8-flags` is ...Kira
2023-08-06feat(unstable): rename `deno_modules` to `vendor` (#20065)David Sherret
2023-08-03feat(permissions): add "--deny-*" flags (#19070)Asher Gomez
2023-08-02refactor: use '--reporter' and '--junit-path' flags for 'deno test' (#20031)Bartek Iwańczuk
2023-08-02feat(cli): Add dot test reporter (#19804)Bartek Iwańczuk
2023-08-02feat(unstable): optional `deno_modules` directory (#19977)David Sherret
2023-07-29chore: remove println in DenoCompileBinaryWriter (#19976)David Sherret
2023-07-28feat(compile): Add `--no-terminal` to compile command (#17991)JasperVanEsveld
2023-07-27feat(cli): Adding JUnit test reports (#19747)Cooper Benson
2023-07-25fix(lint): allow to use --rules with --rules-tags (#19754)Bartek Iwańczuk
2023-06-28fix(cli): Fix the bug where the command description is not displayed. (#19604)nasa
2023-06-15refactor(flags): move watch flags into subcommand structs (#19516)David Sherret
2023-06-14fix: reload config files on watcher restarts (#19487)David Sherret
2023-06-12chore: update clap (#19467)Leo Kettmeir
2023-06-07refactor: helpers methods on `TypeCheckMode` (#19393)David Sherret
2023-05-19feat(vendor): support for npm specifiers (#19186)David Sherret
2023-05-18feat(cli): add `nodeModulesDir` option to config file (#19095)David Sherret
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-04-27docs: Improve inline docs for permissions (deno run --help) (#18757)Kevin Whinnery
2023-04-26refactor(compile): remove usage of ProcState and CliOptions (#18855)David Sherret
2023-04-13chore(docs): clarify what subcommands do not type-check by default (#18520)Geert-Jan Zwiers