Allow parsing of BigInt literals
Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677
Compile ES2015 object super to ES5
Ensure that no reserved words are used.
Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517
NodeBB Theme for CORP
Sets a cookie (nbb_human=1) for logged-in NodeBB users so Cloudflare can bypass Under Attack Mode and skip caching for them.
NodeBB Google SSO
Turn async generator functions into ES2015 generators
Compile regular expressions using duplicate named groups to index-based groups.
A Babel plugin to inject imports to regenerator-runtime
Transform static class fields assignments that are affected by https://crbug.com/v8/12421
Transforms new.target meta property
Compile Unicode property escapes in Unicode regular expressions to ES5.
Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843
Allow parsing of the flow syntax
Compile export namespace to ES2015
Compile class and object decorators to ES5
Core istanbul API for JS code coverage
Allow parsing of import()
Turn JSX into React function calls in development
Parse regular expressions' unicodeSets (v) flag.
A Babel plugin that annotates frontend components with additional data to enrich the experience in Sentry
ESLint rules for React Hooks