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
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2024-02-07
chore(cli): Use @test_util for relative path for unit tests (#22327)
Matt Mastracci
2024-01-14
chore: upgrade deno_core to 0.246.0 (#21904)
Bartek Iwańczuk
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-19
fix(console): inspect for `{Set,Map}Iterator` and `Weak{Set,Map}` (#21554)
Kenta Moriuchi
2023-11-01
feat: enable Array.fromAsync (#21048)
Bartek Iwańczuk
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-26
chore: fix typos (#19572)
Martin Fischer
2023-06-06
fix(ext/console): fix inspecting large ArrayBuffers (#19373)
ud2
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-04-30
refactor: merge Deno & Node inspectors (#18691)
Leo Kettmeir
2023-03-21
chore(ext/console): inspect anonymous function as `[Function (anonymous)]` (#...
Yoshiya Hinosawa
2023-03-17
chore(ext/console): add 'quotes' internal option to Deno.inspect (#18183)
Yoshiya Hinosawa
2023-03-01
fix(core): introduce `SafeRegExp` to primordials (#17592)
Kenta Moriuchi
2023-02-08
fix(ext/console): Only right-align integers in console.table() (#17389)
Waldir Pimenta
2023-02-05
fix(ext/console): log class for class constructor (#17615)
Gasman
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
[next]