thetarnav / solid-devtools

Library of developer tools, reactivity debugger & Devtools Chrome extension for visualizing SolidJS reactivity graph
https://chrome.google.com/webstore/detail/solid-devtools/kmcfjchnmmaeeagadbhoofajiopoceel
MIT License
538 stars 21 forks source link

`autoname` could be using parent function names for effects #216

Closed thetarnav closed 1 year ago

thetarnav commented 1 year ago

Effects and computeds do not return a variable to base the name on - the transform could look at the parent function eg createMyEffect and parsing it to my-effect