Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

jslint_com · This group has moved to Google Plus.

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 583
  • Category: JavaScript
  • Founded: Mar 7, 2008
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

JSLint now warns when properties contain the substring 'Sync'. The use of that substring in Nodejs is to identify methods that can cause blockage. Such methods...
11 Jun 21, 2012
12:47 am

benquarmby
Send Email

I will be giving a talk about the theoretical foundations of JSLint. http://www.meetup.com/TechXploration/events/65087252/...
1 Jun 11, 2012
9:15 pm

douglascrockford
douglascrock...
Send Email

Hi, Not sure if anyone has requested this before, but a common cause of bugs and even more often, maintainence issues, arise because a programmer thinks of a...
7 Jun 1, 2012
2:22 am

Martin Cooper
mfncooper
Send Email

Love the new site layout! One request: Can you make the width of the site fixed at the width of the browser window? If a line of code is wider than the window,...
1 May 31, 2012
3:42 pm

josephtbrdly
Send Email

This code: /*jslint nomen: true, node: true */ "use strict"; var fs = require("fs"), path = require("path"); var JSLINT_PATH = path.join(__dirname,...
2 May 16, 2012
4:19 pm

douglascrockford
douglascrock...
Send Email

This code fails JSLint: ````var myScript = {}; ````(function () { ````````var THIS = this; ````````function defined(x) { ````````````return typeof x !==...
5 May 15, 2012
5:07 pm

Tom Worster
thefsb
Send Email

A new edition of the JSLint web page is available for testing at http://jslint.com/test/jslint.html It includes many UI improvements suggested by Jeff Coniff. ...
6 May 10, 2012
7:16 pm

Luke Page
page.luke...
Send Email

I was surprised to find that JSLint doesn't complain about the following code: function doCheck(arr1, arr2, checker) { var i, l; for (i = 0, l = arr1.length; i...
5 May 10, 2012
1:14 pm

Chris
altearius
Send Email

Google Chrome Extension http://code.google.com/p/script-cover/ <http://code.google.com/p/script-cover/> Some things to note: If the program needs data to...
1 May 10, 2012
12:11 pm

aceblchboy
Send Email

Would anyone miss the Syntax Tree button?...
3 May 2, 2012
1:44 am

Dylon Edwards
deeclhtoa
Send Email

I realize the topic of unused arguments has been discussed before, but I wanted to raise it again with a suggested alternative behavior. When creating...
11 May 1, 2012
3:22 am

benquarmby
Send Email

Greetings! I'm Red Hat's JBDS QE and found a bug in the JSLint integration. The issue is filed here: https://issues.jboss.org/browse/JBDS-2062 Are you able to...
2 Apr 19, 2012
3:31 pm

sandyhead25
Send Email

Hi! I've created a plugin for resharper that highglights warnings from JSLint in js files. To test it, I've started creating small testfiles, and I've gotten...
5 Apr 10, 2012
6:30 pm

larserik78
Send Email

It seems the line counter is not counting the blank lines, at least that's what it seems in the first few lines when the code causing the error seemed...
16 Apr 4, 2012
5:51 pm

mariana.schiff
Send Email

I may want to switch to node.js from WHS, but my setup uses wsh.js. Is there an equivalent that works the same as wsh.js but is for node.js instead of WSH?...
2 Mar 30, 2012
9:08 pm

Sean Kelly
seank_com
Send Email

It seems when defining: /*jslint es5:true*/ a = { get b () { return 'b value'; } } JSLint requires that a setter is also declared, although if the intention is...
2 Mar 27, 2012
12:46 pm

douglascrockford
douglascrock...
Send Email

I would like to use the following statement so `this` is not DOMWindow anymore, although JSLint doesn't expect so see a `.`[dot] after (function(){...}) ... ...
2 Mar 26, 2012
6:30 pm

douglascrockford
douglascrock...
Send Email

I edit a greasemonkey script and I get this error now Error: Problem at line 373 character 19: Missing 'new'. GM_xmlhttpRequest({ Problem at line 415 character...
2 Mar 26, 2012
3:33 pm

douglascrockford
douglascrock...
Send Email

The library underscore.js (http://documentcloud.github.com/underscore/) exports a single variable: _ -- a single underscore. I've tried putting _ in my...
4 Mar 10, 2012
10:52 pm

Martin Cooper
mfncooper
Send Email

Classification: UNCLASSIFIED I cannot help but think this rule may be harmful. I understand the intention behind this rule and how that intention may apply to...
3 Mar 4, 2012
6:16 pm

Ben White
benxwhite
Send Email

Thanks for supporting JsLint. I really enjoy using it. Is this a new rule? I get this error now. Can someone please explain the reason behind the rule? Error: ...
9 Mar 3, 2012
4:30 pm

Martin Cooper
mfncooper
Send Email

I expect this is a common question, but searching for "this" isn't getting me anywhere. "use strict"; function foo() { var a = this; } var bar = function() { ...
2 Feb 28, 2012
5:17 pm

douglascrockford
douglascrock...
Send Email

I am posting here with some trepidation, and I am thoroughly expecting to be insulted by DC. Here goes anyway. "The Good Parts" Appendix A5 (Awful parts)...
14 Feb 24, 2012
5:37 pm

Tom Worster
thefsb
Send Email

It would be nice if the following predefined globals could be added to the 'browser&#39; array self top XDomainRequest and these to the 'standard&#39; array void ...
4 Feb 24, 2012
5:11 pm

Joshua Bell
inexorabletash
Send Email

Tolerate uncapitalized constructors checkbox and the associated newcap flag does not seem to be working. I get ... "should start with an uppercase letter."...
3 Feb 21, 2012
7:19 am

Phil
druid_rpg
Send Email

Given the following code: var obj = {}, ````test = function () { ````````'use strict'; ````````return true; ````}.bind(obj); JSLint returns the following...
7 Feb 19, 2012
9:02 pm

Jordan Harband
ljharb
Send Email

This code gives me an error, I'm not sure why: function charAt(sValue, index) { return sValue.charAt(index) - '0'; } Message: Problem at line 2 character 25:...
3 Feb 17, 2012
11:08 pm

junkernaught
Send Email

Hi, I approached a whitespace issue. I have a code that it's impossible to refactor so it's ok for jslint - I can resign from checking whitespace but I don't...
5 Feb 11, 2012
12:25 am

douglascrockford
douglascrock...
Send Email

Ah yes. Thanks Harry. Obviously the error is partly mine. The “Bad HTML string” error seems to be caused by an internal JSLint error on an earlier run. If...
6 Feb 3, 2012
8:48 pm

Jakob Kruse
thekrucible
Send Email

Hi If I run the following code (properly indented) through JSLint at jslint.com with all options cleared, it validates. If I run the exact same code through...
2 Feb 3, 2012
11:50 am

Merlin
harry152566
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help