Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Don't want ECMA Compliance -- just ordinary JavaScript compliance...
Don't want ECMA Compliance -- just ordinary JavaScript compliance... [message #491361] Wed, 14 October 2009 10:33 Go to next message
Eclipse UserFriend
Originally posted by: kwarner000.verizon.net

I have what is supposed to be the JavaScript set of tools

Eclipse Web Tools Platform JavaScript Developer Tool V 1.1.2.v2009

So every JavaScript file that I open that has a for loop that uses let --
for (let i = 0; i < 3; i++)

I get an error that stops compilation.

If I delete let, the script won't run in a browser.

How do I get ordinary non-ECMA compliance for the JavaScript files I'm working with?
Re: Don't want ECMA Compliance -- just ordinary JavaScript compliance... [message #491520 is a reply to message #491361] Wed, 14 October 2009 21:11 Go to previous message
Eclipse UserFriend
Originally posted by: kwarner000.verizon.net

Never mind. I got Aptana. That works great!

Geeze ECMAScript?!?!?! What were you guys thinking???

kwarner wrote:
> I have what is supposed to be the JavaScript set of tools
>
> Eclipse Web Tools Platform JavaScript Developer Tool V 1.1.2.v2009
>
> So every JavaScript file that I open that has a for loop that uses let --
> for (let i = 0; i < 3; i++)
>
> I get an error that stops compilation.
>
> If I delete let, the script won't run in a browser.
>
> How do I get ordinary non-ECMA compliance for the JavaScript files I'm
> working with?
Previous Topic:Re: tomcat server.xml problem
Next Topic:Galileo & Web Project based on Tomcat
Goto Forum:
  


Current Time: Thu Apr 25 10:48:13 GMT 2024

Powered by FUDForum. Page generated in 0.02857 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top