-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Volar generated type been added #354
Comments
Could you provide what type conflict will be caused? |
Error:
This conflict because these types are auto-generated by the Volar language server. When a library declares same types, it results in naming conflicts. |
This issue is still present with 4.0.0-beta.2 and the above reproduction. While certainly not minimal, I also have an end-to-end reproduction of the issue. See https://github.com/DerYeger/yeger/actions/runs/10174119328/job/28139332486#step:4:1227. |
Describe the bug
Volar generated types like
__VLS_Element
will be declared in built files.This happens on version
^4.0.0
I am guessing it's caused by upgradingvue-tsc
?This will cause type conflict when import the library.
Reproduction
https://github.com/RayGuo-ergou/dts-reproduction
Steps to reproduce
System Info
Validations
The text was updated successfully, but these errors were encountered: