File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
packages/angular_devkit/build_angular Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 83
83
"@babel/generator" : " 7.15.8" ,
84
84
"@babel/helper-annotate-as-pure" : " 7.15.4" ,
85
85
"@babel/plugin-proposal-async-generator-functions" : " 7.15.8" ,
86
+ "@babel/plugin-transform-async-to-generator" : " 7.14.5" ,
86
87
"@babel/plugin-transform-runtime" : " 7.15.8" ,
87
88
"@babel/preset-env" : " 7.15.8" ,
88
89
"@babel/runtime" : " 7.15.4" ,
Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ ts_library(
107
107
"@npm//@angular/service-worker" ,
108
108
"@npm//@babel/core" ,
109
109
"@npm//@babel/helper-annotate-as-pure" ,
110
+ "@npm//@babel/plugin-proposal-async-generator-functions" ,
111
+ "@npm//@babel/plugin-transform-async-to-generator" ,
110
112
"@npm//@babel/plugin-transform-runtime" ,
111
113
"@npm//@babel/preset-env" ,
112
114
"@npm//@babel/runtime" ,
You can’t perform that action at this time.
0 commit comments