summaryrefslogtreecommitdiff
path: root/cli/args/flags.rs
AgeCommit message (Expand)Author
2024-01-23fix(BREAKING): remove dead `--prompt` flag (#22038)Asher Gomez
2024-01-23refactor: set removal version for `--ts`/`-T` flags (#22039)Asher Gomez
2024-01-23refactor: set removal version for `--jobs` flag (#22028)Asher Gomez
2024-01-22refactor: add "UnstableConfig" struct to cli/args/flags.rs (#21993)Bartek Iwańczuk
2024-01-15refactor: use globbing from deno_config (#21925)David Sherret
2024-01-14feat(unstable): remove --unstable-workspaces flag (#21891)Bartek Iwańczuk
2024-01-11chore(publish): add --dry-run flag (#21895)Bartek Iwańczuk
2024-01-10feat(unstable): fast subset type checking of JSR dependencies (#21873)David Sherret
2024-01-08chore: rename do-not-use-publish (#21854)Ryan Dahl
2024-01-08perf: skip expanding exclude globs (#21817)David Sherret
2024-01-06fix(cli): update import map url (#21824)Jovi De Croock
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-18feat(coverage): add default coverage include dir (#21625)Yoshiya Hinosawa
2023-12-12fix(coverage): rename --pretty to --detailed (#21543)Yoshiya Hinosawa
2023-12-12feat(coverage): add summary reporter (#21535)Yoshiya Hinosawa
2023-12-09feat: bring back WebGPU (#20812)Leo Kettmeir
2023-12-08feat(test): add default to --coverage option (#21510)Yoshiya Hinosawa
2023-12-08feat(coverage): add html reporter (#21495)Yoshiya Hinosawa
2023-12-07feat(unstable): ability to resolve specifiers with no extension, specifiers f...David Sherret
2023-12-06fix(task): handle node_modules/.bin directory with byonm (#21386)David Sherret
2023-12-06fix: display unstable flags at bottom of help text (#21468)David Sherret
2023-12-02chore: update std to 0.208.0 (#21318)Asher Gomez
2023-12-01Update doc for deno fmt `--no-semicolons` arg. (#21414)John Spurlock
2023-11-29build(cli): allow to build without upgrade feature (#19910)Jakub Jirutka
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