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
2020-09-23
fix(cli/console): quote non-alphanumeric symbols (#7641)
Casper Beyer
2020-09-23
fix(cli/console): enclose symbol keys in brackets (#7642)
Casper Beyer
2020-09-22
fix(cli/console): quote object symbol keys that are invalid identifiers (#7553)
Casper Beyer
2020-09-18
fix(cli/console): surround non alpha-numeric object keys with quotes (#7550)
Casper Beyer
2020-09-18
fix(cli/console): always quote and escape inspected strings (#7546)
Casper Beyer
2020-09-17
fix(cli/console): escape non printable characters in object entries (#7533)
Casper Beyer
2020-09-14
test(cli/tests/unit): Enable color for js_unit_tests (#7443)
Nayeem Rahman
2020-09-10
feat(console): support CSS styling with "%c" (#7357)
Nayeem Rahman
2020-09-08
feat(console): print proxy details (#7139)
uki00a
2020-08-31
chore: remove unreachable code to pass linter (#7270)
Yusuke Tanaka
2020-08-24
fix(console): handle escape sequences when logging objects (#7171)
Tuan Le
2020-08-09
fix: console.log should see color codes when grouping occurs (#7000)
uki00a
2020-07-19
Port internal TS code to JS (#6793)
Bartek IwaĆczuk
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-07-11
feat(Deno.inspect): Add sorted, trailingComma, compact and iterableLimit to I...
Nayeem Rahman
2020-06-24
fix(cli/js/web/console): Improve string quoting behaviour (#6457)
Nayeem Rahman
2020-06-19
build: lint cli/tests/unit using deno lint (#6327)
Alan Gou
2020-05-28
console: Hide `values` for console.table if display not necessary (#5914)
Kevin (Kun) "Kassimo" Qian
2020-05-26
Use ts-expect-error instead of ts-ignore. (#5869)
Kitson Kelly
2020-05-20
move js unit tests to cli/tests (#5678)
Ryan Dahl
[prev]