Ensure that no reserved words are used.
Ensure that reserved words are quoted in object property keys
Transforms new.target meta property
Allow parsing of the logical assignment operators
Allow parsing of the nullish-coalescing operator
Transforms logical assignment operators into short-circuited assignments
Compile ES2015 Unicode escapes to ES5
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Compile regular expressions using named groups to ES5.
This plugin transforms private class methods
Compile ES2015 classes to ES5
Turn async generator functions into ES2015 generators
Add a __source prop to all JSX Elements
Compile ES2015 computed properties to ES5
Compile export namespace to ES2015
Compile Unicode property escapes in Unicode regular expressions to ES5.
Compile ES2015 default and rest parameters to ES5
Compile ES2015 shorthand properties to ES5
Allow parsing of class properties
Compile ES2015 destructuring to ES5
Explode async and generator functions into a state machine.
Add a __self prop to all JSX Elements
Transform import() expressions
Compile object rest and spread to ES5