vite-plugin-vue-devtools icon indicating copy to clipboard operation
vite-plugin-vue-devtools copied to clipboard

feat: implement state graph

Open alexzhang1030 opened this issue 2 years ago • 0 comments

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...

alexzhang1030 avatar Aug 02 '23 10:08 alexzhang1030