Transforms logical assignment operators into short-circuited assignments
Compile export namespace to ES2015
Transform JSX className property to style property in react-native.
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Compile regular expressions' unicodeSets (v) flag.
Core CLI commands for React Native
A babel-plugin to enable fast-refresh for Preact components.
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Compile Unicode property escapes in Unicode regular expressions to ES5.
Compile inline regular expression modifiers
Transform optional chaining operators to workaround https://crbug.com/v8/11558
No description provided.
Metro configuration for React Native.
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
Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517
Parse regular expressions' unicodeSets (v) flag.
Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677
Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843
A babel plugin that adds istanbul instrumentation to ES6 code
Compile `using` and `await using` declarations to ES2015
Allow react-native platform specific extensions to be used for other file types than Javascript.
Allow parsing of decorators
Allow parsing of import()