Allow parsing of the nullish-coalescing operator
Ensure that reserved words are quoted in object property keys
Turn async functions into ES2015 generators
Transforms new.target meta property
Remove nullish coalescing operator
Ensure that no reserved words are used.
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Ensure that reserved words are quoted in property accesses
Turn JSX into React function calls
Compile optional catch bindings
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Allow parsing of class static blocks
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Allow parsing of '#foo in obj' brand checks
Turn async generator functions into ES2015 generators
Allow parsing of async generator functions
A Babel plugin to inject imports to regenerator-runtime
A Babel plugin to inject imports to core-js@2 polyfills
Babel plugin to extract translatable messages from source code into Lingui catalogs
Compile ES2015 Unicode escapes to ES5
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Transforms logical assignment operators into short-circuited assignments
Compile export namespace to ES2015
Transform class static blocks