Compile ES2015 shorthand properties to ES5
Allow parsing of class properties
Compile ES2015 destructuring to ES5
Compile ES2015 object super to ES5
Explode async and generator functions into a state machine.
convert JSON data to space efficient format
Ensure that no reserved words are used.
Parses HTML5 application cache manifest.
A codemod to automatically add withZephyr plugin to bundler configurations
Minimizer plugin for webpack
Vite plugins for component tagging and Tailwind config extraction
Compile ES2015 sticky regex to an ES5 RegExp constructor
Compile Unicode property escapes in Unicode regular expressions to ES5.
Compile ES2015 Unicode escapes to ES5
Allow parsing of optional properties
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Transform optional chaining operators into a series of nil checks
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Allow parsing of optional catch bindings
Turns off all rules that are unnecessary or might conflict with Prettier.
Transforms new.target meta property
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Allow parsing of top-level await in modules