Compile optional catch bindings
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Turn JSX into React function calls
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.
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
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
Transform TypeScript `const` enums
Strip flow type annotations from your output code.
Replace Object.assign with an inline helper
Treat React JSX elements as value types and hoist them to the highest scope
Compile export default to ES2015
Allow parsing of export default from
Transform DOM elements into react-native-svg components
Transform SVG into component
Babel transform for Flow Enums.
Remove unnecessary React propTypes from the production build
Babel plugin to emit decorator metadata like typescript compiler