Turn async functions into ES2015 generators
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 ES2015 arrow functions to ES5
Allow parsing of the module assertion attributes in the import statement
Compile objects with duplicate keys to valid strict ES5
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Remove unnecessary React propTypes from the production build
Allow parsing of BigInt literals
Compile ES2015 object super to ES5
Allow parsing of the nullish-coalescing operator
Remove nullish coalescing operator
Ensure that reserved words are quoted in object property keys
Ensure that no reserved words are used.
This plugin transforms checks for a private property in an object
Ensure that reserved words are quoted in property accesses
Compile object rest and spread to ES5
Allow parsing of class static blocks
Transform import() expressions
Allow parsing of '#foo in obj' brand checks
Transforms new.target meta property
Compile ES2015 Unicode escapes to ES5
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Remove numeric separators from Decimal, Binary, Hex and Octal literals