Compile class public and private fields, private methods and decorators to ES6
Import with sanity.
Discord webhook notifier for Onekite (NodeBB v4.x only)
Add a __source prop to all JSX Elements
Compile ES2015 classes to ES5
NodeBB theme for ricequant.
Plugins in one panel. Some of the plugins come from other repo, and I modified them to show all the plugin panels in the same panel under different tabs.
Allow parsing of TypeScript syntax
Add a __self prop to all JSX Elements
Compile ES2015 computed properties to ES5
Compile ES2015 default and rest parameters to ES5
Compile ES2015 shorthand properties to ES5
Allow parsing of class properties
Compile ES2015 destructuring to ES5
Explode async and generator functions into a state machine.
Clean slugs from NodeBB topic/category URLs via client-side URL interception
Compile ES2015 sticky regex to an ES5 RegExp constructor
Transform optional chaining operators into a series of nil checks
Allow parsing of optional catch bindings
Allow parsing of top-level await in modules
Minimizer plugin for webpack
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Compile ES2015 Unicode regex to ES5
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings