summaryrefslogtreecommitdiff
path: root/cli/args
AgeCommit message (Expand)Author
2024-11-19feat(compile): ability to embed directory in executable (#26939)David Sherret
2024-11-19feat(compile): ability to embed local data files (#26934)David Sherret
2024-11-19feat(fmt): support SQL (#26750)João Baptista
2024-11-18perf(compile): code cache (#26528)David Sherret
2024-11-17feat(cli): support multiple env file argument (#26527)Bhuwan Pandit
2024-11-16feat(task): support object notation, remove support for JSDocs (#26886)Bartek Iwańczuk
2024-11-14fix: otel resiliency (#26857)snek
2024-11-13feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....David Sherret
2024-11-13feat: OpenTelemetry Tracing API and Exporting (#26710)snek
2024-11-04refactor(runtime/permissions): use concrete error types (#26464)Leo Kettmeir
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-10-31fix: surface package.json location on dep parse failure (#26665)David Sherret
2024-10-30fix(serve): support serve hmr (#26078)HasanAlrimawi
2024-10-30docs(console): Update docstrings for install and uninstall (#26623)McSneaky
2024-10-29fix: support watch flag to enable watching other files than the main module o...HasanAlrimawi
2024-10-24fix(fmt): --ext flag requires to pass files (#26525)Bartek Iwańczuk
2024-10-24fix: `.npmrc` settings not being passed to install/add command (#26473)Marvin Hagemeister
2024-10-23fix(install): cache type only module deps in `deno install` (#26497)Nathan Whitaker
2024-10-22fix(check): support `--frozen` on deno check (#26479)Nathan Whitaker
2024-10-18fix(help): missing package specifier (#26380)Marvin Hagemeister
2024-10-16fix(cli): add prefix to install commands in help (#26318)Marvin Hagemeister
2024-10-15fix(repl): remove check flags (#26140)Yoshiya Hinosawa
2024-10-14feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": "com...David Sherret
2024-10-12feat(npm): support `--allow-scripts` on `deno run` (and `deno add`, `deno tes...Nathan Whitaker
2024-10-04fix(install): surface package.json dependency errors (#26023)David Sherret
2024-10-04Revert "feat: warn when using --allow-run with no allow list" (#26021)David Sherret
2024-10-03feat(permissions): allow importing from cdn.jsdelivr.net by default (#26013)David Sherret
2024-10-02feat(byonm): support `deno run npm:<package>` when package is not in package....David Sherret
2024-10-01fix: remove the typo in the help message (#25962)MujahedSafaa
2024-10-01fix: Hide 'deno cache' from help output (#25960)Bartek Iwańczuk
2024-09-30fix(flags): move some content from docs.deno.com into help output (#25951)Leo Kettmeir
2024-09-30fix(info): error instead of panic for npm specifiers when using byonm (#25947)David Sherret
2024-09-30refactor: bury descriptor parsing in PermissionsContainer (#25936)David Sherret
2024-09-28refactor: use deno_path_util (#25918)David Sherret
2024-09-27fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...Nathan Whitaker
2024-09-27fix(flags): --allow-all should conflict with lower permissions (#25909)David Sherret
2024-09-27fix(lint): correctly handle old jsx in linter (#25902)Luca Casonato
2024-09-26feat(install): warn repeatedly about not-run lifecycle scripts on explicit in...Nathan Whitaker
2024-09-26feat: add `--allow-import` flag (#25469)Bartek Iwańczuk
2024-09-24fix(cli): Warn on not-run lifecycle scripts with global cache (#25786)Nathan Whitaker
2024-09-23fix: error out if a valid flag is passed before a subcommand (#25830)Leo Kettmeir
2024-09-23BREAKING: remove support for remote import maps in deno.json (#25836)David Sherret
2024-09-23feat(fmt): stabilize CSS, HTML and YAML formatters (#25753)Bartek Iwańczuk
2024-09-20fix(cli): Default to auto with --node-modules-dir flag (#25772)Nathan Whitaker
2024-09-20fix(flags): properly error out for urls (#25770)Leo Kettmeir
2024-09-19fix(cli): Only set allow net flag for deno serve if not already allowed all (...Nathan Whitaker
2024-09-18feat: suggest `deno install --entrypoint` instead of `deno cache` (#25228)Asher Gomez
2024-09-18feat: default to TS for file extension and support ext flag in more scenarios...Leo Kettmeir
2024-09-18fix(flags): don't treat empty run command as task subcommand (#25708)Leo Kettmeir
2024-09-18fix: remove --allow-run warning when using deno without args or subcommand (#...HasanAlrimawi