Open davestewart opened 1 year ago
Quokka output does not seem to support color formatting, whereas WebStorm and Terminal do.
Colours are really helpful for inspecting larger objects / arrays / config / etc.
Yes
const { inspect } = require('util') function log (value, colors = false) { console.log(inspect(value, { colors })) } const values = [ 1, 'foo', true ] log (values) log (values, true)
WebStorm 2023.1
OSX Monterey 12.6
Issue description or question
Quokka output does not seem to support color formatting, whereas WebStorm and Terminal do.
Colours are really helpful for inspecting larger objects / arrays / config / etc.
Is this issue related to Quokka not outputting the expected results of your code?
Yes
Sample code
Quokka.js Console Output
WebStorm Terminal Output
Code editor version
WebStorm 2023.1
OS name and version
OSX Monterey 12.6