Compile ES2015 object super to ES5
Ensure that no reserved words are used.
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Transforms new.target meta property
Compile Unicode property escapes in Unicode regular expressions to ES5.
Turn async generator functions into ES2015 generators
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
This plugin transforms checks for a private property in an object
Compile inline regular expression modifiers
Compile export namespace to ES2015
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.
Compile regular expressions using duplicate named groups to index-based groups.
Compile `using` and `await using` declarations to ES2015
Coffeescript compiler wrapper adding coffee-react-transform CJSX support
Manage state with style in React
Convert CSS text to a React Native stylesheet object
No description provided.
Strip flow type annotations from your output code.
Tiny utilities for inserting transformation logic into Node.js stream and Web Streams pipelines
Parse postgres array columns
A React Transform that transform stateless functions into components
HMR plugin for dora based on [babel-plugin-react-transform](https://github.com/gaearon/babel-plugin-react-transform).