Compile ES2015 object super to ES5
This plugin transforms checks for a private property in an object
Transforms logical assignment operators into short-circuited assignments
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Transforms new.target meta property
Compile optional catch bindings
Turn async generator functions into ES2015 generators
Compile Unicode property escapes in Unicode regular expressions to ES5.
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Compile export namespace to ES2015
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Compile inline regular expression modifiers
Compile regular expressions using duplicate named groups to index-based groups.
Compile `using` and `await using` declarations to ES2015
Strip flow type annotations from your output code.
Transform SVG into component
Jest plugin to use babel for transformation.
Babel transform for Flow Enums.
Transform TypeScript `const` enums
Turn JSX elements into exploded React objects
Babel plugin to emit decorator metadata like typescript compiler
Transform optional chaining operators to workaround https://crbug.com/v8/11558
Babel preset for all React plugins.