Allow parsing of the nullish-coalescing operator
Ensure that reserved words are quoted in object property keys
Compile ES2015 object super to ES5
Ensure that no reserved words are used.
This plugin transforms checks for a private property in an object
Allow parsing of '#foo in obj' brand checks
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)
Helper function to explode an assignable expression
Compile optional catch bindings
Compile ES2015 Unicode escapes to ES5
Transforms new.target meta property
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Allow parsing of async generator functions
A Babel plugin to inject imports to core-js@2 polyfills
Transforms logical assignment operators into short-circuited assignments
Turn async generator functions into ES2015 generators
A Babel plugin to inject imports to regenerator-runtime
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Compile export namespace to ES2015
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Transform class static blocks
Compile Unicode property escapes in Unicode regular expressions to ES5.