Compile exponentiation operator to ES5
Allow parsing of class static blocks
This plugin transforms static class properties as well as properties declared with the property initializer syntax
A Babel plugin to inject imports to regenerator-runtime
Ensure that reserved words are quoted in property accesses
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Turn async generator functions into ES2015 generators
Compile ES2015 Unicode escapes to ES5
A Babel plugin to inject imports to core-js@2 polyfills
Remove numeric separators from Decimal, Binary, Hex and Octal literals
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Remove nullish coalescing operator
Compile optional catch bindings
Allow parsing of '#foo in obj' brand checks
Transforms logical assignment operators into short-circuited assignments
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Compile export namespace to ES2015
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.
Compile Unicode property escapes in Unicode regular expressions to ES5.
A Babel plugin that annotates React components, making them easier to target with FullStory search
Compile inline regular expression modifiers