summaryrefslogtreecommitdiff
path: root/ext/console/01_console.js
AgeCommit message (Expand)Author
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