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
/
02_console.js
Age
Commit message (
Expand
)
Author
2023-01-16
chore: update dlint to v0.37.0 for GitHub Actions (#17295)
Kenta Moriuchi
2023-01-06
perf(ext,runtime): remove using `SafeArrayIterator` from `for-of` (#17255)
Kenta Moriuchi
2023-01-04
fix: upgrade deno_ast to 0.23 (#17269)
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-20
chore: Update dlint (#17031)
Kenta Moriuchi
2022-11-22
fix(inspector): ensure console methods provided by inspector are available (#...
Bartek Iwańczuk
2022-10-10
fix sparse array inspection (#16204)
sigmaSd
2022-09-26
fix(ext/console): fix error when logging a proxied Date (#16018)
李瑞丰
2022-09-26
perf(ext/console): break on iterableLimit & better sparse array handling (#15...
Marcos Casagrande
2022-09-02
fix(cli/repl): await Promise.any([])... (#15623)
Jason
2022-07-09
fix(ext/console): Fix a typo in a warning when .timeEnd is called on an unkno...
Gamer Omega
2022-07-09
refactor(ext) Decrease of StringPrototypeReplace recurrent usage (#15058)
sevenwithawp
2022-06-15
fix(console): constrol inspect() indent with option (#14867)
cjihrig
2022-06-13
feat(console): pass options and depth to custom inspects (#14855)
Colin Ihrig
2022-06-06
fix: Format non-error exceptions (#14604)
Nayeem Rahman
2022-04-26
feat(ext/console): Compact empty iterables when calling Deno.inspect with com...
Ben Heidemann
2022-04-25
feat(ext/console): Add string abbreviation size option for "Deno.inspect" (#1...
Ben Heidemann
2022-04-16
feat: Better formatting for AggregateError (#14285)
Bartek Iwańczuk
2022-04-16
refactor: update runtime code for primordial check x in y (#13642)
Bartek Iwańczuk
2022-03-20
fix(ext/console): fix error with a Proxy of a Map (#14032)
Jason
2022-02-16
fix(ext/console): print circular ref indicator in cyan (#13684)
Leo Kettmeir
2022-02-07
refactor: update runtime code for primordial check for iterators (#13510)
Bartek Iwańczuk
2022-02-06
fix(ext/console): fix uncaught TypeError in css styling (#13567)
Zach
2022-02-04
feat(ext/console): better circular information in object inspection (#13555)
Leo Kettmeir
2022-02-01
refactor: primordials for instanceof (#13527)
Bartek Iwańczuk
2022-01-27
Revert "refactor: update runtime code for primordial checks for "instanceof" ...
Bartek Iwańczuk
2022-01-27
refactor: update runtime code for primordial checks for "instanceof" (#13497)
Bartek Iwańczuk
2022-01-17
fix(ext/console): don't depend on globalThis present (#13387)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-23
fix(ext/console): map basic css color keywords to ansi (#13175)
Zach
2021-10-30
feat(ext/console): Display error.cause in console (#12462)
Kenta Moriuchi
2021-10-14
fix(console): fix display of primitive wrapper objects (#12425)
Kenta Moriuchi
2021-10-12
chore: upgrade crates based on deno ast 0.3 (#12403)
David Sherret
2021-08-25
feat: ArrayBuffer in structured clone transfer (#11840)
Luca Casonato
2021-08-24
feat(extensions/console): right align numeric columns in table (#11748)
Nicolas Stucki
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl