Files
bun.sh/test/js/web
Liz d7b43f8ea1 fix: support console.dir options object correctly (#6059)
* fix: support console,dir options object correctly

`console.dir` can be passed a second argument which is a object of options.
This implements that logic with the currently supported properties: `depth`
and `colors`.
I used node as a reference for implementation details.

Fixes: https://github.com/oven-sh/bun/issues/6039

* style: format zig file

* fix: implement changes from review

Implements changes requested from review, like adding
more test cases and refactoring code style.
2023-09-26 19:47:37 -07:00
..
2023-03-28 18:23:50 -07:00
2023-07-28 01:33:00 -07:00
2023-07-31 06:17:56 -07:00
2023-09-17 17:38:03 -07:00
2023-08-01 18:40:02 -07:00
2023-09-24 03:16:51 -07:00
2023-09-24 03:16:51 -07:00
2023-07-16 21:15:24 -07:00