]
Gorkem Ercan updated ERT-15:
----------------------------
Story Points: 15 (was: 50)
[ES6] Support for ECMAScript 6 validation [EBZ#477031]
------------------------------------------------------
Key: ERT-15
URL:
https://issues.jboss.org/browse/ERT-15
Project: Eclipse Release Train
Issue Type: Task
Components: JSDT
Reporter: Max Rydahl Andersen
Labels: 3.8_M6, General, bzira
Fix For: Neon (4.6) M6
JSDT Validator doesn't support ES6 syntax and display a lot of error with ES6
syntax.
To fix this problem, there are 2 solutions :
* improve the JSDT Validator to support ES6 syntax (I think it's a lot of work).
* gives the capability to disable the JSDT Validator (with extension point and with
preferences). With those solution, we could delegate the validator to another component
like Tern JSHint (
https://github.com/angelozerr/tern.java/wiki/Tern-Linter-JSHint) where
JSHint is able to validate ES6 syntax.