Google Code Exporter
Google Code Exporter
``` What steps will reproduce the problem? 1. wget http://closure-library.googlecode.com/svn-history/r1562/trunk/closure/goog/event s/browserevent.js 2. curl http://codereview.appspot.com/download/issue5150047_3002_4002.diff | patch browserevent.js 3. gjslint --strict browserevent.js What is the expected output? What do you see...
``` What steps will reproduce the problem? 1. Create a lint.js file: var a = []; for (var i = 0; i < 320; i++) for (var j = 0;...
``` What steps will reproduce the problem? Just type $ gjslint on the terminal What version of the product are you using? On what operating system? gjslint 2.3.1 - Mac...
``` What steps will reproduce the problem? 1. Run gjslint or fixjsstyle on a js file containing implied blocks 2. 3. What is the expected output? What do you see...
``` What steps will reproduce the problem? 1. This is a typical an edge case, but /**/ comments are not parsed correctly. JS and IDE consider these being similar to...
``` A javascript file with a non-empty anonymous block will fail to be parsed by the closure-linter v2.2.7. The following snippet demonstrates the problem: var foo = function() { {...
``` It would be awesome if closure-linter was available for download from http://pypi.python.org/ .. ``` Original issue reported on code.google.com by `filip.noetzel` on 6 Feb 2011 at 7:22
``` I'm trying to use linter to check my server side code and its breaking my bash instructions. I.e. I have a line like this: #!node And its turning it...
``` It would be great if the -x and -e args in fixjsstyle and gjslint accepted wildcards or regexes. This would allow me to: gjslint -x *.min.js,*.*deps.js ... It would...
``` I've been trying out the Closure Linter on some of my Rhino code, and it works pretty well except for the fact that it doesn't realize that "let" has...