We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TypeScript v3.7 introduced some new features, like optional chaining and nullish coalesce. These changes produce errors for Vetur though.
Just create a .vue file with its script being typescript (obviously on v3.7+) and create a function that uses the new features.
.vue
The text was updated successfully, but these errors were encountered:
Enable Vetur: Use Workspace Dependencies to let Vetur use 3.7. See #1438 (comment)
Vetur: Use Workspace Dependencies
Sorry, something went wrong.
No branches or pull requests
Info
Problem
TypeScript v3.7 introduced some new features, like optional chaining and nullish coalesce.
These changes produce errors for Vetur though.
Reproducible Case
Just create a
.vue
file with its script being typescript (obviously on v3.7+) and create a function that uses the new features.The text was updated successfully, but these errors were encountered: