vueuse / vueuse

Collection of essential Vue Composition Utilities for Vue 2 and 3
https://vueuse.org
MIT License
18.99k stars 2.39k forks source link

refactor(makeDestructurable): use const type parameters #3971

Closed enpitsuLin closed 6 days ago

enpitsuLin commented 2 weeks ago

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

⚠️ Slowing down new functions
> **Warning**: **Slowing down new functions** > > As the VueUse audience continues to grow, we have been inundated with an overwhelming number of feature requests and pull requests. As a result, maintaining the project has become increasingly challenging and has stretched our capacity to its limits. As such, in the near future, we may need to slow down our acceptance of new features and prioritize the stability and quality of existing functions. **Please note that new features for VueUse may not be accepted at this time.** If you have any new ideas, we suggest that you first incorporate them into your own codebase, iterate on them to suit your needs, and assess their generalizability. If you strongly believe that your ideas are beneficial to the community, you may submit a pull request along with your use cases, and we would be happy to review and discuss them. Thank you for your understanding.

Description

Improved makeDestructurable with const type parameters, then can be used w/o const modifier

Additional context

Just want same ability in my project, for reference I found makeDestructurable and think maybe using const type parameters was better than using unnecessary const modifier when call it