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: 586
  • Category: JavaScript
  • Founded: Mar 7, 2008
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

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

Currently there's no way to switch off function_strict warning. This is not great as in some environments (like node.js) javascript file is really a module and...
9 Jun 4, 2011
12:08 pm

Zhami
ossayu
Send Email

Howdy all, Yesterday www.jslint.com processed my .js program and gave no errors. Today, on the same .js program, it seems to be giving an error at the end of...
5 Jun 3, 2011
10:17 pm

Rob
honky1998
Send Email

When entering the following code: /*global DOES_NOT_EXIST:true*/ Jslint gives the following error report: Error: Problem at line 1 character 24: Expected '*/'...
2 Jun 3, 2011
6:22 am

Douglas Crockford
douglascrock...
Send Email

Hi- I'm trying to find a good tool for evaluating the following types of equations: (1) All variables names externally pre-defined (2) All allowable function...
2 Jun 3, 2011
1:39 am

Douglas Crockford
douglascrock...
Send Email

I understand eval is evil, but unfortunately have to use it. Given that ... I'd like to be error free by acknowledging this was reviewed and accepted. I have a...
3 May 23, 2011
8:02 pm

jamrsim@...
jamrsim
Send Email

I'm currently refactoring a massive legacy site with several hundred thousand lines of js code, spread thru 100s of js files as well as inlined in jsp files. ...
2 May 23, 2011
7:51 pm

Michael Mikowski
z_mikowski
Send Email

Hi, It seems that this String literal a valid JavaScript code: var s = '\>'; But JSLint reports: Problem at line 1 character 11: Unexpected '\&#39;. In tested...
8 May 20, 2011
8:47 pm

Erik Eckhardt
vorpalmage
Send Email

JSLint now has an Assume Node.js option that predefines global variables for Node.js. http://nodejs.org/...
7 May 20, 2011
9:11 am

Douglas Crockford
douglascrock...
Send Email

Hello, in the "Good parts" and the latest talk on etsy if find as an example: var memoizer = function (memo, formula) { var recur = function (n) { var result =...
3 May 19, 2011
6:33 am

Robert Sauer-Ernst
frankxberlin
Send Email

I have a code sample that demonstrates my issue, I'm going for 100% error free jslint coverage. The code functions fine. I believe this to be the way in...
4 May 18, 2011
7:36 pm

jamrsim@...
jamrsim
Send Email

Hi all, I have a piece of code that is not JSLint complaint: // This is a simplified version of the original code just for test-case function f(p) { var i = (0...
2 May 17, 2011
6:59 am

Jordan
ljharb
Send Email

For example, someone could innocently do: (function () { var String = 'cool story, bro'; // Later in our program... if (!String.prototype.trim) { // ... } ...
9 May 13, 2011
8:48 pm

Chris
altearius
Send Email

I am receiving a warning about mis-positioning of text. My practice is to declare my vars on multiple lines, where I distinguish vars that hold variables from...
7 May 13, 2011
3:48 pm

Zhami
ossayu
Send Email

JSLint will now report unused parameters. If you want to suppress that report, set option.unparam to true....
9 May 7, 2011
3:32 pm

Rob Richardson
erobrich@...
Send Email

Hi All, I have started getting jslint errors for the following: var stuff = 123; var stuffStr = 123 + ""; I get : Error: Problem at line 2 character 22:...
4 May 3, 2011
5:11 pm

Merlin
harry152566
Send Email

Hi, after hours of figuring out why my code fails JSLINT's validation (edition 2010-12-23), I decided to post here. The original code uses some jQuery chains,...
6 Apr 28, 2011
9:24 pm

Douglas Crockford
douglascrock...
Send Email

JSLint rejects (n % 1) or (n % 1.0), which obtains the fractional part of a nonnegative number n. ("Unexpected '1'") Anybody know why?...
9 Apr 28, 2011
2:12 pm

mathew
metavariable
Send Email

In many C-like languages, !! (two applications of the unary negation operator) is used by developers as a "to boolean" pseudo-operator. This construct is...
6 Apr 25, 2011
11:05 pm

Joshua Bell
inexorabletash
Send Email

I was recently cleaning up some legacy code, looking for an intermittent bug and I encountered the following code: var data = "someData";; if...
7 Apr 25, 2011
1:02 am

Douglas Crockford
douglascrock...
Send Email

http://crockford.com/javascript/performance.html...
18 Apr 22, 2011
12:30 am

Douglas Crockford
douglascrock...
Send Email

If I put this bit of working javascript into the current version of JSLint (Edition 2011-04-19): var s = 'foo\ bar'; ...it says: Error: Problem at line 1...
2 Apr 22, 2011
12:18 am

Douglas Crockford
douglascrock...
Send Email

ADsafe took a big usability hit when the Firefox[-6] bug was discovered. ADsafe took the necessary but highly undesirable step of outlawing the use of the []...
2 Apr 19, 2011
8:04 pm

Kent Davidson
kentdavidson
Send Email

The JSLint.com/index.html page now has tri-state buttons for setting options. The states are black [true] white [false] gray [undefined] The difference...
2 Apr 18, 2011
1:43 am

John Hawkinson
john.hawkinson
Send Email

JSLint now reports the amount of time it took to run. These are the results that I see on jslint.js with the Good Parts option on my laptop: Chrome...
1 Apr 17, 2011
3:56 pm

Douglas Crockford
douglascrock...
Send Email

At the end, where jslint displays all the used properties of objects that it's noticed, the display is showing less-than characters encoded in javascript...
3 Apr 13, 2011
4:55 pm

Erik Eckhardt
vorpalmage
Send Email

Classification: UNCLASSIFIED ... What kind of problems are you encountering? I thought I had written a perfectly stable solution for the text output of diffs...
1 Apr 13, 2011
4:17 pm

Cheney, Edward A SSG ...
sandyhead25
Send Email

Apologies if I missed an announcement, but does JSLint no longer warn about having a line break before the operator e.g. function g() { var a = 4 + 5; } ...
1 Apr 12, 2011
1:59 pm

Luke Page
page.luke...
Send Email

Is anyone using the Assume a Yahoo Widget option?...
2 Apr 12, 2011
1:52 pm

Merlin
harry152566
Send Email

Just ran into this. The scenario, now using a small sample: Copy&paste this code into the edit area at jslint.com: - - - - - - - // TAB is ` var dummy_sample =...
3 Apr 9, 2011
2:29 pm

Ger Hobbelt
i_a42
Send Email

Hello, I am puzzled by some indentation expectations that I am getting from JSLint. I was wondering if somebody might clarify this? Please consider this...
2 Apr 8, 2011
8:55 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