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

In JavaScript: A Survey of the Language, you wrote: !! can be used as a prefix operator, converting its operand to a boolean. but JSLint says: Confusing use of...
6 Feb 2, 2010
10:06 am

Jordan
ljharb
Send Email

Using JSLint with emacs and flymake-mode to provide near-live code annotation with lint results has been well documented for a while over on EmacsWiki. It's...
1 Jan 29, 2010
11:01 pm

Kevin
kevint241
Send Email

I noticed that JSLint does not detect a problem with HTML ID attributes that begin with a numeral. I ran into a problem the other day where YUI3 was doing...
3 Jan 29, 2010
9:44 am

Morgaut Alexandre Lou...
morgaut_a
Send Email

Hi, A developer in my team is using the CSS code: z-index:+1; to increment the z-index of an element by one. This fails the JSLint validator, I cannot seem to...
8 Jan 29, 2010
9:31 am

Dominic Mitchell
happygiraffe...
Send Email

I put together a Ruby gem driver for JSLint called jslintrb. It's a small shim around the Ruby Johnson gem, which is a bridge between Ruby and SpiderMonkey,...
3 Jan 25, 2010
4:13 pm

smparkes@...
smparkes...
Send Email

Methinks the time spent on the ASCII calligraphic title alone should be worth something... Fine work on the rest as well :) Peace, Dan [Non-text portions of...
3 Jan 23, 2010
10:56 pm

Dan McNeil
dwmcneil...
Send Email

I normally don't use with: never in production code. The one case I do like it is in test drivers. I have a test object which has a lot of methods (BDD:...
6 Jan 23, 2010
8:40 pm

Dan McNeil
dwmcneil...
Send Email

JSLint doesn't appear to recognize the (relatively new) `rgba` syntax for defining colors with alpha channels. Specifically: @charset "UTF-8"; div { ...
3 Jan 19, 2010
8:30 pm

Mike West
mikewest_y
Send Email

Hi, I have a queer error message in my code. //My full code: "use strict"; var foo = true; //The error message: Error: Problem at line 2 character 9: It is not...
3 Jan 13, 2010
1:15 pm

Douglas Crockford
douglascrock...
Send Email

Hi. In production mode I concatenate my files. What if one of them is not in strict mode? So the result is: //none-strict-mode-ecmascript "use strict"; ...
5 Jan 11, 2010
10:52 am

walfisch_in_the_sea
walfisch_in_...
Send Email

Hi List, Can somebody tell me why JSLint give me these errors? I think let, const are JavaScript language feature. Lint at line 38 character 1: Expected an...
16 Jan 8, 2010
2:46 pm

Noah Sussman
thefangmonster
Send Email

Hi jslint.com mailing list, As a programmer of server side JavaScript software I would be very convenient if jslint also supported other APIs other than the...
2 Jan 5, 2010
10:43 am

Pelle Wessman
voxpelli
Send Email

Hi, I use the following syntax quite regularly for generating HTML rather than using the +="" or similar techniques. var htmlstring = '\ <h1>Title</h1>&#92; <p>\ ...
4 Dec 23, 2009
5:10 pm

jameswcryer
Send Email

Everyone, Related to the discussion on ’undefined’, ‘private’ is also reported as a reserved word, but ‘final’ is not. The YUI Compressor chokes on...
1 Dec 17, 2009
5:02 pm

Jakob Kruse
thekrucible
Send Email

In JavaScript/ECMAScript, undefined is NOT a reserved word, but I get the error "Expected an identifier and instead saw 'undefined&#39; (a reserved word)" when...
7 Dec 17, 2009
3:01 pm

donavon.west
Send Email

I've noticed that JSlint insists that all the times I put an alert box in that it is listad as an "Implied global". I don't see how that is possible since it...
2 Dec 15, 2009
10:14 am

Dominic Mitchell
happygiraffe...
Send Email

When an array or object contains functions: var aFunct=[]; aFunct[0]=fnMyFunction; What are the pros and cons of invoking the function using either of the...
2 Dec 14, 2009
2:09 pm

Stefan Weiss
weiss@...
Send Email

I am thinking to remove the Disallow undefined variables. I added the option originally to make the transition easier for people with sloppy code. But that was...
9 Dec 5, 2009
4:33 am

Stefan Weiss
weiss@...
Send Email

This extension has so improved my jslint/JavaScript workflow. Some suggestions: 1 - Single key (CTRL-J maybe?) to launch the validator. 2 - Launching the...
6 Dec 4, 2009
8:21 pm

martijnbeulens
Send Email

I've updated my jslint wrapper: - Now supports the "predef" option. - Uses jslint 2009-11-24, which adds the "devel" option. As usual, it's available from...
1 Dec 2, 2009
11:00 pm

Dominic Mitchell
happygiraffe...
Send Email

JSLint warns: unexpected /*member when I add a new function to an object. What is this warning about? Sam...
2 Nov 28, 2009
1:01 pm

Douglas Crockford
douglascrock...
Send Email

I added an Assume console, alert, ... (devel) option. It predefines globals that are useful in browser development that should be avoided in production. It is...
1 Nov 19, 2009
7:17 pm

Douglas Crockford
douglascrock...
Send Email

Hi, apologies if this has already been covered. I was wondering whether there are any plans to bring in the option to be able to flag console.log statements in...
4 Nov 17, 2009
8:23 am

Toby Maxwell-Lyte
toby_maxwell...
Send Email

Hi all! I'd like to let you know that I've released a new version of my jslint wrapper, jslint4java. The new features are: * Upgrade to JSLint 2009-10-04. *...
1 Nov 12, 2009
10:45 pm

Dominic Mitchell
happygiraffe...
Send Email

I'm working on a bookmarklet for ie6 which I hope explains the lack of comments, short variables, and single-lined nature of the function. jslint seems to miss...
3 Nov 12, 2009
3:27 pm

samckayak
Send Email

Given var b = javaApplet.Connect("javascript:OnConnect()"); as the target of investigation, I inevitably see the "Script URL" complaint from JSLint. Since the...
3 Nov 3, 2009
7:28 pm

Brook
mrprogguy
Send Email

What is the intent of flagging a line like gBarGinArr = []; with the error message "Read only?"...
2 Nov 3, 2009
6:59 pm

Douglas Crockford
douglascrock...
Send Email

This code jslint fine, but the second aa function is not accessible. Can't jslint give a warning for this? "use strict"; var NN = ''; function aa(name) { NN =...
2 Nov 2, 2009
12:36 pm

Douglas Crockford
douglascrock...
Send Email

Hi, I use JSLint with Rhino. And as the goodparts sometimes change, I wrote a short rubyscript to update the options-string. Is there another way to get the...
1 Oct 31, 2009
7:56 pm

walfisch_in_the_sea
walfisch_in_...
Send Email

Hello, I am trying to integrate JSLint with our build and hence my preferred choice is Rhino engine for JSLint. However I havn't had much of luck in getting...
1 Oct 30, 2009
4:37 am

Kunal Kumar
kunal_ktr
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