Enideo

Results 2 issues of Enideo

I believe the output from advanced mode could be (mildly) optimised from `var a;a=window.setTimeout;` to `var a=window.setTimeout;` without causing any issues. The full input file was: ``` // ==ClosureCompiler== //...

Sometimes a small change can lead to a huge number or jshint errors, resulting in a succession of notifications for just a small error. Though the jshint parsing is cool,...