0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/extensions/console
David Sherret 0acd0602bb
fix(repl): Fix undefined result colour in cmd (#10964)
* fix(repl): Fix `undefined` result colour.
* Remove `dim`. Use `gray` instead since it works in cmd.
2021-06-14 16:34:44 -04:00
..
01_colors.js fix(repl): Fix undefined result colour in cmd (#10964) 2021-06-14 16:34:44 -04:00
02_console.js fix(repl): Fix undefined result colour in cmd (#10964) 2021-06-14 16:34:44 -04:00
Cargo.toml chore: release crates (#10896) 2021-06-08 20:34:18 +02:00
lib.deno_console.d.ts fix(console): Remove console.timeStamp from types (#10455) 2021-05-01 06:41:38 -04:00
lib.rs Rename crate_ops to extensions (#10431) 2021-04-30 15:51:48 -04:00
README.md Rename crate_ops to extensions (#10431) 2021-04-30 15:51:48 -04:00

deno_console

This crate implements the Console API.

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