summaryrefslogtreecommitdiff
path: root/ext/console/01_console.js
AgeCommit message (Expand)Author
2024-05-14fix(runtime): output to stderr with colors if a tty and stdout is piped (#23813)David Sherret
2024-02-21Revert "fix(console): support NO_COLOR and colors option in all scena… (#22...Bartek Iwańczuk
2024-02-12fix(console): support NO_COLOR and colors option in all scenarios (#21910)Leo Kettmeir
2024-01-29refactor: Use virtul ops module (#22175)Bartek Iwańczuk
2024-01-15feat(unstable): add Temporal API support (#21738)Bartek Iwańczuk
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-04fix: strict type check for cross realms (#21669)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-28chore: update deno_core to 0.240.0 (#21726)Bartek Iwańczuk
2023-12-19fix(console): inspect for `{Set,Map}Iterator` and `Weak{Set,Map}` (#21554)Kenta Moriuchi
2023-12-07refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)Bartek Iwańczuk
2023-11-30refactor (parseCssColor): use parseInt, avoid unnecessary coercion (#20856)Jordan Harband
2023-11-28Reland "fix(ext/console): fix inspecting iterators error. (#20720)" (#21370)Leo Kettmeir
2023-11-13Revert "fix(ext/console): fix inspecting iterators error. (#20720)" (#21191)Bartek Iwańczuk
2023-11-13fix(ext/console): fix inspecting iterators error. (#20720)Chen Su
2023-11-13perf: lazy bootstrap options - first pass (#21164)Divy Srivastava
2023-09-19fix(cli): ensure that an exception in getOwnPropertyDescriptor('constructor')...Matt Mastracci
2023-06-28fix(console): correct the parseCssColor algorithm (#19645)Nicholas Berlette
2023-06-28fix(console): add assert function (#19635)Leo Kettmeir
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-06fix(ext/console): fix inspecting large ArrayBuffers (#19373)ud2
2023-06-05chore: update deno_lint to 0.46.0 (#19372)Kenta Moriuchi
2023-06-05feat: add more options to Deno.inspect (#19337)Leo Kettmeir
2023-05-11fix(console): handle error when inspecting promise-like (#19083)Nayeem Rahman
2023-05-02refactor(core): Use `ObjectHasOwn` instead of `ObjectPrototypeHasOwnProperty`...Kenta Moriuchi
2023-05-01fix(core): Use primordials for methods (#18839)Kenta Moriuchi
2023-04-30refactor: remove ext/console/01_colors.js (#18927)Leo Kettmeir