Files
bun.sh/test/js/web/console/console-log.expected.txt
dave caruso 31ab56d362 Fix: console.log with class constructors (#3602)
* Fix console.log with class constructors

* oops

* fix it

* lol

* fix test
2023-07-11 12:48:19 -07:00

53 lines
598 B
Plaintext

Hello World!
0
-0
123
-123
123.567
-123.567
true
false
null
undefined
Infinity
-Infinity
Symbol(Symbol Description)
2000-06-27T02:24:34.304Z
[ 123, 456, 789 ]
{
name: "foo"
}
{
a: 123,
b: 456,
c: 789
}
{
a: {
b: {
c: 123
},
bacon: true
},
name: "bar"
}
Promise { <pending> }
[Function]
[Function]
[class Foo]
[class]
{}
[Function: foooo]
/FooRegex/
Is it a bug or a feature that formatting numbers like 123 is colored
String 123 should be 2nd word, 456 == 456 and percent s %s == What okay
{
foo: {
name: "baz"
},
bar: [Circular]
} am
[
{}, {}, {}, {}
]