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
I'm sure the problem is a parser problem. (If you are not sure, search for the issue in eslint-plugin-vue repo and open the issue in eslint-plugin-vue repo if there is no solution.
I have tried restarting my IDE and the issue persists.
I have updated to the latest version of the packages.
What version of ESLint are you using?
9.22.0
What version of eslint-plugin-vue and vue-eslint-parser are you using?
Before You File a Bug Report Please Confirm You Have Done The Following...
What version of ESLint are you using?
9.22.0
What version of
eslint-plugin-vue
andvue-eslint-parser
are you using?What did you do?
Configuration
What did you expect to happen?
The token type for
foo
andbar;
should be bothHTMLRCDataText
when checking with the following code:What actually happened?
The token for
foo
isHTMLRCDataText
, but it isHTMLRawText
forbar;
as in the below result:Link to Minimal Reproducible Example
https://github.com/ws807/mustache-invalid-token-type
Additional comments
It seems this issue does not cuase any visible problems currently.
#257 solves this problem.
The text was updated successfully, but these errors were encountered: