strobe icon indicating copy to clipboard operation
strobe copied to clipboard

The Strobe Type Checker for JavaScript

Results 15 strobe issues
Sort by recently updated
recently updated
newest added

Like the Closure compiler, allow unannotated functions.

So that Joe's ridiculous annotations can go away.

``` try {} catch (err) { throw err; } // "err is unbound" ```