Skip to content

[vue-component-meta] re-check same components with update #1889

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
Tahul opened this issue Sep 21, 2022 · 0 comments
Closed

[vue-component-meta] re-check same components with update #1889

Tahul opened this issue Sep 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Tahul
Copy link

Tahul commented Sep 21, 2022

Follow up of: nuxtlabs/nuxt-component-meta#43

Currently, when using vue-component-meta checkers, once the checker has been initialized, any request to a component metas will return the data for the component at the state it was when the checker has been created.

Including the fact that the checker can take a pretty long time to be initialized, that makes vue-component-meta impossible to add in a toolchain with HMR.

I'm not sure if this is a limitation of embedding a TS language server, what I would imagine is that any request to a file path metas would return the metas for the actual content of the file, and not a cached one.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants