Compile ES2015 default and rest parameters to ES5
Allow parsing of BigInt literals
Compile ES2015 sticky regex to an ES5 RegExp constructor
Compile ES2015 object super to ES5
Allow parsing of async generator functions
Allow parsing of the nullish-coalescing operator
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Babel plugin to extract translatable messages from source code into Lingui catalogs
This plugin transforms checks for a private property in an object
Allow parsing of optional catch bindings
Allow parsing of the module assertion attributes in the import statement
Allow parsing of top-level await in modules
Transform import() expressions
Transform TypeScript into ES.next
Allow parsing of class static blocks
Transforms new.target meta property
Compile ES2015 Unicode escapes to ES5
Ensure that no reserved words are used.
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile exponentiation operator to ES5
Compile object rest and spread to ES5
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Turn JSX into React function calls