index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
args
/
flags.rs
Age
Commit message (
Expand
)
Author
2023-08-06
feat(unstable): rename `deno_modules` to `vendor` (#20065)
David Sherret
2023-08-03
feat(permissions): add "--deny-*" flags (#19070)
Asher Gomez
2023-08-02
refactor: use '--reporter' and '--junit-path' flags for 'deno test' (#20031)
Bartek Iwańczuk
2023-08-02
feat(cli): Add dot test reporter (#19804)
Bartek Iwańczuk
2023-08-02
feat(unstable): optional `deno_modules` directory (#19977)
David Sherret
2023-07-29
chore: remove println in DenoCompileBinaryWriter (#19976)
David Sherret
2023-07-28
feat(compile): Add `--no-terminal` to compile command (#17991)
JasperVanEsveld
2023-07-27
feat(cli): Adding JUnit test reports (#19747)
Cooper Benson
2023-07-25
fix(lint): allow to use --rules with --rules-tags (#19754)
Bartek Iwańczuk
2023-06-28
fix(cli): Fix the bug where the command description is not displayed. (#19604)
nasa
2023-06-15
refactor(flags): move watch flags into subcommand structs (#19516)
David Sherret
2023-06-14
fix: reload config files on watcher restarts (#19487)
David Sherret
2023-06-12
chore: update clap (#19467)
Leo Kettmeir
2023-06-07
refactor: helpers methods on `TypeCheckMode` (#19393)
David Sherret
2023-05-19
feat(vendor): support for npm specifiers (#19186)
David Sherret
2023-05-18
feat(cli): add `nodeModulesDir` option to config file (#19095)
David Sherret
2023-05-10
feat(compile): unstable npm and node specifier support (#19005)
David Sherret
2023-04-27
docs: Improve inline docs for permissions (deno run --help) (#18757)
Kevin Whinnery
2023-04-26
refactor(compile): remove usage of ProcState and CliOptions (#18855)
David Sherret
2023-04-13
chore(docs): clarify what subcommands do not type-check by default (#18520)
Geert-Jan Zwiers
2023-03-30
fix(repl): improve package.json support (#18497)
David Sherret
2023-03-27
refactor(cli): remove Lazy<String> and fix help outputs (#18462)
Bartek Iwańczuk
2023-03-26
feat(bench): add `--no-run` flag (#18433)
Geert-Jan Zwiers
2023-03-26
chore: upgrade clap to v4 (#17333)
Leo Kettmeir
2023-03-23
refactor: make version and user_agent &'static str (#18400)
Bartek Iwańczuk
2023-03-22
feat(cli): --ext parameter for run, compile, and bundle (#17172)
Cre3per
2023-03-19
feat(compile): Enable multiple roots for a standalone module graph (#17663)
Andreu Botella
2023-03-17
BREAKING(unstable): remove WebGPU (#18094)
Leo Kettmeir
2023-03-17
feat(repl): add `DENO_REPL_HISTORY` to change history file path (#18047)
Nick Hanley
2023-03-14
refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)
Bartek Iwańczuk
2023-03-13
fix(info/doc): add missing `--no-lock` and `--lock` flags (#18166)
David Sherret
2023-03-07
fix(cli): add space after period in `--v8-flags` (#18063)
Caleb Cox
2023-02-24
feat: add `DENO_NO_PACKAGE_JSON` env var (#17926)
David Sherret
2023-02-23
feat(npm): support bare specifiers from package.json in more subcommands and ...
David Sherret
2023-02-22
feat(task): support scripts in package.json (#17887)
David Sherret
2023-02-20
feat: auto-discover package.json for npm dependencies (#17272)
Bartek Iwańczuk
2023-02-16
chore(cli/test): stabilize coverage, doc, shuffle flags (#17661)
Geert-Jan Zwiers
2023-02-14
feat: Deprecate 'deno bundle' subcommand (#17695)
Bartek Iwańczuk
2023-02-12
feat(bench): Add JSON reporter for "deno bench" subcommand (#17595)
Serhiy Barhamon
2023-02-11
fix(fmt): make fmt options CLI args less verbose (#17550)
aryan02420
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-25
feat(fmt): make semi-colon option a boolean (#17527)
David Sherret
2023-01-25
feat(cli): add `DENO_V8_FLAGS` env var (#17313)
Leo Kettmeir
2023-01-24
feat(fmt): add ability to configure semicolons (#17292)
Bartek Iwańczuk
2023-01-18
refactor(cli): Integrate standalone mode cert handling into `Flags` (#17419)
Andreu Botella
2023-01-14
chore: use rustfmt imports_granularity option (#17421)
Divy Srivastava
2023-01-15
refactor: clean up `unwrap` and `clone` (#17282)
Yiyu Lin
2023-01-14
refactor: create enum for `--builtin` doc flag (#17423)
David Sherret
2023-01-13
refactor(coverage): use FileFlags struct (#17388)
Geert-Jan Zwiers
2023-01-09
fix(cli/args): update value_name of inspect args to resolve broken completion...
Geert-Jan Zwiers
[next]