There is a question on the “Get Help” forum related to support for Svelte (Sveltekit support). Since this seems to be a new feature, I thought I should post it here.
In my company we are using Svelte in some of our microservices, and as users of SonarCloud.io we would be really happy to have support for scanning *.svelte files.
Do you want the HTML part or the JavaScript part of .svelte files to be scanned or both?
Or is it about this Svelte syntax itself, such as {#if !user.loggedIn}?
Even just getting the javascript part covered would be a huge help! The html and UI probably should be covered in integration tests outside of the unit tests where possible.