I have a list of files with .jsx extension which needs to be analyzed with Sonar. No plugin is available in Sonarqube for the same. Can anything be done to the existing JavaScript Sonar plugin to analyze .jsx files.
Anyone?
I have a list of files with .jsx extension which needs to be analyzed with Sonar. No plugin is available in Sonarqube for the same. Can anything be done to the existing JavaScript Sonar plugin to analyze .jsx files.
Anyone?
ExtendScript is based on ECMAScript (JavaScript). So you should be able to use Sonarqube for this. I wasn't sure about this (didn't know a thing about sonarqube -- now I do), but I plugged some jsx code into this demo, which uses sonarqube ...
http://google.github.io/traceur-compiler/demo/repl.html#
and it seemed to work fine.