Allow parsing of async generator functions
The Pyodide JavaScript package
This plugin transforms ES2015 modules to UMD
Compile ES2015 for...of to ES5
Allow parsing of object rest/spread
Allow parsing of import.meta
Turns off all rules that are unnecessary or might conflict with Prettier.
Compile objects with duplicate keys to valid strict ES5
This plugin transforms private class methods
Allow parsing of the logical assignment operators
Babel plugin to ensure function declarations at the block level are block scoped
Compile ES2015 classes to ES5
Compile regular expressions using named groups to ES5.
Add a __source prop to all JSX Elements
Compile ES2015 block scoping (const and let) to ES5
Allow parsing of class static blocks
Compile exponentiation operator to ES5
A Pulumi package for creating and managing grafana.
Add a __self prop to all JSX Elements
Allow parsing of class properties
Compile ES2015 destructuring to ES5
Apply ES2015 function.name semantics to all functions
Compile ES2015 computed properties to ES5
Explode async and generator functions into a state machine.