Compile ES2015 default and rest parameters to ES5
extracts CSS into separate files
Turns off all rules that are unnecessary or might conflict with Prettier.
Allow parsing of BigInt literals
Compile object rest and spread to ES5
Compile ES2015 shorthand properties to ES5
Allow parsing of class properties
Compile ES2015 destructuring to ES5
Transform import() expressions
Compile ES2015 object super to ES5
Explode async and generator functions into a state machine.
Minimizer plugin for webpack
Ensure that no reserved words are used.
Transforms logical assignment operators into short-circuited assignments
Compile ES2015 sticky regex to an ES5 RegExp constructor
This package acts as a drop-in replacements for `@parcel/watcher` but only for watchman. It's a temporary workaround for some bugs and feature gaps with the C++ watchman client.
Transform optional chaining operators into a series of nil checks
Allow parsing of optional properties
Vite plugins for component tagging and Tailwind config extraction
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
This plugin transforms static class properties as well as properties declared with the property initializer syntax
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile inline regular expression modifiers
Allow parsing of optional catch bindings