File: uglify-js.log

package info (click to toggle)
node-typescript 5.0.4%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 459,140 kB
  • sloc: javascript: 1,972,754; makefile: 6; sh: 1
file content (457 lines) | stat: -rw-r--r-- 51,929 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
Exit Code: 2
Standard output:
node_modules/uglify-js/lib/ast.js(126,34): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/ast.js(391,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/ast.js(604,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/ast.js(2032,5): error TS2322: Type '{ visit: (node: any, descend: any) => void; parent: (n: any) => any; push: typeof push; pop: typeof pop; self: () => any; find_parent: (type: any) => any; has_directive: (type: any) => any; loopcontrol_target: (node: any) => any; in_boolean_context: () => boolean | ... 1 more ... | undefined; }' is not assignable to type 'TreeWalker'.
  Object literal may only specify known properties, and 'visit' does not exist in type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(215,22): error TS2339: Property 'option' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(218,22): error TS2339: Property 'exposed' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(224,16): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(227,22): error TS2339: Property 'compress' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(244,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(783,42): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(877,16): error TS2339: Property 'walk' does not exist on type 'reduce_iife'.
node_modules/uglify-js/lib/compress.js(877,36): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(887,28): error TS2339: Property 'uses_arguments' does not exist on type 'reduce_iife'.
node_modules/uglify-js/lib/compress.js(888,16): error TS2339: Property 'argnames' does not exist on type 'reduce_iife'.
node_modules/uglify-js/lib/compress.js(891,32): error TS2339: Property 'argnames' does not exist on type 'reduce_iife'.
node_modules/uglify-js/lib/compress.js(897,27): error TS2339: Property 'rest' does not exist on type 'reduce_iife'.
node_modules/uglify-js/lib/compress.js(899,24): error TS2339: Property 'rest' does not exist on type 'reduce_iife'.
node_modules/uglify-js/lib/compress.js(901,58): error TS2339: Property 'argnames' does not exist on type 'reduce_iife'.
node_modules/uglify-js/lib/compress.js(967,21): error TS2454: Variable 'lazy' is used before being assigned.
node_modules/uglify-js/lib/compress.js(969,21): error TS2454: Variable 'lazy' is used before being assigned.
node_modules/uglify-js/lib/compress.js(1085,32): error TS2454: Variable 'drop' is used before being assigned.
node_modules/uglify-js/lib/compress.js(1268,20): error TS2339: Property 'name' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1268,46): error TS2339: Property 'name' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1268,72): error TS2339: Property 'name' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1273,26): error TS2339: Property 'name' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1323,26): error TS2339: Property 'definition' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1341,56): error TS2339: Property 'scope' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1345,26): error TS2339: Property 'in_arg' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1346,34): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1355,49): error TS2339: Property 'scope' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1368,42): error TS2339: Property 'scope' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1528,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(1533,12): error TS2339: Property 'fn_scanning' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(1534,12): error TS2339: Property 'fn_visited' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(1536,12): error TS2339: Property 'in_loop' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(1537,12): error TS2339: Property 'loop_ids' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(1542,12): error TS2339: Property 'safe_ids' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(1601,37): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(1629,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(1822,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(2002,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2054,51): error TS2349: This expression is not callable.
  Not all constituents of type 'true | ((node: any, tw: any) => any)' are callable.
    Type 'true' has no call signatures.
node_modules/uglify-js/lib/compress.js(2129,61): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(2185,53): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2205,53): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2289,77): error TS2454: Variable 'args' is used before being assigned.
node_modules/uglify-js/lib/compress.js(2290,33): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(2290,42): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(2298,42): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(2298,54): error TS2365: Operator '+' cannot be applied to types 'number' and 'boolean'.
node_modules/uglify-js/lib/compress.js(2311,25): error TS2322: Type 'boolean' is not assignable to type 'number'.
node_modules/uglify-js/lib/compress.js(2315,25): error TS2322: Type 'boolean' is not assignable to type 'never'.
node_modules/uglify-js/lib/compress.js(2316,35): error TS2339: Property 'single_use' does not exist on type 'never'.
node_modules/uglify-js/lib/compress.js(2560,65): error TS2339: Property 'find_parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(2563,45): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(2742,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2772,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2783,37): error TS2339: Property 'stack' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2784,25): error TS2339: Property 'stack' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2786,25): error TS2339: Property 'stack' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2798,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2801,35): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(2843,39): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2877,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2892,39): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2912,35): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(3025,45): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(3046,42): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(3082,43): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(3105,41): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(3115,75): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(3125,79): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(3324,53): error TS2345: Argument of type 'number[]' is not assignable to parameter of type '[start: number, deleteCount: number, ...items: never[]]'.
  Source provides no match for required element at position 0 in target.
