deno/cli/util
David Sherret ea419a6e39
Some checks are pending
ci / pre-build (push) Waiting to run
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / build libs (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
feat(BREAKING/fmt): prompt or require deno fmt . when providing no files and no config files discovered (#30623)
When running `deno fmt` with no input paths with no deno.json or
package.json:

* In tty environments, prompts for confirmation.
* In non-tty environments, errors without providing the current
directory (`deno fmt .`).

The reason for this is we had too many complaints of people accidentally
running `deno fmt` in a directory that wasn't a JS project.
2025-09-08 14:28:47 -04:00
..
progress_bar fix: reduce progress bar flickering (#30349) 2025-08-07 17:13:29 +02:00
sync refactor: add deno_npm_installer crate (#29319) 2025-05-16 18:11:05 -04:00
v8 chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
archive.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
console.rs feat(BREAKING/fmt): prompt or require deno fmt . when providing no files and no config files discovered (#30623) 2025-09-08 14:28:47 -04:00
display.rs feat(install): refresh install report (#30615) 2025-09-08 09:44:22 +00:00
draw_thread.rs fix: do not panic when logging from outside a tokio runtime (#29728) 2025-06-12 15:09:23 -04:00
extract.rs feat(install): more informative deno install output (#30387) 2025-08-21 12:35:02 +02:00
file_watcher.rs refactor: upgrade to deno_core 0.353.0 (#30164) 2025-07-22 10:38:38 -04:00
fs.rs fix(init): use temp node_modules folders for deno init --npm ... (#30492) 2025-08-29 23:33:47 +00:00
mod.rs feat(cli): reload environment variables with --watch and --env-file (#30197) 2025-09-04 09:32:30 -04:00
path.rs chore: Rust 1.86.0 (#29435) 2025-05-25 23:40:48 +02:00
retry.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
text_encoding.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
unix.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
v8.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
watch_env_tracker.rs feat(cli): reload environment variables with --watch and --env-file (#30197) 2025-09-04 09:32:30 -04:00
windows.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00