Babel is a compiler and compiles JavaScript (EcmaScript 5) to EcmaScript 6 (AKA ES2015).
Babel makes EcmaScript 6 and its class based approach available in the browser today via use of a Babel script tag.
It is also available in NodeJS, typically using the babel-node command.
Babel 6 is noted for its performance optimizations.