File tree Expand file tree Collapse file tree 4 files changed +138
-136
lines changed
Expand file tree Collapse file tree 4 files changed +138
-136
lines changed Original file line number Diff line number Diff line change @@ -190,8 +190,10 @@ class WorkerPlugin {
190190 } = arg2 && arg2 . type === "ObjectExpression"
191191 ? parseObjectExpression ( parser , arg2 )
192192 : {
193+ /** @type {Record<string, Expression | Pattern> } */
193194 expressions : { } ,
194195 otherElements : [ ] ,
196+ /** @type {Record<string, any> } */
195197 values : { } ,
196198 spread : false ,
197199 insertType : arg2 ? "spread" : "argument" ,
Original file line number Diff line number Diff line change 8484 "mini-svg-data-uri" : " ^1.2.3" ,
8585 "nyc" : " ^15.1.0" ,
8686 "open-cli" : " ^6.0.1" ,
87- "prettier" : " ^2.2.0 " ,
87+ "prettier" : " ^2.7.1 " ,
8888 "pretty-format" : " ^27.0.2" ,
8989 "pug" : " ^3.0.0" ,
9090 "pug-loader" : " ^2.4.0" ,
9898 "style-loader" : " ^2.0.0" ,
9999 "terser" : " ^5.7.0" ,
100100 "toml" : " ^3.0.0" ,
101- "tooling" : " webpack/tooling#v1.21 .0" ,
101+ "tooling" : " webpack/tooling#v1.22 .0" ,
102102 "ts-loader" : " ^8.0.2" ,
103- "typescript" : " ^4.5.5 " ,
103+ "typescript" : " ^4.8.4 " ,
104104 "url-loader" : " ^4.1.0" ,
105105 "wast-loader" : " ^1.11.0" ,
106106 "webassembly-feature" : " 1.3.0" ,
You can’t perform that action at this time.
0 commit comments