-
matthiasmiller committed revision 289 to the JavaScript Lint SVN repository, changing 1 files.
2009-10-29 06:48:30 UTC in JavaScript Lint
-
matthiasmiller committed revision 288 to the JavaScript Lint SVN repository, changing 1 files.
2009-10-26 02:46:37 UTC in JavaScript Lint
-
matthiasmiller committed revision 287 to the JavaScript Lint SVN repository, changing 1 files.
2009-10-22 15:39:55 UTC in JavaScript Lint
-
The original approach will fail of the
2009-10-22 15:03:46 UTC in JavaScript Lint
-
The setting can be called something like "ignore-server-side-code". It should be disabled by default.
2009-10-22 15:00:25 UTC in JavaScript Lint
-
People are using this to include dynamic values in their ASP and PHP JavaScript, but they're causing syntax errors. I propose that these be preprocessed into comments.
This works nicely for things like:
However, it fails for code like:
var yr = ;
This will be preprocessed into invalid JavaScript:
var yr = /* YEAR(Date()) */;
However...
2009-10-22 14:53:34 UTC in JavaScript Lint
-
This has been fixed in Python version (in the trunk).
2009-10-22 14:10:36 UTC in JavaScript Lint
-
This has been fixed in Python version (in the trunk).
2009-10-22 14:10:30 UTC in JavaScript Lint
-
This has been fixed in the Python version (in trunk).
2009-10-22 13:59:31 UTC in JavaScript Lint
-
This is a duplicate of 1782324.
2009-10-22 13:55:54 UTC in JavaScript Lint