Apply ES2015 function.name semantics to all functions
Allow parsing of import.meta
Compile ES2015 computed properties to ES5
Compile ES2015 default and rest parameters to ES5
Compile ES2015 arrow functions to ES5
Syntax highlight JavaScript strings for output in terminals.
Add a __source prop to all JSX Elements
Ensure that reserved words are quoted in object property keys
Add a __self prop to all JSX Elements
Compile ES2015 sticky regex to an ES5 RegExp constructor
Node is running but you don't know why? why-is-node-running is here to help you.
Compile objects with duplicate keys to valid strict ES5
Helper function to replace certain member expressions with function calls
Turn async functions into ES2015 generators
Allow parsing of the module assertion attributes in the import statement
Compile ES2015 Unicode escapes to ES5
Remove numeric separators from Decimal, Binary, Hex and Octal literals
This plugin transforms private class methods
Compile class public and private fields, private methods and decorators to ES6
QRCode / 2d Barcode api with both server side and client side support using canvas
Compile ES2015 spread to ES5
This plugin transforms ES2015 modules to UMD
Allow parsing of optional catch bindings
Allow parsing of top-level await in modules