summaryrefslogtreecommitdiff
path: root/ext/console/02_console.js
AgeCommit message (Expand)Author
2022-04-25feat(ext/console): Add string abbreviation size option for "Deno.inspect" (#1...Ben Heidemann
2022-04-16feat: Better formatting for AggregateError (#14285)Bartek Iwańczuk
2022-04-16refactor: update runtime code for primordial check x in y (#13642)Bartek Iwańczuk
2022-03-20fix(ext/console): fix error with a Proxy of a Map (#14032)Jason
2022-02-16fix(ext/console): print circular ref indicator in cyan (#13684)Leo Kettmeir
2022-02-07refactor: update runtime code for primordial check for iterators (#13510)Bartek Iwańczuk
2022-02-06fix(ext/console): fix uncaught TypeError in css styling (#13567)Zach
2022-02-04feat(ext/console): better circular information in object inspection (#13555)Leo Kettmeir
2022-02-01refactor: primordials for instanceof (#13527)Bartek Iwańczuk
2022-01-27Revert "refactor: update runtime code for primordial checks for "instanceof" ...Bartek Iwańczuk
2022-01-27refactor: update runtime code for primordial checks for "instanceof" (#13497)Bartek Iwańczuk
2022-01-17fix(ext/console): don't depend on globalThis present (#13387)Bartek Iwańczuk
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-23fix(ext/console): map basic css color keywords to ansi (#13175)Zach
2021-10-30feat(ext/console): Display error.cause in console (#12462)Kenta Moriuchi
2021-10-14fix(console): fix display of primitive wrapper objects (#12425)Kenta Moriuchi
2021-10-12chore: upgrade crates based on deno ast 0.3 (#12403)David Sherret
2021-08-25feat: ArrayBuffer in structured clone transfer (#11840)Luca Casonato
2021-08-24feat(extensions/console): right align numeric columns in table (#11748)Nicolas Stucki
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl