Allow parsing of top-level await in modules
Compile ES2015 block scoping (const and let) to ES5
Compile ES2015 Unicode regex to ES5
Compile ES2015 computed properties to ES5
Compile ES2015 default and rest parameters to ES5
Allow parsing of the module attributes in the import statement
Apply ES2015 function.name semantics to all functions
This plugin transforms ES2015 modules to AMD
This plugin transforms ES2015 modules to SystemJS
Compile ES2015 sticky regex to an ES5 RegExp constructor
Compile ES2015 arrow functions to ES5
Minimizer plugin for webpack
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Ensure that reserved words are quoted in property accesses
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Allow parsing of the nullish-coalescing operator
Turns off all rules that are unnecessary or might conflict with Prettier.
Ensure that reserved words are quoted in object property keys
Allow parsing of the module assertion attributes in the import statement
Allow parsing of optional properties
This plugin transforms static class properties as well as properties declared with the property initializer syntax
This plugin transforms ES2015 modules to UMD
Compile optional catch bindings
Compile ES2015 Unicode escapes to ES5