@babel/plugin-transform-async-generator-functions enables Babel to transform asynchronous generator functions. This allows older JavaScript engines, without native support for async generators, to run code using this modern feature. It converts async function* syntax into equivalent ES5 code using regenerator runtime. This ensures compatibility across different environments, allowing developers to use the latest JavaScript syntax while targeting older browsers and Node.js versions. Improves code maintainability by leveraging modern features.
The @babel/plugin-transform-async-generator-functions package saw consistent releases throughout 2023, with a slight dip in February, April, September, November and December of 2024. So far in 2025, releases have been more sporadic, with only one release in February, April and July.
From March 2024 to September 2025, @babel/plugin-transform-async-generator-functions downloads generally increased, peaking in July 2025 at over 98 million. August saw a slight dip, and September is currently incomplete but shows a significant decrease, likely due to it being only partway through the month.