From cc284642dfdd4e05133b0285229847c6bc481ca1 Mon Sep 17 00:00:00 2001 From: TypeScript Bot Date: Fri, 4 Oct 2019 11:23:26 -0700 Subject: [PATCH] Update user baselines (#33801) --- tests/baselines/reference/user/npm.log | 1 - tests/baselines/reference/user/npmlog.log | 8 +- tests/baselines/reference/user/uglify-js.log | 1686 +----------------- 3 files changed, 11 insertions(+), 1684 deletions(-) diff --git a/tests/baselines/reference/user/npm.log b/tests/baselines/reference/user/npm.log index 07ac8d7d8a6..bdf514c4072 100644 --- a/tests/baselines/reference/user/npm.log +++ b/tests/baselines/reference/user/npm.log @@ -723,7 +723,6 @@ node_modules/npm/lib/search/all-package-metadata.js(239,20): error TS2339: Prope node_modules/npm/lib/search/esearch.js(15,36): error TS2339: Property 'config' does not exist on type 'typeof EventEmitter'. node_modules/npm/lib/search/esearch.js(35,7): error TS2339: Property 'registry' does not exist on type 'typeof EventEmitter'. node_modules/npm/lib/search/format-package-stream.js(130,31): error TS2339: Property 'fd' does not exist on type 'WriteStream'. -node_modules/npm/lib/search/format-package-stream.js(130,63): error TS2339: Property 'getWindowSize' does not exist on type 'WriteStream'. node_modules/npm/lib/set.js(8,22): error TS2339: Property 'commands' does not exist on type 'typeof EventEmitter'. node_modules/npm/lib/set.js(12,7): error TS2339: Property 'commands' does not exist on type 'typeof EventEmitter'. node_modules/npm/lib/shrinkwrap.js(30,29): error TS2339: Property 'lockfileVersion' does not exist on type 'typeof EventEmitter'. diff --git a/tests/baselines/reference/user/npmlog.log b/tests/baselines/reference/user/npmlog.log index 6b6e315d996..6847693c109 100644 --- a/tests/baselines/reference/user/npmlog.log +++ b/tests/baselines/reference/user/npmlog.log @@ -8,12 +8,12 @@ node_modules/npmlog/log.js(194,37): error TS2345: Argument of type 'any[]' is no Property '0' is missing in type 'any[]' but required in type '[any, ...any[]]'. node_modules/npmlog/log.js(218,12): error TS2551: Property '_paused' does not exist on type 'typeof EventEmitter'. Did you mean 'pause'? node_modules/npmlog/log.js(271,16): error TS2769: No overload matches this call. - Overload 1 of 2, '(buffer: string | Uint8Array, cb?: ((err?: Error | null | undefined) => void) | undefined): boolean', gave the following error. + Overload 1 of 2, '(buffer: string | Uint8Array, cb?: ((err?: Error | undefined) => void) | undefined): boolean', gave the following error. + Argument of type 'string | undefined' is not assignable to parameter of type 'string | Uint8Array'. + Type 'undefined' is not assignable to type 'string | Uint8Array'. + Overload 2 of 2, '(str: string | Uint8Array, encoding?: string | undefined, cb?: ((err?: Error | undefined) => void) | undefined): boolean', gave the following error. Argument of type 'string | undefined' is not assignable to parameter of type 'string | Uint8Array'. Type 'undefined' is not assignable to type 'string | Uint8Array'. - Overload 2 of 2, '(str: string, encoding?: string | undefined, cb?: ((err?: Error | null | undefined) => void) | undefined): boolean', gave the following error. - Argument of type 'string | undefined' is not assignable to parameter of type 'string'. - Type 'undefined' is not assignable to type 'string'. diff --git a/tests/baselines/reference/user/uglify-js.log b/tests/baselines/reference/user/uglify-js.log index 49ef9005e36..46ea878eeed 100644 --- a/tests/baselines/reference/user/uglify-js.log +++ b/tests/baselines/reference/user/uglify-js.log @@ -1,1556 +1,76 @@ Exit Code: 1 Standard output: -node_modules/uglify-js/lib/compress.js(164,55): error TS2304: Cannot find name 'AST_SymbolDefun'. +node_modules/uglify-js/lib/ast.js(223,38): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/ast.js(906,5): error TS2322: Type '{ _visit: (node: any, descend: any) => any; 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 | undefined; }' is not assignable to type 'TreeWalker'. + Object literal may only specify known properties, but '_visit' does not exist in type 'TreeWalker'. Did you mean to write 'visit'? +node_modules/uglify-js/lib/ast.js(907,14): error TS2339: Property 'push' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/ast.js(914,14): error TS2339: Property 'pop' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/ast.js(969,25): error TS2339: Property 'self' does not exist on type 'TreeWalker'. +node_modules/uglify-js/lib/ast.js(970,37): error TS2339: Property 'parent' does not exist on type 'TreeWalker'. node_modules/uglify-js/lib/compress.js(184,42): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(187,17): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(205,40): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(233,9): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(237,5): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(241,5): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(244,43): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(245,34): error TS2304: Cannot find name 'AST_Return'. -node_modules/uglify-js/lib/compress.js(249,44): error TS2304: Cannot find name 'AST_Return'. -node_modules/uglify-js/lib/compress.js(252,46): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(254,36): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(256,34): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(257,51): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(259,47): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(265,33): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(268,33): error TS2304: Cannot find name 'AST_Block'. -node_modules/uglify-js/lib/compress.js(273,40): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/compress.js(278,40): error TS2304: Cannot find name 'AST_With'. -node_modules/uglify-js/lib/compress.js(288,28): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(290,28): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(294,35): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(299,35): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/compress.js(304,39): error TS2304: Cannot find name 'AST_ObjectKeyVal'. -node_modules/uglify-js/lib/compress.js(308,33): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(312,30): error TS2304: Cannot find name 'AST_Boolean'. -node_modules/uglify-js/lib/compress.js(313,30): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(314,30): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/compress.js(316,30): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(317,30): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/compress.js(318,30): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/compress.js(319,30): error TS2304: Cannot find name 'AST_RegExp'. -node_modules/uglify-js/lib/compress.js(324,62): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/compress.js(330,34): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(333,36): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/compress.js(334,40): error TS2304: Cannot find name 'AST_New'. -node_modules/uglify-js/lib/compress.js(337,31): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(340,31): error TS2304: Cannot find name 'AST_ObjectKeyVal'. -node_modules/uglify-js/lib/compress.js(344,31): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(353,55): error TS2304: Cannot find name 'AST_SymbolFunarg'. -node_modules/uglify-js/lib/compress.js(357,13): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(366,42): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/compress.js(368,38): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/compress.js(372,43): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/compress.js(397,45): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/compress.js(430,41): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/compress.js(455,43): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(459,41): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/compress.js(473,38): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/compress.js(474,41): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(477,41): error TS2304: Cannot find name 'AST_SymbolDefun'. -node_modules/uglify-js/lib/compress.js(477,75): error TS2304: Cannot find name 'AST_SymbolLambda'. -node_modules/uglify-js/lib/compress.js(491,37): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(492,37): error TS2304: Cannot find name 'AST_This'. -node_modules/uglify-js/lib/compress.js(498,35): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(499,38): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(499,99): error TS2304: Cannot find name 'AST_New'. -node_modules/uglify-js/lib/compress.js(500,38): error TS2304: Cannot find name 'AST_Exit'. -node_modules/uglify-js/lib/compress.js(501,38): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/compress.js(506,42): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(507,38): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(508,38): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(509,38): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(511,42): error TS2304: Cannot find name 'AST_ObjectKeyVal'. -node_modules/uglify-js/lib/compress.js(514,42): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(520,35): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(521,35): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(522,35): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(523,35): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/compress.js(528,35): error TS2304: Cannot find name 'AST_Sub'. -node_modules/uglify-js/lib/compress.js(530,35): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(532,63): error TS2304: Cannot find name 'AST_Number'. node_modules/uglify-js/lib/compress.js(535,41): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(536,35): error TS2304: Cannot find name 'AST_Symbol'. -node_modules/uglify-js/lib/compress.js(539,33): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(542,13): error TS2304: Cannot find name 'AST_Accessor'. -node_modules/uglify-js/lib/compress.js(550,13): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(553,34): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(570,34): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(572,44): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(584,13): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(592,13): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(593,28): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(595,34): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(597,40): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/compress.js(604,13): error TS2304: Cannot find name 'AST_Case'. -node_modules/uglify-js/lib/compress.js(609,13): error TS2304: Cannot find name 'walk_body'. -node_modules/uglify-js/lib/compress.js(613,13): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(623,13): error TS2304: Cannot find name 'AST_Default'. -node_modules/uglify-js/lib/compress.js(629,13): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/compress.js(642,13): error TS2304: Cannot find name 'AST_Do'. -node_modules/uglify-js/lib/compress.js(656,13): error TS2304: Cannot find name 'AST_For'. -node_modules/uglify-js/lib/compress.js(674,13): error TS2304: Cannot find name 'AST_ForIn'. -node_modules/uglify-js/lib/compress.js(685,13): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/compress.js(692,52): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(701,62): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(715,13): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/compress.js(727,13): error TS2304: Cannot find name 'AST_LabeledStatement'. -node_modules/uglify-js/lib/compress.js(733,13): error TS2304: Cannot find name 'AST_SymbolCatch'. -node_modules/uglify-js/lib/compress.js(736,13): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(742,41): error TS2304: Cannot find name 'AST_SymbolDefun'. -node_modules/uglify-js/lib/compress.js(753,53): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(768,36): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/compress.js(769,56): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(774,13): error TS2304: Cannot find name 'AST_Toplevel'. -node_modules/uglify-js/lib/compress.js(785,13): error TS2304: Cannot find name 'AST_Try'. -node_modules/uglify-js/lib/compress.js(787,13): error TS2304: Cannot find name 'walk_body'. -node_modules/uglify-js/lib/compress.js(797,13): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/compress.js(801,34): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(813,34): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(815,37): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(817,54): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(819,38): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(829,13): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/compress.js(847,13): error TS2304: Cannot find name 'AST_While'. -node_modules/uglify-js/lib/compress.js(860,5): error TS2304: Cannot find name 'AST_Toplevel'. node_modules/uglify-js/lib/compress.js(861,33): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(883,5): error TS2304: Cannot find name 'AST_Symbol'. -node_modules/uglify-js/lib/compress.js(887,33): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(890,5): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(892,55): error TS2304: Cannot find name 'AST_SymbolLambda'. -node_modules/uglify-js/lib/compress.js(896,28): error TS2304: Cannot find name 'AST_This'. -node_modules/uglify-js/lib/compress.js(897,28): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(899,43): error TS2304: Cannot find name 'AST_SymbolLambda'. -node_modules/uglify-js/lib/compress.js(902,28): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(904,32): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(918,34): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(919,34): error TS2304: Cannot find name 'AST_Catch'. -node_modules/uglify-js/lib/compress.js(938,26): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(946,30): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/compress.js(950,46): error TS2304: Cannot find name 'AST_NaN'. -node_modules/uglify-js/lib/compress.js(952,48): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(954,43): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(955,32): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(957,40): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(959,39): error TS2304: Cannot find name 'AST_Infinity'. -node_modules/uglify-js/lib/compress.js(960,28): error TS2304: Cannot find name 'AST_Infinity'. -node_modules/uglify-js/lib/compress.js(962,36): error TS2304: Cannot find name 'AST_True'. -node_modules/uglify-js/lib/compress.js(962,47): error TS2304: Cannot find name 'AST_False'. -node_modules/uglify-js/lib/compress.js(964,30): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(967,34): error TS2304: Cannot find name 'AST_Null'. -node_modules/uglify-js/lib/compress.js(970,34): error TS2304: Cannot find name 'AST_RegExp'. -node_modules/uglify-js/lib/compress.js(979,31): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(989,31): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(991,52): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(997,29): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(1007,30): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(1008,30): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(1009,30): error TS2304: Cannot find name 'AST_Statement'. -node_modules/uglify-js/lib/compress.js(1015,30): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(1016,30): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(1021,26): error TS2304: Cannot find name 'AST_IterationStatement'. -node_modules/uglify-js/lib/compress.js(1022,38): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(1028,32): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(1034,43): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/compress.js(1038,32): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(1042,5): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(1049,32): error TS2304: Cannot find name 'AST_Infinity'. -node_modules/uglify-js/lib/compress.js(1050,32): error TS2304: Cannot find name 'AST_NaN'. -node_modules/uglify-js/lib/compress.js(1051,32): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(1082,37): error TS2304: Cannot find name 'AST_Catch'. -node_modules/uglify-js/lib/compress.js(1082,66): error TS2304: Cannot find name 'AST_Finally'. -node_modules/uglify-js/lib/compress.js(1084,44): error TS2304: Cannot find name 'AST_IterationStatement'. -node_modules/uglify-js/lib/compress.js(1086,44): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(1089,44): error TS2304: Cannot find name 'AST_Try'. node_modules/uglify-js/lib/compress.js(1121,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(1133,42): error TS2304: Cannot find name 'AST_SymbolDeclaration'. node_modules/uglify-js/lib/compress.js(1135,51): error TS2349: This expression is not callable. Not all constituents of type 'true | ((node: any) => any)' are callable. Type 'true' has no call signatures. -node_modules/uglify-js/lib/compress.js(1145,63): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/compress.js(1148,21): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(1154,46): error TS2304: Cannot find name 'AST_UnaryPostfix'. -node_modules/uglify-js/lib/compress.js(1155,42): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(1157,46): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/compress.js(1163,42): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(1165,45): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(1177,41): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(1196,37): error TS2304: Cannot find name 'AST_SymbolRef'. node_modules/uglify-js/lib/compress.js(1199,53): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(1205,37): error TS2304: Cannot find name 'AST_Default'. -node_modules/uglify-js/lib/compress.js(1205,68): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(1236,60): error TS2304: Cannot find name 'AST_SymbolFunarg'. node_modules/uglify-js/lib/compress.js(1240,112): error TS2454: Variable 'args' is used before being assigned. node_modules/uglify-js/lib/compress.js(1241,29): error TS2532: Object is possibly 'undefined'. node_modules/uglify-js/lib/compress.js(1250,87): error TS2322: Type 'false' is not assignable to type 'number'. node_modules/uglify-js/lib/compress.js(1258,29): error TS2322: Type 'false' is not assignable to type 'never'. -node_modules/uglify-js/lib/compress.js(1267,37): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(1269,37): error TS2304: Cannot find name 'AST_Switch'. -node_modules/uglify-js/lib/compress.js(1273,47): error TS2304: Cannot find name 'AST_Case'. -node_modules/uglify-js/lib/compress.js(1288,39): error TS2304: Cannot find name 'AST_For'. -node_modules/uglify-js/lib/compress.js(1289,37): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(1292,37): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(1293,43): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(1295,37): error TS2304: Cannot find name 'AST_Debugger'. -node_modules/uglify-js/lib/compress.js(1296,37): error TS2304: Cannot find name 'AST_IterationStatement'. -node_modules/uglify-js/lib/compress.js(1296,86): error TS2304: Cannot find name 'AST_For'. -node_modules/uglify-js/lib/compress.js(1297,37): error TS2304: Cannot find name 'AST_LoopControl'. -node_modules/uglify-js/lib/compress.js(1298,37): error TS2304: Cannot find name 'AST_Try'. -node_modules/uglify-js/lib/compress.js(1299,37): error TS2304: Cannot find name 'AST_With'. -node_modules/uglify-js/lib/compress.js(1301,40): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(1303,44): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(1307,39): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(1308,39): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(1309,42): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/compress.js(1313,37): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(1314,37): error TS2304: Cannot find name 'AST_Exit'. -node_modules/uglify-js/lib/compress.js(1315,59): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(1317,37): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/compress.js(1320,37): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(1323,37): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(1329,37): error TS2304: Cannot find name 'AST_This'. -node_modules/uglify-js/lib/compress.js(1330,37): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/compress.js(1336,36): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(1341,35): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/compress.js(1345,64): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(1355,48): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/compress.js(1362,45): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(1363,51): error TS2304: Cannot find name 'AST_Lambda'. node_modules/uglify-js/lib/compress.js(1366,53): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(1368,53): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(1375,53): error TS2304: Cannot find name 'AST_This'. -node_modules/uglify-js/lib/compress.js(1375,97): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(1381,65): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/compress.js(1391,37): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(1395,44): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(1398,44): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(1401,44): error TS2304: Cannot find name 'AST_Case'. -node_modules/uglify-js/lib/compress.js(1403,44): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(1407,44): error TS2304: Cannot find name 'AST_Definitions'. -node_modules/uglify-js/lib/compress.js(1409,44): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/compress.js(1411,44): error TS2304: Cannot find name 'AST_DWLoop'. -node_modules/uglify-js/lib/compress.js(1413,48): error TS2304: Cannot find name 'AST_Block'. -node_modules/uglify-js/lib/compress.js(1416,44): error TS2304: Cannot find name 'AST_Exit'. -node_modules/uglify-js/lib/compress.js(1418,44): error TS2304: Cannot find name 'AST_For'. -node_modules/uglify-js/lib/compress.js(1422,48): error TS2304: Cannot find name 'AST_Block'. -node_modules/uglify-js/lib/compress.js(1425,44): error TS2304: Cannot find name 'AST_ForIn'. -node_modules/uglify-js/lib/compress.js(1427,48): error TS2304: Cannot find name 'AST_Block'. -node_modules/uglify-js/lib/compress.js(1430,44): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/compress.js(1432,48): error TS2304: Cannot find name 'AST_Block'. -node_modules/uglify-js/lib/compress.js(1435,75): error TS2304: Cannot find name 'AST_Block'. -node_modules/uglify-js/lib/compress.js(1438,44): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(1440,44): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(1442,44): error TS2304: Cannot find name 'AST_Sub'. -node_modules/uglify-js/lib/compress.js(1445,44): error TS2304: Cannot find name 'AST_Switch'. -node_modules/uglify-js/lib/compress.js(1448,44): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/compress.js(1454,44): error TS2304: Cannot find name 'AST_VarDef'. node_modules/uglify-js/lib/compress.js(1467,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(1468,39): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(1470,53): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(1476,39): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(1482,39): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(1483,39): error TS2304: Cannot find name 'AST_Case'. -node_modules/uglify-js/lib/compress.js(1484,39): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(1490,39): error TS2304: Cannot find name 'AST_Definitions'. -node_modules/uglify-js/lib/compress.js(1493,39): error TS2304: Cannot find name 'AST_Exit'. -node_modules/uglify-js/lib/compress.js(1496,39): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/compress.js(1502,39): error TS2304: Cannot find name 'AST_IterationStatement'. -node_modules/uglify-js/lib/compress.js(1503,39): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(1504,39): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(1507,39): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(1510,39): error TS2304: Cannot find name 'AST_Switch'. -node_modules/uglify-js/lib/compress.js(1511,39): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/compress.js(1512,39): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/compress.js(1518,40): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(1526,37): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/compress.js(1531,64): error TS2304: Cannot find name 'AST_SymbolFunarg'. -node_modules/uglify-js/lib/compress.js(1533,42): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(1536,49): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(1541,45): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(1545,45): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(1549,37): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(1550,37): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(1553,37): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(1554,37): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(1557,37): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/compress.js(1563,37): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(1568,37): error TS2304: Cannot find name 'AST_This'. -node_modules/uglify-js/lib/compress.js(1573,38): error TS2304: Cannot find name 'AST_SymbolRef'. node_modules/uglify-js/lib/compress.js(1577,42): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(1579,41): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(1606,42): error TS2304: Cannot find name 'AST_VarDef'. node_modules/uglify-js/lib/compress.js(1609,41): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(1611,41): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(1613,48): error TS2304: Cannot find name 'AST_This'. -node_modules/uglify-js/lib/compress.js(1625,42): error TS2304: Cannot find name 'AST_SymbolFunarg'. -node_modules/uglify-js/lib/compress.js(1628,62): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(1637,41): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/compress.js(1651,41): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(1660,39): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(1664,53): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/compress.js(1665,53): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(1669,37): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/compress.js(1676,36): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(1678,87): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/compress.js(1688,64): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(1694,68): error TS2304: Cannot find name 'AST_SymbolDefun'. -node_modules/uglify-js/lib/compress.js(1702,37): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(1703,37): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/compress.js(1704,37): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/compress.js(1706,41): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/compress.js(1707,41): error TS2304: Cannot find name 'AST_Sub'. -node_modules/uglify-js/lib/compress.js(1708,41): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(1718,37): error TS2304: Cannot find name 'AST_BlockStatement'. node_modules/uglify-js/lib/compress.js(1721,49): error TS2345: Argument of type 'number[]' is not assignable to parameter of type '[number, number, ...never[]]'. Type 'number[]' is missing the following properties from type '[number, number, ...never[]]': 0, 1 -node_modules/uglify-js/lib/compress.js(1723,44): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(1726,44): error TS2304: Cannot find name 'AST_Directive'. -node_modules/uglify-js/lib/compress.js(1741,45): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(1747,59): error TS2304: Cannot find name 'AST_Return'. -node_modules/uglify-js/lib/compress.js(1753,47): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(1755,51): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(1762,37): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/compress.js(1772,47): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(1775,54): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(1782,73): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(1782,111): error TS2304: Cannot find name 'AST_Jump'. -node_modules/uglify-js/lib/compress.js(1802,47): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(1806,54): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(1814,37): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/compress.js(1814,68): error TS2304: Cannot find name 'AST_Return'. -node_modules/uglify-js/lib/compress.js(1820,67): error TS2304: Cannot find name 'AST_Return'. -node_modules/uglify-js/lib/compress.js(1822,51): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(1829,71): error TS2304: Cannot find name 'AST_Return'. -node_modules/uglify-js/lib/compress.js(1841,48): error TS2304: Cannot find name 'AST_Return'. -node_modules/uglify-js/lib/compress.js(1844,62): error TS2304: Cannot find name 'AST_Return'. -node_modules/uglify-js/lib/compress.js(1859,44): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/compress.js(1859,75): error TS2304: Cannot find name 'AST_Return'. -node_modules/uglify-js/lib/compress.js(1860,82): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(1863,54): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(1866,43): error TS2304: Cannot find name 'AST_Return'. -node_modules/uglify-js/lib/compress.js(1882,41): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/compress.js(1882,72): error TS2304: Cannot find name 'AST_Return'. -node_modules/uglify-js/lib/compress.js(1890,51): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(1895,41): error TS2304: Cannot find name 'AST_LoopControl'. -node_modules/uglify-js/lib/compress.js(1896,38): error TS2304: Cannot find name 'AST_Return'. -node_modules/uglify-js/lib/compress.js(1897,38): error TS2304: Cannot find name 'AST_Continue'. -node_modules/uglify-js/lib/compress.js(1898,38): error TS2304: Cannot find name 'AST_Break'. -node_modules/uglify-js/lib/compress.js(1898,66): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(1905,41): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/compress.js(1916,41): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(1926,43): error TS2304: Cannot find name 'AST_Var'. -node_modules/uglify-js/lib/compress.js(1936,43): error TS2304: Cannot find name 'AST_Var'. -node_modules/uglify-js/lib/compress.js(1949,37): error TS2304: Cannot find name 'AST_LoopControl'. -node_modules/uglify-js/lib/compress.js(1951,41): error TS2304: Cannot find name 'AST_Break'. -node_modules/uglify-js/lib/compress.js(1952,49): error TS2304: Cannot find name 'AST_IterationStatement'. -node_modules/uglify-js/lib/compress.js(1954,44): error TS2304: Cannot find name 'AST_Continue'. -node_modules/uglify-js/lib/compress.js(1989,45): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(1994,37): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(1999,44): error TS2304: Cannot find name 'AST_Definitions'. -node_modules/uglify-js/lib/compress.js(2000,40): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/compress.js(2013,36): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(2017,37): error TS2304: Cannot find name 'AST_Var'. -node_modules/uglify-js/lib/compress.js(2039,41): error TS2304: Cannot find name 'AST_Exit'. -node_modules/uglify-js/lib/compress.js(2040,71): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(2041,48): error TS2304: Cannot find name 'AST_For'. -node_modules/uglify-js/lib/compress.js(2042,52): error TS2304: Cannot find name 'AST_Definitions'. node_modules/uglify-js/lib/compress.js(2044,59): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(2045,62): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(2046,53): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(2060,48): error TS2304: Cannot find name 'AST_ForIn'. -node_modules/uglify-js/lib/compress.js(2062,48): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/compress.js(2064,48): error TS2304: Cannot find name 'AST_Switch'. -node_modules/uglify-js/lib/compress.js(2066,48): error TS2304: Cannot find name 'AST_With'. -node_modules/uglify-js/lib/compress.js(2070,74): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/compress.js(2076,46): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/compress.js(2078,53): error TS2304: Cannot find name 'AST_EmptyStatement'. node_modules/uglify-js/lib/compress.js(2082,53): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[number, number, ...never[]]'. Type 'any[]' is missing the following properties from type '[number, number, ...never[]]': 0, 1 -node_modules/uglify-js/lib/compress.js(2091,40): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(2098,33): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(2100,40): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(2104,33): error TS2304: Cannot find name 'AST_Definitions'. -node_modules/uglify-js/lib/compress.js(2110,39): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(2112,44): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(2120,36): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/compress.js(2124,39): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(2126,44): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(2128,38): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(2132,37): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(2135,37): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(2143,49): error TS2304: Cannot find name 'AST_ObjectKeyVal'. -node_modules/uglify-js/lib/compress.js(2158,37): error TS2304: Cannot find name 'AST_Definitions'. -node_modules/uglify-js/lib/compress.js(2169,44): error TS2304: Cannot find name 'AST_Exit'. -node_modules/uglify-js/lib/compress.js(2171,44): error TS2304: Cannot find name 'AST_For'. -node_modules/uglify-js/lib/compress.js(2177,48): error TS2304: Cannot find name 'AST_Var'. -node_modules/uglify-js/lib/compress.js(2192,44): error TS2304: Cannot find name 'AST_ForIn'. -node_modules/uglify-js/lib/compress.js(2194,44): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/compress.js(2196,44): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(2204,44): error TS2304: Cannot find name 'AST_Switch'. -node_modules/uglify-js/lib/compress.js(2206,44): error TS2304: Cannot find name 'AST_With'. -node_modules/uglify-js/lib/compress.js(2227,31): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/compress.js(2228,13): error TS2304: Cannot find name 'AST_Node'. node_modules/uglify-js/lib/compress.js(2230,34): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(2231,33): error TS2304: Cannot find name 'AST_Definitions'. -node_modules/uglify-js/lib/compress.js(2232,17): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(2237,33): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/compress.js(2241,33): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(2249,32): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(2250,32): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(2258,13): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(2259,13): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(2260,13): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(2263,13): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(2264,13): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/compress.js(2265,13): error TS2304: Cannot find name 'AST_RegExp'. -node_modules/uglify-js/lib/compress.js(2266,13): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(2269,13): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(2284,9): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(2290,13): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(2291,13): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(2292,13): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(2297,34): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(2298,32): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(2303,13): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(2306,13): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(2309,13): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(2310,13): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/compress.js(2313,32): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(2314,37): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(2316,13): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(2317,13): error TS2304: Cannot find name 'AST_Null'. -node_modules/uglify-js/lib/compress.js(2318,13): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/compress.js(2321,57): error TS2304: Cannot find name 'AST_Accessor'. -node_modules/uglify-js/lib/compress.js(2324,13): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(2327,13): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(2340,13): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(2343,13): error TS2304: Cannot find name 'AST_UnaryPostfix'. -node_modules/uglify-js/lib/compress.js(2344,13): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(2350,13): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(2351,13): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(2352,13): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(2355,13): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(2365,13): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(2368,13): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(2369,13): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(2370,13): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/compress.js(2371,13): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(2374,13): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(2385,13): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(2388,13): error TS2304: Cannot find name 'AST_UnaryPostfix'. -node_modules/uglify-js/lib/compress.js(2389,13): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(2398,13): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(2399,13): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(2403,13): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(2408,13): error TS2304: Cannot find name 'AST_Boolean'. -node_modules/uglify-js/lib/compress.js(2410,13): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(2413,35): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/compress.js(2414,72): error TS2304: Cannot find name 'AST_RegExp'. -node_modules/uglify-js/lib/compress.js(2416,13): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(2419,13): error TS2304: Cannot find name 'AST_New'. -node_modules/uglify-js/lib/compress.js(2420,13): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(2423,13): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(2432,13): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(2441,13): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(2443,13): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(2447,13): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(2498,13): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(2501,35): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/compress.js(2504,13): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(2507,13): error TS2304: Cannot find name 'AST_New'. -node_modules/uglify-js/lib/compress.js(2508,13): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(2509,13): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(2512,13): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(2521,13): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/compress.js(2530,13): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(2531,13): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(2534,13): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(2547,13): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(2550,35): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/compress.js(2552,13): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(2555,13): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(2558,13): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/compress.js(2559,13): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(2567,13): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(2579,31): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/compress.js(2580,31): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(2585,34): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(2586,56): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(2594,42): error TS2304: Cannot find name 'AST_ObjectKeyVal'. -node_modules/uglify-js/lib/compress.js(2599,34): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/compress.js(2607,13): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(2610,9): error TS2304: Cannot find name 'AST_Toplevel'. -node_modules/uglify-js/lib/compress.js(2618,45): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(2629,13): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(2630,13): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/compress.js(2633,13): error TS2304: Cannot find name 'AST_SymbolDeclaration'. -node_modules/uglify-js/lib/compress.js(2637,13): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(2654,45): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(2656,23): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(2764,9): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(2776,9): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(2779,33): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(2780,42): error TS2304: Cannot find name 'AST_RegExp'. -node_modules/uglify-js/lib/compress.js(2782,40): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(2783,51): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(2787,13): error TS2304: Cannot find name 'AST_Statement'. -node_modules/uglify-js/lib/compress.js(2790,13): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(2791,13): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(2792,13): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(2795,13): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/compress.js(2806,13): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(2819,13): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/compress.js(2825,40): error TS2304: Cannot find name 'AST_Symbol'. -node_modules/uglify-js/lib/compress.js(2827,47): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(2834,47): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/compress.js(2843,13): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(2849,34): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(2850,37): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(2851,55): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(2870,34): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(2878,13): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(2909,60): error TS2304: Cannot find name 'AST_With'. -node_modules/uglify-js/lib/compress.js(2911,13): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(2918,13): error TS2304: Cannot find name 'AST_SymbolRef'. node_modules/uglify-js/lib/compress.js(2949,42): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(2983,13): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(2986,36): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(3013,13): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(3015,63): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(3017,36): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(3044,21): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(3054,13): error TS2304: Cannot find name 'AST_New'. -node_modules/uglify-js/lib/compress.js(3062,30): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(3070,38): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(3077,13): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(3080,13): error TS2304: Cannot find name 'AST_Statement'. -node_modules/uglify-js/lib/compress.js(3083,13): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/compress.js(3086,13): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(3091,13): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(3096,13): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(3102,13): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(3137,5): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(3141,33): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/compress.js(3148,5): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(3149,5): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(3152,30): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/compress.js(3156,28): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(3162,35): error TS2304: Cannot find name 'AST_RegExp'. -node_modules/uglify-js/lib/compress.js(3184,13): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(3185,13): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(3188,13): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(3189,13): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(3193,13): error TS2304: Cannot find name 'AST_Block'. -node_modules/uglify-js/lib/compress.js(3196,13): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(3203,13): error TS2304: Cannot find name 'AST_Case'. -node_modules/uglify-js/lib/compress.js(3207,13): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(3212,13): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(3213,13): error TS2304: Cannot find name 'AST_Definitions'. -node_modules/uglify-js/lib/compress.js(3216,13): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/compress.js(3220,13): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(3221,13): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/compress.js(3226,13): error TS2304: Cannot find name 'AST_LabeledStatement'. -node_modules/uglify-js/lib/compress.js(3229,13): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(3230,13): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/compress.js(3233,13): error TS2304: Cannot find name 'AST_ObjectProperty'. -node_modules/uglify-js/lib/compress.js(3236,13): error TS2304: Cannot find name 'AST_Sub'. -node_modules/uglify-js/lib/compress.js(3241,13): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(3244,13): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(3247,13): error TS2304: Cannot find name 'AST_Switch'. -node_modules/uglify-js/lib/compress.js(3251,13): error TS2304: Cannot find name 'AST_SymbolDeclaration'. -node_modules/uglify-js/lib/compress.js(3252,13): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(3255,13): error TS2304: Cannot find name 'AST_This'. -node_modules/uglify-js/lib/compress.js(3256,13): error TS2304: Cannot find name 'AST_Try'. -node_modules/uglify-js/lib/compress.js(3261,13): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/compress.js(3265,13): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/compress.js(3274,13): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(3276,13): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(3277,13): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(3278,13): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(3279,13): error TS2304: Cannot find name 'AST_SymbolDeclaration'. -node_modules/uglify-js/lib/compress.js(3280,13): error TS2304: Cannot find name 'AST_This'. -node_modules/uglify-js/lib/compress.js(3289,13): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(3292,13): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(3296,41): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(3301,13): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(3305,13): error TS2304: Cannot find name 'AST_Block'. -node_modules/uglify-js/lib/compress.js(3308,13): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(3312,49): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(3315,13): error TS2304: Cannot find name 'AST_Case'. -node_modules/uglify-js/lib/compress.js(3319,13): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(3324,13): error TS2304: Cannot find name 'AST_Definitions'. -node_modules/uglify-js/lib/compress.js(3327,13): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/compress.js(3331,13): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/compress.js(3336,13): error TS2304: Cannot find name 'AST_LabeledStatement'. -node_modules/uglify-js/lib/compress.js(3339,13): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/compress.js(3342,13): error TS2304: Cannot find name 'AST_ObjectProperty'. -node_modules/uglify-js/lib/compress.js(3345,13): error TS2304: Cannot find name 'AST_Return'. -node_modules/uglify-js/lib/compress.js(3348,13): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(3351,13): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(3354,13): error TS2304: Cannot find name 'AST_Sub'. -node_modules/uglify-js/lib/compress.js(3359,13): error TS2304: Cannot find name 'AST_Switch'. -node_modules/uglify-js/lib/compress.js(3363,13): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(3366,13): error TS2304: Cannot find name 'AST_Try'. -node_modules/uglify-js/lib/compress.js(3370,13): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/compress.js(3371,73): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(3375,13): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/compress.js(3391,13): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(3392,13): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(3395,13): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(3398,13): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(3399,13): error TS2304: Cannot find name 'AST_Lambda'. node_modules/uglify-js/lib/compress.js(3402,38): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(3404,37): error TS2304: Cannot find name 'AST_SymbolRef'. node_modules/uglify-js/lib/compress.js(3415,33): error TS2322: Type '"f"' is not assignable to type 'boolean'. -node_modules/uglify-js/lib/compress.js(3426,13): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/compress.js(3429,13): error TS2304: Cannot find name 'AST_ObjectProperty'. -node_modules/uglify-js/lib/compress.js(3432,13): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/compress.js(3444,13): error TS2304: Cannot find name 'AST_Statement'. -node_modules/uglify-js/lib/compress.js(3445,13): error TS2304: Cannot find name 'AST_Jump'. -node_modules/uglify-js/lib/compress.js(3450,13): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(3451,13): error TS2304: Cannot find name 'AST_SwitchBranch'. -node_modules/uglify-js/lib/compress.js(3452,13): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/compress.js(3462,9): error TS2304: Cannot find name 'AST_Directive'. -node_modules/uglify-js/lib/compress.js(3465,30): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(3470,9): error TS2304: Cannot find name 'AST_Debugger'. -node_modules/uglify-js/lib/compress.js(3472,30): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(3476,9): error TS2304: Cannot find name 'AST_LabeledStatement'. -node_modules/uglify-js/lib/compress.js(3477,34): error TS2304: Cannot find name 'AST_Break'. -node_modules/uglify-js/lib/compress.js(3479,30): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(3484,9): error TS2304: Cannot find name 'AST_Block'. -node_modules/uglify-js/lib/compress.js(3489,9): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(3493,36): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(3498,9): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(3508,5): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(3513,44): error TS2304: Cannot find name 'AST_Toplevel'. -node_modules/uglify-js/lib/compress.js(3514,43): error TS2304: Cannot find name 'AST_Toplevel'. -node_modules/uglify-js/lib/compress.js(3517,33): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(3519,40): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/compress.js(3522,90): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(3523,35): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(3524,36): error TS2304: Cannot find name 'AST_Sub'. -node_modules/uglify-js/lib/compress.js(3527,35): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(3528,41): error TS2304: Cannot find name 'AST_SymbolLambda'. -node_modules/uglify-js/lib/compress.js(3536,29): error TS2304: Cannot find name 'AST_Toplevel'. node_modules/uglify-js/lib/compress.js(3549,33): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(3550,33): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(3560,33): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/compress.js(3571,33): error TS2304: Cannot find name 'AST_SymbolFunarg'. -node_modules/uglify-js/lib/compress.js(3574,33): error TS2304: Cannot find name 'AST_Definitions'. node_modules/uglify-js/lib/compress.js(3602,29): error TS2554: Expected 0 arguments, but got 1. node_modules/uglify-js/lib/compress.js(3619,29): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(3626,41): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(3631,43): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(3644,33): error TS2304: Cannot find name 'AST_Function'. node_modules/uglify-js/lib/compress.js(3644,75): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(3647,33): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(3647,65): error TS2304: Cannot find name 'AST_Accessor'. -node_modules/uglify-js/lib/compress.js(3655,29): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(3662,47): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/compress.js(3665,21): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(3667,38): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(3670,33): error TS2304: Cannot find name 'AST_Definitions'. -node_modules/uglify-js/lib/compress.js(3670,72): error TS2304: Cannot find name 'AST_ForIn'. -node_modules/uglify-js/lib/compress.js(3686,29): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(3688,53): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(3690,56): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(3708,53): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/compress.js(3711,94): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(3712,29): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(3713,51): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/compress.js(3714,52): error TS2304: Cannot find name 'AST_SymbolDefun'. node_modules/uglify-js/lib/compress.js(3718,63): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(3719,57): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(3733,57): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(3741,55): error TS2304: Cannot find name 'AST_SymbolCatch'. -node_modules/uglify-js/lib/compress.js(3749,29): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(3752,29): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(3767,41): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(3773,59): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(3777,67): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(3789,33): error TS2304: Cannot find name 'AST_For'. -node_modules/uglify-js/lib/compress.js(3792,42): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(3797,42): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/compress.js(3799,43): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(3805,49): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(3812,33): error TS2304: Cannot find name 'AST_LabeledStatement'. -node_modules/uglify-js/lib/compress.js(3812,78): error TS2304: Cannot find name 'AST_For'. -node_modules/uglify-js/lib/compress.js(3814,42): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(3822,33): error TS2304: Cannot find name 'AST_Scope'. node_modules/uglify-js/lib/compress.js(3839,12): error TS2339: Property 'push' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(3856,34): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(3858,34): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(3868,37): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(3887,33): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(3895,33): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(3905,5): error TS2304: Cannot find name 'AST_Scope'. node_modules/uglify-js/lib/compress.js(3914,38): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(3916,37): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(3917,37): error TS2304: Cannot find name 'AST_Var'. -node_modules/uglify-js/lib/compress.js(3930,33): error TS2304: Cannot find name 'AST_Directive'. -node_modules/uglify-js/lib/compress.js(3932,34): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(3934,47): error TS2304: Cannot find name 'AST_Defun'. node_modules/uglify-js/lib/compress.js(3935,24): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(3937,34): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(3939,47): error TS2304: Cannot find name 'AST_Var'. node_modules/uglify-js/lib/compress.js(3945,28): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(3946,34): error TS2304: Cannot find name 'AST_ForIn'. -node_modules/uglify-js/lib/compress.js(3949,38): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(3951,34): error TS2304: Cannot find name 'AST_For'. -node_modules/uglify-js/lib/compress.js(3952,44): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(3953,34): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(3957,33): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(3964,37): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(3979,49): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(3981,45): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(3983,61): error TS2304: Cannot find name 'AST_Symbol'. -node_modules/uglify-js/lib/compress.js(3994,45): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(3995,74): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(3997,63): error TS2304: Cannot find name 'AST_Symbol'. -node_modules/uglify-js/lib/compress.js(4009,49): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(4013,49): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(4020,34): error TS2304: Cannot find name 'AST_Var'. -node_modules/uglify-js/lib/compress.js(4029,5): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(4043,5): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(4052,5): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(4055,42): error TS2304: Cannot find name 'AST_Toplevel'. -node_modules/uglify-js/lib/compress.js(4058,33): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(4068,42): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/compress.js(4072,41): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(4078,48): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(4085,85): error TS2304: Cannot find name 'AST_Var'. -node_modules/uglify-js/lib/compress.js(4090,33): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/compress.js(4092,47): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(4095,45): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/compress.js(4100,33): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/compress.js(4105,45): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/compress.js(4113,33): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(4113,78): error TS2304: Cannot find name 'AST_SymbolRef'. node_modules/uglify-js/lib/compress.js(4114,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'defs' must be of type 'Dictionary', but here has type 'any'. -node_modules/uglify-js/lib/compress.js(4117,41): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(4137,41): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/compress.js(4141,41): error TS2304: Cannot find name 'AST_SymbolVar'. node_modules/uglify-js/lib/compress.js(4166,17): error TS2447: The '|=' operator is not allowed for boolean types. Consider using '||' instead. -node_modules/uglify-js/lib/compress.js(4175,13): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(4176,13): error TS2304: Cannot find name 'AST_Accessor'. -node_modules/uglify-js/lib/compress.js(4177,13): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(4181,13): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(4183,33): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(4185,37): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(4192,79): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(4197,13): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(4206,102): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(4217,13): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(4226,36): error TS2304: Cannot find name 'AST_Function'. node_modules/uglify-js/lib/compress.js(4229,45): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(4230,45): error TS2304: Cannot find name 'AST_Return'. -node_modules/uglify-js/lib/compress.js(4234,45): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(4240,28): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(4244,13): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(4248,61): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(4253,48): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(4263,13): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(4264,13): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/compress.js(4269,13): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/compress.js(4272,13): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/compress.js(4276,13): error TS2304: Cannot find name 'AST_ObjectProperty'. -node_modules/uglify-js/lib/compress.js(4279,13): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(4285,13): error TS2304: Cannot find name 'AST_Sub'. -node_modules/uglify-js/lib/compress.js(4293,13): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(4298,13): error TS2304: Cannot find name 'AST_This'. -node_modules/uglify-js/lib/compress.js(4299,13): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/compress.js(4304,73): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(4319,9): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4324,17): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(4325,34): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(4328,34): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4334,9): error TS2304: Cannot find name 'AST_While'. -node_modules/uglify-js/lib/compress.js(4335,55): error TS2304: Cannot find name 'AST_For'. node_modules/uglify-js/lib/compress.js(4340,33): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(4341,42): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(4342,33): error TS2304: Cannot find name 'AST_LoopControl'. -node_modules/uglify-js/lib/compress.js(4346,31): error TS2304: Cannot find name 'AST_LabeledStatement'. -node_modules/uglify-js/lib/compress.js(4352,9): error TS2304: Cannot find name 'AST_Do'. -node_modules/uglify-js/lib/compress.js(4355,31): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(4356,40): error TS2304: Cannot find name 'AST_For'. -node_modules/uglify-js/lib/compress.js(4357,33): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(4360,35): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4367,34): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(4370,35): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4377,34): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4377,72): error TS2304: Cannot find name 'AST_For'. -node_modules/uglify-js/lib/compress.js(4382,29): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(4388,42): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(4391,38): error TS2304: Cannot find name 'AST_Statement'. -node_modules/uglify-js/lib/compress.js(4394,37): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4399,37): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4404,30): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(4408,30): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/compress.js(4411,48): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(4422,48): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(4436,36): error TS2304: Cannot find name 'AST_Break'. -node_modules/uglify-js/lib/compress.js(4442,38): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(4447,39): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(4455,9): error TS2304: Cannot find name 'AST_For'. -node_modules/uglify-js/lib/compress.js(4463,35): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(4471,33): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(4478,46): error TS2304: Cannot find name 'AST_Statement'. -node_modules/uglify-js/lib/compress.js(4481,45): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4485,41): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4488,38): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(4490,60): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(4491,39): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(4493,35): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4505,9): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/compress.js(4514,66): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(4520,33): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(4524,17): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(4527,37): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4531,34): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(4532,42): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(4533,17): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(4536,37): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4540,34): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(4553,55): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(4557,30): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4561,34): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4562,44): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4563,30): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4564,33): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(4571,64): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4573,46): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(4579,51): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4580,33): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(4586,30): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4587,33): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(4594,34): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(4595,44): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4596,30): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4597,33): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(4604,34): error TS2304: Cannot find name 'AST_Exit'. -node_modules/uglify-js/lib/compress.js(4605,44): error TS2304: Cannot find name 'AST_Exit'. -node_modules/uglify-js/lib/compress.js(4608,34): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(4610,64): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(4611,71): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(4615,34): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/compress.js(4618,30): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/compress.js(4619,38): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(4632,34): error TS2304: Cannot find name 'AST_BlockStatement'. node_modules/uglify-js/lib/compress.js(4638,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(4642,30): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(4649,9): error TS2304: Cannot find name 'AST_Switch'. -node_modules/uglify-js/lib/compress.js(4653,32): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(4659,30): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(4668,35): error TS2304: Cannot find name 'AST_Default'. -node_modules/uglify-js/lib/compress.js(4674,43): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(4676,38): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(4680,36): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(4694,34): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(4694,90): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(4707,33): error TS2304: Cannot find name 'AST_Break'. -node_modules/uglify-js/lib/compress.js(4709,57): error TS2304: Cannot find name 'AST_Case'. -node_modules/uglify-js/lib/compress.js(4714,30): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(4715,45): error TS2304: Cannot find name 'AST_SimpleStatement'. node_modules/uglify-js/lib/compress.js(4722,37): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(4724,40): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(4725,40): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4726,37): error TS2304: Cannot find name 'AST_Break'. -node_modules/uglify-js/lib/compress.js(4733,55): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4736,46): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(4739,34): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(4755,9): error TS2304: Cannot find name 'AST_Try'. -node_modules/uglify-js/lib/compress.js(4763,43): error TS2304: Cannot find name 'AST_Definitions'. -node_modules/uglify-js/lib/compress.js(4773,30): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(4780,5): error TS2304: Cannot find name 'AST_Definitions'. -node_modules/uglify-js/lib/compress.js(4786,5): error TS2304: Cannot find name 'AST_Definitions'. -node_modules/uglify-js/lib/compress.js(4790,38): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(4791,34): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(4807,9): error TS2304: Cannot find name 'AST_Definitions'. -node_modules/uglify-js/lib/compress.js(4808,59): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(4811,5): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(4814,30): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(4816,68): error TS2304: Cannot find name 'AST_New'. -node_modules/uglify-js/lib/compress.js(4824,9): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(4831,63): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(4834,37): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(4847,54): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(4864,42): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(4868,82): error TS2304: Cannot find name 'AST_Hole'. -node_modules/uglify-js/lib/compress.js(4869,42): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(4873,25): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(4883,34): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(4888,38): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/compress.js(4894,61): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/compress.js(4897,61): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(4900,38): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/compress.js(4904,61): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(4907,61): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(4912,61): error TS2304: Cannot find name 'AST_False'. -node_modules/uglify-js/lib/compress.js(4913,61): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(4914,43): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(4929,68): error TS2304: Cannot find name 'AST_RegExp'. node_modules/uglify-js/lib/compress.js(4930,57): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[string | RegExp, (string | undefined)?]'. Property '0' is missing in type 'any[]' but required in type '[string | RegExp, (string | undefined)?]'. -node_modules/uglify-js/lib/compress.js(4933,25): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(4942,39): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/compress.js(4945,38): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(4946,41): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/compress.js(4953,47): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(4967,57): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/compress.js(4976,49): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/compress.js(4980,64): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/compress.js(4985,42): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(4987,50): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/compress.js(4997,47): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/compress.js(5000,46): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5018,42): error TS2304: Cannot find name 'AST_Sub'. -node_modules/uglify-js/lib/compress.js(5020,64): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5022,45): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(5026,40): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(5035,70): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(5038,38): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(5039,47): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/compress.js(5049,37): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(5052,37): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(5055,35): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(5059,36): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(5071,57): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/compress.js(5076,37): error TS2304: Cannot find name 'AST_String'. node_modules/uglify-js/lib/compress.js(5094,45): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(5096,45): error TS2304: Cannot find name 'AST_Lambda'. node_modules/uglify-js/lib/compress.js(5101,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'code' must be of type 'string', but here has type '{ get: () => string; toString: () => string; indent: () => void; indentation: () => number; current_width: () => number; should_break: () => boolean; has_parens: () => boolean; newline: () => void; print: (str: any) => void; ... 24 more ...; parent: (n: any) => any; }'. -node_modules/uglify-js/lib/compress.js(5102,21): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/compress.js(5104,35): error TS2304: Cannot find name 'AST_String'. node_modules/uglify-js/lib/compress.js(5105,36): error TS2532: Object is possibly 'undefined'. -node_modules/uglify-js/lib/compress.js(5109,35): error TS2304: Cannot find name 'AST_String'. node_modules/uglify-js/lib/compress.js(5110,41): error TS2339: Property 'get' does not exist on type 'string'. -node_modules/uglify-js/lib/compress.js(5116,25): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(5117,25): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(5126,43): error TS2304: Cannot find name 'AST_Return'. -node_modules/uglify-js/lib/compress.js(5132,39): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(5143,47): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/compress.js(5157,55): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(5162,32): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(5168,38): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(5173,47): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(5185,41): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(5186,33): error TS2304: Cannot find name 'AST_Return'. -node_modules/uglify-js/lib/compress.js(5187,51): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(5190,33): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/compress.js(5191,34): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(5206,37): error TS2304: Cannot find name 'AST_Var'. -node_modules/uglify-js/lib/compress.js(5212,44): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/compress.js(5212,73): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/compress.js(5240,37): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/compress.js(5244,39): error TS2304: Cannot find name 'AST_Var'. -node_modules/uglify-js/lib/compress.js(5259,38): error TS2304: Cannot find name 'AST_Catch'. -node_modules/uglify-js/lib/compress.js(5261,45): error TS2304: Cannot find name 'AST_IterationStatement'. -node_modules/uglify-js/lib/compress.js(5263,45): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(5264,56): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(5266,41): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(5267,54): error TS2304: Cannot find name 'AST_Toplevel'. -node_modules/uglify-js/lib/compress.js(5268,78): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(5281,38): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/compress.js(5286,33): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(5288,51): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(5306,44): error TS2304: Cannot find name 'AST_SymbolVar'. -node_modules/uglify-js/lib/compress.js(5308,62): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(5320,39): error TS2304: Cannot find name 'AST_Var'. -node_modules/uglify-js/lib/compress.js(5334,45): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(5336,64): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(5339,46): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(5353,37): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/compress.js(5363,51): error TS2304: Cannot find name 'AST_Var'. -node_modules/uglify-js/lib/compress.js(5371,9): error TS2304: Cannot find name 'AST_New'. -node_modules/uglify-js/lib/compress.js(5385,38): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(5392,9): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(5400,35): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(5421,46): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(5430,5): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/compress.js(5431,74): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(5441,9): error TS2304: Cannot find name 'AST_UnaryPostfix'. -node_modules/uglify-js/lib/compress.js(5445,9): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(5449,31): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(5450,33): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(5452,30): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(5454,34): error TS2304: Cannot find name 'AST_True'. -node_modules/uglify-js/lib/compress.js(5457,55): error TS2304: Cannot find name 'AST_True'. -node_modules/uglify-js/lib/compress.js(5469,34): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(5474,59): error TS2304: Cannot find name 'AST_False'. -node_modules/uglify-js/lib/compress.js(5477,34): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(5481,34): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5488,17): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(5489,38): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(5489,64): error TS2304: Cannot find name 'AST_True'. -node_modules/uglify-js/lib/compress.js(5491,31): error TS2304: Cannot find name 'AST_True'. -node_modules/uglify-js/lib/compress.js(5495,50): error TS2304: Cannot find name 'AST_Infinity'. -node_modules/uglify-js/lib/compress.js(5498,26): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5501,30): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5503,33): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(5512,31): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(5512,58): error TS2304: Cannot find name 'AST_Infinity'. -node_modules/uglify-js/lib/compress.js(5522,5): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5524,38): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(5531,39): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(5532,75): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(5559,32): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(5560,32): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(5561,32): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/compress.js(5564,9): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5583,40): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5593,38): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(5594,38): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(5606,17): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(5609,56): error TS2304: Cannot find name 'AST_False'. -node_modules/uglify-js/lib/compress.js(5609,68): error TS2304: Cannot find name 'AST_True'. node_modules/uglify-js/lib/compress.js(5623,18): error TS2454: Variable 'is_strict_comparison' is used before being assigned. -node_modules/uglify-js/lib/compress.js(5624,39): error TS2304: Cannot find name 'AST_Null'. -node_modules/uglify-js/lib/compress.js(5628,41): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/compress.js(5630,42): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(5633,37): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(5634,41): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(5636,43): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(5641,43): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(5642,42): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(5645,60): error TS2304: Cannot find name 'AST_True'. -node_modules/uglify-js/lib/compress.js(5645,71): error TS2304: Cannot find name 'AST_False'. -node_modules/uglify-js/lib/compress.js(5656,32): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5658,42): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5660,86): error TS2304: Cannot find name 'AST_Null'. -node_modules/uglify-js/lib/compress.js(5661,44): error TS2304: Cannot find name 'AST_Null'. -node_modules/uglify-js/lib/compress.js(5664,42): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5666,37): error TS2304: Cannot find name 'AST_Null'. -node_modules/uglify-js/lib/compress.js(5670,42): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5685,17): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(5688,31): error TS2304: Cannot find name 'AST_True'. -node_modules/uglify-js/lib/compress.js(5692,17): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(5695,31): error TS2304: Cannot find name 'AST_True'. -node_modules/uglify-js/lib/compress.js(5700,38): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/compress.js(5701,34): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(5708,38): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/compress.js(5714,50): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5715,51): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(5716,41): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(5728,39): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/compress.js(5733,38): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/compress.js(5738,38): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5740,46): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/compress.js(5752,21): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(5754,44): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(5755,21): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(5761,25): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(5764,39): error TS2304: Cannot find name 'AST_False'. -node_modules/uglify-js/lib/compress.js(5767,44): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(5771,25): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(5778,47): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(5788,21): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(5790,44): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(5791,21): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(5799,25): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(5802,44): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(5804,25): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(5807,39): error TS2304: Cannot find name 'AST_True'. -node_modules/uglify-js/lib/compress.js(5813,47): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(5813,75): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(5825,42): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(5826,46): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5828,51): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(5830,38): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5832,41): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/compress.js(5841,43): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(5842,45): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5844,51): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(5846,38): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5849,42): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/compress.js(5857,42): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5860,51): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(5861,46): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5863,51): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(5865,38): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5867,41): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5870,46): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/compress.js(5880,43): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(5883,38): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5891,42): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(5895,38): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5911,47): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5914,46): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5919,47): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(5920,51): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(5928,47): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5930,42): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5932,45): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5944,47): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(5945,49): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5947,55): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(5948,46): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5950,49): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5959,63): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(5960,46): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5962,49): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5974,46): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5976,55): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(5977,50): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5979,55): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(5980,42): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5982,45): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(5984,49): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(6004,41): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(6007,59): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(6014,38): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(6016,43): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(6026,38): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(6039,35): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(6047,35): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(6070,36): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(6071,47): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/compress.js(6079,59): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(6082,56): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(6089,45): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(6090,45): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(6091,60): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(6099,33): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(6107,9): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(6111,65): error TS2304: Cannot find name 'AST_With'. -node_modules/uglify-js/lib/compress.js(6114,34): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(6116,34): error TS2304: Cannot find name 'AST_NaN'. -node_modules/uglify-js/lib/compress.js(6118,34): error TS2304: Cannot find name 'AST_Infinity'. -node_modules/uglify-js/lib/compress.js(6125,68): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(6126,48): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(6132,79): error TS2304: Cannot find name 'AST_SymbolFunarg'. node_modules/uglify-js/lib/compress.js(6134,25): error TS2367: This condition will always return 'false' since the types 'boolean' and 'string' have no overlap. -node_modules/uglify-js/lib/compress.js(6136,49): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/compress.js(6136,79): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/compress.js(6145,38): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/compress.js(6146,39): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/compress.js(6147,44): error TS2304: Cannot find name 'AST_SymbolLambda'. -node_modules/uglify-js/lib/compress.js(6155,43): error TS2304: Cannot find name 'AST_SymbolLambda'. -node_modules/uglify-js/lib/compress.js(6156,42): error TS2304: Cannot find name 'AST_SymbolLambda'. node_modules/uglify-js/lib/compress.js(6161,47): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(6162,47): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(6170,49): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(6187,38): error TS2304: Cannot find name 'AST_This'. -node_modules/uglify-js/lib/compress.js(6188,50): error TS2304: Cannot find name 'AST_SymbolFunarg'. node_modules/uglify-js/lib/compress.js(6234,39): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(6235,37): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(6243,31): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(6246,9): error TS2304: Cannot find name 'AST_Undefined'. -node_modules/uglify-js/lib/compress.js(6250,37): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(6261,26): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(6263,35): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(6269,9): error TS2304: Cannot find name 'AST_Infinity'. -node_modules/uglify-js/lib/compress.js(6276,26): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(6278,29): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(6281,30): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(6287,9): error TS2304: Cannot find name 'AST_NaN'. -node_modules/uglify-js/lib/compress.js(6291,30): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(6293,33): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(6296,34): error TS2304: Cannot find name 'AST_Number'. node_modules/uglify-js/lib/compress.js(6306,39): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(6308,33): error TS2304: Cannot find name 'AST_SymbolRef'. node_modules/uglify-js/lib/compress.js(6312,41): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(6314,33): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(6316,39): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(6327,9): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(6330,37): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(6331,80): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(6337,39): error TS2304: Cannot find name 'AST_Exit'. -node_modules/uglify-js/lib/compress.js(6343,40): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(6344,38): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(6345,38): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(6349,58): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(6349,97): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(6351,44): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(6358,50): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(6369,38): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(6372,30): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(6381,36): error TS2304: Cannot find name 'AST_Null'. -node_modules/uglify-js/lib/compress.js(6387,39): error TS2304: Cannot find name 'AST_Try'. -node_modules/uglify-js/lib/compress.js(6395,54): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(6403,9): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(6406,39): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(6414,13): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(6416,38): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(6417,13): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(6422,30): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(6432,34): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(6433,38): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(6435,30): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(6446,33): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(6450,40): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(6457,34): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(6460,38): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(6470,35): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/compress.js(6479,46): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(6487,35): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(6489,30): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(6490,38): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(6507,36): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(6507,75): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(6510,27): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/compress.js(6519,35): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(6522,30): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(6524,33): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(6539,30): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(6551,30): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(6559,30): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(6567,30): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(6579,30): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(6587,36): error TS2304: Cannot find name 'AST_True'. -node_modules/uglify-js/lib/compress.js(6589,40): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(6591,37): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(6593,51): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(6598,36): error TS2304: Cannot find name 'AST_False'. -node_modules/uglify-js/lib/compress.js(6600,40): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(6602,37): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(6604,51): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/compress.js(6626,39): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/compress.js(6635,35): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(6642,35): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/compress.js(6642,67): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(6649,9): error TS2304: Cannot find name 'AST_Boolean'. -node_modules/uglify-js/lib/compress.js(6651,63): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(6655,26): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/compress.js(6656,13): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(6663,30): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(6667,26): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(6669,35): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(6676,30): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(6680,35): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(6681,47): error TS2304: Cannot find name 'AST_New'. -node_modules/uglify-js/lib/compress.js(6685,9): error TS2304: Cannot find name 'AST_Sub'. -node_modules/uglify-js/lib/compress.js(6705,38): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/compress.js(6715,32): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/compress.js(6717,32): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(6720,35): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/compress.js(6737,41): error TS2304: Cannot find name 'AST_SymbolFunarg'. -node_modules/uglify-js/lib/compress.js(6749,37): error TS2304: Cannot find name 'AST_SymbolRef'. node_modules/uglify-js/lib/compress.js(6757,43): error TS2454: Variable 'property' is used before being assigned. -node_modules/uglify-js/lib/compress.js(6764,32): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(6764,62): error TS2304: Cannot find name 'AST_Array'. node_modules/uglify-js/lib/compress.js(6772,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(6775,46): error TS2339: Property 'has_side_effects' does not exist on type 'number'. -node_modules/uglify-js/lib/compress.js(6778,48): error TS2304: Cannot find name 'AST_Hole'. -node_modules/uglify-js/lib/compress.js(6778,69): error TS2304: Cannot find name 'AST_Undefined'. node_modules/uglify-js/lib/compress.js(6781,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(6788,41): error TS2304: Cannot find name 'AST_Sub'. -node_modules/uglify-js/lib/compress.js(6789,43): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(6792,41): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(6808,34): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/compress.js(6816,5): error TS2304: Cannot find name 'AST_Scope'. node_modules/uglify-js/lib/compress.js(6819,34): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(6821,33): error TS2304: Cannot find name 'AST_This'. -node_modules/uglify-js/lib/compress.js(6822,50): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/compress.js(6827,5): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/compress.js(6830,29): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/compress.js(6836,48): error TS2304: Cannot find name 'AST_ObjectKeyVal'. -node_modules/uglify-js/lib/compress.js(6839,38): error TS2304: Cannot find name 'AST_Sub'. -node_modules/uglify-js/lib/compress.js(6840,47): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(6845,45): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(6854,9): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/compress.js(6856,13): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/compress.js(6865,43): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/compress.js(6870,45): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/compress.js(6875,45): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/compress.js(6881,45): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/compress.js(6886,45): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/compress.js(6891,45): error TS2304: Cannot find name 'AST_RegExp'. -node_modules/uglify-js/lib/compress.js(6896,45): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/compress.js(6912,9): error TS2304: Cannot find name 'AST_Return'. -node_modules/uglify-js/lib/minify.js(13,9): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/minify.js(117,31): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/minify.js(122,30): error TS2304: Cannot find name 'AST_Toplevel'. node_modules/uglify-js/lib/minify.js(167,75): error TS2339: Property 'compress' does not exist on type 'Compressor'. -node_modules/uglify-js/lib/minify.js(192,42): error TS2304: Cannot find name 'AST_Toplevel'. -node_modules/uglify-js/lib/mozilla-ast.js(50,52): error TS2304: Cannot find name 'AST_Statement'. -node_modules/uglify-js/lib/mozilla-ast.js(50,93): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/mozilla-ast.js(51,31): error TS2304: Cannot find name 'AST_Directive'. -node_modules/uglify-js/lib/mozilla-ast.js(56,61): error TS2304: Cannot find name 'AST_Statement'. -node_modules/uglify-js/lib/mozilla-ast.js(56,102): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/mozilla-ast.js(65,24): error TS2304: Cannot find name 'AST_Toplevel'. -node_modules/uglify-js/lib/mozilla-ast.js(72,24): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/mozilla-ast.js(81,24): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/mozilla-ast.js(90,24): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/mozilla-ast.js(101,24): error TS2304: Cannot find name 'AST_Try'. -node_modules/uglify-js/lib/mozilla-ast.js(106,46): error TS2304: Cannot find name 'AST_Finally'. -node_modules/uglify-js/lib/mozilla-ast.js(117,46): error TS2304: Cannot find name 'AST_ObjectKeyVal'. -node_modules/uglify-js/lib/mozilla-ast.js(118,28): error TS2304: Cannot find name 'AST_SymbolAccessor'. -node_modules/uglify-js/lib/mozilla-ast.js(121,30): error TS2304: Cannot find name 'AST_Accessor'. -node_modules/uglify-js/lib/mozilla-ast.js(122,45): error TS2304: Cannot find name 'AST_ObjectGetter'. -node_modules/uglify-js/lib/mozilla-ast.js(123,45): error TS2304: Cannot find name 'AST_ObjectSetter'. -node_modules/uglify-js/lib/mozilla-ast.js(126,24): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/mozilla-ast.js(130,48): error TS2304: Cannot find name 'AST_Hole'. -node_modules/uglify-js/lib/mozilla-ast.js(135,24): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/mozilla-ast.js(145,24): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/mozilla-ast.js(152,38): error TS2304: Cannot find name 'AST_Sub'. -node_modules/uglify-js/lib/mozilla-ast.js(152,48): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/mozilla-ast.js(160,34): error TS2304: Cannot find name 'AST_Case'. -node_modules/uglify-js/lib/mozilla-ast.js(160,45): error TS2304: Cannot find name 'AST_Default'. -node_modules/uglify-js/lib/mozilla-ast.js(168,24): error TS2304: Cannot find name 'AST_Var'. -node_modules/uglify-js/lib/mozilla-ast.js(179,42): error TS2304: Cannot find name 'AST_Null'. -node_modules/uglify-js/lib/mozilla-ast.js(185,28): error TS2304: Cannot find name 'AST_RegExp'. -node_modules/uglify-js/lib/mozilla-ast.js(189,28): error TS2304: Cannot find name 'AST_RegExp'. -node_modules/uglify-js/lib/mozilla-ast.js(194,28): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/mozilla-ast.js(197,28): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/mozilla-ast.js(199,35): error TS2304: Cannot find name 'AST_True'. -node_modules/uglify-js/lib/mozilla-ast.js(199,46): error TS2304: Cannot find name 'AST_False'. -node_modules/uglify-js/lib/mozilla-ast.js(204,58): error TS2304: Cannot find name 'AST_Label'. -node_modules/uglify-js/lib/mozilla-ast.js(205,74): error TS2304: Cannot find name 'AST_SymbolVar'. -node_modules/uglify-js/lib/mozilla-ast.js(206,74): error TS2304: Cannot find name 'AST_SymbolLambda'. -node_modules/uglify-js/lib/mozilla-ast.js(206,93): error TS2304: Cannot find name 'AST_SymbolFunarg'. -node_modules/uglify-js/lib/mozilla-ast.js(207,75): error TS2304: Cannot find name 'AST_SymbolDefun'. -node_modules/uglify-js/lib/mozilla-ast.js(207,93): error TS2304: Cannot find name 'AST_SymbolFunarg'. -node_modules/uglify-js/lib/mozilla-ast.js(208,53): error TS2304: Cannot find name 'AST_SymbolCatch'. -node_modules/uglify-js/lib/mozilla-ast.js(209,89): error TS2304: Cannot find name 'AST_LabelRef'. -node_modules/uglify-js/lib/mozilla-ast.js(210,27): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/mozilla-ast.js(222,30): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/mozilla-ast.js(222,48): error TS2304: Cannot find name 'AST_UnaryPostfix'. -node_modules/uglify-js/lib/mozilla-ast.js(230,27): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/mozilla-ast.js(231,27): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/mozilla-ast.js(232,24): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/mozilla-ast.js(233,29): error TS2304: Cannot find name 'AST_LabeledStatement'. -node_modules/uglify-js/lib/mozilla-ast.js(234,27): error TS2304: Cannot find name 'AST_Break'. -node_modules/uglify-js/lib/mozilla-ast.js(235,30): error TS2304: Cannot find name 'AST_Continue'. -node_modules/uglify-js/lib/mozilla-ast.js(236,26): error TS2304: Cannot find name 'AST_With'. -node_modules/uglify-js/lib/mozilla-ast.js(237,28): error TS2304: Cannot find name 'AST_Switch'. -node_modules/uglify-js/lib/mozilla-ast.js(238,28): error TS2304: Cannot find name 'AST_Return'. -node_modules/uglify-js/lib/mozilla-ast.js(239,27): error TS2304: Cannot find name 'AST_Throw'. -node_modules/uglify-js/lib/mozilla-ast.js(240,27): error TS2304: Cannot find name 'AST_While'. -node_modules/uglify-js/lib/mozilla-ast.js(241,29): error TS2304: Cannot find name 'AST_Do'. -node_modules/uglify-js/lib/mozilla-ast.js(242,25): error TS2304: Cannot find name 'AST_For'. -node_modules/uglify-js/lib/mozilla-ast.js(243,27): error TS2304: Cannot find name 'AST_ForIn'. -node_modules/uglify-js/lib/mozilla-ast.js(244,30): error TS2304: Cannot find name 'AST_Debugger'. -node_modules/uglify-js/lib/mozilla-ast.js(245,31): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/mozilla-ast.js(246,24): error TS2304: Cannot find name 'AST_Catch'. -node_modules/uglify-js/lib/mozilla-ast.js(248,27): error TS2304: Cannot find name 'AST_This'. -node_modules/uglify-js/lib/mozilla-ast.js(249,29): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/mozilla-ast.js(250,30): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/mozilla-ast.js(251,33): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/mozilla-ast.js(252,34): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/mozilla-ast.js(253,26): error TS2304: Cannot find name 'AST_New'. -node_modules/uglify-js/lib/mozilla-ast.js(254,27): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/mozilla-ast.js(256,16): error TS2304: Cannot find name 'AST_Toplevel'. -node_modules/uglify-js/lib/mozilla-ast.js(260,16): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/mozilla-ast.js(269,16): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/mozilla-ast.js(278,16): error TS2304: Cannot find name 'AST_Directive'. -node_modules/uglify-js/lib/mozilla-ast.js(288,16): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/mozilla-ast.js(295,16): error TS2304: Cannot find name 'AST_SwitchBranch'. -node_modules/uglify-js/lib/mozilla-ast.js(303,16): error TS2304: Cannot find name 'AST_Try'. -node_modules/uglify-js/lib/mozilla-ast.js(313,16): error TS2304: Cannot find name 'AST_Catch'. -node_modules/uglify-js/lib/mozilla-ast.js(322,16): error TS2304: Cannot find name 'AST_Definitions'. -node_modules/uglify-js/lib/mozilla-ast.js(330,16): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/mozilla-ast.js(337,16): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/mozilla-ast.js(338,39): error TS2304: Cannot find name 'AST_Sub'. -node_modules/uglify-js/lib/mozilla-ast.js(347,16): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/mozilla-ast.js(351,34): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/mozilla-ast.js(356,16): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/mozilla-ast.js(365,16): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/mozilla-ast.js(372,16): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/mozilla-ast.js(379,16): error TS2304: Cannot find name 'AST_ObjectProperty'. -node_modules/uglify-js/lib/mozilla-ast.js(382,37): error TS2304: Cannot find name 'AST_SymbolAccessor'. -node_modules/uglify-js/lib/mozilla-ast.js(385,26): error TS2304: Cannot find name 'AST_ObjectKeyVal'. -node_modules/uglify-js/lib/mozilla-ast.js(388,26): error TS2304: Cannot find name 'AST_ObjectGetter'. -node_modules/uglify-js/lib/mozilla-ast.js(391,26): error TS2304: Cannot find name 'AST_ObjectSetter'. -node_modules/uglify-js/lib/mozilla-ast.js(402,16): error TS2304: Cannot find name 'AST_Symbol'. -node_modules/uglify-js/lib/mozilla-ast.js(410,16): error TS2304: Cannot find name 'AST_RegExp'. -node_modules/uglify-js/lib/mozilla-ast.js(424,16): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/mozilla-ast.js(445,16): error TS2304: Cannot find name 'AST_Atom'. -node_modules/uglify-js/lib/mozilla-ast.js(452,5): error TS2304: Cannot find name 'AST_Boolean'. -node_modules/uglify-js/lib/mozilla-ast.js(452,45): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/mozilla-ast.js(453,5): error TS2304: Cannot find name 'AST_Null'. -node_modules/uglify-js/lib/mozilla-ast.js(453,42): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/mozilla-ast.js(454,5): error TS2304: Cannot find name 'AST_Hole'. -node_modules/uglify-js/lib/mozilla-ast.js(456,5): error TS2304: Cannot find name 'AST_Block'. -node_modules/uglify-js/lib/mozilla-ast.js(456,43): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/mozilla-ast.js(457,5): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/mozilla-ast.js(457,44): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/mozilla-ast.js(470,20): error TS2304: Cannot find name 'AST_Token'. -node_modules/uglify-js/lib/mozilla-ast.js(485,20): error TS2304: Cannot find name 'AST_Token'. -node_modules/uglify-js/lib/mozilla-ast.js(561,5): error TS2304: Cannot find name 'AST_Node'. node_modules/uglify-js/lib/mozilla-ast.js(566,33): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/mozilla-ast.js(567,33): error TS2304: Cannot find name 'AST_LabelRef'. -node_modules/uglify-js/lib/mozilla-ast.js(569,43): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/mozilla-ast.js(570,43): error TS2304: Cannot find name 'AST_LabeledStatement'. -node_modules/uglify-js/lib/mozilla-ast.js(621,37): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/mozilla-ast.js(621,89): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/mozilla-ast.js(622,37): error TS2304: Cannot find name 'AST_EmptyStatement'. node_modules/uglify-js/lib/output.js(235,25): error TS2554: Expected 0 arguments, but got 2. -node_modules/uglify-js/lib/output.js(247,17): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/output.js(454,36): error TS2304: Cannot find name 'AST_Exit'. node_modules/uglify-js/lib/output.js(459,37): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/output.js(461,39): error TS2304: Cannot find name 'AST_Exit'. -node_modules/uglify-js/lib/output.js(462,42): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/output.js(464,42): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/output.js(465,42): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/output.js(466,42): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/output.js(467,42): error TS2304: Cannot find name 'AST_Sub'. -node_modules/uglify-js/lib/output.js(468,42): error TS2304: Cannot find name 'AST_UnaryPostfix'. -node_modules/uglify-js/lib/output.js(525,42): error TS2304: Cannot find name 'AST_Token'. -node_modules/uglify-js/lib/output.js(544,31): error TS2304: Cannot find name 'AST_Statement'. -node_modules/uglify-js/lib/output.js(644,5): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/output.js(646,29): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/output.js(649,46): error TS2304: Cannot find name 'AST_Directive'. -node_modules/uglify-js/lib/output.js(669,5): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/output.js(669,34): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/output.js(671,5): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/output.js(689,12): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/output.js(693,12): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/output.js(697,30): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/output.js(701,30): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/output.js(707,12): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/output.js(711,12): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/output.js(713,29): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/output.js(714,29): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/output.js(717,12): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/output.js(719,29): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/output.js(720,29): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/output.js(721,29): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/output.js(722,29): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/output.js(723,29): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/output.js(724,29): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/output.js(725,29): error TS2304: Cannot find name 'AST_ObjectProperty'. -node_modules/uglify-js/lib/output.js(726,29): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/output.js(731,12): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/output.js(734,26): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/output.js(737,26): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/output.js(740,26): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/output.js(743,26): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/output.js(754,12): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/output.js(756,26): error TS2304: Cannot find name 'AST_New'. node_modules/uglify-js/lib/output.js(764,38): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/output.js(765,47): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/output.js(766,37): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/output.js(775,12): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/output.js(777,26): error TS2304: Cannot find name 'AST_New'. -node_modules/uglify-js/lib/output.js(781,47): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/output.js(782,33): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/output.js(784,33): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/output.js(789,12): error TS2304: Cannot find name 'AST_New'. -node_modules/uglify-js/lib/output.js(792,30): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/output.js(793,33): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/output.js(797,12): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/output.js(799,26): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/output.js(807,14): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/output.js(807,26): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/output.js(810,26): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/output.js(813,26): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/output.js(813,55): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/output.js(816,26): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/output.js(819,26): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/output.js(822,26): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/output.js(828,14): error TS2304: Cannot find name 'AST_Directive'. -node_modules/uglify-js/lib/output.js(832,14): error TS2304: Cannot find name 'AST_Debugger'. -node_modules/uglify-js/lib/output.js(843,60): error TS2304: Cannot find name 'AST_Directive'. -node_modules/uglify-js/lib/output.js(844,33): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/output.js(845,34): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/output.js(845,78): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/output.js(849,35): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/output.js(858,33): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/output.js(859,38): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/output.js(867,5): error TS2304: Cannot find name 'AST_StatementWithBody'. -node_modules/uglify-js/lib/output.js(871,14): error TS2304: Cannot find name 'AST_Statement'. -node_modules/uglify-js/lib/output.js(875,14): error TS2304: Cannot find name 'AST_Toplevel'. -node_modules/uglify-js/lib/output.js(879,14): error TS2304: Cannot find name 'AST_LabeledStatement'. -node_modules/uglify-js/lib/output.js(884,14): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/output.js(902,14): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/output.js(905,14): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/output.js(908,14): error TS2304: Cannot find name 'AST_Do'. -node_modules/uglify-js/lib/output.js(920,14): error TS2304: Cannot find name 'AST_While'. -node_modules/uglify-js/lib/output.js(929,14): error TS2304: Cannot find name 'AST_For'. -node_modules/uglify-js/lib/output.js(934,42): error TS2304: Cannot find name 'AST_Definitions'. -node_modules/uglify-js/lib/output.js(958,14): error TS2304: Cannot find name 'AST_ForIn'. -node_modules/uglify-js/lib/output.js(971,14): error TS2304: Cannot find name 'AST_With'. -node_modules/uglify-js/lib/output.js(982,5): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/output.js(1000,14): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/output.js(1014,14): error TS2304: Cannot find name 'AST_Return'. -node_modules/uglify-js/lib/output.js(1017,14): error TS2304: Cannot find name 'AST_Throw'. -node_modules/uglify-js/lib/output.js(1020,14): error TS2304: Cannot find name 'AST_Break'. -node_modules/uglify-js/lib/output.js(1023,14): error TS2304: Cannot find name 'AST_Continue'. -node_modules/uglify-js/lib/output.js(1031,53): error TS2304: Cannot find name 'AST_Do'. -node_modules/uglify-js/lib/output.js(1042,30): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/output.js(1049,35): error TS2304: Cannot find name 'AST_StatementWithBody'. -node_modules/uglify-js/lib/output.js(1056,14): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/output.js(1068,45): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/output.js(1078,14): error TS2304: Cannot find name 'AST_Switch'. -node_modules/uglify-js/lib/output.js(1096,5): error TS2304: Cannot find name 'AST_SwitchBranch'. -node_modules/uglify-js/lib/output.js(1104,14): error TS2304: Cannot find name 'AST_Default'. -node_modules/uglify-js/lib/output.js(1108,14): error TS2304: Cannot find name 'AST_Case'. -node_modules/uglify-js/lib/output.js(1117,14): error TS2304: Cannot find name 'AST_Try'. -node_modules/uglify-js/lib/output.js(1130,14): error TS2304: Cannot find name 'AST_Catch'. -node_modules/uglify-js/lib/output.js(1139,14): error TS2304: Cannot find name 'AST_Finally'. -node_modules/uglify-js/lib/output.js(1145,14): error TS2304: Cannot find name 'AST_Var'. -node_modules/uglify-js/lib/output.js(1153,52): error TS2304: Cannot find name 'AST_For'. -node_modules/uglify-js/lib/output.js(1153,76): error TS2304: Cannot find name 'AST_ForIn'. node_modules/uglify-js/lib/output.js(1160,44): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/output.js(1161,43): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/output.js(1162,33): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/output.js(1170,14): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/output.js(1177,37): error TS2304: Cannot find name 'AST_For'. -node_modules/uglify-js/lib/output.js(1177,61): error TS2304: Cannot find name 'AST_ForIn'. -node_modules/uglify-js/lib/output.js(1183,14): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/output.js(1185,29): error TS2304: Cannot find name 'AST_New'. -node_modules/uglify-js/lib/output.js(1187,40): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/output.js(1187,79): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/output.js(1197,14): error TS2304: Cannot find name 'AST_New'. -node_modules/uglify-js/lib/output.js(1200,9): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/output.js(1202,14): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/output.js(1214,14): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/output.js(1224,33): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/output.js(1235,14): error TS2304: Cannot find name 'AST_Sub'. -node_modules/uglify-js/lib/output.js(1241,14): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/output.js(1246,47): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/output.js(1252,14): error TS2304: Cannot find name 'AST_UnaryPostfix'. -node_modules/uglify-js/lib/output.js(1256,14): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/output.js(1260,37): error TS2304: Cannot find name 'AST_UnaryPostfix'. -node_modules/uglify-js/lib/output.js(1270,38): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/output.js(1272,49): error TS2304: Cannot find name 'AST_UnaryPrefix'. -node_modules/uglify-js/lib/output.js(1282,14): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/output.js(1294,14): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/output.js(1304,53): error TS2304: Cannot find name 'AST_Hole'. -node_modules/uglify-js/lib/output.js(1310,14): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/output.js(1341,14): error TS2304: Cannot find name 'AST_ObjectKeyVal'. -node_modules/uglify-js/lib/output.js(1346,5): error TS2304: Cannot find name 'AST_ObjectProperty'. -node_modules/uglify-js/lib/output.js(1352,14): error TS2304: Cannot find name 'AST_ObjectSetter'. -node_modules/uglify-js/lib/output.js(1355,14): error TS2304: Cannot find name 'AST_ObjectGetter'. -node_modules/uglify-js/lib/output.js(1358,14): error TS2304: Cannot find name 'AST_Symbol'. -node_modules/uglify-js/lib/output.js(1362,14): error TS2304: Cannot find name 'AST_Hole'. -node_modules/uglify-js/lib/output.js(1363,14): error TS2304: Cannot find name 'AST_This'. -node_modules/uglify-js/lib/output.js(1366,14): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/output.js(1369,14): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/output.js(1372,14): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/output.js(1380,14): error TS2304: Cannot find name 'AST_RegExp'. -node_modules/uglify-js/lib/output.js(1389,26): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/output.js(1397,42): error TS2304: Cannot find name 'AST_EmptyStatement'. node_modules/uglify-js/lib/output.js(1442,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/output.js(1448,38): error TS2304: Cannot find name 'AST_EmptyStatement'. -node_modules/uglify-js/lib/output.js(1450,34): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/output.js(1470,9): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/output.js(1472,9): error TS2304: Cannot find name 'AST_LabeledStatement'. -node_modules/uglify-js/lib/output.js(1473,9): error TS2304: Cannot find name 'AST_Toplevel'. -node_modules/uglify-js/lib/output.js(1479,9): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/output.js(1480,9): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/output.js(1481,9): error TS2304: Cannot find name 'AST_Catch'. -node_modules/uglify-js/lib/output.js(1482,9): error TS2304: Cannot find name 'AST_Constant'. -node_modules/uglify-js/lib/output.js(1483,9): error TS2304: Cannot find name 'AST_Debugger'. -node_modules/uglify-js/lib/output.js(1484,9): error TS2304: Cannot find name 'AST_Definitions'. -node_modules/uglify-js/lib/output.js(1485,9): error TS2304: Cannot find name 'AST_Directive'. -node_modules/uglify-js/lib/output.js(1486,9): error TS2304: Cannot find name 'AST_Finally'. -node_modules/uglify-js/lib/output.js(1487,9): error TS2304: Cannot find name 'AST_Jump'. -node_modules/uglify-js/lib/output.js(1488,9): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/output.js(1489,9): error TS2304: Cannot find name 'AST_New'. -node_modules/uglify-js/lib/output.js(1490,9): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/output.js(1491,9): error TS2304: Cannot find name 'AST_StatementWithBody'. -node_modules/uglify-js/lib/output.js(1492,9): error TS2304: Cannot find name 'AST_Symbol'. -node_modules/uglify-js/lib/output.js(1493,9): error TS2304: Cannot find name 'AST_Switch'. -node_modules/uglify-js/lib/output.js(1494,9): error TS2304: Cannot find name 'AST_SwitchBranch'. -node_modules/uglify-js/lib/output.js(1495,9): error TS2304: Cannot find name 'AST_Try'. -node_modules/uglify-js/lib/output.js(1501,9): error TS2304: Cannot find name 'AST_ObjectGetter'. -node_modules/uglify-js/lib/output.js(1502,9): error TS2304: Cannot find name 'AST_ObjectSetter'. -node_modules/uglify-js/lib/output.js(1507,14): error TS2304: Cannot find name 'AST_ObjectProperty'. -node_modules/uglify-js/lib/parse.js(319,20): error TS2304: Cannot find name 'AST_Token'. node_modules/uglify-js/lib/parse.js(361,20): 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(443,32): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'. @@ -1566,230 +86,38 @@ node_modules/uglify-js/lib/parse.js(813,31): error TS2531: Object is possibly 'n node_modules/uglify-js/lib/parse.js(819,17): error TS2531: Object is possibly 'null'. node_modules/uglify-js/lib/parse.js(823,21): error TS2531: Object is possibly 'null'. node_modules/uglify-js/lib/parse.js(828,43): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/parse.js(834,30): error TS2304: Cannot find name 'AST_Directive'. node_modules/uglify-js/lib/parse.js(847,21): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/parse.js(849,28): error TS2304: Cannot find name 'AST_BlockStatement'. -node_modules/uglify-js/lib/parse.js(860,28): error TS2304: Cannot find name 'AST_EmptyStatement'. node_modules/uglify-js/lib/parse.js(866,21): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/parse.js(869,35): error TS2304: Cannot find name 'AST_Break'. -node_modules/uglify-js/lib/parse.js(873,35): error TS2304: Cannot find name 'AST_Continue'. -node_modules/uglify-js/lib/parse.js(878,28): error TS2304: Cannot find name 'AST_Debugger'. -node_modules/uglify-js/lib/parse.js(886,28): error TS2304: Cannot find name 'AST_Do'. -node_modules/uglify-js/lib/parse.js(893,28): error TS2304: Cannot find name 'AST_While'. -node_modules/uglify-js/lib/parse.js(907,34): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/parse.js(924,28): error TS2304: Cannot find name 'AST_Return'. -node_modules/uglify-js/lib/parse.js(930,28): error TS2304: Cannot find name 'AST_Switch'. -node_modules/uglify-js/lib/parse.js(941,28): error TS2304: Cannot find name 'AST_Throw'. -node_modules/uglify-js/lib/parse.js(960,28): error TS2304: Cannot find name 'AST_With'. -node_modules/uglify-js/lib/parse.js(970,31): error TS2304: Cannot find name 'AST_Label'. node_modules/uglify-js/lib/parse.js(981,23): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'. -node_modules/uglify-js/lib/parse.js(984,31): error TS2304: Cannot find name 'AST_IterationStatement'. -node_modules/uglify-js/lib/parse.js(989,36): error TS2304: Cannot find name 'AST_Continue'. -node_modules/uglify-js/lib/parse.js(996,20): error TS2304: Cannot find name 'AST_LabeledStatement'. -node_modules/uglify-js/lib/parse.js(1000,20): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/parse.js(1006,31): error TS2304: Cannot find name 'AST_LabelRef'. -node_modules/uglify-js/lib/parse.js(1029,37): error TS2304: Cannot find name 'AST_Var'. -node_modules/uglify-js/lib/parse.js(1048,20): error TS2304: Cannot find name 'AST_For'. -node_modules/uglify-js/lib/parse.js(1059,20): error TS2304: Cannot find name 'AST_ForIn'. -node_modules/uglify-js/lib/parse.js(1067,37): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/parse.js(1068,58): error TS2304: Cannot find name 'AST_SymbolDefun'. -node_modules/uglify-js/lib/parse.js(1068,76): error TS2304: Cannot find name 'AST_SymbolLambda'. -node_modules/uglify-js/lib/parse.js(1071,30): error TS2304: Cannot find name 'AST_Accessor'. -node_modules/uglify-js/lib/parse.js(1071,64): error TS2304: Cannot find name 'AST_SymbolDeclaration'. -node_modules/uglify-js/lib/parse.js(1077,37): error TS2304: Cannot find name 'AST_SymbolFunarg'. node_modules/uglify-js/lib/parse.js(1095,9): error TS2322: Type 'any[]' is not assignable to type 'never[]'. Type 'any' is not assignable to type 'never'. -node_modules/uglify-js/lib/parse.js(1109,20): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/parse.js(1135,30): error TS2304: Cannot find name 'AST_Case'. -node_modules/uglify-js/lib/parse.js(1145,30): error TS2304: Cannot find name 'AST_Default'. node_modules/uglify-js/lib/parse.js(1152,17): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/parse.js(1166,34): error TS2304: Cannot find name 'AST_SymbolCatch'. -node_modules/uglify-js/lib/parse.js(1168,26): error TS2304: Cannot find name 'AST_Catch'. -node_modules/uglify-js/lib/parse.js(1178,28): error TS2304: Cannot find name 'AST_Finally'. -node_modules/uglify-js/lib/parse.js(1186,20): error TS2304: Cannot find name 'AST_Try'. -node_modules/uglify-js/lib/parse.js(1196,24): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/parse.js(1198,35): error TS2304: Cannot find name 'AST_SymbolVar'. -node_modules/uglify-js/lib/parse.js(1210,20): error TS2304: Cannot find name 'AST_Var'. -node_modules/uglify-js/lib/parse.js(1227,24): error TS2304: Cannot find name 'AST_New'. -node_modules/uglify-js/lib/parse.js(1241,32): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/parse.js(1244,23): error TS2304: Cannot find name 'AST_Number'. -node_modules/uglify-js/lib/parse.js(1247,23): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/parse.js(1255,23): error TS2304: Cannot find name 'AST_RegExp'. -node_modules/uglify-js/lib/parse.js(1260,27): error TS2304: Cannot find name 'AST_False'. -node_modules/uglify-js/lib/parse.js(1263,27): error TS2304: Cannot find name 'AST_True'. -node_modules/uglify-js/lib/parse.js(1266,27): error TS2304: Cannot find name 'AST_Null'. -node_modules/uglify-js/lib/parse.js(1304,35): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/parse.js(1315,34): error TS2304: Cannot find name 'AST_Function'. node_modules/uglify-js/lib/parse.js(1320,32): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/parse.js(1332,28): error TS2304: Cannot find name 'AST_Hole'. -node_modules/uglify-js/lib/parse.js(1343,20): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/parse.js(1349,26): error TS2304: Cannot find name 'AST_Accessor'. -node_modules/uglify-js/lib/parse.js(1364,31): error TS2304: Cannot find name 'AST_SymbolAccessor'. -node_modules/uglify-js/lib/parse.js(1370,32): error TS2304: Cannot find name 'AST_ObjectGetter'. -node_modules/uglify-js/lib/parse.js(1379,32): error TS2304: Cannot find name 'AST_ObjectSetter'. -node_modules/uglify-js/lib/parse.js(1389,24): error TS2304: Cannot find name 'AST_ObjectKeyVal'. -node_modules/uglify-js/lib/parse.js(1398,20): error TS2304: Cannot find name 'AST_Object'. node_modules/uglify-js/lib/parse.js(1420,20): error TS2531: Object is possibly 'null'. node_modules/uglify-js/lib/parse.js(1426,20): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/parse.js(1427,38): error TS2304: Cannot find name 'AST_This'. -node_modules/uglify-js/lib/parse.js(1445,67): error TS2304: Cannot find name 'AST_SymbolDeclaration'. -node_modules/uglify-js/lib/parse.js(1469,35): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/parse.js(1480,35): error TS2304: Cannot find name 'AST_Sub'. -node_modules/uglify-js/lib/parse.js(1489,28): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/parse.js(1506,33): error TS2304: Cannot find name 'AST_UnaryPrefix'. node_modules/uglify-js/lib/parse.js(1512,48): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/parse.js(1513,30): error TS2304: Cannot find name 'AST_UnaryPostfix'. -node_modules/uglify-js/lib/parse.js(1530,33): error TS2304: Cannot find name 'AST_SymbolRef'. node_modules/uglify-js/lib/parse.js(1538,35): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/parse.js(1544,32): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/parse.js(1566,24): error TS2552: Cannot find name 'AST_Conditional'. Did you mean 'maybe_conditional'? -node_modules/uglify-js/lib/parse.js(1578,32): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/parse.js(1578,66): error TS2304: Cannot find name 'AST_SymbolRef'. node_modules/uglify-js/lib/parse.js(1583,52): error TS2531: Object is possibly 'null'. -node_modules/uglify-js/lib/parse.js(1587,28): error TS2304: Cannot find name 'AST_Assign'. -node_modules/uglify-js/lib/parse.js(1609,51): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/parse.js(1641,28): error TS2304: Cannot find name 'AST_Toplevel'. node_modules/uglify-js/lib/propmangle.js(69,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(70,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(80,29): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/propmangle.js(81,29): error TS2304: Cannot find name 'AST_ObjectKeyVal'. -node_modules/uglify-js/lib/propmangle.js(83,36): error TS2304: Cannot find name 'AST_Sub'. node_modules/uglify-js/lib/propmangle.js(94,30): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/propmangle.js(95,29): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/propmangle.js(97,36): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/propmangle.js(99,36): error TS2304: Cannot find name 'AST_Conditional'. node_modules/uglify-js/lib/propmangle.js(146,29): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/propmangle.js(147,29): error TS2304: Cannot find name 'AST_ObjectKeyVal'. -node_modules/uglify-js/lib/propmangle.js(149,36): error TS2304: Cannot find name 'AST_ObjectProperty'. -node_modules/uglify-js/lib/propmangle.js(152,36): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/propmangle.js(154,36): error TS2304: Cannot find name 'AST_Sub'. -node_modules/uglify-js/lib/propmangle.js(156,36): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/propmangle.js(164,29): error TS2304: Cannot find name 'AST_ObjectKeyVal'. -node_modules/uglify-js/lib/propmangle.js(166,36): error TS2304: Cannot find name 'AST_ObjectProperty'. -node_modules/uglify-js/lib/propmangle.js(169,36): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/propmangle.js(171,60): error TS2304: Cannot find name 'AST_Sub'. -node_modules/uglify-js/lib/propmangle.js(173,36): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/propmangle.js(222,33): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/propmangle.js(225,40): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/propmangle.js(227,40): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/scope.js(68,45): error TS2304: Cannot find name 'AST_SymbolLambda'. -node_modules/uglify-js/lib/scope.js(69,48): error TS2304: Cannot find name 'AST_SymbolDefun'. node_modules/uglify-js/lib/scope.js(88,21): error TS2339: Property 'defun' does not exist on type 'SymbolDef'. node_modules/uglify-js/lib/scope.js(88,35): error TS2339: Property 'defun' does not exist on type 'SymbolDef'. -node_modules/uglify-js/lib/scope.js(92,1): error TS2304: Cannot find name 'AST_Toplevel'. node_modules/uglify-js/lib/scope.js(102,29): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/scope.js(103,29): error TS2304: Cannot find name 'AST_Catch'. -node_modules/uglify-js/lib/scope.js(105,25): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/scope.js(111,29): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/scope.js(121,29): error TS2304: Cannot find name 'AST_With'. -node_modules/uglify-js/lib/scope.js(125,29): error TS2304: Cannot find name 'AST_Symbol'. -node_modules/uglify-js/lib/scope.js(128,29): error TS2304: Cannot find name 'AST_Label'. -node_modules/uglify-js/lib/scope.js(132,29): error TS2304: Cannot find name 'AST_SymbolDefun'. -node_modules/uglify-js/lib/scope.js(136,36): error TS2304: Cannot find name 'AST_SymbolLambda'. -node_modules/uglify-js/lib/scope.js(139,36): error TS2304: Cannot find name 'AST_SymbolVar'. -node_modules/uglify-js/lib/scope.js(149,36): error TS2304: Cannot find name 'AST_SymbolCatch'. node_modules/uglify-js/lib/scope.js(157,29): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/scope.js(158,29): error TS2304: Cannot find name 'AST_LoopControl'. -node_modules/uglify-js/lib/scope.js(162,29): error TS2304: Cannot find name 'AST_SymbolRef'. -node_modules/uglify-js/lib/scope.js(164,58): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/scope.js(172,45): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/scope.js(180,29): error TS2304: Cannot find name 'AST_SymbolCatch'. node_modules/uglify-js/lib/scope.js(192,47): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/scope.js(193,29): error TS2304: Cannot find name 'AST_SymbolCatch'. -node_modules/uglify-js/lib/scope.js(197,29): error TS2304: Cannot find name 'AST_SymbolLambda'. -node_modules/uglify-js/lib/scope.js(216,1): error TS2304: Cannot find name 'AST_Toplevel'. -node_modules/uglify-js/lib/scope.js(229,1): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/scope.js(239,1): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/scope.js(240,5): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/scope.js(242,27): error TS2304: Cannot find name 'AST_SymbolFunarg'. -node_modules/uglify-js/lib/scope.js(249,1): error TS2304: Cannot find name 'AST_Symbol'. -node_modules/uglify-js/lib/scope.js(262,1): error TS2304: Cannot find name 'AST_Symbol'. -node_modules/uglify-js/lib/scope.js(267,1): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/scope.js(268,25): error TS2304: Cannot find name 'AST_Symbol'. -node_modules/uglify-js/lib/scope.js(273,1): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/scope.js(275,42): error TS2304: Cannot find name 'AST_Defun'. -node_modules/uglify-js/lib/scope.js(280,1): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/scope.js(284,76): error TS2304: Cannot find name 'AST_Function'. -node_modules/uglify-js/lib/scope.js(295,1): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/scope.js(296,1): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/scope.js(299,1): error TS2304: Cannot find name 'AST_Toplevel'. -node_modules/uglify-js/lib/scope.js(351,1): error TS2304: Cannot find name 'AST_Symbol'. -node_modules/uglify-js/lib/scope.js(357,1): error TS2304: Cannot find name 'AST_Label'. -node_modules/uglify-js/lib/scope.js(359,1): error TS2304: Cannot find name 'AST_Symbol'. -node_modules/uglify-js/lib/scope.js(363,1): error TS2304: Cannot find name 'AST_Symbol'. -node_modules/uglify-js/lib/scope.js(367,1): error TS2304: Cannot find name 'AST_Symbol'. -node_modules/uglify-js/lib/scope.js(386,1): error TS2304: Cannot find name 'AST_Toplevel'. node_modules/uglify-js/lib/scope.js(403,29): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/scope.js(404,29): error TS2304: Cannot find name 'AST_LabeledStatement'. -node_modules/uglify-js/lib/scope.js(411,29): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/scope.js(413,50): error TS2304: Cannot find name 'AST_Toplevel'. -node_modules/uglify-js/lib/scope.js(419,29): error TS2304: Cannot find name 'AST_Label'. -node_modules/uglify-js/lib/scope.js(427,45): error TS2304: Cannot find name 'AST_Catch'. -node_modules/uglify-js/lib/scope.js(455,1): error TS2304: Cannot find name 'AST_Toplevel'. node_modules/uglify-js/lib/scope.js(460,30): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/scope.js(461,29): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/scope.js(462,29): error TS2304: Cannot find name 'AST_SymbolCatch'. -node_modules/uglify-js/lib/scope.js(478,1): error TS2304: Cannot find name 'AST_Toplevel'. node_modules/uglify-js/lib/scope.js(485,30): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/scope.js(486,29): error TS2304: Cannot find name 'AST_Scope'. -node_modules/uglify-js/lib/scope.js(487,29): error TS2304: Cannot find name 'AST_SymbolCatch'. -node_modules/uglify-js/lib/scope.js(513,1): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/scope.js(514,1): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/scope.js(518,1): error TS2304: Cannot find name 'AST_Toplevel'. -node_modules/uglify-js/lib/scope.js(522,9): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/scope.js(524,33): error TS2304: Cannot find name 'AST_Symbol'. -node_modules/uglify-js/lib/scope.js(527,37): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/scope.js(529,44): error TS2304: Cannot find name 'AST_Sub'. -node_modules/uglify-js/lib/scope.js(536,9): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/scope.js(536,36): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/scope.js(541,29): error TS2304: Cannot find name 'AST_String'. -node_modules/uglify-js/lib/scope.js(543,36): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/scope.js(546,36): error TS2304: Cannot find name 'AST_Sequence'. node_modules/uglify-js/lib/sourcemap.js(55,25): error TS2304: Cannot find name 'MOZ_SourceMap'. node_modules/uglify-js/lib/sourcemap.js(61,23): error TS2304: Cannot find name 'MOZ_SourceMap'. -node_modules/uglify-js/lib/transform.js(60,9): error TS2304: Cannot find name 'AST_Node'. -node_modules/uglify-js/lib/transform.js(61,9): error TS2304: Cannot find name 'AST_LabeledStatement'. -node_modules/uglify-js/lib/transform.js(65,9): error TS2304: Cannot find name 'AST_SimpleStatement'. -node_modules/uglify-js/lib/transform.js(68,9): error TS2304: Cannot find name 'AST_Block'. -node_modules/uglify-js/lib/transform.js(71,9): error TS2304: Cannot find name 'AST_Do'. -node_modules/uglify-js/lib/transform.js(75,9): error TS2304: Cannot find name 'AST_While'. -node_modules/uglify-js/lib/transform.js(79,9): error TS2304: Cannot find name 'AST_For'. -node_modules/uglify-js/lib/transform.js(85,9): error TS2304: Cannot find name 'AST_ForIn'. -node_modules/uglify-js/lib/transform.js(90,9): error TS2304: Cannot find name 'AST_With'. -node_modules/uglify-js/lib/transform.js(94,9): error TS2304: Cannot find name 'AST_Exit'. -node_modules/uglify-js/lib/transform.js(97,9): error TS2304: Cannot find name 'AST_LoopControl'. -node_modules/uglify-js/lib/transform.js(100,9): error TS2304: Cannot find name 'AST_If'. -node_modules/uglify-js/lib/transform.js(105,9): error TS2304: Cannot find name 'AST_Switch'. -node_modules/uglify-js/lib/transform.js(109,9): error TS2304: Cannot find name 'AST_Case'. -node_modules/uglify-js/lib/transform.js(113,9): error TS2304: Cannot find name 'AST_Try'. -node_modules/uglify-js/lib/transform.js(118,9): error TS2304: Cannot find name 'AST_Catch'. -node_modules/uglify-js/lib/transform.js(122,9): error TS2304: Cannot find name 'AST_Definitions'. -node_modules/uglify-js/lib/transform.js(125,9): error TS2304: Cannot find name 'AST_VarDef'. -node_modules/uglify-js/lib/transform.js(129,9): error TS2304: Cannot find name 'AST_Lambda'. -node_modules/uglify-js/lib/transform.js(134,9): error TS2304: Cannot find name 'AST_Call'. -node_modules/uglify-js/lib/transform.js(138,9): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/transform.js(141,9): error TS2304: Cannot find name 'AST_Dot'. -node_modules/uglify-js/lib/transform.js(144,9): error TS2304: Cannot find name 'AST_Sub'. -node_modules/uglify-js/lib/transform.js(148,9): error TS2304: Cannot find name 'AST_Unary'. -node_modules/uglify-js/lib/transform.js(151,9): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/transform.js(155,9): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/transform.js(160,9): error TS2304: Cannot find name 'AST_Array'. -node_modules/uglify-js/lib/transform.js(163,9): error TS2304: Cannot find name 'AST_Object'. -node_modules/uglify-js/lib/transform.js(166,9): error TS2304: Cannot find name 'AST_ObjectProperty'. -node_modules/uglify-js/lib/utils.js(262,33): error TS2304: Cannot find name 'AST_Binary'. -node_modules/uglify-js/lib/utils.js(264,33): error TS2304: Cannot find name 'AST_Conditional'. -node_modules/uglify-js/lib/utils.js(266,33): error TS2304: Cannot find name 'AST_PropAccess'. -node_modules/uglify-js/lib/utils.js(268,33): error TS2304: Cannot find name 'AST_Sequence'. -node_modules/uglify-js/lib/utils.js(270,33): error TS2304: Cannot find name 'AST_Statement'. -node_modules/uglify-js/lib/utils.js(272,33): error TS2304: Cannot find name 'AST_UnaryPostfix'. -node_modules/uglify-js/tools/exit.js(7,32): error TS2339: Property 'bufferSize' does not exist on type 'WriteStream'. -node_modules/uglify-js/tools/exit.js(7,61): error TS2339: Property 'bufferSize' does not exist on type 'WriteStream'. node_modules/uglify-js/tools/exit.js(10,37): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[(number | undefined)?]'. Types of property 'length' are incompatible. Type 'number' is not assignable to type '0 | 1'. -node_modules/uglify-js/tools/node.js(59,12): error TS2304: Cannot find name 'AST_Node'. node_modules/uglify-js/tools/node.js(64,26): error TS2339: Property 'minify' does not exist on type 'typeof import("/uglify-js/node_modules/uglify-js/tools/node")'.