Generic definition with Generic Parameter Defaults in <script setup lang="ts" generic="">
causes "Parsing error: ';' expected.
after #220
#221
Labels
Before You File a Bug Report Please Confirm You Have Done The Following...
What version of ESLint are you using?
8.56.0
What version of
eslint-plugin-vue
andvue-eslint-parser
are you using?What did you do?
Configuration
I provide a stripped-down Vite project as the repro.Issue is configuration-independent, any valid TS+Vue config will cause this.
What did you expect to happen?
No error on
Ln 1, Col 68
What actually happened?
Error on
Ln 1, Col 68
Link to Minimal Reproducible Example
https://github.com/danwithabox/issue_vue-eslint-parser_221
Additional comments
Generic Parameter Defaults in
generic
attribute.Works in
9.4.0
, fails in9.4.1
When searching for the issue, I found #217 to be similar.
It seems to me, the fix for that, i.e. #220 is probably the culprit.
The text was updated successfully, but these errors were encountered: