I think no system written in ES6 runs in a current browser. Everybody uses a transpiler to get ES5 code (like babeljs.io, traceur, typescript). So the conclusion is: write ES6 code and deliver (transpiled) ES5 code.
Am Freitag, 24. April 2015 16:58:27 UTC+2 schrieb Gustavo Cruz: > > ES6 will be not available too soon for all browsers. > For internal systems where you can force specific browsers versions it's > ok, but for a crossbrowser app will be a problem. > > See: > http://www.webbrowsercompatibility.com/es6/desktop/ > > On Fri, Apr 24, 2015 at 11:18 AM, Jotsna Dammavalam <[email protected] > <javascript:>> wrote: > >> Got my answer, thanks to one and all who contributed to this questions >> guys. >> >> Regards, >> Jo >> >> -- >> You received this message because you are subscribed to the Google Groups >> "AngularJS" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/angular. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
