Compile ES2015 spread to ES5
Transform import() expressions
Compile ES2015 unicode string and number literals to ES5
Babel plugin to ensure function declarations at the block level are block scoped
Compile ES2015 template literals to ES5
Add a __source prop to all JSX Elements
Battle.net integration with Nodebb
Compile ES2015 classes to ES5
This plugin transforms private class methods
Allow parsing of class properties
Allow parsing of the module attributes in the import statement
Apply ES2015 function.name semantics to all functions
Clean slugs from NodeBB topic/category URLs via client-side URL interception
Compile ES2015 block scoping (const and let) to ES5
Add a __self prop to all JSX Elements
Compile ES2015 arrow functions to ES5
Turn JSX into React function calls
Compile ES2015 shorthand properties to ES5
Compile ES2015 destructuring to ES5
A RSS Plugin to pull feeds and post them in to categories
Explode async and generator functions into a state machine.
Allow parsing of BigInt literals
Allow parsing of optional catch bindings
Allow parsing of top-level await in modules