index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
console
/
01_console.js
Age
Commit message (
Expand
)
Author
2024-10-22
fix(ext/console): ignore casing for named colors in css parsing (#26466)
Leo Kettmeir
2024-10-15
fix(ext/console): apply coloring for console.table (#26280)
Leo Kettmeir
2024-10-14
fix(console/ext/repl): support using parseFloat() (#25900)
Mohammad Sulaiman
2024-10-08
fix(console): missing cause property on non-error objects (#26061)
Marvin Hagemeister
2024-09-19
fix(ext/console): more precision in console.time (#25723)
Luca Casonato
2024-09-12
fix(ext/console): prevent duplicate error printing when the cause is assigned...
MujahedSafaa
2024-09-10
BREAKING(temporal/unstable): Remove obsoleted Temporal APIs part 2 (#25505)
Kenta Moriuchi
2024-09-06
fix(runtime): use more null proto objects again (#25040)
Kenta Moriuchi
2024-09-02
refactor(ext/console): align error messages (#25301)
Ian Bull
2024-08-01
fix(ext/console): render properties of Intl.Locale (#24827)
Leo Kettmeir
2024-07-22
fix(ext/console): Error Cause Not Inspect-Formatted when printed (#24526)
MujahedSafaa
2024-06-18
fix(ext/console): bump default max str lengthto 10_00 (#24245)
Luca Casonato
2024-06-03
fix(console): add missing AssertionError to js (#22358)
Oliver Medhurst
2024-05-23
fix(runtime): use more null proto objects (#23921)
Luca Casonato
2024-05-14
fix(runtime): output to stderr with colors if a tty and stdout is piped (#23813)
David Sherret
2024-02-21
Revert "fix(console): support NO_COLOR and colors option in all scena… (#22...
Bartek Iwańczuk
2024-02-12
fix(console): support NO_COLOR and colors option in all scenarios (#21910)
Leo Kettmeir
2024-01-29
refactor: Use virtul ops module (#22175)
Bartek Iwańczuk
2024-01-15
feat(unstable): add Temporal API support (#21738)
Bartek Iwańczuk
2024-01-10
refactor: use `core.ensureFastOps()` (#21888)
Kenta Moriuchi
2024-01-04
fix: strict type check for cross realms (#21669)
Kenta Moriuchi
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-28
chore: update deno_core to 0.240.0 (#21726)
Bartek Iwańczuk
2023-12-19
fix(console): inspect for `{Set,Map}Iterator` and `Weak{Set,Map}` (#21554)
Kenta Moriuchi
2023-12-07
refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)
Bartek Iwańczuk
2023-11-30
refactor (parseCssColor): use parseInt, avoid unnecessary coercion (#20856)
Jordan Harband
2023-11-28
Reland "fix(ext/console): fix inspecting iterators error. (#20720)" (#21370)
Leo Kettmeir
2023-11-13
Revert "fix(ext/console): fix inspecting iterators error. (#20720)" (#21191)
Bartek Iwańczuk
2023-11-13
fix(ext/console): fix inspecting iterators error. (#20720)
Chen Su
2023-11-13
perf: lazy bootstrap options - first pass (#21164)
Divy Srivastava
2023-09-19
fix(cli): ensure that an exception in getOwnPropertyDescriptor('constructor')...
Matt Mastracci
2023-06-28
fix(console): correct the parseCssColor algorithm (#19645)
Nicholas Berlette
2023-06-28
fix(console): add assert function (#19635)
Leo Kettmeir
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-06
fix(ext/console): fix inspecting large ArrayBuffers (#19373)
ud2
2023-06-05
chore: update deno_lint to 0.46.0 (#19372)
Kenta Moriuchi
2023-06-05
feat: add more options to Deno.inspect (#19337)
Leo Kettmeir
2023-05-11
fix(console): handle error when inspecting promise-like (#19083)
Nayeem Rahman
2023-05-02
refactor(core): Use `ObjectHasOwn` instead of `ObjectPrototypeHasOwnProperty`...
Kenta Moriuchi
2023-05-01
fix(core): Use primordials for methods (#18839)
Kenta Moriuchi
2023-04-30
refactor: remove ext/console/01_colors.js (#18927)
Leo Kettmeir