A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.
Babel preset including es2015+
This plugin transforms ES2015 modules to CommonJS
This plugin transforms ES2015 modules to CommonJS
Sequential es2015 (es6) promise executor
Convert CommonJS modules to ES2015
Turn async functions into ES2015 generators
ES2015 spec-compliant shim for Reflect.ownKeys
ES2015-compliant shim for Object.is - differentiates between -0 and +0
Compile ES2015 default and rest parameters to ES5
Compile ES2015 arrow functions to ES5
Compile the function.sent meta property to valid ES2015 code
Compile ES2015 block scoping (const and let) to ES5
Array.prototype.findIndex ES2015 polyfill.
Compile ES2015 with buble
This is [babel-preset-es2015](http://babeljs.io/docs/plugins/preset-es2015/), minus [modules-commonjs](http://babeljs.io/docs/plugins/transform-es2015-modules-commonjs/), plus [external-helpers](http://babeljs.io/docs/plugins/external-helpers/). Use it wi
Compile ES2015 block scoping (const and let) to ES5
Convert CommonJS modules to ES2015
The blazing fast, batteries-included ES2015 compiler
Turn async generator functions into ES2015 generators