File tree Expand file tree Collapse file tree
packages/angular_devkit/build_angular Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383 "@babel/generator" : " 7.15.8" ,
8484 "@babel/helper-annotate-as-pure" : " 7.15.4" ,
8585 "@babel/plugin-proposal-async-generator-functions" : " 7.15.8" ,
86+ "@babel/plugin-transform-async-to-generator" : " 7.14.5" ,
8687 "@babel/plugin-transform-runtime" : " 7.15.8" ,
8788 "@babel/preset-env" : " 7.15.8" ,
8889 "@babel/runtime" : " 7.15.4" ,
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ ts_library(
107107 "@npm//@angular/service-worker" ,
108108 "@npm//@babel/core" ,
109109 "@npm//@babel/helper-annotate-as-pure" ,
110+ "@npm//@babel/plugin-proposal-async-generator-functions" ,
111+ "@npm//@babel/plugin-transform-async-to-generator" ,
110112 "@npm//@babel/plugin-transform-runtime" ,
111113 "@npm//@babel/preset-env" ,
112114 "@npm//@babel/runtime" ,
You can’t perform that action at this time.
0 commit comments