Allow parsing of the module attributes in the import statement
Compile class public and private fields, private methods and decorators to ES6
Compile ES2015 for...of to ES5
Allow parsing of import.meta
Client-side form validation made easy
Compile ESNext Regular Expressions to ES5
This plugin transforms ES2015 modules to UMD
Compile ES2015 classes to ES5
Compile objects with duplicate keys to valid strict ES5
Compile ES2015 block scoping (const and let) 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.
Allow parsing of optional properties
Allow parsing of object rest/spread
This plugin transforms ES2015 modules to AMD
Apply ES2015 function.name semantics to all functions
This plugin transforms ES2015 modules to SystemJS
Add a __source prop to all JSX Elements
This plugin transforms private class methods
Compile ES2015 spread to ES5
Compile ES2015 arrow functions to ES5
Transform optional chaining operators into a series of nil checks