deno/cli/lib/util
Luca Casonato 7b908e5873
fix: correctly style rust logs with colors (#29040)
We upgraded `env_logger`, which uses a new color detection backend that
is backwards incompatible with the old backend and does not detect
GitHub Actions as a terminal that supports color. We now force
env_logger to respect the color decision that `deno_terminal` has
already made.
2025-04-24 15:06:14 -04:00
..
checksum.rs refactor: create deno_lib crate (#27673) 2025-01-15 09:35:46 -05:00
hash.rs fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
logger.rs fix: correctly style rust logs with colors (#29040) 2025-04-24 15:06:14 -04:00
mod.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
result.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
text_encoding.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
v8.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00