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
Messages 2217 - 2246 of 3202   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
2246 Douglas Crockford
douglascrock... Send Email
Jun 3, 2011
2:24 pm
... I don't understand what you are asking for....
2245 mariuszn3 Send Email Jun 3, 2011
9:15 am
... I'm not turning on option.strict option. JSLint by itself recognizes strict mode....
2244 Douglas Crockford
douglascrock... Send Email
Jun 3, 2011
6:22 am
... Thanks. Please try it now....
2243 spence.randall@...
spence.randa... Send Email
Jun 3, 2011
2:44 am
When entering the following code: /*global DOES_NOT_EXIST:true*/ Jslint gives the following error report: Error: Problem at line 1 character 24: Expected '*/'...
2242 Douglas Crockford
douglascrock... Send Email
Jun 3, 2011
1:39 am
... JSLint does what it does. If you want it to do something else, you will need to modify it. It is written completely in JavaScript with no dependence on...
2241 Douglas Crockford
douglascrock... Send Email
Jun 2, 2011
8:54 pm
JSLint is now starting to do type inference. It reports cases were variables are used to house multiple types. This is still very early, so there are many...
2240 Douglas Crockford
douglascrock... Send Email
Jun 2, 2011
8:43 pm
... Stop turning on the option.strict option....
2239 tmswhite2011 Send Email May 28, 2011
8:39 pm
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...
2238 mariuszn3 Send Email May 28, 2011
6:42 pm
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...
2237 jamrsim@...
jamrsim Send Email
May 23, 2011
8:02 pm
... Thanks for the reply. I will presume you are correct and I need to figure out a way around my eval. However, in a similar vein, what is the best practice...
2236 Michael Mikowski
z_mikowski Send Email
May 23, 2011
7:51 pm
Hi Tim: You should be able to set the eqeqeq flag to false, and this should take care of most warnings. /*jslint eqeqeq: false, ... */ When you have time, you...
2235 timryandls Send Email May 23, 2011
4:06 pm
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. ...
2234 Douglas Crockford
douglascrock... Send Email
May 21, 2011
9:05 am
... That seems unlikely....
2233 Erik Eckhardt
vorpalmage Send Email
May 20, 2011
8:47 pm
Blacklisting and escaping are tricky propositions when it comes to trying to avoid XSS. See http://ha.ckers.org/xss.html for an amazing treasure trove of ...
2232 Rob Richardson
erobrich@... Send Email
May 20, 2011
8:15 pm
An escaped > is an ampersand then 'gt' then a semicolon. \> will do nothing to protect you from XSS. Rob ... From: jslint_com@yahoogroups.com...
2231 ia_perdomo Send Email May 20, 2011
7:56 pm
... I guess that you meant unnecessary :)...
2230 ia_perdomo Send Email May 20, 2011
7:55 pm
... I'm generating JavaScript code with a template engine [1] and checking the resulting JS code with JSLint. It escapes the '>' character to avoid a...
2229 Erik Eckhardt
vorpalmage Send Email
May 20, 2011
7:12 pm
If you truly need the backslash, doesn't this work? var s = '\&#92;>&#39;; ... [Non-text portions of this message have been removed]...
2228 Douglas Crockford
douglascrock... Send Email
May 20, 2011
6:17 pm
... Yes. The \ in that position is necessary....
2227 John Hawkinson
john.hawkinson Send Email
May 20, 2011
6:17 pm
ia_perdomo <ivan.perdomo.hn@...> wrote on Fri, 20 May 2011 ... JSLint realizes that if you put a backslash before a character that does not require it,...
2226 ia_perdomo Send Email May 20, 2011
6:12 pm
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...
2225 jamrsim@...
jamrsim Send Email
May 20, 2011
5:51 pm
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...
2224 Douglas Crockford
douglascrock... Send Email
May 20, 2011
9:11 am
... Thanks. Please try it now....
2223 AJ ONeal
coolaj86 Send Email
May 19, 2011
8:58 pm
The `node` option should also list `exports` as a global. I just sent a pull request to node on the documentation. AJ ONeal [Non-text portions of this message...
2222 Robert Sauer-Ernst
frankxberlin Send Email
May 19, 2011
6:33 am
Hi Josh, thanks. Now the difference between "named function expression" and "function declaration" seems clear (s. also http://kangax.github.com/nfe/ or ...
2221 jamrsim@...
jamrsim Send Email
May 18, 2011
7:36 pm
Thanks Douglas and Frederik. Combine the two responses and I have my answer. Thanks, worked like a charm. Appreciate the help!...
2220 Frederik Dohr
ace_noone Send Email
May 18, 2011
7:23 pm
... I'm barely familiar with ActiveX, but perhaps something like this: var cell = xlSheet.Cells(1, 1); cell.value = 'Test'; -- F....
2219 Douglas Crockford
douglascrock... Send Email
May 18, 2011
6:51 pm
... That line is not valid JavaScript. It is some weird Microsoft thing. Isn't there a way to set your cell using the language correctly?...
2218 Joshua Bell
inexorabletash Send Email
May 18, 2011
6:36 pm
... (snip) ... That would be using the language as designed: ECMA-262 [3rd and 5th editions]: The *Identifier *in a *FunctionExpression *can be referenced from...
2217 jamrsim@...
jamrsim Send Email
May 18, 2011
6:25 pm
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...
Messages 2217 - 2246 of 3202   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