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 ES2015 object super to ES5
Compile regular expressions using duplicate named groups to index-based groups.
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
Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843
Transforms new.target meta property
Manages API documentation generation and management.
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
Compile class and object decorators to ES5
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Compile export namespace to ES2015
Allow parsing of the flow syntax
Core istanbul API for JS code coverage
A Babel plugin that annotates frontend components with additional data to enrich the experience in Sentry
ESLint rules for React Hooks
Allow parsing of decorators