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
Consider using babel-typescript preset to be able to parse .vue files containing TypeScript with Babel, even if we lose type checking. Right now with espree we can only do the workaround with js.
We should use the parameter sonar.javascript.allowTsParserJsFiles for the decision-making of the parser.
Vue parser has some performance issues when used with typescript-eslint: vuejs/vue-eslint-parser#104
Investigate workarounds to avoid rebuilding type information when parsing code frames.
Community tickets:
The text was updated successfully, but these errors were encountered: