Ensure that reserved words are quoted in object property keys
Compile ES2015 classes to ES5
Compile ES2015 destructuring to ES5
Transform TypeScript into ES.next
Turn JSX into React function calls
Compile exponentiation operator to ES5
Transform class static blocks
Compile ES2015 shorthand properties to ES5
Transforms logical assignment operators into short-circuited assignments
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Babel plugin to ensure function declarations at the block level are block scoped
Explode async and generator functions into a state machine.
Compile ES2015 object super to ES5
Compile ES2015 Unicode regex to ES5
Remove nullish coalescing operator
Compile ES2015 Unicode escapes to ES5
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Transforms new.target meta property
Ensure that no reserved words are used.
Compile Unicode property escapes in Unicode regular expressions to ES5.
Turn async generator functions into ES2015 generators
This plugin transforms checks for a private property in an object
This plugin transforms ES2015 modules to AMD
Compile ES2015 computed properties to ES5