Add a __self prop to all JSX Elements
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Compile ES2015 shorthand properties to ES5
Allow parsing of class properties
Compile ES2015 destructuring to ES5
Compile ES2015 sticky regex to an ES5 RegExp constructor
Explode async and generator functions into a state machine.
Compile export namespace to ES2015
This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Allow parsing of the module assertion attributes in the import statement
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Transform optional chaining operators into a series of nil checks
Import with sanity.
Allow parsing of optional properties
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Compile ES2015 Unicode regex to ES5
Allow parsing of optional catch bindings
Allow parsing of top-level await in modules
Transform class static blocks
A Babel plugin to inject imports to core-js@2 polyfills
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Compile regular expressions using the `s` (`dotAll`) flag to ES5.