Chakroun-Anas / turbo-console-log

588 stars 140 forks source link

Variable Wrapper #220

Open g1ronn1mo opened 1 year ago

g1ronn1mo commented 1 year ago

I want to log a varibale which is a ref, that needs to be parsed to JSON, like this. I would be nice to have a setting, where you can wrap the variablelike this:

console.log('🚀 ~ file: ProjectSamples.vue:26 ~ conditionCombinations ~ modelValue.value:', JSON.parse(JSON.stringify( refVariable )))