Compile ES2015 object super to ES5
Ensure that no reserved words are used.
Compile ES2015 Unicode regex to ES5
Transforms logical assignment operators into short-circuited assignments
Compile ES2015 computed properties to ES5
Compile ES2015 default and rest parameters to ES5
Turn JSX into React function calls
Transforms new.target meta property
Turn async generator functions into ES2015 generators
Ensure that reserved words are quoted in property accesses
This plugin transforms checks for a private property in an object
Compile ES2015 sticky regex to an ES5 RegExp constructor
Compile Unicode property escapes in Unicode regular expressions to ES5.
Compile export namespace to ES2015
Turn JSX into React function calls in development
This plugin transforms private class methods
Compile optional catch bindings
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
an identity object using ES6 proxies
string representations of objects in node and the browser
Simple JSON Addressing.
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Easily read/write JSON files.
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)