You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that the components in dts are lazily loaded. The plugin doesn't scan the entire app and add them all at once, they get added when they're first loaded. But I recall having an issue where they were getting removed, and then suddenly my intellisense was gone, even though the component wasn't removed from the app. It's just dts files, it doesn't have an impact on anything, so its best to just keep the file continuously growing, or at most shaken off during build runs imo.
Describe the bug
Hello,
This is not really a bug (but I think it is a strange behavior).
I was wondering why, when a component is remove, (which trigger the
unlink
on the wathcer), it is not remove from thecomponent.d.ts
file?I was suspecting a but I see this test,
unplugin-vue-components/test/dts.test.ts
Line 50 in ecf1a68
Reproduction
/
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: