@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly
Transform static class fields assignments that are affected by https://crbug.com/v8/12421
Transform static class fields assignments that are affected by https://crbug.com/v8/12421
Transform source phase imports (`import source ... from '...'`) to work in browsers and Node.js, assuming that the imported source is a WebAssembly module.
Transform json modules imports (`import '...' with { type: 'json' }`) to work in browsers and Node.js.
Transform optional chaining on the left-hand side of assignment expressions
Compile inline regular expression modifiers
Compile regular expressions using duplicate named groups to index-based groups.
Compile `using` declarations to ES2015
Transform the Import Attributes proposal (`import ... from '...' with { ... }`) to the previous version known as Import Assertions (`import ... from '...' assert { ... }`).
Support `import defer` when compiling to CommonJS
Transform async do expressions to ES2021
Transform destructuring private proposal
Compile inline regular expression modifiers
Compile Unicode property escapes in Unicode regular expressions to ES5.
Compile regular expressions' unicodeSets (v) flag.
Allow parsing of the module attributes in the import statement
Allow parsing of the `import defer` syntax in import statement
Allow parsing of the reflection attributes in the import statement
Allow parsing of the `import source` proposal.
Compile regular expressions using duplicate named groups to index-based groups.
Transform import() expressions