The TypeScript code part of Vue.js single file components is now scanned by the TypeScript analyzer

Hello TypeScript developers,

If you write applications based on Vue.js, you have single file components mixing the logic (javascript or typescript), style (css), and template (html) into .vue files.

Until today it was only possible to raise issues on the JavaScript code part of these .vue files. We extended this feature to your TypeScript code.

I know this was expected by some of you, I hope you will enjoy it.

This is available on SonarCloud.io and SonarQube 8.7+.

Alex