We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: