Compile ES2015 unicode string and number literals to ES5
Add a __self prop to all JSX Elements
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
Turn async functions into ES2015 generators
Explode async and generator functions into a state machine.
This plugin transforms ES2015 modules to AMD
Compile inline regular expression modifiers
This plugin transforms ES2015 modules to SystemJS
Compile ES2015 object super to ES5
Ensure that no reserved words are used.
Transforms logical assignment operators into short-circuited assignments
Compile ES2015 Unicode regex to ES5
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
A minimal Parcel config for use in Gatsby
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Turn async generator functions into ES2015 generators
This plugin transforms checks for a private property in an object