Leo Kettmeir
|
8891c19c57
|
fix(ext/console): print circular ref indicator in cyan (#13684)
|
2022-02-16 16:21:59 +01:00 |
|
Bartek Iwańczuk
|
bf22f114a6
|
refactor: update runtime code for primordial check for iterators (#13510)
|
2022-02-07 13:54:32 +01:00 |
|
Zach
|
a7850d7fe6
|
fix(ext/console): fix uncaught TypeError in css styling (#13567)
When using css coloring in the console, non-color values should be ignored rather than throw exceptions.
Fixes #13469
|
2022-02-06 19:00:06 +09:00 |
|
Leo Kettmeir
|
2f438f4106
|
feat(ext/console): better circular information in object inspection (#13555)
|
2022-02-04 21:10:47 +01:00 |
|
Bartek Iwańczuk
|
8176a4d166
|
refactor: primordials for instanceof (#13527)
|
2022-02-01 18:06:11 +01:00 |
|
Bartek Iwańczuk
|
f248e6f177
|
Revert "refactor: update runtime code for primordial checks for "instanceof" (#13497)" (#13511)
This reverts commit 884143218f .
|
2022-01-27 16:27:22 +01:00 |
|
Bartek Iwańczuk
|
884143218f
|
refactor: update runtime code for primordial checks for "instanceof" (#13497)
|
2022-01-27 13:36:36 +01:00 |
|
Bartek Iwańczuk
|
bc666e42a8
|
fix(ext/console): don't depend on globalThis present (#13387)
|
2022-01-17 23:23:49 +01:00 |
|
Ryan Dahl
|
1fb5858009
|
chore: update copyright to 2022 (#13306)
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
|
2022-01-07 22:09:52 -05:00 |
|
Zach
|
de2df20d57
|
fix(ext/console): map basic css color keywords to ansi (#13175)
|
2021-12-23 13:06:24 +01:00 |
|
Kenta Moriuchi
|
95b9e5f30f
|
feat(ext/console): Display error.cause in console (#12462)
|
2021-10-30 19:25:46 +02:00 |
|
Kenta Moriuchi
|
1d55fcb74c
|
fix(console): fix display of primitive wrapper objects (#12425)
|
2021-10-14 12:52:08 +09:00 |
|
David Sherret
|
9b1f0c8ba3
|
chore: upgrade crates based on deno ast 0.3 (#12403)
|
2021-10-12 09:58:04 -04:00 |
|
Luca Casonato
|
5d814a4c24
|
feat: ArrayBuffer in structured clone transfer (#11840)
|
2021-08-25 13:48:53 +02:00 |
|
Nicolas Stucki
|
c4561ac969
|
feat(extensions/console): right align numeric columns in table (#11748)
|
2021-08-24 17:17:40 +02:00 |
|
Ryan Dahl
|
a0285e2eb8
|
Rename extensions/ directory to ext/ (#11643)
|
2021-08-11 12:27:05 +02:00 |
|