[v8-users] Re: [blink-dev] Intent to ship: ES6 classes.

2014-12-15 Thread Dmitry Lomov
On Mon, Dec 15, 2014 at 7:35 PM, Elliott Sprehn wrote: > > > > On Mon, Dec 15, 2014 at 6:15 AM, Dmitry Lomov > wrote: >> >> [blink-dev: FYI] >> Classes syntax are part of ES6. The spec in Editor's draft is stable. >> >> IE has classes in preview release [1]. No other browser currently ships >> cl

[v8-users] Intent to ship: ES6 classes.

2014-12-15 Thread Dmitry Lomov
[blink-dev: FYI] Classes syntax are part of ES6. The spec in Editor's draft is stable. IE has classes in preview release [1]. No other browser currently ships classes (Mozilla bug [2]). V8 implementation of classes is up-to-date with the latest ES6 spec modulo the limitations noted below. Limit