mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
07f58006c5
Configure esbuild with supported 'async-await': false in esbuild-base.config.mts so esbuild downlevels async functions and async generators natively. This allows removing the custom Babel plugin @babel/plugin-transform-async-generator-functions and downlevelAsyncGeneratorsIfPresent option.