Compile ES2015 Unicode escapes to ES5
Remove numeric separators from Decimal, Binary, Hex and Octal literals
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 optional catch bindings
Turn async generator functions into ES2015 generators
A Babel plugin to inject imports to regenerator-runtime
Allow parsing of async generator functions
A Babel plugin to inject imports to core-js@2 polyfills
Adds TypeScript support to Gatsby
Compile export namespace to ES2015
Transforms logical assignment operators into short-circuited assignments
Option+Click your React components in your browser to open the source file in VS Code
Transform class static blocks
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 Unicode property escapes in Unicode regular expressions to ES5.
Seamless integration between Rollup and Babel.
Babel plugin for Vue 2.0 JSX
The official FullStory React Native babel plugin
Compile inline regular expression modifiers
Transform optional chaining operators to workaround https://crbug.com/v8/11558
A Babel plugin that annotates React components, making them easier to target with Freshpaint