enyojs / enyo

A JavaScript application framework emphasizing modularity and encapsulation
1.94k stars 281 forks source link

Can we use new ES6 standards #1486

Closed prasad4491 closed 6 years ago

JayCanuck commented 6 years ago

The standards within Enyo and Enyo's copy of UglifyJS are designed for ES5 only. Any ES6 features/APIs would need to be transpiled to ES5 first and polyfilled as necessary. For full ES6 support, we recommend our next-gen EnactJS framework instead.