vuejs / language-tools

⚡ High-performance Vue language tooling based-on Volar.js
https://marketplace.visualstudio.com/items?itemName=Vue.volar
MIT License
5.78k stars 390 forks source link

fix(language-core): move declare defineProp out of function scope #4454

Closed zhiyuanzmj closed 3 months ago

zhiyuanzmj commented 3 months ago

1. Add PropOptions type for defineProp

image

2. prevent declare function in function scope.

image
johnsoncodehk commented 3 months ago

LGTM, thanks!