Compile ES2015 Unicode escapes to ES5
Allow parsing of class static blocks
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Allow parsing of async generator functions
Turn async generator functions into ES2015 generators
A Babel plugin to inject imports to core-js@2 polyfills
A Babel plugin to inject imports to regenerator-runtime
Transform class static blocks
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
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
Compile Unicode property escapes in Unicode regular expressions to ES5.
Add displayName to React.createClass calls
Compile inline regular expression modifiers
Transform optional chaining operators to workaround https://crbug.com/v8/11558
No description provided.
Compile regular expressions using duplicate named groups to index-based groups.
Transform static class fields assignments that are affected by https://crbug.com/v8/12421
Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677
Compile the function.sent meta property to valid ES2015 code
Parse regular expressions' unicodeSets (v) flag.
Mark top-level React method calls as pure for tree shaking