Compile exponentiation operator to ES5
Automatically add displayName to all your components
A Babel plugin to inject imports to core-js@2 polyfills
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Turn async generator functions into ES2015 generators
This plugin transforms static class properties as well as properties declared with the property initializer syntax
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Turn async functions into ES2015 generators
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Ensure that reserved words are quoted in property accesses
Compile optional catch bindings
Transforms logical assignment operators into short-circuited assignments
Compile ES2015 Unicode escapes to ES5
Remove nullish coalescing operator
Allow parsing of async generator functions
Core istanbul API for JS code coverage
Allow parsing of '#foo in obj' brand checks
Compile export namespace to ES2015
Compile Unicode property escapes in Unicode regular expressions to ES5.
Transform class static blocks
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
No description provided.