deno/cli/util
David Sherret 47f7bed677
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
1. Generally we should prefer to use the `log` crate.
2. I very often accidentally commit `eprintln`s.

When we should use `println` or `eprintln`, it's not too bad to be a bit
more verbose and ignore the lint rule.
2024-05-08 22:45:06 -04:00
..
progress_bar fix(cli): occasional panics on progress bar (#22809) 2024-03-08 14:27:58 -07:00
checksum.rs perf(cli): use faster_hex (#22761) 2024-03-07 10:00:43 -07:00
console.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
diff.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
display.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
draw_thread.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
file_watcher.rs chore: enable clippy::print_stdout and clippy::print_stderr (#23732) 2024-05-08 22:45:06 -04:00
fs.rs chore: update to Rust 1.77.2 (#23262) 2024-04-10 22:08:23 +00:00
gitignore.rs feat(runtime): Allow embedders to perform additional access checks on file open (#23208) 2024-04-19 18:12:03 -06:00
logger.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
mod.rs fix(publish): make include and exclude work (#22720) 2024-03-07 20:16:32 -05:00
path.rs perf: v8 code cache (#23081) 2024-04-17 07:19:55 -07:00
sync.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
text_encoding.rs refactor: load bytes in deno_graph (#22212) 2024-02-01 03:15:22 +00:00
time.rs refactor: use chrono::DateTime::from_timestamp (#23273) 2024-04-08 21:46:54 +00:00
unix.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
v8.rs chore: enable clippy::print_stdout and clippy::print_stderr (#23732) 2024-05-08 22:45:06 -04:00
windows.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00