Bun.inspect()
has strange formatting when showing a Set
inside an object
#16007
Labels
Bun.inspect()
has strange formatting when showing a Set
inside an object
#16007
What version of Bun is running?
1.1.42+50eec0025
What platform is your computer?
Darwin 23.6.0 arm64 arm
What steps can reproduce the bug?
The following code produces strange formatting if a set is nested inside an object
What is the expected behavior?
Expected output looks like for map.
What do you see instead?
2 extra spaces between the field name and
Set
for each nesting layer of the object.also the closing } is not indented.
Additional information
No response
The text was updated successfully, but these errors were encountered: