Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Compile optional catch bindings
Compile export namespace to ES2015
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Compile inline regular expression modifiers
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Solves a problem with util.format
CSV parsing implementing the Node.js `stream.Transform` API
Mark top-level React method calls as pure for tree shaking
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Fastest stable deterministic JSON.stringify()
Compile `using` and `await using` declarations to ES2015
Convert an object or array into a formatted string
Add displayName to React.createClass calls
Turn JSX into React function calls in development
Compile regular expressions using duplicate named groups to index-based groups.
rehype plugin to serialize HTML
Compile object rest and spread to ES5
➡️ An ES6 string tag that makes indentation right
Strip flow type annotations from your output code.
Yet another stringify function
Transform svg files into Objects
Wrapper for fast object cloning using `JSON.parse` & `JSON.stringify`