Compile ES2015 for...of to ES5
Compile regular expressions using named groups to ES5.
Get a stream as a string, Buffer, ArrayBuffer or array
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Transform import() expressions
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
This plugin transforms ES2015 modules to UMD
Compile ES2015 spread to ES5
Compile inline regular expression modifiers
Compile ES2015 unicode string and number literals to ES5
Compile objects with duplicate keys to valid strict ES5
Compile ES2015 template literals to ES5
Compile object rest and spread to ES5
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
Compile ES2015 object super to ES5
Ensure that no reserved words are used.
Turn JSX into React function calls
Transforms logical assignment operators into short-circuited assignments
Transforms new.target meta property
Turn async generator functions into ES2015 generators
This plugin transforms checks for a private property in an object
Add displayName to React.createClass calls