Babel plugin that allows you to extract an object/array from a destructuring expression
Compile ES2015 destructuring to ES5
Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517
Compile ES2015 object super to ES5
Compile object rest and spread to ES5
This plugin transforms checks for a private property in an object
Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results
Ensure that reserved words are quoted in object property keys
Compile export namespace to ES2015
Compile ES2015 destructuring to ES5
Remove numeric separators from Decimal, Binary, Hex and Octal literals
This plugin transforms ES2015 modules to CommonJS
Strip flow type annotations from your output code.
Compile ES2015 for...of to ES5
Add a __source prop to all JSX Elements
Compile ES2015 classes to ES5
Compile ES2015 block scoping (const and let) to ES5
Add a __self prop to all JSX Elements
Compile ES2015 spread to ES5
This plugin transforms ES2015 modules to UMD
Transform optional chaining operators into a series of nil checks
Compile ES2015 unicode string and number literals to ES5
Compile ES2015 shorthand properties to ES5
Apply ES2015 function.name semantics to all functions