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
/
js
/
web
/
console.ts
Age
Commit message (
Expand
)
Author
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-07-06
clean up code in cli/js (#6611)
Stanislav
2020-06-24
fix(cli/js/web/console): Improve string quoting behaviour (#6457)
Nayeem Rahman
2020-06-02
fix: Better use of @ts-expect-error (#6038)
Kitson Kelly
2020-05-29
fix(cli/js/error_stack): Expose Error.captureStackTrace (#5254)
Nayeem Rahman
2020-05-28
improve indentation when displaying objects with console.log (#5909)
Speykious
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-19
Provide better ANSI colorized output when inspecting objects (#5404)
Speykious
2020-04-28
refactor: change InspectOptions, make Deno.inspect stable (#4967)
Bartek Iwańczuk
2020-04-27
fix(console): don't throw RangeError when an invalid date is passed (#4929)
uki00a
2020-04-27
refactor: decouple Console implementation from stdout (#4899)
Bartek Iwańczuk
2020-04-25
fix(cli/js/symbols): Update symbol descriptions (#4878)
Nayeem Rahman
2020-04-25
change type of stdio handles in JS api (#4891)
Bartek Iwańczuk
2020-03-30
console: print promise details (#4524)
Michał Sabiniarz
2020-03-30
console: iterable printing improvements (#4472)
Michał Sabiniarz
2020-03-28
Update to Prettier 2 and use ES Private Fields (#4498)
Kitson Kelly
2020-03-25
refactor: rename ConsoleOptions to InspectOptions (#4493)
Chris Knight
2020-03-24
console: replace object abbreviation with line breaking (#4425)
Michał Sabiniarz
2020-03-16
console: Symbol.toStringTag and display Object symbol entries (#4388)
Kevin (Kun) "Kassimo" Qian
2020-03-13
Remove doc strings from cli/js TS files (#4329)
crowlKats
2020-03-11
reorg: remove dispatch.ts, move signals, factor out web utils (#4316)
Bartek Iwańczuk
2020-03-11
reorg: cli/js/compiler/, move more API to cli/js/web/ (#4310)
Bartek Iwańczuk