On 20 November 2012 13:34, Oleg Slobodskoi <[email protected]> wrote: > is there any estimation date for ES6 classes implementation? I am > investigating to start using the new syntax via transcompiler, but if V8 > implements it soon I would wait.
Unfortunately, no. The class design is not completely settled yet and moreover, depends on several other ES6 features we still have to implement (e.g. private names). For the time being, a source-to-source compiler is your best bet. /Andreas -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
