Compile ES2015 unicode string and number literals to ES5
Compile ES2015 template literals to ES5
Remove nullish coalescing operator
Compile object rest and spread to ES5
Compile ES2015 shorthand properties to ES5
Compile ES2015 destructuring to ES5
Explode async and generator functions into a state machine.
Compile inline regular expression modifiers
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 JSX into React function calls in development
Turn async generator functions into ES2015 generators
Ensure that reserved words are quoted in property accesses
Determine address of proxied request
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