node_modules/uglify-js/lib/compress.js(3487,53): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[start: number, deleteCount: number, ...items: never[]]'.
  Source provides no match for required element at position 0 in target.
node_modules/uglify-js/lib/compress.js(3549,60): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
  Type 'any' is not assignable to type 'never'.
node_modules/uglify-js/lib/compress.js(3721,59): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(3759,53): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[start: number, deleteCount: number, ...items: never[]]'.
node_modules/uglify-js/lib/compress.js(3813,26): error TS2403: Subsequent variable declarations must have the same type.  Variable 'i' must be of type 'number', but here has type 'any'.
node_modules/uglify-js/lib/compress.js(4065,34): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(4092,27): error TS2339: Property 'required' does not exist on type 'any[]'.
node_modules/uglify-js/lib/compress.js(4095,43): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(4138,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4142,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(4189,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4193,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(4258,22): error TS2339: Property 'is_undefined' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4260,49): error TS2339: Property 'is_declared' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4261,22): error TS2339: Property 'is_immutable' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4262,28): error TS2339: Property 'definition' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4266,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4319,22): error TS2551: Property 'is_undefined' does not exist on type '(Anonymous function)'. Did you mean 'is_defined'?
node_modules/uglify-js/lib/compress.js(4320,49): error TS2339: Property 'is_declared' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4321,22): error TS2339: Property 'is_immutable' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4322,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4326,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(4368,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4372,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(4455,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4465,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(4516,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4520,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(4795,44): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(5040,58): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'.
node_modules/uglify-js/lib/compress.js(5041,25): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/compress.js(5041,55): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
node_modules/uglify-js/lib/compress.js(5041,56): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/compress.js(5058,48): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(5069,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5077,24): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(5184,54): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(5203,40): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(5270,22): error TS2339: Property 'tag' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5271,50): error TS2339: Property 'tag' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5272,17): error TS2630: Cannot assign to 'decode' because it is a function.
node_modules/uglify-js/lib/compress.js(5276,39): error TS2339: Property 'expressions' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5279,35): error TS2339: Property 'strings' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5281,47): error TS2339: Property 'strings' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5657,26): error TS2339: Property 'args' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5658,22): error TS2339: Property 'is_expr_pure' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5660,43): error TS2339: Property 'expression' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5661,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(5729,26): error TS2339: Property 'expressions' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5730,22): error TS2339: Property 'is_expr_pure' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5731,23): error TS2339: Property 'tag' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5733,43): error TS2339: Property 'tag' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5734,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(5783,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(5803,29): error TS2322: Type 'string' is not assignable to type 'boolean'.
node_modules/uglify-js/lib/compress.js(6023,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(6029,49): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(6078,33): error TS2339: Property 'loopcontrol_target' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(6108,30): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(6110,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(6120,33): error TS2339: Property 'loopcontrol_target' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(6175,25): error TS2403: Subsequent variable declarations must have the same type.  Variable 'marker' must be of type 'TreeWalker', but here has type '(node: any) => void'.
node_modules/uglify-js/lib/compress.js(6175,61): error TS2339: Property 'has_directive' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(6180,50): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(6285,105): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(6479,56): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(6480,54): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(6605,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(6606,74): error TS2339: Property 'has_directive' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(6625,35): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(6651,28): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(6732,42): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(6744,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(6832,29): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(6845,35): error TS2339: Property 'assign' does not exist on type 'any[]'.
node_modules/uglify-js/lib/compress.js(6846,48): error TS2339: Property 'assign' does not exist on type 'any[]'.
node_modules/uglify-js/lib/compress.js(6929,38): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(6932,33): error TS2403: Subsequent variable declarations must have the same type.  Variable 'trimmed' must be of type 'any', but here has type '{ name: any; value: any; }'.
node_modules/uglify-js/lib/compress.js(6942,60): error TS2339: Property 'has_directive' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(6968,42): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(7201,56): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(7246,21): error TS2403: Subsequent variable declarations must have the same type.  Variable 'trimmed' must be of type 'any', but here has type '{ name: any; value: any; }'.
node_modules/uglify-js/lib/compress.js(7287,80): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(7317,61): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(7320,12): error TS2339: Property 'push' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(7457,36): error TS2339: Property 'assign' does not exist on type 'any[]'.
node_modules/uglify-js/lib/compress.js(7841,18): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(7841,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(7865,28): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(7874,28): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(7880,33): error TS2339: Property 'find_variable' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(7901,14): error TS2339: Property 'transform' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(7905,50): error TS2339: Property 'each_argname' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(7972,32): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(8100,31): error TS2322: Type 'Dictionary' is not assignable to type 'undefined'.
node_modules/uglify-js/lib/compress.js(8101,18): error TS2339: Property 'enclosed' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8102,17): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(8104,18): error TS2339: Property 'variables' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8105,17): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(8170,22): error TS2551: Property 'value' does not exist on type 'Dictionary'. Did you mean 'values'?
node_modules/uglify-js/lib/compress.js(8192,22): error TS2551: Property 'value' does not exist on type 'Dictionary'. Did you mean 'values'?
node_modules/uglify-js/lib/compress.js(8334,37): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(8336,24): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(8410,29): error TS2339: Property 'left' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8417,30): error TS2339: Property 'operator' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8420,25): error TS2339: Property 'right' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8483,22): error TS2339: Property 'is_expr_pure' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8484,26): error TS2339: Property 'pure' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8484,99): error TS2339: Property 'start' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8485,38): error TS2339: Property 'args' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8488,28): error TS2339: Property 'expression' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8489,22): error TS2339: Property 'is_call_pure' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8490,34): error TS2339: Property 'args' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8496,33): error TS2339: Property 'clone' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8505,29): error TS2339: Property 'clone' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8506,22): error TS2339: Property 'expression' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8508,41): error TS2339: Property 'expression' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8515,42): error TS2339: Property 'args' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8522,30): error TS2339: Property 'expression' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8522,48): error TS2339: Property 'expression' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8523,30): error TS2339: Property 'args' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8523,42): error TS2339: Property 'args' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8717,28): error TS2339: Property 'expression' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8718,41): error TS2339: Property 'operator' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8722,22): error TS2339: Property 'operator' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8727,42): error TS2339: Property 'operator' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8758,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(8760,44): error TS2339: Property 'loopcontrol_target' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(8764,56): error TS2339: Property 'push' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(8765,12): error TS2339: Property 'push' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(8833,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(8889,21): error TS2403: Subsequent variable declarations must have the same type.  Variable 'body' must be of type 'any[]', but here has type 'any'.
node_modules/uglify-js/lib/compress.js(8904,21): error TS2403: Subsequent variable declarations must have the same type.  Variable 'body' must be of type 'any[]', but here has type 'any'.
node_modules/uglify-js/lib/compress.js(9020,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(9046,21): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(9046,32): error TS2322: Type 'number | undefined' is not assignable to type 'number'.
  Type 'undefined' is not assignable to type 'number'.
node_modules/uglify-js/lib/compress.js(9050,21): error TS2403: Subsequent variable declarations must have the same type.  Variable 'save' must be of type 'any', but here has type 'number'.
node_modules/uglify-js/lib/compress.js(9057,21): error TS2403: Subsequent variable declarations must have the same type.  Variable 'save' must be of type 'any', but here has type 'number'.
node_modules/uglify-js/lib/compress.js(9066,21): error TS2403: Subsequent variable declarations must have the same type.  Variable 'save' must be of type 'any', but here has type 'number'.
node_modules/uglify-js/lib/compress.js(9235,37): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(9236,41): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(9249,37): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(9250,41): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(9342,17): error TS2403: Subsequent variable declarations must have the same type.  Variable 'body' must be of type 'any[]', but here has type 'any'.
node_modules/uglify-js/lib/compress.js(9570,37): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(9576,16): error TS2339: Property 'push' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(9617,21): error TS2403: Subsequent variable declarations must have the same type.  Variable 'body' must be of type 'any[]', but here has type 'any'.
node_modules/uglify-js/lib/compress.js(9870,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(9979,53): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[pattern: string | RegExp, flags?: string | undefined]'.
  Target requires 1 element(s) but source may have fewer.
node_modules/uglify-js/lib/compress.js(10156,45): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(10163,25): error TS2403: Subsequent variable declarations must have the same type.  Variable 'code' must be of type 'string', but here has type '{ get: () => string; reset: () => any; indent: (half: any) => void; should_break: () => boolean; has_parens: () => boolean; newline: () => void; print: (str: any) => void; space: () => void; comma: () => void; colon: () => void; ... 16 more ...; parent: (n: any) => any; }'.
node_modules/uglify-js/lib/compress.js(10167,36): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(10172,41): error TS2339: Property 'get' does not exist on type 'string'.
node_modules/uglify-js/lib/compress.js(10255,49): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(10458,39): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(10462,21): error TS2322: Type 'null' is not assignable to type 'any[]'.
node_modules/uglify-js/lib/compress.js(10470,25): error TS2322: Type 'null' is not assignable to type 'any[]'.
node_modules/uglify-js/lib/compress.js(10479,25): error TS2322: Type 'null' is not assignable to type 'any[]'.
node_modules/uglify-js/lib/compress.js(10495,32): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(10498,27): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(10723,34): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(10724,40): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(10725,40): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(10726,40): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(10741,41): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[start: number, deleteCount: number, ...items: never[]]'.
node_modules/uglify-js/lib/compress.js(10799,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(11171,18): error TS2454: Variable 'is_strict_comparison' is used before being assigned.
node_modules/uglify-js/lib/compress.js(11348,60): error TS2454: Variable 'nullish' is used before being assigned.
node_modules/uglify-js/lib/compress.js(11349,21): error TS2454: Variable 'nullish' is used before being assigned.
node_modules/uglify-js/lib/compress.js(11352,32): error TS2454: Variable 'nullish' is used before being assigned.
node_modules/uglify-js/lib/compress.js(11361,32): error TS2454: Variable 'nullish' is used before being assigned.
node_modules/uglify-js/lib/compress.js(11369,22): error TS2454: Variable 'nullish' is used before being assigned.
node_modules/uglify-js/lib/compress.js(11385,22): error TS2454: Variable 'nullish' is used before being assigned.
node_modules/uglify-js/lib/compress.js(11673,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(11873,47): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(11974,39): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(12135,39): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(12139,41): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(12143,45): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(12801,26): error TS2358: The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.
node_modules/uglify-js/lib/compress.js(12802,36): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(12803,32): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(12838,43): error TS2454: Variable 'property' is used before being assigned.
node_modules/uglify-js/lib/compress.js(12859,25): error TS2403: Subsequent variable declarations must have the same type.  Variable 'value' must be of type 'number', but here has type 'any'.
node_modules/uglify-js/lib/compress.js(12862,46): error TS2339: Property 'has_side_effects' does not exist on type 'number'.
node_modules/uglify-js/lib/compress.js(12867,25): error TS2403: Subsequent variable declarations must have the same type.  Variable 'value' must be of type 'number', but here has type 'any'.
node_modules/uglify-js/lib/compress.js(12908,34): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(12926,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(13171,34): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(13345,41): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(13372,42): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(13493,24): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(13497,35): error TS2339: Property 'try_inline' does not exist on type 'never'.
node_modules/uglify-js/lib/compress.js(13500,25): error TS2358: The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.
node_modules/uglify-js/lib/compress.js(13501,33): error TS2339: Property 'body' does not exist on type 'never'.
node_modules/uglify-js/lib/compress.js(13510,24): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(13513,17): error TS2358: The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.
node_modules/uglify-js/lib/compress.js(13516,35): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(13524,24): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(13528,27): error TS2339: Property 'try_inline' does not exist on type 'never'.
node_modules/uglify-js/lib/compress.js(13532,17): error TS2358: The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.
node_modules/uglify-js/lib/compress.js(13535,38): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(13543,24): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(13549,24): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(13551,17): error TS2358: The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.
node_modules/uglify-js/lib/compress.js(13623,24): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(13626,17): error TS2358: The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.
node_modules/uglify-js/lib/compress.js(13629,39): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/mozilla-ast.js(384,53): error TS2304: Cannot find name 'syn'.
node_modules/uglify-js/lib/mozilla-ast.js(1211,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/output.js(507,37): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/output.js(508,53): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/output.js(512,16): error TS2339: Property 'push' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/output.js(1422,44): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/output.js(1871,58): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
node_modules/uglify-js/lib/parse.js(324,9): error TS2322: Type 'string | boolean' is not assignable to type 'boolean'.
  Type 'string' is not assignable to type 'boolean'.
node_modules/uglify-js/lib/parse.js(393,19): error TS2345: Argument of type 'number | undefined' is not assignable to parameter of type 'number'.
  Type 'undefined' is not assignable to type 'number'.
node_modules/uglify-js/lib/parse.js(459,32): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
node_modules/uglify-js/lib/parse.js(470,32): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
node_modules/uglify-js/lib/parse.js(520,20): error TS2339: Property 'raw_source' does not exist on type 'RegExp'.
node_modules/uglify-js/lib/parse.js(523,25): error TS2571: Object is of type 'unknown'.
node_modules/uglify-js/lib/parse.js(638,57): error TS2339: Property 'push' does not exist on type 'never'.
node_modules/uglify-js/lib/parse.js(644,32): error TS2345: Argument of type 'never[]' is not assignable to parameter of type 'never'.
node_modules/uglify-js/lib/parse.js(649,22): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/parse.js(650,26): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/parse.js(742,13): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(775,69): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(775,83): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(819,31): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(825,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(848,21): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(888,21): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(908,21): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1032,23): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
node_modules/uglify-js/lib/parse.js(1111,56): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1127,52): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1167,58): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1359,9): error TS2322: Type 'any[]' is not assignable to type 'never[]'.
node_modules/uglify-js/lib/parse.js(1408,9): error TS2322: Type 'any[]' is not assignable to type 'never[]'.
node_modules/uglify-js/lib/parse.js(1414,28): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/parse.js(1438,51): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1448,25): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1458,23): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1459,24): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1473,34): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1476,34): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1489,32): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1491,27): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1492,28): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1538,43): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1551,33): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1563,43): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1602,35): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1624,19): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1626,20): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1668,17): error TS2454: Variable 'cur' is used before being assigned.
node_modules/uglify-js/lib/parse.js(1790,41): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1791,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1804,59): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1838,21): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1848,27): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1849,60): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1850,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1851,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1852,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1853,33): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1854,35): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1856,39): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1857,25): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1860,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1864,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1865,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1867,38): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1869,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1870,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1881,36): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1936,32): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1960,19): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/parse.js(1961,23): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/parse.js(1961,71): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/parse.js(2017,26): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2032,26): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2062,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2102,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2104,27): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2111,25): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2123,20): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2179,32): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/parse.js(2219,26): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2350,60): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2360,44): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2369,48): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2395,35): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2498,52): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2521,23): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/parse.js(2529,44): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/propmangle.js(70,18): error TS2339: Property 'prototype' does not exist on type 'ObjectConstructor | FunctionConstructor | StringConstructor | BooleanConstructor | NumberConstructor | ... 4 more ... | ArrayConstructor'.
  Property 'prototype' does not exist on type 'Math'.
