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
/
js
/
console_test.ts
Age
Commit message (
Expand
)
Author
2019-10-04
Merge deno_cli_snapshots into deno_cli (#3064)
Ryan Dahl
2019-08-29
add console.dirxml (#2835)
Bartek Iwańczuk
2019-08-19
Support custom inspection of objects (#2791)
Kitson Kelly
2019-08-17
Implement console.trace() (#2780)
Kevin (Kun) "Kassimo" Qian
2019-05-03
fix: display "-0" for -0 (#2281)
Kevin (Kun) "Kassimo" Qian
2019-04-21
Fix eslint warnings (#2151)
Ryan Dahl
2019-04-08
fix `console instanceof Console` (#2073)
迷渡
2019-04-03
fix console.log when error has been caught (#2041)
迷渡
2019-04-03
web-compatibility console (#2042)
迷渡
2019-03-22
remove `console` constructor (#1985)
迷渡
2019-03-20
pretty-print long strings
Ryan Dahl
2019-03-20
Improve pretty printing of objects
Ryan Dahl
2019-03-09
Migrate from tslint to eslint for linting (#1905)
Kitson Kelly
2019-03-06
Upgrade deno_std (#1892)
Ryan Dahl
2019-03-03
libdeno: remove `prints_newline` parameter from libdeno.print()
Bert Belder
2019-02-25
Fix console.table display of Map and move tests to unit test (#1839)
Kevin (Kun) "Kassimo" Qian
2019-02-13
Cleanup Deno namespace (#1765)
Kitson Kelly
2019-02-12
Add Deno global namespace (#1748)
Kitson Kelly
2019-02-11
fix: improve formatting (#1732)
Yoshiya Hinosawa
2019-02-09
Support scoped variables, unblock REPL async op, and REPL error colors (#1721)
Kevin (Kun) "Kassimo" Qian
2019-02-05
Fixed test code (#1688)
JaePil Jung
2019-01-28
Add console.table (#1608)
Sergey Golovin
2019-01-24
Add console.clear() (#1562)
binaryta
2019-01-24
console output with format (#1565)
迷渡
2019-01-12
Remove unused imports (#1503)
JaePil Jung
2019-01-06
Implement console.groupCollapsed (#1452)
Yoshiya Hinosawa
2019-01-02
Happy new year!
Ryan Dahl
2018-12-23
Remove support for extensionless import (#1396)
Ryan Dahl
2018-12-19
Expose deno.inspect (#1378)
Kevin (Kun) "Kassimo" Qian
2018-12-17
Add console.count and console.time (#1358)
迷渡
2018-12-14
`console.assert` should not throw error (#1335)
迷渡
2018-12-12
Avoid Uint8Array.prototype throwing type error in console.log (#1327)
Kevin (Kun) "Kassimo" Qian
2018-12-10
Add more console types formatting support (#1299)
Kevin (Kun) "Kassimo" Qian
2018-11-30
feat: Support for bigints in console
kyraNET
2018-10-19
Add missing copyrights (#1024)
ztplz
2018-10-05
Format
Ryan Dahl
2018-10-05
Changed tools/lint.py to lint the entire js and tests directories. (#900)
Chris Bystrek
2018-10-04
Rename fbs to msg.
Ryan Dahl
2018-10-01
Bind `this` to console methods (#873)
Kevin (Kun) "Kassimo" Qian
2018-09-30
Limit depth of output in console.log for nested objects, and add console.dir ...
Yingbo (Max) Wang
2018-09-26
Error pretty print (print stack)
Kevin (Kun) "Kassimo" Qian
2018-09-24
[console] Use constructor.name to print out function type (#664)
Kevin (Kun) "Kassimo" Qian
2018-09-01
Minor code refactoring
ShinDarth
2018-08-28
format
Bert Belder
2018-08-27
Add ability to unit test by permissions.
Ryan Dahl
2018-08-27
Moved console tests to own file, and switched circular test to use stringify ...
Aaron Power