Compile ES2015 for...of to ES5
Compile ES2015 computed properties to ES5
Compile ES2015 default and rest parameters to ES5
Turn async functions into ES2015 generators
Compile optional catch bindings
This plugin transforms ES2015 modules to AMD
Compile objects with duplicate keys to valid strict ES5
Compile ES2015 sticky regex to an ES5 RegExp constructor
This plugin transforms ES2015 modules to SystemJS
This plugin transforms private class methods
Compile inline regular expression modifiers
Iterable wrapper that add methods to read ahead or behind current item.
This plugin transforms static class properties as well as properties declared with the property initializer syntax
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)
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.
Compile Unicode property escapes in Unicode regular expressions to ES5.
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
TypeScript definitions for autosize
Turn JSX into React function calls in development
Add displayName to React.createClass calls
Strip flow type annotations from your output code.