node_modules/uglify-js/lib/propmangle.js(71,44): error TS2351: This expression is not constructable.
  Not all constituents of type 'ObjectConstructor | FunctionConstructor | StringConstructor | BooleanConstructor | NumberConstructor | ... 4 more ... | ArrayConstructor' are constructable.
    Type 'Math' has no construct signatures.
node_modules/uglify-js/lib/propmangle.js(72,45): error TS2339: Property 'prototype' does not exist on type 'ObjectConstructor | FunctionConstructor | StringConstructor | BooleanConstructor | NumberConstructor | ... 4 more ... | ArrayConstructor'.
  Property 'prototype' does not exist on type 'Math'.
node_modules/uglify-js/lib/propmangle.js(83,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/propmangle.js(148,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/propmangle.js(180,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/scope.js(68,18): error TS2339: Property 'global' does not exist on type 'SymbolDef'.
node_modules/uglify-js/lib/scope.js(77,22): error TS2339: Property 'global' does not exist on type 'SymbolDef'.
node_modules/uglify-js/lib/scope.js(95,18): error TS2339: Property 'exported' does not exist on type 'SymbolDef'.
node_modules/uglify-js/lib/scope.js(96,18): error TS2339: Property 'undeclared' does not exist on type 'SymbolDef'.
node_modules/uglify-js/lib/scope.js(106,39): error TS2339: Property 'global' does not exist on type 'SymbolDef'.
node_modules/uglify-js/lib/scope.js(147,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/scope.js(150,27): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(163,27): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(170,27): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(198,21): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/scope.js(199,21): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/scope.js(200,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/scope.js(201,26): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/scope.js(217,13): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/scope.js(219,23): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/scope.js(223,51): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(231,23): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/scope.js(252,10): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(257,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/scope.js(307,62): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(329,28): error TS2339: Property 'def_global' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(331,33): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(342,33): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(351,26): error TS2339: Property 'uses_eval' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(366,10): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(369,26): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(369,46): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/scope.js(415,38): error TS2339: Property 'variables' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(470,10): error TS2339: Property 'def_variable' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(472,21): error TS2339: Property 'start' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(473,19): error TS2339: Property 'end' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(622,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/scope.js(654,49): error TS2339: Property 'has_directive' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(729,31): error TS2345: Argument of type 'string' is not assignable to parameter of type 'object'.
node_modules/uglify-js/lib/scope.js(732,30): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/scope.js(756,30): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/sourcemap.js(82,11): error TS2339: Property 'index' does not exist on type 'any[]'.
node_modules/uglify-js/lib/sourcemap.js(182,31): error TS2339: Property 'index' does not exist on type 'any[]'.
node_modules/uglify-js/lib/sourcemap.js(190,34): error TS2339: Property 'index' does not exist on type 'any[]'.
node_modules/uglify-js/lib/transform.js(47,21): error TS2345: Argument of type 'this' is not assignable to parameter of type 'TreeWalker'.
  Type 'TreeTransformer' is missing the following properties from type 'TreeWalker': currentNode, filter, root, whatToShow, and 10 more.
node_modules/uglify-js/lib/utils.js(66,24): error TS2571: Object is of type 'unknown'.
node_modules/uglify-js/lib/utils.js(162,18): error TS2339: Property 'proto_value' does not exist on type 'Dictionary'.
node_modules/uglify-js/lib/utils.js(178,42): error TS2339: Property 'proto_value' does not exist on type 'Dictionary'.
node_modules/uglify-js/lib/utils.js(182,25): error TS2339: Property 'proto_value' does not exist on type 'Dictionary'.
node_modules/uglify-js/lib/utils.js(194,54): error TS2339: Property 'proto_value' does not exist on type 'never'.
node_modules/uglify-js/lib/utils.js(200,43): error TS2339: Property 'proto_value' does not exist on type 'never'.
node_modules/uglify-js/lib/utils.js(203,16): error TS2365: Operator '+' cannot be applied to types 'number' and 'boolean'.
node_modules/uglify-js/lib/utils.js(209,52): error TS2339: Property 'proto_value' does not exist on type 'never'.
node_modules/uglify-js/tools/exports.js(1,1): error TS2303: Circular definition of import alias '"Dictionary"'.
node_modules/uglify-js/tools/exports.js(2,1): error TS2303: Circular definition of import alias '"is_statement"'.
node_modules/uglify-js/tools/exports.js(3,1): error TS2303: Circular definition of import alias '"List"'.
node_modules/uglify-js/tools/exports.js(4,1): error TS2303: Circular definition of import alias '"minify"'.
node_modules/uglify-js/tools/exports.js(5,1): error TS2303: Circular definition of import alias '"parse"'.
node_modules/uglify-js/tools/exports.js(6,1): error TS2303: Circular definition of import alias '"push_uniq"'.
node_modules/uglify-js/tools/exports.js(7,1): error TS2303: Circular definition of import alias '"TreeTransformer"'.
node_modules/uglify-js/tools/exports.js(8,1): error TS2303: Circular definition of import alias '"TreeWalker"'.
node_modules/uglify-js/tools/node.js(33,6): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/tools/tty.js(4,20): error TS2339: Property '_handle' does not exist on type 'WriteStream & { fd: 1; }'.
node_modules/uglify-js/tools/tty.js(5,20): error TS2339: Property '_handle' does not exist on type 'WriteStream & { fd: 2; }'.
node_modules/uglify-js/tools/tty.js(16,41): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[code?: number | undefined]'.
  Target allows only 1 element(s) but source may have more.



Standard error: