codemeasandwich / scribbles

scribbles is a log and tracing lib for Node
MIT License
10 stars 0 forks source link

Read: passed in var name #25

Open codemeasandwich opened 1 year ago

codemeasandwich commented 1 year ago

Can you use Static code analysis to read the name of the value passed in. Then use this in the output

const mydata = { a:1 }

scribbles.log(mydata)
/*
x:y:z [ ] 16:24:06.473 #3d608bf <log> index.js:5 mydata{ 
  a : 1
}
*/