Re: Rev32 ES6 draft now available

2015-02-02 Thread Brendan Eich
Allen Wirfs-Brock wrote: Changes include: * Removed ‘new super()’ syntax * new.target meta-property no longer highlighted as tentative. * Methods defined within class definitions are now non-enumerable * Classes defined as class extends null {...} are now consider to be

Re: Rev32 ES6 draft now available

2015-02-02 Thread Fabrício Matté
So much awesomeness in this revision, congratz TC39! /fm ___ es-discuss mailing list es-discuss@mozilla.org https://mail.mozilla.org/listinfo/es-discuss

Rev32 ES6 draft now available

2015-02-02 Thread Allen Wirfs-Brock
The Rev 32, Feb. 2, 2015 ES 6 draft is now available at http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts#february_2_2015_draft_rev_32 This draft contains the last of the planned design changes for ES6. From this point forward all changes should be bug fixes. There are some k