wallabyjs / quokka

Repository for Quokka.js questions and issues
https://quokkajs.com
1.17k stars 31 forks source link

Feature Request: Provide options for how Quokka formats output #900

Open smcenlly opened 11 months ago

smcenlly commented 11 months ago

When Quokka logs a value to the console, the output is formatted to save space. For example:

unnamed

This can be hard to read compared to built-in node:util.inspect():

unnamed


Feature Request is to have more options to define how to format logged values.