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

Simplify debugger — devtools-frontend bridge #213

Closed thetarnav closed 1 year ago

thetarnav commented 1 year ago

Currently, every package that wishes to plug into the debugger and connect it with the devtools frontend has to wire every single message channel individually. This should be simplified so that creating and maintaining packages using those tools is much easier.