vite-plugin-vue-devtools
vite-plugin-vue-devtools copied to clipboard
feat: implement state graph
This PR aims to implement a state graph that will track the state and the dependencies of the state in a component.
In order to achieve that, we choose to use babel to do some static analysis.
WIP...