mozilla / scanjs

[DEPRECATED] Static analysis tool for javascript code.
Other
429 stars 39 forks source link

transform code into AST before scanning in experiment tab, fix #160 #161

Closed zombie closed 9 years ago

zombie commented 9 years ago

error handling should be better than simply printing to the console, but my cursory search for alerts in angular wasn't fruitful..

@mozfreddyb r?

mozfreddyb commented 9 years ago

This looks good. thanks!

NB: the ScanJS web interface is indeed not very good at exposing any kind of error to the user. It might be worthwhile to look into bootstrap alerts for errors in the future.