Compile objects with duplicate keys to valid strict ES5
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Compile exponentiation operator to ES5
Compile object rest and spread to ES5
Transform import() expressions
Compile optional catch bindings
babel require hook
A Babel plugin to inject imports to core-js@2 polyfills
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 class static blocks
Remove nullish coalescing operator
Transforms new.target meta property
Allow parsing of import()
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
A collection of the most useful property decorators.
Turn async generator functions into ES2015 generators
A Babel plugin to inject imports to regenerator-runtime
Transforms logical assignment operators into short-circuited assignments
Allow parsing of class properties