Ensure that reserved words are quoted in property accesses
Turn async functions into ES2015 generators
Compile ES2015 sticky regex to an ES5 RegExp constructor
This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
Compile optional catch bindings
This plugin transforms private class methods
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Compile ES2015 for...of to ES5
This plugin places a 'use strict'; directive at the top of all files to enable strict mode
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Inline environment variables.
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Compile regular expressions using named groups to ES5.
Compile ES2015 spread to ES5
Transform import() expressions
This plugin transforms ES2015 modules to UMD
Compile inline regular expression modifiers
Compile ES2015 unicode string and number literals to ES5
Compile ES2015 template literals to ES5
Compile objects with duplicate keys to valid strict ES5
Transforms React.createElement calls to JSX syntax
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.