This plugin transforms checks for a private property in an object
Remove nullish coalescing operator
Ensure that reserved words are quoted in property accesses
Compile object rest and spread to ES5
Transform import() expressions
Transforms new.target meta property
Compile ES2015 Unicode escapes to 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 optional catch bindings
Turn async generator functions into ES2015 generators
A Babel plugin to inject imports to regenerator-runtime
A Babel plugin to inject imports to core-js@2 polyfills
Compile export namespace to ES2015
Transforms logical assignment operators into short-circuited assignments
Transform class static blocks
Babel plugin to make raw files importable
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Allow parsing of class properties
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Allow parsing of import()
Compile Unicode property escapes in Unicode regular expressions to ES5.