Allow parsing of BigInt literals
Compile ES2015 shorthand properties to ES5
Allow parsing of class properties
Compile ES2015 destructuring to ES5
Compile object rest and spread to ES5
Compile ES2015 object super to ES5
Explode async and generator functions into a state machine.
A Babel plugin that annotates frontend components with additional data to enrich the experience in Sentry
Ensure that no reserved words are used.
Transform import() expressions
Transforms logical assignment operators into short-circuited assignments
Minimizer plugin for webpack
Compile ES2015 sticky regex to an ES5 RegExp constructor
Transform optional chaining operators into a series of nil checks
Turn JSX into React function calls in development
Allow parsing of optional catch bindings
Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator
Vite plugins for component tagging and Tailwind config extraction
Transforms new.target meta property
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 inline regular expression modifiers
Compile ES2015 Unicode regex to ES5
Allow parsing of the module assertion attributes in the import statement