Babel is a generic multi-purpose compiler for JavaScript. Using Babel you can use (and create) the next generation of JavaScript, as well as the next generation of...
babel is a generic multipurpose compiler for javascript. using babel you can use (and create) the next generation of javascript, as well as the next generation of javascript tooling.
javascript as a language is constantly evolving, with new specs and proposals coming out with new features all the time. using babel will allow you to use many of these features years before they are available everywhere.
babel does this by compiling down javascript code written with the latest standards into a version that will work everywhere today. this process is known as sourcetosource compiling, also known as transpiling.
javascript development javascript-development javascript-preprocessor