Compile optional catch bindings
Compile export namespace to ES2015
Turn JSX into React function calls
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)
Turn JSX elements into exploded React objects
Compile Unicode property escapes in Unicode regular expressions to ES5.
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Babel transform for Flow Enums.
Mark top-level React method calls as pure for tree shaking
Add displayName to React.createClass calls
Compile regular expressions using duplicate named groups to index-based groups.
Compile `using` and `await using` declarations to ES2015
Turn JSX into React function calls in development
babel-preset-app for vue-cli
Replace Object.assign with an inline helper
Strip flow type annotations from your output code.
No description provided.
Treat React JSX elements as value types and hoist them to the highest scope
Transform DOM elements into react-native-svg components
babel plugin that emulates vite's import.meta.env functionality
Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset