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
/
cli
/
tests
/
unit
/
console_test.ts
Age
Commit message (
Expand
)
Author
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
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-20
feat(cli): update to TypeScript 4.8 (#15064)
Kitson Kelly
2022-09-02
fix(cli/repl): await Promise.any([])... (#15623)
Jason
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-05-25
chore: upgrade test_util/std/ submodule (#14722)
Bartek Iwańczuk
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-03-20
fix(ext/console): fix error with a Proxy of a Map (#14032)
Jason
2022-03-02
feat(cli): update to TypeScript 4.6.2 (#13474)
Kitson Kelly
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-01-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2021-12-23
fix(ext/console): map basic css color keywords to ansi (#13175)
Zach
2021-11-23
refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)
Bartek Iwańczuk
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-09-04
refactor(testing): redirect console output via reporter (#11911)
Casper Beyer
2021-08-24
feat(extensions/console): right align numeric columns in table (#11748)
Nicolas Stucki
2021-08-05
refactor(cli/tests): remove unnecessary void return types (#11577)
Leo K
2021-07-07
fix(extensions/console): left align table entries (#11295)
Divy Srivastava
2021-07-05
chore: upgrade crates (#11284)
Bartek Iwańczuk
2021-06-27
feat(inspector): pipe console messages between terminal and inspector (#11134)
Bartek Iwańczuk
2021-06-25
chore(ext/console): deprecate Deno.customInspect (#10035)
Yoshiya Hinosawa
2021-06-15
fix(inspector): Deno.inspect should inspect the object the proxy represents r...
David Sherret
2021-04-27
fix(console): circular customInspect (#10338)
Aaron O'Mullan
2021-04-11
fix(op_crates/console): console.table value misalignment with varying keys (#...
Liam Murphy
2021-04-09
chore: upgrade dependencies (#10094)
Bartek Iwańczuk
2021-03-18
chore(console): distinguish between log levels (#9824)
Luca Casonato
2021-02-10
fix(console): log function object properties / do not log non-enumerable prop...
David DeSimone
2021-02-02
chore: remove std directory (#9361)
Casper Beyer
2021-01-14
fix: don't swallow customInspect exceptions (#9095)
Steven Guerrero
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-10
tests(wpt/console): Enables web platform tests for console (#9013)
Tarik Eshaq
2020-11-03
build: migrate to dlint (#8176)
Bartek Iwańczuk
2020-10-26
rename(std/testing): rename assert*Contains to assert*Includes (#7951)
Tim Reichen
2020-10-17
upgrade: deno_doc, deno_lint, dprint, swc (#8009)
Bartek Iwańczuk
2020-10-14
fix(console): fix the test cases of function inspections (#7965)
Yoshiya Hinosawa
2020-10-11
fix(console): fix inspection of Function (#7930)
Yoshiya Hinosawa
2020-10-11
fix(cli/console): only inspect getters with option (#7830)
Casper Beyer
2020-10-07
fix(cli/rt/console): Don't require a prototype to detect a class instance (#7...
Nayeem Rahman
2020-10-05
perf(cli/console): Don't add redundant ANSI codes (#7823)
Nayeem Rahman
2020-10-02
upgrade: swc, deno_doc, deno_lint, dprint (#7793)
Bartek Iwańczuk
2020-10-01
fix(cli/console): Catch and format getter errors (#7766)
Nayeem Rahman
2020-09-30
feat(cli/console): Add Deno.InspectOptions::colors (#7742)
Nayeem Rahman
2020-09-25
fix(cli): customInspect works on functions (#7670)
Kitson Kelly
[next]