Congratulations, everyone, on this milestone, and thanks for your work. Looking back all the way to ES5, it's striking just how substantial an improvement ES6 is. It'll ultimately affect almost every line of JS code I write.
-j On Thu, Apr 16, 2015 at 6:23 PM, Allen Wirfs-Brock <[email protected]> wrote: > The final ES6 ECMAScript 2014 specification draft has been completed and > submitted to the Ecma GA for their consideration and review prior to their > June vote to approve it as a standard. > > The final draft is available at > http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts#final_draft > > The only significant technical change in this draft is some tweaks to > completion value generation within iteration statements. These tweaks > ensure that unroll a loop does not change the resulting completion values. > > Other changes are minor editorial corrections including a few Ecma styling > conformance issues. > > It will still be possible to make a few very minor editorial corrections > before publishings the standard. So please continue to report any bugs or > typos you find to bugs.ecmascript.org. > > _______________________________________________ > es-discuss mailing list > [email protected] > https://mail.mozilla.org/listinfo/es-discuss > _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

