Compile ES2015 block scoping (const and let) to ES5
Compile ES2015 template literals to ES5
Compile regular expressions using named groups to ES5.
Transform optional chaining operators into a series of nil checks
Allow parsing of optional catch bindings
Allow parsing of object rest/spread
Allow parsing of top-level await in modules
Transform TypeScript into ES.next
Compile ES2015 sticky regex to an ES5 RegExp constructor
Compile ES2015 Unicode regex to ES5
Compile exponentiation operator to ES5
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
Compile objects with duplicate keys to valid strict ES5
Allow parsing of the module assertion attributes in the import statement
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
Ensure that reserved words are quoted in object property keys
Remove nullish coalescing operator