Selectively replace Node-style environment variables with plain strings.
Transform class static blocks
Compile ES2015 shorthand properties to ES5
Compile ES2015 destructuring to ES5
Explode async and generator functions into a state machine.
Compile objects with duplicate keys to valid strict ES5
Turn JSX into React function calls
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Compile exponentiation operator to ES5
Transform TypeScript into ES.next
Compile ES2015 Unicode escapes to ES5
Inline environment variables.
Babel plugin to ensure function declarations at the block level are block scoped
Compile ES2015 Unicode regex to ES5
Compile ES2015 object super to ES5
Ensure that no reserved words are used.
Remove nullish coalescing operator
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Turn async generator functions into ES2015 generators
Transforms new.target meta property
Ensure that reserved words are quoted in property accesses
Compile ES2015 computed properties to ES5
Compile ES2015 default and rest parameters to ES5
This plugin transforms checks for a private property in an object