Ensure that reserved words are quoted in object property keys
Allow parsing of class static blocks
Transform import() expressions
Ensure that no reserved words are used.
Remove unnecessary React propTypes from the production build
This plugin transforms checks for a private property in an object
Ensure that reserved words are quoted in property accesses
Remove nullish coalescing operator
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Compile ES2015 Unicode escapes to ES5
Transforms new.target meta property
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Allow parsing of '#foo in obj' brand checks
Compile optional catch bindings
Allow parsing of async generator functions
A Babel plugin to inject imports to core-js@2 polyfills
Turn async generator functions into ES2015 generators
Transforms logical assignment operators into short-circuited assignments
Shortens numeric literals using scientific notation
A Babel plugin to inject imports to regenerator-runtime
Compile export namespace to ES2015
Transform class static blocks
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings