Compile export namespace to ES2015
Compile `using` and `await using` declarations to ES2015
Compile objects with duplicate keys to valid strict ES5
Compile ES2015 classes to ES5
Compile ES2015 computed properties to ES5
Compile ES2015 default and rest parameters to ES5
Transform TypeScript into ES.next
Add a __source prop to all JSX Elements
Add a __self prop to all JSX Elements
Compile regular expressions using named groups to ES5.
Explode async and generator functions into a state machine.
Babel plugin to ensure function declarations at the block level are block scoped
Transform optional chaining operators into a series of nil checks
Compile objects with duplicate keys to valid strict ES5
Compile exponentiation operator to ES5
This plugin transforms private class methods
Transform import() expressions
Remove nullish coalescing operator
Ensure that reserved words are quoted in object property keys
Compile object rest and spread to ES5
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Ensure that reserved words are quoted in property accesses
Ensure that no reserved words are used.
Transform class static blocks