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 {
190
190
} = arg2 && arg2 . type === "ObjectExpression"
191
191
? parseObjectExpression ( parser , arg2 )
192
192
: {
193
+ /** @type {Record<string, Expression | Pattern> } */
193
194
expressions : { } ,
194
195
otherElements : [ ] ,
196
+ /** @type {Record<string, any> } */
195
197
values : { } ,
196
198
spread : false ,
197
199
insertType : arg2 ? "spread" : "argument" ,
Original file line number Diff line number Diff line change 84
84
"mini-svg-data-uri" : " ^1.2.3" ,
85
85
"nyc" : " ^15.1.0" ,
86
86
"open-cli" : " ^6.0.1" ,
87
- "prettier" : " ^2.2.0 " ,
87
+ "prettier" : " ^2.7.1 " ,
88
88
"pretty-format" : " ^27.0.2" ,
89
89
"pug" : " ^3.0.0" ,
90
90
"pug-loader" : " ^2.4.0" ,
98
98
"style-loader" : " ^2.0.0" ,
99
99
"terser" : " ^5.7.0" ,
100
100
"toml" : " ^3.0.0" ,
101
- "tooling" : " webpack/tooling#v1.21 .0" ,
101
+ "tooling" : " webpack/tooling#v1.22 .0" ,
102
102
"ts-loader" : " ^8.0.2" ,
103
- "typescript" : " ^4.5.5 " ,
103
+ "typescript" : " ^4.8.4 " ,
104
104
"url-loader" : " ^4.1.0" ,
105
105
"wast-loader" : " ^1.11.0" ,
106
106
"webassembly-feature" : " 1.3.0" ,
You can’t perform that action at this time.
0 commit comments