Babel

Babel

Babel is the next generation free and open-source JavaScript compiler and toolchain. The Babel toolchain is mainly used to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript to be compatible with older browser versions. Babel can transform syntax, polyfill features that are missing for your targeted environments, perform source code transformations and more.

Babel Information