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
Age
Commit message (
Expand
)
Author
2024-10-04
fix(install): surface package.json dependency errors (#26023)
David Sherret
2024-10-04
Revert "feat: warn when using --allow-run with no allow list" (#26021)
David Sherret
2024-10-03
feat(permissions): allow importing from cdn.jsdelivr.net by default (#26013)
David Sherret
2024-10-02
feat(byonm): support `deno run npm:<package>` when package is not in package....
David Sherret
2024-10-01
fix: remove the typo in the help message (#25962)
MujahedSafaa
2024-10-01
fix: Hide 'deno cache' from help output (#25960)
Bartek Iwańczuk
2024-09-30
fix(flags): move some content from docs.deno.com into help output (#25951)
Leo Kettmeir
2024-09-30
fix(info): error instead of panic for npm specifiers when using byonm (#25947)
David Sherret
2024-09-30
refactor: bury descriptor parsing in PermissionsContainer (#25936)
David Sherret
2024-09-28
refactor: use deno_path_util (#25918)
David Sherret
2024-09-27
fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...
Nathan Whitaker
2024-09-27
fix(flags): --allow-all should conflict with lower permissions (#25909)
David Sherret
2024-09-27
fix(lint): correctly handle old jsx in linter (#25902)
Luca Casonato
2024-09-26
feat(install): warn repeatedly about not-run lifecycle scripts on explicit in...
Nathan Whitaker
2024-09-26
feat: add `--allow-import` flag (#25469)
Bartek Iwańczuk
2024-09-24
fix(cli): Warn on not-run lifecycle scripts with global cache (#25786)
Nathan Whitaker
2024-09-23
fix: error out if a valid flag is passed before a subcommand (#25830)
Leo Kettmeir
2024-09-23
BREAKING: remove support for remote import maps in deno.json (#25836)
David Sherret
2024-09-23
feat(fmt): stabilize CSS, HTML and YAML formatters (#25753)
Bartek Iwańczuk
2024-09-20
fix(cli): Default to auto with --node-modules-dir flag (#25772)
Nathan Whitaker
2024-09-20
fix(flags): properly error out for urls (#25770)
Leo Kettmeir
2024-09-19
fix(cli): Only set allow net flag for deno serve if not already allowed all (...
Nathan Whitaker
2024-09-18
feat: suggest `deno install --entrypoint` instead of `deno cache` (#25228)
Asher Gomez
2024-09-18
feat: default to TS for file extension and support ext flag in more scenarios...
Leo Kettmeir
2024-09-18
fix(flags): don't treat empty run command as task subcommand (#25708)
Leo Kettmeir
2024-09-18
fix: remove --allow-run warning when using deno without args or subcommand (#...
HasanAlrimawi
2024-09-18
fix: do not panic running invalid file specifier (#25530)
Yazan AbdAl-Rahman
2024-09-17
feat(cli): evaluate code snippets in JSDoc and markdown (#25220)
Yusuke Tanaka
2024-09-18
feat: update warning message for --allow-run with no list (#25693)
Bartek Iwańczuk
2024-09-16
feat: warn when using `--allow-run` with no allow list (#25215)
David Sherret
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
2024-09-13
feat(flags): support user provided args in repl subcommand (#25605)
Leo Kettmeir
2024-09-12
fix: no cmd prefix in help output go links (#25459)
Luca Casonato
2024-09-12
refactor: cleanup unstable checks for WebGPU, FFI and FS APIs (#25586)
Asher Gomez
2024-09-11
feat(upgrade): better error message on failure (#25503)
Bartek Iwańczuk
2024-09-10
fix: add link to env var docs (#25557)
Leo Kettmeir
2024-09-09
BREAKING: Remove `--unstable` flag (#25522)
Bartek Iwańczuk
2024-09-09
fix: remove recently added deno.json node_modules aliasing (#25542)
David Sherret
2024-09-07
feat(add/install): Flag to add dev dependency to package.json (#25495)
Nathan Whitaker
2024-09-06
fix(jupyter): allow unstable flags (#25483)
Leo Kettmeir
2024-09-06
refactor(permissions): remove FromStr implementations, add ::parse methods (#...
Bartek Iwańczuk
2024-09-05
feat(flags): allow double commas to escape values in path based flags (#25453)
Leo Kettmeir
2024-09-05
feat(uninstall): alias to 'deno remove' if -g flag missing (#25461)
Bartek Iwańczuk
2024-09-04
feat(install): deno install with entrypoint (#25411)
Nathan Whitaker
2024-09-04
BREAKING(config): make supported compilerOptions an allow list (#25432)
David Sherret
2024-09-04
fix(byonm): resolve npm deps of jsr deps (#25399)
David Sherret
2024-09-04
fix: lock down allow-run permissions more (#25370)
David Sherret
2024-09-03
fix(flags): require global flag for permission flags in install subcommand (#...
Leo Kettmeir
2024-09-03
fix(install): recommend using `deno install -g` when using a single http url ...
Bartek Iwańczuk
2024-09-03
BREAKING(permissions): remove --allow-hrtime (#25367)
Luca Casonato
[next]