This plugin transforms checks for a private property in an object
Allow parsing of class static blocks
Compile ES2015 unicode string and number literals to ES5
Compile ES2015 template literals to ES5
Compile object rest and spread to ES5
Add displayName to React.createClass calls
Transform import() expressions
Vite plugins for component tagging and Tailwind config extraction
Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677
Transforms logical assignment operators into short-circuited assignments
Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517
Allow parsing of BigInt literals
Utilities for building ESLint plugins.
Compile regular expressions using duplicate named groups to index-based groups.
Compile ES2015 object super to ES5
Transform static class fields assignments that are affected by https://crbug.com/v8/12421
Ensure that no reserved words are used.
Turn JSX into React function calls
Initializes an express.js server that can be used from other modules
Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843
Transforms new.target meta property
Compile Unicode property escapes in Unicode regular expressions to ES5.
Turn async generator functions into ES2015 generators
A Babel plugin to inject imports to regenerator-runtime