vitejs / vite-plugin-vue

Vite Vue Plugins
MIT License
477 stars 152 forks source link

fix: skip checking private properties of typeParameters #443

Closed edison1105 closed 2 weeks ago

edison1105 commented 2 weeks ago

Description

fix https://github.com/vuejs/core/issues/11923 The types imported from third-party libraries can be quite complex, and comparing them for equality is time-consuming.

Additional context


What is the purpose of this pull request?

Before submitting the PR, please make sure you do the following