Notice: The Monaca & Onsen UI Community Forum is shutting down.

For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.

Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.

Trying out JavaScript ES6 using Babel


  • Monaca

    Babel

    ECMAScript 2015, commonly referred to as “ES6”, is the current version of the ECMAScript Language Specification standard.
    The support for this new ES6 features is on its way though it will take some time to be fully supported in modern browsers.
    This blog post will introduce how to use Babel, a JavaScript transpiler, for those who want to try out ES6 in advance.

    Click here to see the original article