Google Code Exporter

Results 11117 issues of 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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;...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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() { {...

Priority-Medium
Type-Defect
auto-migrated

``` 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

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
auto-migrated
Type-Enhancement

``` 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...

Priority-Medium
auto-migrated
Type-Enhancement

``` 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...

Priority-Medium
auto-migrated
Type-Enhancement