Turn async generator functions into ES2015 generators
Compile optional catch bindings
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 export namespace to ES2015
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
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 inline regular expression modifiers
Add displayName to React.createClass calls
Mark top-level React method calls as pure for tree shaking
Compile regular expressions using duplicate named groups to index-based groups.
Turn JSX into React function calls in development
Compile `using` and `await using` declarations to ES2015
Strip flow type annotations from your output code.
Transform ES2015 modules to an IIFE format
Treat React JSX elements as value types and hoist them to the highest scope
Transform DOM elements into react-native-svg components
Jest plugin to use babel for transformation.
Transform SVG into component
babel-preset-app for vue-cli
Babel transform for Flow Enums.
Transform TypeScript `const` enums