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
Minimizer plugin for webpack
Allow parsing of optional catch bindings
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Allow parsing of top-level await in modules
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile ES2015 Unicode regex to ES5
Allow parsing of the module assertion attributes in the import statement
Battle.net integration with Nodebb
Allow parsing of the module attributes in the import statement
This plugin transforms ES2015 modules to AMD
Compile ESNext Regular Expressions to ES5
This plugin transforms ES2015 modules to SystemJS
A RSS Plugin to pull feeds and post them in to categories
Ensure that reserved words are quoted in property accesses
Turns off all rules that are unnecessary or might conflict with Prettier.
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Allow parsing of optional properties
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
This plugin transforms static class properties as well as properties declared with the property initializer syntax