mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
* fix console.timeLog * fix console.timeLog can log arguments * console timeLog test use bunEnv Co-authored-by: Ashcon Partovi <ashcon@partovi.net> * fix console timeLog test * Update console.timeLog Co-authored-by: dave caruso <me@paperdave.net> * Update test/js/web/console/console-timeLog.js Co-authored-by: Radhi Rasho <54078496+RadhiRasho@users.noreply.github.com> * Update console-timeLog.js * fix console-timeLog.js test * fix timeLog tests due to trailing comma PR --------- Co-authored-by: Ashcon Partovi <ashcon@partovi.net> Co-authored-by: dave caruso <me@paperdave.net> Co-authored-by: Radhi Rasho <54078496+RadhiRasho@users.noreply.github.com>
19 lines
403 B
Plaintext
19 lines
403 B
Plaintext
[0.00ms] label
|
|
[0.06ms] label Hello World!
|
|
[0.09ms] label a %s b c d
|
|
[0.11ms] label 0 -0 123 -123 123.567 -123.567 Infinity -Infinity
|
|
[0.14ms] label true false
|
|
[0.15ms] label null undefined
|
|
[0.17ms] label Symbol(Symbol Description)
|
|
[0.22ms] label 2000-06-27T02:24:34.304Z
|
|
[0.29ms] label [ 123, 456, 789 ]
|
|
[0.34ms] label {
|
|
name: "foo",
|
|
}
|
|
[0.37ms] label {
|
|
a: 123,
|
|
b: 456,
|
|
c: 789,
|
|
}
|
|
[0.39ms] label
|