v7 icon indicating copy to clipboard operation
v7 copied to clipboard

ECMAScript 2015 support

Open chicoxyzzy opened this issue 10 years ago • 1 comments

Any plans on support current version of ECMAScript specification?

chicoxyzzy avatar Nov 12 '15 22:11 chicoxyzzy

Yeah, for now we'd like to focus on completing ECMA5 compliance.

We already started implementing one ES6 syntactical feature:

{
 foo () {
   // ...
 }
}

We'll likely add more and make them available through a build time flag. We don't want to confuse users with partial support. (The ES6 feature highlighted above is currently not conditionally compiled, but IMHO we should)

mkmik avatar Nov 13 '15 13:11 mkmik