Ensure that reserved words are quoted in object property keys
Compile ES2015 Unicode regex to ES5
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Compile objects with duplicate keys to valid strict ES5
Compile ES2015 Unicode escapes to ES5
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Allow parsing of '#foo in obj' brand checks
Allow parsing of BigInt literals
Remove nullish coalescing operator
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Compile object rest and spread to ES5
Compile ES2015 object super to ES5
Ensure that no reserved words are used.
This plugin transforms checks for a private property in an object
Transform import() expressions
Ensure that reserved words are quoted in property accesses
Allow parsing of class static blocks
Allow parsing of async generator functions
Transforms new.target meta property
A Babel plugin to inject imports to core-js@2 polyfills
Transform class static blocks
Compile optional catch bindings
Turn async generator functions into ES2015 generators
A Babel plugin to inject imports to regenerator-runtime