Babel 7.25.0 introduces support for duplicated named capturing groups in regular expressions, a fix for class field issues in Safari, and improvements for JSON module imports to CommonJS. The support for duplicated named capturing groups allows re-using the same name for groups within alternative branches of a regex. Additionally, the update includes a new package to handle class field initializer issues in Safari versions up to 16. Configuration files are also now supported in @babel/node's --eval mode. You can refer to the full changelog on GitHub.

3m read timeFrom babeljs.io
Post cover image
Table of contents
Duplicated named capturing groups ( #16445 ) ​Simplify JSON modules imports in CommonJS ( #16579 ) ​@babel/plugin-bugfix-safari-class-field-initializer-scope ( #16569 ) ​

Sort: