A way to dump the current state of HotHook: its dependency tree and all possible information about each file.
A frontend app with Vis.js, Vite and Preact that allows to graphically visualize this (very) verbose dump.
[x] Tests
[x] import.meta.dump is probably not the best method name. do we even need a import.meta.hot function for that? best way is maybe to manually import hot-hook instead.
[x] polish the frontend app. and find the best way to distribute and use it.
This PR adds two things:
import.meta.hot
function for that? best way is maybe to manually importhot-hook
instead.