Ensure that reserved words are quoted in object property keys
Compile ES2015 destructuring to ES5
Compile ES2015 object super to ES5
Explode async and generator functions into a state machine.
Ensure that no reserved words are used.
Minimizer plugin for webpack
Transforms logical assignment operators into short-circuited assignments
Compile ES2015 sticky regex to an ES5 RegExp constructor
Transform optional chaining operators into a series of nil checks
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Compile ES2015 Unicode escapes to ES5
Allow parsing of optional properties
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Allow parsing of optional catch bindings
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Transforms new.target meta property
Allow parsing of top-level await in modules
An SMF to NodeBB data exporter
Allow parsing of the module assertion attributes in the import statement
Compile ES2015 Unicode regex to ES5
Compile object rest and spread to ES5
Allows you to build compile-time libraries
Turn async generator functions into ES2015 generators