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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

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

The Assume a browser option now includes 'window. Most uses of window are in support of bad practices, but some uses of it are now required by ES5/strict. For...
9 Mar 31, 2011
3:49 pm

AJ ONeal
coolaj86
Send Email

Classification: UNCLASSIFIED ... var o = { // global object first: function (xyz) { return xyz; }, second: function (abc) { return abc; } }; o.first(); // this...
1 Mar 30, 2011
2:35 pm

Cheney, Edward A SSG ...
sandyhead25
Send Email

/*jslint browser: true*/ window.onload = function () { document.getElementById("hello").appendChild(document.createTextNode("world";)); }; gives me: *Error:* ...
4 Mar 28, 2011
7:02 pm

Douglas Crockford
douglascrock...
Send Email

Hello. I started using express, a framework for node.js. The following line app.use(express.static(__dirname + '/live&#39;)); gets Expected an identifier and...
2 Mar 24, 2011
4:16 pm

IceBox
santini.alberto
Send Email

Because I'm using my own function for the if statement, this doesn't work: example: var isOwnProperty, object, i; isOwnProperty = function(object, key) {....};...
6 Mar 20, 2011
5:23 pm

Ezequiel
thehungerforce
Send Email

Given the following code: /*jslint browser: true */ var isReady = (function () { ````var poll = setInterval(function () { ````````if...
24 Mar 10, 2011
11:06 pm

Lindsay John Lawrence
thinknlive
Send Email

Hello, I'm new to JSLint, and did not have the time to examine the sources and group messages to a maximum extent; however, I have a question about warnings...
3 Mar 10, 2011
1:27 pm

sharkfx2002
Send Email

Hello, On the following code: function One(a, b, c) { ````this.value = a + b + c; } function Two(a, b, c) { ````this.value = c + b + a; } var which =...
6 Mar 9, 2011
5:22 pm

Rob Richardson
erobrich@...
Send Email

The /*properties*/ (formerly known as /*members*/) and the /*global*/ directives, when placed in a function, do not influence the environment outside of the...
4 Mar 7, 2011
3:52 pm

jeddahbill
Send Email

The /*jslint */ directive now respects function scope. That means that if you change an option setting inside of a function body, it will revert on leaving the...
2 Mar 7, 2011
9:11 am

Woomla
woomla...
Send Email

I'm not sure if HaXe is a dirty word around here, but I've been playing with it recently and found it a reasonable progression from Javascript when I was...
1 Mar 6, 2011
1:50 pm

Marc Draco
smidoid
Send Email

Hi, This code gives a message: Problem at line 5 character 9: Expected an identifier and instead saw '/*jslint&#39; (a reserved word). That's correct and it's my...
8 Mar 5, 2011
12:29 pm

Zhami
ossayu
Send Email

The place to express yourself in programming is in the quality of your ideas, and the efficiency of execution. The role of style is the same as in literature....
5 Feb 28, 2011
10:43 pm

Douglas Crockford
douglascrock...
Send Email

Hi, I'm scanning the jslint tree after processing to detect todo comments and warn about them. I also have a plan to validate vsdoc/jsdoc as well. Do you have...
3 Feb 28, 2011
9:26 pm

Luke Page
page.luke...
Send Email

Hi Guys, I've updated the JsLint engine to the 2011-02-24 version in dwlint. I also re-arranged the checkboxes in the config section. Hope it helps you ...
2 Feb 28, 2011
4:19 pm

martijnbeulens
Send Email

Hi there, I'm trying to build a tool that detects javascript code in any kind of language or file format, for example PHP, ASP.NET, etc. . Not just HTML. Since...
3 Feb 28, 2011
10:45 am

zbordie_flickr
Send Email

Classification: UNCLASSIFIED ... This is the logic I use for Pretty Diff: if (apilang === "auto") { autotest = true; if (new RegExp(/^(&#92;s*<)/).test(apisource)...
1 Feb 27, 2011
1:18 pm

Cheney, Edward A SSG ...
sandyhead25
Send Email

Working with Node.js (and probably other SSJS solutions), it's pretty common to find yourself working with the file system and using file permissions the...
2 Feb 27, 2011
12:46 am

Douglas Crockford
douglascrock...
Send Email

This is a little O/T, sorry for that in advance. I agree with Douglas on pretty much everything (he's even helped to get me physically fitter!) with one...
1 Feb 26, 2011
10:18 pm

Marc Draco
smidoid
Send Email

Install New Software to http://svn.codespot.com/a/eclipselabs.org/mobile-web-development-with-phonegap/tags/r1.2/download Choose jslint4java and, if needed,...
1 Feb 26, 2011
7:15 pm

paulb777
Send Email

Assignment expressions are fairly rightly considered a Bad Thing by JSLint and most of the sane world, since they are usually bugs not intentional code, e.g.: ...
2 Feb 25, 2011
9:09 pm

Cheney, Edward A SSG ...
sandyhead25
Send Email

The documentation states, If you really intend an assignment, wrap it in another set of parens: if ((a = b)) { ... } This used to work until recently, but now...
6 Feb 25, 2011
5:15 pm

Chris
altearius
Send Email

JSLint now produces better error messages for missing ; and ,....
2 Feb 24, 2011
6:30 pm

Rob Richardson
erobrich@...
Send Email

The error message for a missing semicolon seems confusing to the novice as it highlights the beginning of the subsequent line rather than the end of the...
1 Feb 24, 2011
5:59 pm

Rob Richardson
erobrich@...
Send Email

JSLint now gives a warning on the -in- prefix operator. It is recommended that name in object be written as object[name] !== undefined or as ...
1 Feb 24, 2011
5:32 pm

Douglas Crockford
douglascrock...
Send Email

JSLint is much more rigorous now in looking at the filtering of for..in loops. It now expects to see one of these forms: for (name in object) { if...
8 Feb 24, 2011
1:41 pm

Douglas Crockford
douglascrock...
Send Email

Perfect, exactly what I have been waiting for in this, your most recent rash of "softening the blow" changes. :) Thank you for all of your efforts, Douglas. ...
1 Feb 23, 2011
11:06 pm

dev@...
dwmcneil...
Send Email

I just watched JSLint (Edition 2011-02-20) fail to catch an example of an unfiltered for statement in my code, and broke it down to this test case: function...
2 Feb 22, 2011
7:44 pm

Marcel Duran
marcelduran
Send Email

”JavaScript: The Good Parts” is a recommended read which explains most of these issues. If that doesn’t do it for you, you could consider just accepting...
5 Feb 22, 2011
8:36 am

Luke Page
page.luke...
Send Email

Classification: UNCLASSIFIED ... This is purely a cosmetic treatment void of functional benefit. Why would anybody risk breaking their code for this? The only...
5 Feb 21, 2011
4:43 pm

mathew
metavariable
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