Babel is a [[JavaScript]]-to-JavaScript transpiler. Among other things it is usually used to convert newer versions of JavaScript to older versions.
One such example would be to convert the async keyword into generators.
async