deno/ext/console
David Sherret e39b94f3aa
fix(runtime): output to stderr with colors if a tty and stdout is piped (#23813)
This also fixes a bug where Deno would output to stderr with colours
when piped and stdout was not piped.
2024-05-14 17:32:09 -04:00
..
01_console.js fix(runtime): output to stderr with colors if a tty and stdout is piped (#23813) 2024-05-14 17:32:09 -04:00
Cargo.toml chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
internal.d.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
lib.deno_console.d.ts docs: update categories to match new planned sitemap (#23677) 2024-05-05 18:56:55 -07:00
lib.rs fix: strict type check for cross realms (#21669) 2024-01-04 09:42:38 +05:30
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00

deno_console

This crate implements the Console API.

Spec: https://console.spec.whatwg.org/