I am learning GameClosure (a HTML5 game engine) and want to develop in JavaScript in Eclipse. I've downloaded WTP 3.4.2 plugin, but Eclipse don't recognize the syntax of import ... as ...
like here:
Is there any way to fix that and have GameClosure support? There is needed a special compiler or something? (GameClosure uses basil)
I also have an warning with no semicolon after last entry in parameter-array:
I assume this semicolon isn't needed, but how can I make this warning go away?