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: 584
  • 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

The function report now includes urls that are found in html files....
1 Jun 1, 2008
6:22 am

Douglas Crockford
douglascrock...
Send Email

Hi, function myFunc() { var v1 = { option: true }; var v2 = v1.option = false; }; JSLint throws the following error messages for the above code snippet: Error:...
5 May 30, 2008
8:56 pm

ps_praveenkr
Send Email

Tabs are problematic largely due to a lack of standardization. They are unnecessary, but still in significant use. JSLint now treats a tab as equivalent to the...
1 May 29, 2008
1:58 pm

Douglas Crockford
douglascrock...
Send Email

JSLint does not handle tabs correctly. Mostly, this does not matter, but it does matter when checking indentation. Some text editors allow tab-stops to be...
4 May 28, 2008
8:10 pm

Merlin
harry152566
Send Email

JSLint now accepts an indent parameter that allows setting the number of spaces of indentation when checking strict whitespace. The default is 4. It can be...
2 May 25, 2008
9:28 am

Jakob Kruse
thekrucible
Send Email

Hello! A few -more or less- philosophical questions regarding strict whitespace option: A)  Comment: JSLint doesn't like comments within function arg...
2 May 24, 2008
9:02 pm

Douglas Crockford
douglascrock...
Send Email

Hi I would like to request for the indent level used/checked by jslint, when the whitespace option is turned on, to be made configurable, as an option. Reason:...
2 May 22, 2008
2:01 pm

mflanagan_swim
Send Email

Hi, I started today to explore jslint. My first problem was, to figure out, which jslint I actually need/want. There's jslint from Douglas Crockford which I've...
1 May 22, 2008
1:44 pm

Thomas Koch
cluj_de
Send Email

In jQuery there is the following code when throwing error in an Ajax call: function (XMLHttpRequest, textStatus, errorThrown) { // typically only one of...
3 May 21, 2008
4:28 am

Re Miya
remiya_ws
Send Email

JSLint now issues a warning if it sees the close script tag in a comment....
1 May 16, 2008
3:49 pm

Douglas Crockford
douglascrock...
Send Email

When immediately invoking a function literal, parens must wrap the expression when it is used in the statement position because of an ambiguity in the grammar...
1 May 12, 2008
4:54 pm

Douglas Crockford
douglascrock...
Send Email

JSLint will now providing a warning for code like this: function foo(a) { var i; for (i = 0; i < a.length; i += 1) { a[i].onclick = function (e) { alert(i); };...
3 May 11, 2008
1:10 pm

Douglas Crockford
douglascrock...
Send Email

When constructing a singleton in JS using an anonymous constructor, JSlint returns a "Weird construction" error. Here's the code: /*globals A*/ A = new...
2 May 11, 2008
1:07 pm

Douglas Crockford
douglascrock...
Send Email

Hello. In my javascript files I define, as first line, a namespace like var FOO = YAHOO.namespace("foo"); // alias for YAHOO.foo using Yahoo! User Interface...
3 Apr 29, 2008
9:38 am

santini.alberto
Send Email

I corrected an error in JSLint that created a scope around labeled statements. function a() { foo: for (var i = 0; false;) { } return i; } As a result, it used...
1 Apr 18, 2008
11:14 pm

Douglas Crockford
douglascrock...
Send Email

JSLint now rejects a string that starts with 'javascript:'. It previously rejected a string that contained 'javascript:'. Thanks to Timo....
2 Apr 21, 2008
3:03 pm

Julien R
julien_roy
Send Email

I added arguments to the set of excluded members. The set now contains apply arguments call callee caller constructor eval prototype unwatch valueOf watch...
1 Apr 15, 2008
4:26 pm

Douglas Crockford
douglascrock...
Send Email

Hi, I have created an MSBuild task that can be used to automate the process of running the JSLint tool on Javascript files. You can read about it on my blog at...
1 Apr 15, 2008
5:30 am

hass0002
Send Email

Hello, I got this error from jslint: Unsafe character. fn("FAILED—" + message); The '—' is char 226 or 0xe2. It is not ascii, but I was wondering why it ...
2 Apr 14, 2008
5:39 pm

Douglas Crockford
douglascrock...
Send Email

I relaxed ADsafe to allow limited access to the standard globals....
3 Apr 10, 2008
3:28 am

Douglas Crockford
douglascrock...
Send Email

I added a warning to the web page edition at http://www.JSLint.com/: WARNING: JSLint will hurt your feelings. I relaxed the ADsafe restriction on the [ ]...
1 Apr 5, 2008
3:04 pm

Douglas Crockford
douglascrock...
Send Email

When confronted with a number literal like .0725 JSLint no longer reports Don't use extra leading zeros '0725'. but it does report A leading decimal point can...
1 Apr 2, 2008
9:20 pm

Douglas Crockford
douglascrock...
Send Email

Howdy, When "Assume a Browser" is checked, why does the following code cause a problem? var o = new Option(); Is there some browser that does not support the...
2 Mar 31, 2008
9:45 pm

Douglas Crockford
douglascrock...
Send Email

JSLint now recognizes Konfabulator&#39;s FormFiled constructor....
1 Mar 31, 2008
4:06 pm

Douglas Crockford
douglascrock...
Send Email

In the world of Perl, we have this great book called Perl Best Practices, and there Conway argues that "else" should be written like this: if (ping == pong) { ...
3 Mar 20, 2008
5:22 pm

Jacob Davenport
jpdavenportjr
Send Email

I have been convinced that . in Regular Expression literals is dangerous because it usually does not precisely match what was intended. That can lead to...
2 Mar 15, 2008
5:34 pm

Donavon West
donavon.west
Send Email

JSLint now allows the letters in the tag, g i m, to appear in any order. I had been expecting they would always be in alphabetical order....
1 Mar 13, 2008
12:35 pm

Douglas Crockford
douglascrock...
Send Email

An option has been added to support Windows Sidebar. It is the same as the browser option, except that it also predefines System....
1 Mar 12, 2008
6:56 pm

Douglas Crockford
douglascrock...
Send Email

Here at the US Courts we use YUI for our electronic case management system, and recently use JLint to clean up our JavaScript code. Although I personally...
2 Mar 12, 2008
6:55 pm

Douglas Crockford
douglascrock...
Send Email

Added a more descriptive error message for if, do, for, and while statements....
1 Mar 11, 2008
4:35 pm

Douglas Crockford
douglascrock...
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