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

Hi, I've just been to the JSLint site again today and noticed a new edition date. I wonder if there are any blog posts, notifications or release notes that...
5 Jun 16, 2010
7:01 pm

Ger Hobbelt
i_a42
Send Email

I tried to use the parse() function of JSLint to parse the following three pieces of JavaScript code: 1. function(b, c){var a = b + c; return a; } 2....
5 Jun 14, 2010
2:43 am

pauanyu
Send Email

Would it be possible to have the Good Parts options automatically checked from entering the page with a URI parameter. Example: http://jslint.com/?goodparts I...
1 Jun 8, 2010
1:30 pm

sandyhead25
Send Email

I pasted the following snippet in jslint.com text area, selected "The Good Parts" options and pressed "JSLint" button:function foo(p1) { var a = p1, b; return...
7 May 30, 2010
6:05 pm

santini.alberto
Send Email

The following generates the error "'e&#39; is already defined.": function f() { try { } catch (e) { } try { } catch (e) { }} The identifier "e" is bound to...
7 May 28, 2010
6:31 pm

Michael Lorton
mlorton
Send Email

Apologies if this has already been covered at an earlier date, I recently came across this as an example of good coding practice: // Don't if...
3 May 27, 2010
4:27 pm

Dan McNeil
dwmcneil...
Send Email

I'm new here (but a old hand with JSLint -which I consider an excellent teaching aid for Javascript; and a must if you want your code to run on Internet...
1 May 21, 2010
11:52 am

Marc Draco
smidoid
Send Email

Thanks to Douglas, et al, for JSLINT. I use it on Windows, with cscript.exe, in two ways: - from the command line and in build scripts (makefiles). - and...
1 May 20, 2010
5:06 pm

cheesox
Send Email

With the following input, /** * A comment *//A redundant comment */ JSLint reports: Problem at line 3 character 4: Unclosed regular expression. I think this is...
2 May 17, 2010
3:33 pm

Arthur Blake
blakesys
Send Email

I just ran the ExtJS javascript library through JSLint again and I am pleasantly surprised by the progress that JSLint has made in the past few months. The...
7 May 12, 2010
4:25 am

Cheney, Edward A SSG ...
sandyhead25
Send Email

Is it possible to manipulate and draw on a <canvas> element from within an ADSAFE widget? I can select the canvas element, and it exists in the protected...
2 May 10, 2010
8:28 pm

Douglas Crockford
douglascrock...
Send Email

As a developer, I use the console.log() function (or ADSAFE.log() internal to an adsafe widget) frequently to debug my code. I've noticed that when there is an...
3 May 10, 2010
6:42 pm

adam.kumpf
Send Email

Since ADSafe widgets are basically sandboxed javascript/dom apps, is there any suggestion on how to nicely shut them down (such as an ADSAFE.stop() function)? ...
2 May 10, 2010
6:17 pm

Douglas Crockford
douglascrock...
Send Email

JSLint doesn't like vendor extensions in pseudo-selectors, even with the `css` options toggled. I'm thinking specifically of `button:-moz-focus-inner`, which...
19 May 10, 2010
3:31 pm

Michael Mikowski
z_mikowski
Send Email

Hi Douglas, I've got an idea here. I don't know if you've already considered it, but you seem to have implemented this idea to some degree with locating...
1 Apr 26, 2010
8:32 pm

aceblchboy
Send Email

Is that possible? IMHO, curly braces all over the place, even where they are not needed, make readability worse. But that's my opinion, and I don't want to ...
2 Apr 25, 2010
9:29 pm

Douglas Crockford
douglascrock...
Send Email

I'm putting together a presentation to highlight the sort of bugs that JSLint can help you avoid, I guess this focuses on obvious bugs in code caused by things...
3 Apr 21, 2010
9:44 pm

g2223060
Send Email

I have some legacy JavaScript that I am trying to clean up, which of course involves heavy linting [;)] The code was all global, of course, which I have...
2 Apr 21, 2010
8:51 pm

Aseem Kishore
aseem.kishor...
Send Email

Hi I'm running a slightly modified jslint over a bunch of our javascript files and have noticed that if our code defines an array such as var a = new...
2 Apr 21, 2010
7:33 pm

Douglas Crockford
douglascrock...
Send Email

Hi Doug, I was curious as to why using "_" in identifiers (e.g. to convey that a function might be private as opposed to be publicly accessible) is considered...
1 Apr 20, 2010
5:09 pm

klaus
klaus_komenda
Send Email

There is a new option, Tolerate ES5 syntax. If you check this option, JSLint will accept the new get/set syntax in object literals. It will require that the...
12 Apr 7, 2010
2:32 pm

Michael Lorton
mlorton
Send Email

Chained functions are quite popular and offer some flexibility, with a sometimes lack of readability. Currently, JSLint will accept this as accurately...
6 Mar 31, 2010
10:49 pm

Michael Lorton
mlorton
Send Email

Hi Team JSLint, I understand the reluctance (or lack of time!) for jslint to officially support javascript getters and setters. And I was a bit too lazy to...
1 Mar 30, 2010
1:55 pm

nickgsuperstar
Send Email

Hi folks, I was wondering - should JSLint tolerate the use of the constructors Error, EvalError... etc. and RegExp when invoked without `new`. new...
1 Mar 29, 2010
7:13 am

Stoyan Stefanov
ssttoobg
Send Email

Why does JSLint complain when a function argument is used as variable in a for in loop? ex: (function () { var foo = function (bar) { var o = {}; for (bar in...
2 Mar 26, 2010
12:49 am

Douglas Crockford
douglascrock...
Send Email

How about a little lighthearted fun at the expense of our favorite guru? http://crockfordfacts.com/ My favorite fact so far: "Douglas Crockford's code works...
1 Mar 24, 2010
1:32 am

Arthur Blake
blakesys
Send Email

JSLint has a new option, Assume Windows. It predefines the following global variables: /*global ActiveXObject: false, CScript: false, Debug: false, Enumerator:...
2 Mar 23, 2010
3:58 pm

Harry Whitfield
harry152566
Send Email

Just came across some code which was overriding some functionality from the jquery datepicker. The code uses this construct: var a = b = c; which happens to...
2 Mar 23, 2010
1:54 pm

Douglas Crockford
douglascrock...
Send Email

I'd just like to report what appears to be a minor typo in the documentation. In http://www.jslint.com/fulljslint.js on line 121 it describes the section on...
1 Mar 23, 2010
1:09 pm

marc_hunter
Send Email

Hi When using the JSLint to check jscripts, why do I get an error messages for known and defined JScripts objects like 'ActiveXObject&#39;, 'Enumerator&#39; and for...
5 Mar 23, 2010
8:06 am

tzvikam@...
btm004
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