KermanX / reactive-vscode

Develop VSCode extension with Vue Reactivity API
https://kermanx.github.io/reactive-vscode/
MIT License
589 stars 8 forks source link

Migrate to `baseWatch` introduced in Vue 3.5 #12

Closed KermanX closed 2 weeks ago

KermanX commented 1 month ago

Upgrade Vue to 3.5, then we can use baseWatch API from @vue/reactivity to reduce redundant code in @reactive-vscode/reactivity.

KermanX commented 2 weeks ago

Done in a1a57a72d1271caa8ed1d5632e903af1f6ff8044. You can test it out in 0.2.6-beta.1.