Remove numeric separators from Decimal, Binary, Hex and Octal literals
Turn async generator functions into ES2015 generators
Allow parsing of '#foo in obj' brand checks
Transforms new.target meta property
Compile optional catch bindings
Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset
Remove nullish coalescing operator
A Babel plugin that annotates React components, making them easier to target with FullStory search
Compile ES2015 Unicode escapes to ES5
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Allow parsing of async generator functions
Compile export namespace to ES2015
Transforms logical assignment operators into short-circuited assignments
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Transform SVG to use em-based dimensions
A babel-plugin to enable fast-refresh for Preact components.
Transform TypeScript `const` enums
Compile Unicode property escapes in Unicode regular expressions to ES5.
Compile inline regular expression modifiers
Babel preset for React Native applications
Transform optional chaining operators to workaround https://crbug.com/v8/11558
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