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
My fault. Updating typescript-eslint-parser could be a breaking change. Our tests didn't cover this case because we expected people to use .tsx extension for such use cases rather than .vue.
Version
3.2.0
Reproduction link
https://github.com/Dzinlife/vue-tsx-test
Environment info
Steps to reproduce
update to @vue/[email protected], tsx code linting failed
error: Parsing error: Unterminated regular expression literal
What is expected?
tsx linting correct on @vue/[email protected] and before, this error only happens on version 3.2.0
What is actually happening?
tsx code can't be parsing correct in vue render function
The text was updated successfully, but these errors were encountered: