diff --git a/tests/baselines/reference/user/TypeScript-Node-Starter.log b/tests/baselines/reference/user/TypeScript-Node-Starter.log deleted file mode 100644 index 7c34008c21d55..0000000000000 --- a/tests/baselines/reference/user/TypeScript-Node-Starter.log +++ /dev/null @@ -1,13 +0,0 @@ -Exit Code: 1 -Standard output: -src/config/passport.ts(136,25): error TS2339: Property 'tokens' does not exist on type 'User'. -src/controllers/api.ts(22,28): error TS2339: Property 'tokens' does not exist on type 'User'. -src/controllers/api.ts(24,27): error TS2339: Property 'facebook' does not exist on type 'User'. -src/controllers/user.ts(145,28): error TS2339: Property 'id' does not exist on type 'User'. -src/controllers/user.ts(181,28): error TS2339: Property 'id' does not exist on type 'User'. -src/controllers/user.ts(197,33): error TS2339: Property 'id' does not exist on type 'User'. -src/controllers/user.ts(211,28): error TS2339: Property 'id' does not exist on type 'User'. - - - -Standard error: diff --git a/tests/baselines/reference/user/TypeScript-React-Native-Starter.log b/tests/baselines/reference/user/TypeScript-React-Native-Starter.log index 51763a2b4b899..ae2b1261f857f 100644 --- a/tests/baselines/reference/user/TypeScript-React-Native-Starter.log +++ b/tests/baselines/reference/user/TypeScript-React-Native-Starter.log @@ -3,7 +3,7 @@ Standard output: node_modules/@types/react-native/index.d.ts(3425,42): error TS2583: Cannot find name 'Map'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later. node_modules/@types/react-native/index.d.ts(3438,42): error TS2583: Cannot find name 'Map'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later. node_modules/@types/react-native/index.d.ts(8745,18): error TS2717: Subsequent property declarations must have the same type. Property 'geolocation' must be of type 'Geolocation', but here has type 'GeolocationStatic'. -node_modules/@types/react/index.d.ts(369,23): error TS2583: Cannot find name 'Set'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later. +node_modules/@types/react/index.d.ts(374,23): error TS2583: Cannot find name 'Set'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later. diff --git a/tests/baselines/reference/user/adonis-framework.log b/tests/baselines/reference/user/adonis-framework.log index 6243a7a15dba3..b6797d03840d4 100644 --- a/tests/baselines/reference/user/adonis-framework.log +++ b/tests/baselines/reference/user/adonis-framework.log @@ -20,7 +20,7 @@ node_modules/adonis-framework/src/Config/index.js(39,15): error TS2304: Cannot f node_modules/adonis-framework/src/Config/index.js(58,15): error TS2304: Cannot find name 'Mixed'. node_modules/adonis-framework/src/Encryption/index.js(53,15): error TS2304: Cannot find name 'Mixed'. node_modules/adonis-framework/src/Encryption/index.js(71,34): error TS2769: No overload matches this call. - Overload 1 of 4, '(data: Binary, input_encoding: undefined, output_encoding: HexBase64BinaryEncoding): string', gave the following error. + Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: HexBase64BinaryEncoding): string', gave the following error. Argument of type 'string' is not assignable to parameter of type 'undefined'. Overload 2 of 4, '(data: string, input_encoding: "utf8" | "ascii" | "binary" | undefined, output_encoding: HexBase64BinaryEncoding): string', gave the following error. Argument of type 'string' is not assignable to parameter of type '"utf8" | "ascii" | "binary" | undefined'. @@ -28,7 +28,7 @@ node_modules/adonis-framework/src/Encryption/index.js(77,50): error TS2345: Argu node_modules/adonis-framework/src/Encryption/index.js(85,23): error TS8024: JSDoc '@param' tag has name 'value', but there is no parameter with that name. node_modules/adonis-framework/src/Encryption/index.js(87,15): error TS2304: Cannot find name 'Mixed'. node_modules/adonis-framework/src/Encryption/index.js(101,21): error TS2769: No overload matches this call. - Overload 1 of 4, '(data: Binary, input_encoding: undefined, output_encoding: Utf8AsciiBinaryEncoding): string', gave the following error. + Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: Utf8AsciiBinaryEncoding): string', gave the following error. Argument of type '"base64"' is not assignable to parameter of type 'undefined'. Overload 2 of 4, '(data: string, input_encoding: "base64" | "binary" | "hex" | undefined, output_encoding: Utf8AsciiBinaryEncoding): string', gave the following error. Argument of type 'string' is not assignable to parameter of type 'Utf8AsciiBinaryEncoding'. diff --git a/tests/baselines/reference/user/async.log b/tests/baselines/reference/user/async.log index 48b0a2be1f283..33f04aa115a09 100644 --- a/tests/baselines/reference/user/async.log +++ b/tests/baselines/reference/user/async.log @@ -94,6 +94,7 @@ node_modules/async/dist/async.js(622,80): error TS2339: Property 'nodeType' does node_modules/async/dist/async.js(748,84): error TS2339: Property 'nodeType' does not exist on type 'NodeModule'. node_modules/async/dist/async.js(754,49): error TS2339: Property 'process' does not exist on type 'false | Global'. Property 'process' does not exist on type 'false'. +node_modules/async/dist/async.js(810,45): error TS2554: Expected 0 arguments, but got 1. node_modules/async/dist/async.js(923,32): error TS2554: Expected 2 arguments, but got 1. node_modules/async/dist/async.js(1299,18): error TS2532: Object is possibly 'undefined'. node_modules/async/dist/async.js(1303,3): error TS2322: Type 'any[] | undefined' is not assignable to type 'any[]'. diff --git a/tests/baselines/reference/user/axios-src.log b/tests/baselines/reference/user/axios-src.log index b42bc15b48807..7a4f1ccf16154 100644 --- a/tests/baselines/reference/user/axios-src.log +++ b/tests/baselines/reference/user/axios-src.log @@ -5,20 +5,17 @@ lib/adapters/http.js(84,22): error TS2345: Argument of type 'string | undefined' Type 'undefined' is not assignable to type 'string'. lib/adapters/http.js(124,17): error TS2532: Object is possibly 'undefined'. lib/adapters/http.js(124,40): error TS2532: Object is possibly 'undefined'. -lib/adapters/http.js(125,17): error TS2531: Object is possibly 'null'. -lib/adapters/http.js(125,54): error TS2531: Object is possibly 'null'. -lib/adapters/http.js(125,54): error TS2532: Object is possibly 'undefined'. -lib/adapters/http.js(224,23): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'. -lib/adapters/http.js(230,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'. -lib/adapters/http.js(236,13): error TS2322: Type 'string' is not assignable to type 'Buffer'. -lib/adapters/http.js(248,40): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'. -lib/adapters/http.js(277,42): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'. +lib/adapters/http.js(223,23): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'. +lib/adapters/http.js(229,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'. +lib/adapters/http.js(235,13): error TS2322: Type 'string' is not assignable to type 'Buffer'. +lib/adapters/http.js(247,40): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'. +lib/adapters/http.js(276,42): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'. lib/adapters/xhr.js(64,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'. lib/adapters/xhr.js(76,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'. lib/adapters/xhr.js(83,51): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'. lib/adapters/xhr.js(86,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'. -lib/adapters/xhr.js(95,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'. -lib/adapters/xhr.js(165,9): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'. +lib/adapters/xhr.js(99,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'. +lib/adapters/xhr.js(169,9): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'. lib/axios.js(23,9): error TS2554: Expected 3 arguments, but got 2. lib/axios.js(25,3): error TS2739: Type '(...args: any[]) => any' is missing the following properties from type 'Axios': defaults, interceptors, request, getUri lib/axios.js(32,7): error TS2339: Property 'Axios' does not exist on type 'Axios'. @@ -48,8 +45,8 @@ lib/core/enhanceError.js(37,20): error TS2339: Property 'config' does not exist lib/core/enhanceError.js(38,18): error TS2339: Property 'code' does not exist on type 'Error'. lib/core/settle.js(20,7): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'. lib/helpers/cookies.js(16,56): error TS2551: Property 'toGMTString' does not exist on type 'Date'. Did you mean 'toUTCString'? -lib/utils.js(248,20): error TS8029: JSDoc '@param' tag has name 'obj1', but there is no parameter with that name. It would match 'arguments' if it had an array type. -lib/utils.js(272,20): error TS8029: JSDoc '@param' tag has name 'obj1', but there is no parameter with that name. It would match 'arguments' if it had an array type. +lib/utils.js(226,20): error TS8029: JSDoc '@param' tag has name 'obj1', but there is no parameter with that name. It would match 'arguments' if it had an array type. +lib/utils.js(250,20): error TS8029: JSDoc '@param' tag has name 'obj1', but there is no parameter with that name. It would match 'arguments' if it had an array type. diff --git a/tests/baselines/reference/user/bluebird.log b/tests/baselines/reference/user/bluebird.log index 96bdf2acccb0d..7f91d19ebd49d 100644 --- a/tests/baselines/reference/user/bluebird.log +++ b/tests/baselines/reference/user/bluebird.log @@ -1,14 +1,6 @@ Exit Code: 1 Standard output: node_modules/bluebird/js/release/assert.js(11,30): error TS2339: Property 'constructor$' does not exist on type 'Error'. -node_modules/bluebird/js/release/async.js(38,14): error TS2339: Property 'hasDevTools' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/async.js(91,11): error TS2339: Property 'hasDevTools' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/async.js(92,21): error TS2300: Duplicate identifier 'invokeLater'. -node_modules/bluebird/js/release/async.js(93,21): error TS2300: Duplicate identifier 'invoke'. -node_modules/bluebird/js/release/async.js(94,21): error TS2300: Duplicate identifier 'settlePromises'. -node_modules/bluebird/js/release/async.js(96,21): error TS2300: Duplicate identifier 'invokeLater'. -node_modules/bluebird/js/release/async.js(108,21): error TS2300: Duplicate identifier 'invoke'. -node_modules/bluebird/js/release/async.js(118,21): error TS2300: Duplicate identifier 'settlePromises'. node_modules/bluebird/js/release/bluebird.js(5,15): error TS2367: This condition will always return 'false' since the types 'PromiseConstructor' and 'typeof Promise' have no overlap. node_modules/bluebird/js/release/bluebird.js(10,10): error TS2339: Property 'noConflict' does not exist on type 'typeof Promise'. node_modules/bluebird/js/release/call_get.js(11,24): error TS2339: Property 'canEvaluate' does not exist on type 'typeof ret'. @@ -31,42 +23,47 @@ node_modules/bluebird/js/release/debuggability.js(27,31): error TS2339: Property node_modules/bluebird/js/release/debuggability.js(28,24): error TS2339: Property 'env' does not exist on type 'typeof ret'. node_modules/bluebird/js/release/debuggability.js(30,29): error TS2339: Property 'env' does not exist on type 'typeof ret'. node_modules/bluebird/js/release/debuggability.js(31,25): error TS2339: Property 'env' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(106,55): error TS2339: Property 'domainBind' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(114,55): error TS2339: Property 'domainBind' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(155,18): error TS2339: Property 'global' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(165,30): error TS2339: Property 'global' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(168,17): error TS2403: Subsequent variable declarations must have the same type. Variable 'event' must be of type 'CustomEvent', but here has type 'Event'. -node_modules/bluebird/js/release/debuggability.js(169,18): error TS2339: Property 'global' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(174,26): error TS2339: Property 'detail' does not exist on type 'Event'. -node_modules/bluebird/js/release/debuggability.js(177,30): error TS2339: Property 'global' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(182,18): error TS2339: Property 'global' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(187,30): error TS2339: Property 'global' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(197,14): error TS2339: Property 'isNode' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(199,48): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '["multipleResolves", MultipleResolveListener]'. -node_modules/bluebird/js/release/debuggability.js(202,19): error TS2339: Property 'global' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(209,31): error TS2339: Property 'global' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(211,31): error TS2339: Property 'global' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(242,56): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'any[]'. +node_modules/bluebird/js/release/debuggability.js(156,39): error TS2339: Property 'contextBind' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(161,38): error TS2339: Property 'contextBind' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(199,28): error TS2339: Property 'global' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(200,18): error TS2339: Property 'global' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(204,18): error TS2339: Property 'global' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(209,28): error TS2339: Property 'global' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(210,18): error TS2339: Property 'global' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(214,18): error TS2339: Property 'global' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(225,30): error TS2339: Property 'global' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(230,26): error TS2339: Property 'global' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(236,18): error TS2339: Property 'global' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(252,17): error TS2403: Subsequent variable declarations must have the same type. Variable 'event' must be of type 'CustomEvent', but here has type 'Event'. +node_modules/bluebird/js/release/debuggability.js(253,18): error TS2339: Property 'global' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(259,26): error TS2339: Property 'detail' does not exist on type 'Event'. +node_modules/bluebird/js/release/debuggability.js(267,18): error TS2339: Property 'global' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(283,14): error TS2339: Property 'isNode' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(285,48): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '["multipleResolves", MultipleResolveListener]'. +node_modules/bluebird/js/release/debuggability.js(288,19): error TS2339: Property 'global' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(295,31): error TS2339: Property 'global' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(297,31): error TS2339: Property 'global' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(328,56): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'any[]'. Type 'IArguments' is missing the following properties from type 'any[]': pop, push, concat, join, and 26 more. -node_modules/bluebird/js/release/debuggability.js(274,18): error TS2339: Property 'isObject' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(338,51): error TS2554: Expected 0 arguments, but got 1. -node_modules/bluebird/js/release/debuggability.js(352,18): error TS2339: Property 'isArray' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(424,18): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(426,18): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(491,19): error TS2350: Only a void function can be called with the 'new' keyword. -node_modules/bluebird/js/release/debuggability.js(562,59): error TS2554: Expected 0 arguments, but got 1. -node_modules/bluebird/js/release/debuggability.js(601,18): error TS2339: Property 'isObject' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(648,46): error TS2554: Expected 0 arguments, but got 1. -node_modules/bluebird/js/release/debuggability.js(736,5): error TS2721: Cannot invoke an object which is possibly 'null'. -node_modules/bluebird/js/release/debuggability.js(739,6): error TS2339: Property 'inherits' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(754,30): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'. -node_modules/bluebird/js/release/debuggability.js(760,37): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'. -node_modules/bluebird/js/release/debuggability.js(799,38): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'. -node_modules/bluebird/js/release/debuggability.js(804,10): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(805,10): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(879,4): error TS2554: Expected 0 arguments, but got 1. -node_modules/bluebird/js/release/debuggability.js(885,14): error TS2339: Property 'isNode' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/debuggability.js(890,22): error TS2339: Property 'isNode' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(360,18): error TS2339: Property 'isObject' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(436,51): error TS2554: Expected 0 arguments, but got 1. +node_modules/bluebird/js/release/debuggability.js(450,18): error TS2339: Property 'isArray' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(522,18): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(524,18): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(589,19): error TS2350: Only a void function can be called with the 'new' keyword. +node_modules/bluebird/js/release/debuggability.js(660,59): error TS2554: Expected 0 arguments, but got 1. +node_modules/bluebird/js/release/debuggability.js(699,18): error TS2339: Property 'isObject' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(746,46): error TS2554: Expected 0 arguments, but got 1. +node_modules/bluebird/js/release/debuggability.js(834,5): error TS2721: Cannot invoke an object which is possibly 'null'. +node_modules/bluebird/js/release/debuggability.js(837,6): error TS2339: Property 'inherits' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(852,30): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'. +node_modules/bluebird/js/release/debuggability.js(858,37): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'. +node_modules/bluebird/js/release/debuggability.js(897,38): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'. +node_modules/bluebird/js/release/debuggability.js(902,10): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(903,10): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(977,4): error TS2554: Expected 0 arguments, but got 1. +node_modules/bluebird/js/release/debuggability.js(983,14): error TS2339: Property 'isNode' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/debuggability.js(988,22): error TS2339: Property 'isNode' does not exist on type 'typeof ret'. node_modules/bluebird/js/release/errors.js(5,21): error TS2339: Property 'inherits' does not exist on type 'typeof ret'. node_modules/bluebird/js/release/errors.js(6,30): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'. node_modules/bluebird/js/release/errors.js(10,49): error TS2350: Only a void function can be called with the 'new' keyword. @@ -81,32 +78,33 @@ node_modules/bluebird/js/release/generators.js(190,15): error TS2350: Only a voi node_modules/bluebird/js/release/generators.js(208,15): error TS2350: Only a void function can be called with the 'new' keyword. node_modules/bluebird/js/release/generators.js(208,68): error TS2339: Property 'classString' does not exist on type 'typeof ret'. node_modules/bluebird/js/release/generators.js(220,16): error TS2554: Expected 0 arguments, but got 1. -node_modules/bluebird/js/release/join.js(6,24): error TS2339: Property 'canEvaluate' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/join.js(7,21): error TS2339: Property 'tryCatch' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/join.js(8,21): error TS2339: Property 'errorObj' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/join.js(152,46): error TS2339: Property 'domainBind' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/map.js(10,21): error TS2339: Property 'tryCatch' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/map.js(11,21): error TS2339: Property 'errorObj' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/map.js(18,50): error TS2339: Property 'domainBind' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/map.js(27,6): error TS2339: Property 'inherits' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/map.js(30,10): error TS2551: Property '_init$' does not exist on type 'MappingPromiseArray'. Did you mean '_init'? -node_modules/bluebird/js/release/map.js(36,23): error TS2339: Property '_values' does not exist on type 'MappingPromiseArray'. -node_modules/bluebird/js/release/map.js(37,23): error TS2339: Property 'length' does not exist on type 'MappingPromiseArray'. -node_modules/bluebird/js/release/map.js(47,22): error TS2339: Property '_isResolved' does not exist on type 'MappingPromiseArray'. -node_modules/bluebird/js/release/map.js(57,28): error TS2339: Property '_promise' does not exist on type 'MappingPromiseArray'. -node_modules/bluebird/js/release/map.js(70,18): error TS2339: Property '_reject' does not exist on type 'MappingPromiseArray'. -node_modules/bluebird/js/release/map.js(74,58): error TS2339: Property '_promise' does not exist on type 'MappingPromiseArray'. -node_modules/bluebird/js/release/map.js(87,22): error TS2339: Property '_reject' does not exist on type 'MappingPromiseArray'. -node_modules/bluebird/js/release/map.js(90,22): error TS2339: Property '_cancel' does not exist on type 'MappingPromiseArray'. -node_modules/bluebird/js/release/map.js(96,32): error TS2339: Property '_totalResolved' does not exist on type 'MappingPromiseArray'. -node_modules/bluebird/js/release/map.js(101,18): error TS2339: Property '_resolve' does not exist on type 'MappingPromiseArray'. -node_modules/bluebird/js/release/map.js(111,23): error TS2339: Property '_values' does not exist on type 'MappingPromiseArray'. -node_modules/bluebird/js/release/map.js(113,18): error TS2339: Property '_isResolved' does not exist on type 'MappingPromiseArray'. -node_modules/bluebird/js/release/map.js(127,10): error TS2339: Property '_resolve' does not exist on type 'MappingPromiseArray'. -node_modules/bluebird/js/release/map.js(136,68): error TS2339: Property 'classString' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/map.js(145,42): error TS2339: Property 'classString' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/map.js(151,35): error TS2339: Property 'classString' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/map.js(156,66): error TS2339: Property 'promise' does not exist on type 'MappingPromiseArray'. +node_modules/bluebird/js/release/join.js(5,24): error TS2339: Property 'canEvaluate' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/join.js(6,21): error TS2339: Property 'tryCatch' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/join.js(7,21): error TS2339: Property 'errorObj' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/join.js(150,42): error TS2339: Property 'contextBind' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/map.js(9,21): error TS2339: Property 'tryCatch' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/map.js(10,21): error TS2339: Property 'errorObj' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/map.js(17,27): error TS2339: Property 'contextBind' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/map.js(25,14): error TS2339: Property 'isArray' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/map.js(34,6): error TS2339: Property 'inherits' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/map.js(37,10): error TS2551: Property '_init$' does not exist on type 'MappingPromiseArray'. Did you mean '_init'? +node_modules/bluebird/js/release/map.js(43,23): error TS2339: Property '_values' does not exist on type 'MappingPromiseArray'. +node_modules/bluebird/js/release/map.js(44,23): error TS2339: Property 'length' does not exist on type 'MappingPromiseArray'. +node_modules/bluebird/js/release/map.js(54,22): error TS2339: Property '_isResolved' does not exist on type 'MappingPromiseArray'. +node_modules/bluebird/js/release/map.js(64,28): error TS2339: Property '_promise' does not exist on type 'MappingPromiseArray'. +node_modules/bluebird/js/release/map.js(77,18): error TS2339: Property '_reject' does not exist on type 'MappingPromiseArray'. +node_modules/bluebird/js/release/map.js(81,58): error TS2339: Property '_promise' does not exist on type 'MappingPromiseArray'. +node_modules/bluebird/js/release/map.js(94,22): error TS2339: Property '_reject' does not exist on type 'MappingPromiseArray'. +node_modules/bluebird/js/release/map.js(97,22): error TS2339: Property '_cancel' does not exist on type 'MappingPromiseArray'. +node_modules/bluebird/js/release/map.js(103,32): error TS2339: Property '_totalResolved' does not exist on type 'MappingPromiseArray'. +node_modules/bluebird/js/release/map.js(108,18): error TS2339: Property '_resolve' does not exist on type 'MappingPromiseArray'. +node_modules/bluebird/js/release/map.js(118,23): error TS2339: Property '_values' does not exist on type 'MappingPromiseArray'. +node_modules/bluebird/js/release/map.js(120,18): error TS2339: Property '_isResolved' does not exist on type 'MappingPromiseArray'. +node_modules/bluebird/js/release/map.js(134,10): error TS2339: Property '_resolve' does not exist on type 'MappingPromiseArray'. +node_modules/bluebird/js/release/map.js(143,68): error TS2339: Property 'classString' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/map.js(152,42): error TS2339: Property 'classString' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/map.js(158,35): error TS2339: Property 'classString' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/map.js(163,66): error TS2339: Property 'promise' does not exist on type 'MappingPromiseArray'. node_modules/bluebird/js/release/method.js(5,21): error TS2339: Property 'tryCatch' does not exist on type 'typeof ret'. node_modules/bluebird/js/release/method.js(9,76): error TS2339: Property 'classString' does not exist on type 'typeof ret'. node_modules/bluebird/js/release/method.js(26,68): error TS2339: Property 'classString' does not exist on type 'typeof ret'. @@ -121,79 +119,86 @@ node_modules/bluebird/js/release/nodeify.js(32,19): error TS2339: Property 'caus node_modules/bluebird/js/release/promise.js(4,12): error TS2350: Only a void function can be called with the 'new' keyword. node_modules/bluebird/js/release/promise.js(7,24): error TS2339: Property 'PromiseInspection' does not exist on type 'typeof Promise'. node_modules/bluebird/js/release/promise.js(10,27): error TS2350: Only a void function can be called with the 'new' keyword. -node_modules/bluebird/js/release/promise.js(17,10): error TS2339: Property 'isNode' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(20,32): error TS2322: Type 'null' is not assignable to type 'Domain'. -node_modules/bluebird/js/release/promise.js(28,6): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(58,21): error TS2339: Property 'errorObj' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(59,21): error TS2339: Property 'tryCatch' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(62,15): error TS2350: Only a void function can be called with the 'new' keyword. -node_modules/bluebird/js/release/promise.js(65,15): error TS2350: Only a void function can be called with the 'new' keyword. -node_modules/bluebird/js/release/promise.js(65,68): error TS2339: Property 'classString' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(95,22): error TS2339: Property 'isObject' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(99,59): error TS2339: Property 'classString' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(106,19): error TS2350: Only a void function can be called with the 'new' keyword. -node_modules/bluebird/js/release/promise.js(107,60): error TS2554: Expected 0 arguments, but got 1. -node_modules/bluebird/js/release/promise.js(124,22): error TS2339: Property 'classString' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(126,32): error TS2339: Property 'classString' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(128,14): error TS2339: Property '_warn' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(141,68): error TS2339: Property 'classString' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(153,14): error TS2551: Property 'isFulfilled' does not exist on type 'Promise'. Did you mean '_setFulfilled'? -node_modules/bluebird/js/release/promise.js(154,37): error TS2339: Property 'value' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(156,21): error TS2551: Property 'isRejected' does not exist on type 'Promise'. Did you mean '_setRejected'? -node_modules/bluebird/js/release/promise.js(157,36): error TS2339: Property 'reason' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(165,14): error TS2339: Property '_warn' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(171,29): error TS2339: Property 'originatesFromRejection' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(182,9): error TS2339: Property '_captureStackTrace' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(212,9): error TS2339: Property '_captureStackTrace' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(219,15): error TS2350: Only a void function can be called with the 'new' keyword. -node_modules/bluebird/js/release/promise.js(219,68): error TS2339: Property 'classString' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(243,63): error TS2339: Property '_boundTo' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(246,14): error TS2339: Property '_fireEvent' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(258,20): error TS2339: Property '_unsetRejectionIsUnhandled' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(262,20): error TS2339: Property '_attachExtraTrace' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(269,26): error TS2339: Property 'domainBind' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(300,10): error TS2339: Property '_fireEvent' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(305,10): error TS2339: Property '_fireEvent' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(310,10): error TS2339: Property '_fireEvent' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(327,10): error TS2339: Property '_fireEvent' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(344,42): error TS2339: Property '_isBound' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(405,50): error TS2339: Property 'domainBind' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(409,49): error TS2339: Property 'domainBind' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(417,50): error TS2339: Property 'domainBind' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(421,49): error TS2339: Property 'domainBind' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(439,26): error TS2339: Property '_propagateFrom' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(459,31): error TS2339: Property '_value' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(461,30): error TS2339: Property '_reason' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(464,17): error TS2339: Property '_attachExtraTrace' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(471,22): error TS2339: Property 'ensureErrorObject' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(475,18): error TS2339: Property 'classString' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(476,14): error TS2339: Property '_warn' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(478,10): error TS2339: Property '_attachExtraTrace' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(485,10): error TS2339: Property '_captureStackTrace' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(486,10): error TS2339: Property '_pushContext' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(488,18): error TS2339: Property '_execute' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(494,10): error TS2339: Property '_popContext' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(511,19): error TS2350: Only a void function can be called with the 'new' keyword. -node_modules/bluebird/js/release/promise.js(512,42): error TS2339: Property 'classString' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(563,22): error TS2339: Property '_promiseCancelled' does not exist on type '{}'. -node_modules/bluebird/js/release/promise.js(577,23): error TS2339: Property '_isResolved' does not exist on type '{}'. -node_modules/bluebird/js/release/promise.js(579,26): error TS2339: Property '_promiseFulfilled' does not exist on type '{}'. -node_modules/bluebird/js/release/promise.js(581,26): error TS2339: Property '_promiseRejected' does not exist on type '{}'. -node_modules/bluebird/js/release/promise.js(635,14): error TS2339: Property '_attachExtraTrace' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(647,14): error TS2339: Property '_dereferenceTrace' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(658,46): error TS2339: Property 'isNode' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(664,14): error TS2339: Property '_ensurePossibleRejectionHandled' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(704,10): error TS2339: Property '_clearCancellationData' does not exist on type 'Promise'. -node_modules/bluebird/js/release/promise.js(737,6): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(767,10): error TS2339: Property 'toFastProperties' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise.js(768,10): error TS2339: Property 'toFastProperties' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(15,6): error TS2339: Property 'setReflectHandler' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(33,26): error TS2339: Property 'isNode' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(38,20): error TS2531: Object is possibly 'null'. +node_modules/bluebird/js/release/promise.js(41,23): error TS2339: Property 'isNode' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(42,6): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(44,5): error TS2322: Type '() => { domain: Domain | null; async: AsyncResource; }' is not assignable to type '(() => null) | (() => { domain: Domain | null; async: null; })'. + Type '() => { domain: Domain | null; async: AsyncResource; }' is not assignable to type '() => null'. + Type '{ domain: NodeJS.Domain | null; async: AsyncResource; }' is not assignable to type 'null'. +node_modules/bluebird/js/release/promise.js(45,10): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(49,10): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(82,21): error TS2339: Property 'errorObj' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(83,21): error TS2339: Property 'tryCatch' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(86,15): error TS2350: Only a void function can be called with the 'new' keyword. +node_modules/bluebird/js/release/promise.js(89,15): error TS2350: Only a void function can be called with the 'new' keyword. +node_modules/bluebird/js/release/promise.js(89,68): error TS2339: Property 'classString' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(119,22): error TS2339: Property 'isObject' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(123,59): error TS2339: Property 'classString' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(130,19): error TS2350: Only a void function can be called with the 'new' keyword. +node_modules/bluebird/js/release/promise.js(131,60): error TS2554: Expected 0 arguments, but got 1. +node_modules/bluebird/js/release/promise.js(148,22): error TS2339: Property 'classString' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(150,32): error TS2339: Property 'classString' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(152,14): error TS2339: Property '_warn' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(165,68): error TS2339: Property 'classString' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(177,14): error TS2551: Property 'isFulfilled' does not exist on type 'Promise'. Did you mean '_setFulfilled'? +node_modules/bluebird/js/release/promise.js(178,37): error TS2339: Property 'value' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(180,21): error TS2551: Property 'isRejected' does not exist on type 'Promise'. Did you mean '_setRejected'? +node_modules/bluebird/js/release/promise.js(181,36): error TS2339: Property 'reason' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(189,14): error TS2339: Property '_warn' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(195,29): error TS2339: Property 'originatesFromRejection' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(206,9): error TS2339: Property '_captureStackTrace' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(236,9): error TS2339: Property '_captureStackTrace' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(243,15): error TS2350: Only a void function can be called with the 'new' keyword. +node_modules/bluebird/js/release/promise.js(243,68): error TS2339: Property 'classString' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(267,63): error TS2339: Property '_boundTo' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(270,14): error TS2339: Property '_fireEvent' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(282,20): error TS2339: Property '_unsetRejectionIsUnhandled' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(286,20): error TS2339: Property '_attachExtraTrace' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(291,27): error TS2339: Property 'contextBind' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(323,10): error TS2339: Property '_fireEvent' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(328,10): error TS2339: Property '_fireEvent' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(333,10): error TS2339: Property '_fireEvent' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(350,10): error TS2339: Property '_fireEvent' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(375,42): error TS2339: Property '_isBound' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(435,46): error TS2339: Property 'contextBind' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(438,44): error TS2339: Property 'contextBind' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(446,22): error TS2339: Property 'contextBind' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(450,22): error TS2339: Property 'contextBind' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(468,26): error TS2339: Property '_propagateFrom' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(489,31): error TS2339: Property '_value' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(491,30): error TS2339: Property '_reason' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(494,17): error TS2339: Property '_attachExtraTrace' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(501,22): error TS2339: Property 'ensureErrorObject' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(505,18): error TS2339: Property 'classString' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(506,14): error TS2339: Property '_warn' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(508,10): error TS2339: Property '_attachExtraTrace' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(515,10): error TS2339: Property '_captureStackTrace' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(516,10): error TS2339: Property '_pushContext' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(518,18): error TS2339: Property '_execute' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(524,10): error TS2339: Property '_popContext' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(541,19): error TS2350: Only a void function can be called with the 'new' keyword. +node_modules/bluebird/js/release/promise.js(542,42): error TS2339: Property 'classString' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(593,22): error TS2339: Property '_promiseCancelled' does not exist on type '{}'. +node_modules/bluebird/js/release/promise.js(607,23): error TS2339: Property '_isResolved' does not exist on type '{}'. +node_modules/bluebird/js/release/promise.js(609,26): error TS2339: Property '_promiseFulfilled' does not exist on type '{}'. +node_modules/bluebird/js/release/promise.js(611,26): error TS2339: Property '_promiseRejected' does not exist on type '{}'. +node_modules/bluebird/js/release/promise.js(665,14): error TS2339: Property '_attachExtraTrace' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(677,14): error TS2339: Property '_dereferenceTrace' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(688,46): error TS2339: Property 'isNode' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(694,14): error TS2339: Property '_ensurePossibleRejectionHandled' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(734,10): error TS2339: Property '_clearCancellationData' does not exist on type 'Promise'. +node_modules/bluebird/js/release/promise.js(767,6): error TS2339: Property 'notEnumerableProp' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(797,10): error TS2339: Property 'toFastProperties' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise.js(798,10): error TS2339: Property 'toFastProperties' does not exist on type 'typeof ret'. node_modules/bluebird/js/release/promise_array.js(5,20): error TS2339: Property 'isArray' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise_array.js(26,6): error TS2339: Property 'inherits' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise_array.js(61,19): error TS2339: Property 'asArray' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise_array.js(64,72): error TS2339: Property 'classString' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/promise_array.js(71,18): error TS2339: Property '_resolveEmptyArray' does not exist on type 'PromiseArray'. -node_modules/bluebird/js/release/promise_array.js(109,76): error TS2554: Expected 0-1 arguments, but got 2. -node_modules/bluebird/js/release/promise_array.js(111,53): error TS2554: Expected 0 arguments, but got 1. +node_modules/bluebird/js/release/promise_array.js(27,6): error TS2339: Property 'inherits' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise_array.js(62,19): error TS2339: Property 'asArray' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise_array.js(65,72): error TS2339: Property 'classString' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/promise_array.js(72,18): error TS2339: Property '_resolveEmptyArray' does not exist on type 'PromiseArray'. +node_modules/bluebird/js/release/promise_array.js(110,76): error TS2554: Expected 0-1 arguments, but got 2. +node_modules/bluebird/js/release/promise_array.js(112,53): error TS2554: Expected 0 arguments, but got 1. node_modules/bluebird/js/release/promisify.js(6,25): error TS2339: Property 'withAppended' does not exist on type 'typeof ret'. node_modules/bluebird/js/release/promisify.js(7,29): error TS2339: Property 'maybeWrapAsError' does not exist on type 'typeof ret'. node_modules/bluebird/js/release/promisify.js(8,24): error TS2339: Property 'canEvaluate' does not exist on type 'typeof ret'. @@ -235,16 +240,16 @@ node_modules/bluebird/js/release/props.js(78,14): error TS2339: Property '_resol node_modules/bluebird/js/release/props.js(102,53): error TS2339: Property 'promise' does not exist on type 'PropertiesPromiseArray'. node_modules/bluebird/js/release/race.js(18,25): error TS2339: Property 'asArray' does not exist on type 'typeof ret'. node_modules/bluebird/js/release/race.js(20,92): error TS2339: Property 'classString' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/reduce.js(10,21): error TS2339: Property 'tryCatch' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/reduce.js(15,44): error TS2339: Property 'domainBind' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/reduce.js(32,6): error TS2339: Property 'inherits' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/reduce.js(44,9): error TS2532: Object is possibly 'undefined'. -node_modules/bluebird/js/release/reduce.js(61,10): error TS2339: Property '_promise' does not exist on type 'ReductionPromiseArray'. -node_modules/bluebird/js/release/reduce.js(66,52): error TS2339: Property '_cancel' does not exist on type 'ReductionPromiseArray'. -node_modules/bluebird/js/release/reduce.js(67,14): error TS2339: Property '_isResolved' does not exist on type 'ReductionPromiseArray'. -node_modules/bluebird/js/release/reduce.js(68,10): error TS2551: Property '_resultCancelled$' does not exist on type 'ReductionPromiseArray'. Did you mean '_resultCancelled'? -node_modules/bluebird/js/release/reduce.js(130,68): error TS2339: Property 'classString' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/reduce.js(133,18): error TS2339: Property 'promise' does not exist on type 'ReductionPromiseArray'. +node_modules/bluebird/js/release/reduce.js(9,21): error TS2339: Property 'tryCatch' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/reduce.js(14,21): error TS2339: Property 'contextBind' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/reduce.js(31,6): error TS2339: Property 'inherits' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/reduce.js(43,9): error TS2532: Object is possibly 'undefined'. +node_modules/bluebird/js/release/reduce.js(60,10): error TS2339: Property '_promise' does not exist on type 'ReductionPromiseArray'. +node_modules/bluebird/js/release/reduce.js(65,52): error TS2339: Property '_cancel' does not exist on type 'ReductionPromiseArray'. +node_modules/bluebird/js/release/reduce.js(66,14): error TS2339: Property '_isResolved' does not exist on type 'ReductionPromiseArray'. +node_modules/bluebird/js/release/reduce.js(67,10): error TS2551: Property '_resultCancelled$' does not exist on type 'ReductionPromiseArray'. Did you mean '_resultCancelled'? +node_modules/bluebird/js/release/reduce.js(141,68): error TS2339: Property 'classString' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/reduce.js(144,18): error TS2339: Property 'promise' does not exist on type 'ReductionPromiseArray'. node_modules/bluebird/js/release/schedule.js(7,26): error TS2339: Property 'getNativePromise' does not exist on type 'typeof ret'. node_modules/bluebird/js/release/schedule.js(8,10): error TS2339: Property 'isNode' does not exist on type 'typeof ret'. node_modules/bluebird/js/release/schedule.js(23,31): error TS2339: Property 'standalone' does not exist on type 'Navigator'. @@ -256,6 +261,7 @@ node_modules/bluebird/js/release/settle.js(15,31): error TS2339: Property '_leng node_modules/bluebird/js/release/settle.js(16,14): error TS2339: Property '_resolve' does not exist on type 'SettledPromiseArray'. node_modules/bluebird/js/release/settle.js(16,28): error TS2339: Property '_values' does not exist on type 'SettledPromiseArray'. node_modules/bluebird/js/release/settle.js(37,46): error TS2339: Property 'promise' does not exist on type 'SettledPromiseArray'. +node_modules/bluebird/js/release/settle.js(41,46): error TS2339: Property 'promise' does not exist on type 'SettledPromiseArray'. node_modules/bluebird/js/release/some.js(7,20): error TS2339: Property 'isArray' does not exist on type 'typeof ret'. node_modules/bluebird/js/release/some.js(17,6): error TS2339: Property 'inherits' does not exist on type 'typeof ret'. node_modules/bluebird/js/release/some.js(24,14): error TS2339: Property '_resolve' does not exist on type 'SomePromiseArray'. @@ -302,17 +308,15 @@ node_modules/bluebird/js/release/using.js(223,15): error TS2350: Only a void fun node_modules/bluebird/js/release/util.js(279,45): error TS2345: Argument of type 'PropertyDescriptor | { value: any; } | undefined' is not assignable to parameter of type 'PropertyDescriptor & ThisType'. Type 'undefined' is not assignable to type 'PropertyDescriptor & ThisType'. Type 'undefined' is not assignable to type 'PropertyDescriptor'. -node_modules/bluebird/js/release/util.js(341,5): error TS2322: Type '{ isClass: (fn: any) => boolean; isIdentifier: (str: any) => boolean; inheritedDataKeys: (obj: any) => string[]; getDataPropertyOrDefault: (obj: any, key: any, defaultValue: any) => any; ... 28 more ...; domainBind: (self: any, cb: any) => any; }' is not assignable to type 'typeof ret'. - Object literal may only specify known properties, and 'isClass' does not exist in type 'typeof ret'. -node_modules/bluebird/js/release/util.js(367,25): error TS2304: Cannot find name 'chrome'. -node_modules/bluebird/js/release/util.js(367,51): error TS2304: Cannot find name 'chrome'. -node_modules/bluebird/js/release/util.js(368,25): error TS2304: Cannot find name 'chrome'. -node_modules/bluebird/js/release/util.js(376,24): error TS2339: Property 'isNode' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/util.js(383,13): error TS2532: Object is possibly 'undefined'. -node_modules/bluebird/js/release/util.js(383,33): error TS2532: Object is possibly 'undefined'. -node_modules/bluebird/js/release/util.js(383,54): error TS2532: Object is possibly 'undefined'. -node_modules/bluebird/js/release/util.js(386,9): error TS2339: Property 'isNode' does not exist on type 'typeof ret'. -node_modules/bluebird/js/release/util.js(386,21): error TS2339: Property 'toFastProperties' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/util.js(362,5): error TS2322: Type '{ setReflectHandler: (fn: any) => void; isClass: (fn: any) => boolean; isIdentifier: (str: any) => boolean; inheritedDataKeys: (obj: any) => string[]; getDataPropertyOrDefault: (obj: any, key: any, defaultValue: any) => any; ... 27 more ...; contextBind: (ctx: any, cb: any) => any; }' is not assignable to type 'typeof ret'. + Object literal may only specify known properties, and 'setReflectHandler' does not exist in type 'typeof ret'. +node_modules/bluebird/js/release/util.js(398,24): error TS2339: Property 'isNode' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/util.js(405,13): error TS2532: Object is possibly 'undefined'. +node_modules/bluebird/js/release/util.js(405,33): error TS2532: Object is possibly 'undefined'. +node_modules/bluebird/js/release/util.js(405,54): error TS2532: Object is possibly 'undefined'. +node_modules/bluebird/js/release/util.js(407,37): error TS2339: Property 'isNode' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/util.js(418,9): error TS2339: Property 'isNode' does not exist on type 'typeof ret'. +node_modules/bluebird/js/release/util.js(418,21): error TS2339: Property 'toFastProperties' does not exist on type 'typeof ret'. diff --git a/tests/baselines/reference/user/chrome-devtools-frontend.log b/tests/baselines/reference/user/chrome-devtools-frontend.log index 8c9e16f013962..74057987d6195 100644 --- a/tests/baselines/reference/user/chrome-devtools-frontend.log +++ b/tests/baselines/reference/user/chrome-devtools-frontend.log @@ -1,6 +1,6 @@ Exit Code: 1 Standard output: -../../../../built/local/lib.es5.d.ts(1421,11): error TS2300: Duplicate identifier 'ArrayLike'. +../../../../built/local/lib.es5.d.ts(1439,11): error TS2300: Duplicate identifier 'ArrayLike'. ../../../../node_modules/@types/node/globals.d.ts(234,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'module' must be of type '{}', but here has type 'NodeModule'. node_modules/chrome-devtools-frontend/front_end/Runtime.js(43,8): error TS2339: Property '_importScriptPathPrefix' does not exist on type 'Window & typeof globalThis'. node_modules/chrome-devtools-frontend/front_end/Runtime.js(77,16): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type. @@ -3006,6 +3006,7 @@ node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighth node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(68409,16): error TS2339: Property 'height' does not exist on type 'constructor'. node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(68410,25): error TS2339: Property 'width' does not exist on type 'constructor'. node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(68410,39): error TS2339: Property 'height' does not exist on type 'constructor'. +node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(69550,21): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'. node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(69799,1): error TS2323: Cannot redeclare exported variable 'parse'. node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(70747,4): error TS2531: Object is possibly 'null'. node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(70747,26): error TS2531: Object is possibly 'null'. @@ -3664,8 +3665,7 @@ node_modules/chrome-devtools-frontend/front_end/common/Settings.js(542,18): erro node_modules/chrome-devtools-frontend/front_end/common/Throttler.js(97,14): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type. node_modules/chrome-devtools-frontend/front_end/common/Throttler.js(102,5): error TS2322: Type 'Timeout' is not assignable to type 'number'. node_modules/chrome-devtools-frontend/front_end/common/Throttler.js(113,15): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type. -node_modules/chrome-devtools-frontend/front_end/common/UIString.js(32,1): error TS2322: Type 'typeof Common | {}' is not assignable to type 'typeof Common'. - Type '{}' is missing the following properties from type 'typeof Common': Object, EventTarget, Event, ParsedURL, and 39 more. +node_modules/chrome-devtools-frontend/front_end/common/UIString.js(32,1): error TS2740: Type '{}' is missing the following properties from type 'typeof Common': Object, EventTarget, Event, ParsedURL, and 39 more. node_modules/chrome-devtools-frontend/front_end/common/UIString.js(40,17): error TS2339: Property 'vsprintf' does not exist on type 'StringConstructor'. node_modules/chrome-devtools-frontend/front_end/common/UIString.js(62,36): error TS2339: Property 'tokenizeFormatString' does not exist on type 'StringConstructor'. node_modules/chrome-devtools-frontend/front_end/common/UIString.js(62,87): error TS2339: Property 'standardFormatters' does not exist on type 'StringConstructor'. @@ -3866,10 +3866,9 @@ node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(133,9) node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(147,27): error TS2740: Type 'Element' is missing the following properties from type 'Icon': createdCallback, _descriptor, _spriteSheet, _iconType, and 117 more. node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(177,67): error TS2555: Expected at least 2 arguments, but got 1. node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(179,61): error TS2339: Property 'ConsoleSidebar' does not exist on type '{ new (): Console; prototype: Console; }'. -node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(209,41): error TS2339: Property 'asParsedURL' does not exist on type 'string'. node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(213,28): error TS2555: Expected at least 2 arguments, but got 1. -node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(214,31): error TS2345: Argument of type '{ key: any; text: string; negative: false; }' is not assignable to parameter of type '{ key: string; text: string; regex: RegExp; negative: boolean; }'. - Property 'regex' is missing in type '{ key: any; text: string; negative: false; }' but required in type '{ key: string; text: string; regex: RegExp; negative: boolean; }'. +node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(214,31): error TS2345: Argument of type '{ key: any; text: any; negative: false; }' is not assignable to parameter of type '{ key: string; text: string; regex: RegExp; negative: boolean; }'. + Property 'regex' is missing in type '{ key: any; text: any; negative: false; }' but required in type '{ key: string; text: string; regex: RegExp; negative: boolean; }'. node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(214,45): error TS2339: Property 'ConsoleFilter' does not exist on type '{ new (): Console; prototype: Console; }'. node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(216,25): error TS2339: Property 'ConsoleSidebar' does not exist on type '{ new (): Console; prototype: Console; }'. node_modules/chrome-devtools-frontend/front_end/console/ConsoleSidebar.js(226,9): error TS2339: Property 'ConsoleSidebar' does not exist on type '{ new (): Console; prototype: Console; }'. @@ -6631,8 +6630,8 @@ node_modules/chrome-devtools-frontend/front_end/layer_viewer/PaintProfilerView.j node_modules/chrome-devtools-frontend/front_end/layer_viewer/PaintProfilerView.js(85,39): error TS2551: Property '_logItemCategoriesMap' does not exist on type 'typeof PaintProfilerView'. Did you mean '_initLogItemCategories'? node_modules/chrome-devtools-frontend/front_end/layer_viewer/PaintProfilerView.js(86,44): error TS2551: Property '_logItemCategoriesMap' does not exist on type 'typeof PaintProfilerView'. Did you mean '_initLogItemCategories'? node_modules/chrome-devtools-frontend/front_end/layer_viewer/PaintProfilerView.js(128,35): error TS2551: Property '_logItemCategoriesMap' does not exist on type 'typeof PaintProfilerView'. Did you mean '_initLogItemCategories'? -node_modules/chrome-devtools-frontend/front_end/layer_viewer/PaintProfilerView.js(129,5): error TS2322: Type '{}' is not assignable to type '{ [x: string]: PaintProfilerCategory; }'. - Index signature is missing in type '{}'. +node_modules/chrome-devtools-frontend/front_end/layer_viewer/PaintProfilerView.js(129,5): error TS2322: Type '{ 'Clear': PaintProfilerCategory; 'DrawPaint': PaintProfilerCategory; 'DrawData': PaintProfilerCategory; 'SetMatrix': PaintProfilerCategory; ... 31 more ...; 'DrawTextOnPath': PaintProfilerCategory; }' is not assignable to type '{ [x: string]: PaintProfilerCategory; }'. + Index signature is missing in type '{ 'Clear': PaintProfilerCategory; 'DrawPaint': PaintProfilerCategory; 'DrawData': PaintProfilerCategory; 'SetMatrix': PaintProfilerCategory; ... 31 more ...; 'DrawTextOnPath': PaintProfilerCategory; }'. node_modules/chrome-devtools-frontend/front_end/layer_viewer/PaintProfilerView.js(158,24): error TS2694: Namespace 'Protocol' has no exported member 'DOM'. node_modules/chrome-devtools-frontend/front_end/layer_viewer/PaintProfilerView.js(244,26): error TS2345: Argument of type '{}' is not assignable to parameter of type '{ [x: string]: number; }'. Index signature is missing in type '{}'. @@ -8756,8 +8755,8 @@ node_modules/chrome-devtools-frontend/front_end/resources/DatabaseTableView.js(4 node_modules/chrome-devtools-frontend/front_end/resources/DatabaseTableView.js(42,60): error TS2555: Expected at least 2 arguments, but got 1. node_modules/chrome-devtools-frontend/front_end/resources/DatabaseTableView.js(77,18): error TS2339: Property 'removeChildren' does not exist on type 'Element'. node_modules/chrome-devtools-frontend/front_end/resources/DatabaseTableView.js(114,37): error TS2339: Property 'valuesArray' does not exist on type 'Set'. -node_modules/chrome-devtools-frontend/front_end/resources/DatabaseTableView.js(124,40): error TS2345: Argument of type '{}' is not assignable to parameter of type '{ [x: string]: boolean; }'. - Index signature is missing in type '{}'. +node_modules/chrome-devtools-frontend/front_end/resources/DatabaseTableView.js(124,40): error TS2345: Argument of type '{ '0': boolean; }' is not assignable to parameter of type '{ [x: string]: boolean; }'. + Index signature is missing in type '{ '0': boolean; }'. node_modules/chrome-devtools-frontend/front_end/resources/DatabaseTableView.js(130,18): error TS2339: Property 'removeChildren' does not exist on type 'Element'. node_modules/chrome-devtools-frontend/front_end/resources/IndexedDBModel.js(41,12): error TS2339: Property 'registerStorageDispatcher' does not exist on type 'Target'. node_modules/chrome-devtools-frontend/front_end/resources/IndexedDBModel.js(43,35): error TS2339: Property 'indexedDBAgent' does not exist on type 'Target'. @@ -9458,8 +9457,8 @@ node_modules/chrome-devtools-frontend/front_end/sdk/NetworkManager.js(1060,13): Type '{}' has no call signatures. node_modules/chrome-devtools-frontend/front_end/sdk/NetworkManager.js(1084,19): error TS2339: Property 'networkAgent' does not exist on type 'Target'. node_modules/chrome-devtools-frontend/front_end/sdk/NetworkManager.js(1089,14): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type. -node_modules/chrome-devtools-frontend/front_end/sdk/NetworkManager.js(1101,35): error TS2345: Argument of type '{}' is not assignable to parameter of type '{ [x: string]: string; }'. - Index signature is missing in type '{}'. +node_modules/chrome-devtools-frontend/front_end/sdk/NetworkManager.js(1101,35): error TS2345: Argument of type '{ 'User-Agent': string; 'Cache-Control': string; }' is not assignable to parameter of type '{ [x: string]: string; }'. + Index signature is missing in type '{ 'User-Agent': string; 'Cache-Control': string; }'. node_modules/chrome-devtools-frontend/front_end/sdk/NetworkManager.js(1115,24): error TS2694: Namespace 'Protocol' has no exported member 'NetworkAgent'. node_modules/chrome-devtools-frontend/front_end/sdk/NetworkManager.js(1116,24): error TS2694: Namespace 'Protocol' has no exported member 'Network'. node_modules/chrome-devtools-frontend/front_end/sdk/NetworkManager.js(1117,24): error TS2694: Namespace 'Protocol' has no exported member 'Network'. diff --git a/tests/baselines/reference/user/enhanced-resolve.log b/tests/baselines/reference/user/enhanced-resolve.log index 44f7c0712d02b..79fe90add7923 100644 --- a/tests/baselines/reference/user/enhanced-resolve.log +++ b/tests/baselines/reference/user/enhanced-resolve.log @@ -1,44 +1,44 @@ Exit Code: 1 Standard output: -node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(116,18): error TS2769: No overload matches this call. +node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(127,18): error TS2769: No overload matches this call. Overload 1 of 2, '(intervalId: Timeout): void', gave the following error. Argument of type 'Timeout | null' is not assignable to parameter of type 'Timeout'. Type 'null' is not assignable to type 'Timeout'. Overload 2 of 2, '(handle?: number | undefined): void', gave the following error. Argument of type 'Timeout | null' is not assignable to parameter of type 'number | undefined'. Type 'null' is not assignable to type 'number | undefined'. -node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(129,18): error TS2769: No overload matches this call. +node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(143,18): error TS2769: No overload matches this call. Overload 1 of 2, '(intervalId: Timeout): void', gave the following error. Argument of type 'Timeout | null' is not assignable to parameter of type 'Timeout'. Type 'null' is not assignable to type 'Timeout'. Overload 2 of 2, '(handle?: number | undefined): void', gave the following error. Argument of type 'Timeout | null' is not assignable to parameter of type 'number | undefined'. Type 'null' is not assignable to type 'number | undefined'. -node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(147,18): error TS2769: No overload matches this call. +node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(162,18): error TS2769: No overload matches this call. Overload 1 of 2, '(intervalId: Timeout): void', gave the following error. Argument of type 'Timeout | null' is not assignable to parameter of type 'Timeout'. Type 'null' is not assignable to type 'Timeout'. Overload 2 of 2, '(handle?: number | undefined): void', gave the following error. Argument of type 'Timeout | null' is not assignable to parameter of type 'number | undefined'. Type 'null' is not assignable to type 'number | undefined'. -node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(176,19): error TS2322: Type 'null' is not assignable to type '(path: any, callback: any) => void'. -node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(179,23): error TS2322: Type 'null' is not assignable to type '(path: any) => any'. -node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(182,22): error TS2322: Type 'null' is not assignable to type '(path: any, callback: any) => void'. -node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(185,26): error TS2322: Type 'null' is not assignable to type '(path: any) => any'. -node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(188,23): error TS2322: Type 'null' is not assignable to type '(path: any, callback: any) => void'. -node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(191,27): error TS2322: Type 'null' is not assignable to type '(path: any) => any'. -node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(209,4): error TS2322: Type 'null' is not assignable to type '(path: any, callback: any) => void'. -node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(220,4): error TS2322: Type 'null' is not assignable to type '(path: any) => any'. -node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(224,23): error TS2322: Type 'null' is not assignable to type '(path: any, callback: any) => void'. -node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(227,27): error TS2322: Type 'null' is not assignable to type '(path: any) => any'. -node_modules/enhanced-resolve/lib/Resolver.js(165,17): error TS2339: Property 'push' does not exist on type 'Set'. -node_modules/enhanced-resolve/lib/Resolver.js(181,11): error TS2339: Property 'details' does not exist on type 'Error'. -node_modules/enhanced-resolve/lib/Resolver.js(182,11): error TS2339: Property 'missing' does not exist on type 'Error'. -node_modules/enhanced-resolve/lib/Resolver.js(219,20): error TS2339: Property 'recursion' does not exist on type 'Error'. -node_modules/enhanced-resolve/lib/concord.js(75,30): error TS2531: Object is possibly 'null'. -node_modules/enhanced-resolve/lib/concord.js(76,17): error TS2531: Object is possibly 'null'. -node_modules/enhanced-resolve/lib/createInnerCallback.js(17,20): error TS2339: Property 'stack' does not exist on type '(...args: any[]) => any'. -node_modules/enhanced-resolve/lib/createInnerCallback.js(18,20): error TS2339: Property 'missing' does not exist on type '(...args: any[]) => any'. +node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(192,20): error TS2322: Type 'null' is not assignable to type '(path: any, callback: any) => void'. +node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(197,24): error TS2322: Type 'null' is not assignable to type '(path: any) => any'. +node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(202,23): error TS2322: Type 'null' is not assignable to type '(path: any, callback: any) => void'. +node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(207,27): error TS2322: Type 'null' is not assignable to type '(path: any) => any'. +node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(212,24): error TS2322: Type 'null' is not assignable to type '(path: any, callback: any) => void'. +node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(217,28): error TS2322: Type 'null' is not assignable to type '(path: any) => any'. +node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(235,4): error TS2322: Type 'null' is not assignable to type '(path: any, callback: any) => void'. +node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(246,4): error TS2322: Type 'null' is not assignable to type '(path: any) => any'. +node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(252,24): error TS2322: Type 'null' is not assignable to type '(path: any, callback: any) => void'. +node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(257,28): error TS2322: Type 'null' is not assignable to type '(path: any) => any'. +node_modules/enhanced-resolve/lib/Resolver.js(189,18): error TS2339: Property 'push' does not exist on type 'Set'. +node_modules/enhanced-resolve/lib/Resolver.js(210,13): error TS2339: Property 'details' does not exist on type 'Error'. +node_modules/enhanced-resolve/lib/Resolver.js(211,13): error TS2339: Property 'missing' does not exist on type 'Error'. +node_modules/enhanced-resolve/lib/Resolver.js(262,20): error TS2339: Property 'recursion' does not exist on type 'Error'. +node_modules/enhanced-resolve/lib/concord.js(80,30): error TS2531: Object is possibly 'null'. +node_modules/enhanced-resolve/lib/concord.js(81,17): error TS2531: Object is possibly 'null'. +node_modules/enhanced-resolve/lib/createInnerCallback.js(22,20): error TS2339: Property 'stack' does not exist on type '(...args: any[]) => any'. +node_modules/enhanced-resolve/lib/createInnerCallback.js(23,20): error TS2339: Property 'missing' does not exist on type '(...args: any[]) => any'. diff --git a/tests/baselines/reference/user/lodash.log b/tests/baselines/reference/user/lodash.log index db27283048e52..365222ccaca0a 100644 --- a/tests/baselines/reference/user/lodash.log +++ b/tests/baselines/reference/user/lodash.log @@ -246,6 +246,7 @@ node_modules/lodash/core.js(3424,41): error TS2769: No overload matches this cal node_modules/lodash/core.js(3573,51): error TS2532: Object is possibly 'undefined'. node_modules/lodash/core.js(3590,63): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'any[]'. Type 'IArguments' is missing the following properties from type 'any[]': pop, push, concat, join, and 26 more. +node_modules/lodash/core.js(3814,33): error TS2339: Property '__chain__' does not exist on type 'lodash'. node_modules/lodash/core.js(3830,14): error TS2304: Cannot find name 'define'. node_modules/lodash/core.js(3830,45): error TS2304: Cannot find name 'define'. node_modules/lodash/core.js(3830,71): error TS2304: Cannot find name 'define'. diff --git a/tests/baselines/reference/user/npm.log b/tests/baselines/reference/user/npm.log index 07ac8d7d8a672..bdf514c407265 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 6b6e315d99628..6847693c1095c 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/prettier.log b/tests/baselines/reference/user/prettier.log index c2332df2620cd..36b6c9c89163c 100644 --- a/tests/baselines/reference/user/prettier.log +++ b/tests/baselines/reference/user/prettier.log @@ -23,18 +23,17 @@ node_modules/@glimmer/util/dist/types/lib/destroy.d.ts(3,69): error TS2677: A ty Index signature is missing in type 'SymbolDestroyable'. node_modules/@glimmer/util/dist/types/lib/dom.d.ts(1,31): error TS2307: Cannot find module '@simple-dom/interface'. node_modules/@glimmer/util/dist/types/lib/is-serialization-first-node.d.ts(1,28): error TS2307: Cannot find module '@simple-dom/interface'. -src/cli/util.js(63,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'number | undefined'. -src/cli/util.js(122,38): error TS2339: Property 'sync' does not exist on type '(...args: any[]) => any'. -src/cli/util.js(416,36): error TS2345: Argument of type '{ dot: true; nodir: boolean; }' is not assignable to parameter of type 'GlobbyOptions'. +src/cli/util.js(60,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'number | undefined'. +src/cli/util.js(119,38): error TS2339: Property 'sync' does not exist on type '(...args: any[]) => any'. +src/cli/util.js(413,36): error TS2345: Argument of type '{ dot: true; nodir: boolean; }' is not assignable to parameter of type 'GlobbyOptions'. Object literal may only specify known properties, and 'nodir' does not exist in type 'GlobbyOptions'. -src/cli/util.js(483,46): error TS2345: Argument of type 'null' is not assignable to parameter of type 'number | undefined'. -src/cli/util.js(509,36): error TS2339: Property 'grey' does not exist on type 'typeof import("../../../node_modules/chalk/types/index")'. -src/cli/util.js(562,39): error TS2339: Property 'grey' does not exist on type 'typeof import("../../../node_modules/chalk/types/index")'. -src/cli/util.js(635,16): error TS2339: Property 'type' does not exist on type 'never'. -src/cli/util.js(636,16): error TS2339: Property 'oppositeDescription' does not exist on type 'never'. -src/cli/util.js(637,17): error TS2339: Property 'name' does not exist on type 'never'. -src/cli/util.js(737,22): error TS2339: Property 'name' does not exist on type 'never'. -src/cli/util.js(737,46): error TS2339: Property 'alias' does not exist on type 'never'. +src/cli/util.js(507,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'number | undefined'. +src/cli/util.js(528,37): error TS2339: Property 'grey' does not exist on type 'typeof import("/prettier/prettier/node_modules/chalk/types/index")'. +src/cli/util.js(591,16): error TS2339: Property 'type' does not exist on type 'never'. +src/cli/util.js(592,16): error TS2339: Property 'oppositeDescription' does not exist on type 'never'. +src/cli/util.js(593,17): error TS2339: Property 'name' does not exist on type 'never'. +src/cli/util.js(693,22): error TS2339: Property 'name' does not exist on type 'never'. +src/cli/util.js(693,46): error TS2339: Property 'alias' does not exist on type 'never'. src/common/create-ignorer.js(34,19): error TS2349: This expression is not callable. Type 'typeof import("/prettier/prettier/node_modules/ignore/index")' has no call signatures. src/common/parser-create-error.js(8,9): error TS2339: Property 'loc' does not exist on type 'SyntaxError'. @@ -77,6 +76,8 @@ src/language-css/utils.js(3,30): error TS2307: Cannot find module 'html-tag-name src/language-graphql/index.js(8,26): error TS2307: Cannot find module 'linguist-languages/data/GraphQL'. src/language-graphql/index.js(8,62): error TS2345: Argument of type '{ override: { since: string; parsers: string[]; vscodeLanguageIds: string[]; }; }' is not assignable to parameter of type '{ extend: any; override: any; exclude: any; }'. Type '{ override: { since: string; parsers: string[]; vscodeLanguageIds: string[]; }; }' is missing the following properties from type '{ extend: any; override: any; exclude: any; }': extend, exclude +src/language-graphql/parser-graphql.js(64,17): error TS2532: Object is possibly 'undefined'. +src/language-graphql/parser-graphql.js(65,19): error TS2532: Object is possibly 'undefined'. src/language-handlebars/index.js(7,26): error TS2307: Cannot find module 'linguist-languages/data/Handlebars'. src/language-handlebars/index.js(7,65): error TS2345: Argument of type '{ override: { since: null; parsers: string[]; vscodeLanguageIds: string[]; }; }' is not assignable to parameter of type '{ extend: any; override: any; exclude: any; }'. Type '{ override: { since: null; parsers: string[]; vscodeLanguageIds: string[]; }; }' is missing the following properties from type '{ extend: any; override: any; exclude: any; }': extend, exclude @@ -196,7 +197,7 @@ src/language-js/index.js(71,73): error TS2345: Argument of type '{ override: { s src/language-js/index.js(81,26): error TS2307: Cannot find module 'linguist-languages/data/JSON5'. src/language-js/index.js(81,60): error TS2345: Argument of type '{ override: { since: string; parsers: string[]; vscodeLanguageIds: string[]; }; }' is not assignable to parameter of type '{ extend: any; override: any; exclude: any; }'. Type '{ override: { since: string; parsers: string[]; vscodeLanguageIds: string[]; }; }' is missing the following properties from type '{ extend: any; override: any; exclude: any; }': extend, exclude -src/language-js/needs-parens.js(871,14): error TS2769: No overload matches this call. +src/language-js/needs-parens.js(880,14): error TS2769: No overload matches this call. Overload 1 of 2, '(...items: ConcatArray<(childPath: any) => any>[]): ((childPath: any) => any)[]', gave the following error. Argument of type '(string | number)[]' is not assignable to parameter of type 'ConcatArray<(childPath: any) => any>'. The types returned by 'slice(...)' are incompatible between these types. @@ -206,60 +207,40 @@ src/language-js/needs-parens.js(871,14): error TS2769: No overload matches this Overload 2 of 2, '(...items: (((childPath: any) => any) | ConcatArray<(childPath: any) => any>)[]): ((childPath: any) => any)[]', gave the following error. Argument of type '(string | number)[]' is not assignable to parameter of type '((childPath: any) => any) | ConcatArray<(childPath: any) => any>'. Type '(string | number)[]' is not assignable to type 'ConcatArray<(childPath: any) => any>'. -src/language-js/printer-estree.js(265,36): error TS2304: Cannot find name 'Doc'. -src/language-js/printer-estree.js(266,62): error TS2304: Cannot find name 'Doc'. -src/language-js/printer-estree.js(273,12): error TS2304: Cannot find name 'FastPath'. -src/language-js/printer-estree.js(274,12): error TS2304: Cannot find name 'Options'. -src/language-js/printer-estree.js(400,9): error TS2769: No overload matches this call. +src/language-js/printer-estree.js(263,36): error TS2304: Cannot find name 'Doc'. +src/language-js/printer-estree.js(264,62): error TS2304: Cannot find name 'Doc'. +src/language-js/printer-estree.js(271,12): error TS2304: Cannot find name 'FastPath'. +src/language-js/printer-estree.js(272,12): error TS2304: Cannot find name 'Options'. +src/language-js/printer-estree.js(401,9): error TS2769: No overload matches this call. Overload 1 of 2, '(...items: ConcatArray[]): never[]', gave the following error. Argument of type '{ type: string; parts: any; } | { type: string; contents: any; n: any; }' is not assignable to parameter of type 'ConcatArray'. Type '{ type: string; parts: any; }' is missing the following properties from type 'ConcatArray': length, join, slice Overload 2 of 2, '(...items: ConcatArray[]): never[]', gave the following error. Argument of type '{ type: string; parts: any; } | { type: string; contents: any; n: any; }' is not assignable to parameter of type 'ConcatArray'. Type '{ type: string; parts: any; }' is not assignable to type 'ConcatArray'. -src/language-js/printer-estree.js(1481,28): error TS2769: No overload matches this call. - Overload 1 of 2, '(...items: ConcatArray[]): (string | { type: string; id: any; contents: any; break: boolean; expandedStates: any; })[]', gave the following error. - Argument of type '{ type: string; parts: any; }' is not assignable to parameter of type 'ConcatArray'. - Type '{ type: string; parts: any; }' is missing the following properties from type 'ConcatArray': length, join, slice - Overload 2 of 2, '(...items: (string | { type: string; id: any; contents: any; break: boolean; expandedStates: any; } | ConcatArray)[]): (string | { ...; })[]', gave the following error. - Argument of type '{ type: string; parts: any; }' is not assignable to parameter of type 'string | { type: string; id: any; contents: any; break: boolean; expandedStates: any; } | ConcatArray'. - Type '{ type: string; parts: any; }' is missing the following properties from type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }': id, contents, break, expandedStates -src/language-js/printer-estree.js(1914,20): error TS2345: Argument of type '" "' is not assignable to parameter of type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }'. -src/language-js/printer-estree.js(1916,20): error TS2345: Argument of type '{ type: string; parts: any; }' is not assignable to parameter of type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }'. -src/language-js/printer-estree.js(1918,18): error TS2345: Argument of type '"while ("' is not assignable to parameter of type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }'. -src/language-js/printer-estree.js(1927,9): error TS2345: Argument of type '")"' is not assignable to parameter of type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }'. -src/language-js/printer-estree.js(3473,11): error TS2769: No overload matches this call. +src/language-js/printer-estree.js(1903,20): error TS2345: Argument of type '" "' is not assignable to parameter of type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }'. +src/language-js/printer-estree.js(1905,20): error TS2345: Argument of type '{ type: string; parts: any; }' is not assignable to parameter of type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }'. + Type '{ type: string; parts: any; }' is missing the following properties from type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }': id, contents, break, expandedStates +src/language-js/printer-estree.js(1907,18): error TS2345: Argument of type '"while ("' is not assignable to parameter of type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }'. +src/language-js/printer-estree.js(1916,9): error TS2345: Argument of type '")"' is not assignable to parameter of type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }'. +src/language-js/printer-estree.js(3436,11): error TS2769: No overload matches this call. Overload 1 of 2, '(...items: ConcatArray[]): never[]', gave the following error. Argument of type 'never[] | { type: string; parts: any; }' is not assignable to parameter of type 'ConcatArray'. Type '{ type: string; parts: any; }' is not assignable to type 'ConcatArray'. Overload 2 of 2, '(...items: ConcatArray[]): never[]', gave the following error. Argument of type 'never[] | { type: string; parts: any; }' is not assignable to parameter of type 'ConcatArray'. Type '{ type: string; parts: any; }' is not assignable to type 'ConcatArray'. -src/language-js/printer-estree.js(3902,22): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'. -src/language-js/printer-estree.js(3969,14): error TS2339: Property 'comments' does not exist on type 'Expression'. - Property 'comments' does not exist on type 'Identifier'. -src/language-js/printer-estree.js(3981,9): error TS2367: This condition will always return 'false' since the types '"FunctionExpression" | "ClassExpression" | "ObjectExpression" | "TaggedTemplateExpression" | "CallExpression" | "ConditionalExpression" | "UpdateExpression" | "SequenceExpression" | ... 11 more ... | "MetaProperty"' and '"OptionalMemberExpression"' have no overlap. -src/language-js/printer-estree.js(3982,13): error TS2339: Property 'property' does not exist on type 'SimpleLiteral | RegExpLiteral | FunctionExpression | ArrowFunctionExpression | ArrayExpression | ... 16 more ... | AwaitExpression'. - Property 'property' does not exist on type 'SimpleLiteral'. -src/language-js/printer-estree.js(3982,52): error TS2339: Property 'property' does not exist on type 'SimpleLiteral | RegExpLiteral | FunctionExpression | ArrowFunctionExpression | ArrayExpression | ... 16 more ... | AwaitExpression'. - Property 'property' does not exist on type 'SimpleLiteral'. -src/language-js/printer-estree.js(3987,9): error TS2367: This condition will always return 'false' since the types '"FunctionExpression" | "ClassExpression" | "ObjectExpression" | "TaggedTemplateExpression" | "CallExpression" | "ConditionalExpression" | "UpdateExpression" | "SequenceExpression" | ... 11 more ... | "MetaProperty"' and '"OptionalMemberExpression"' have no overlap. -src/language-js/printer-estree.js(3989,29): error TS2339: Property 'object' does not exist on type 'SimpleLiteral | RegExpLiteral | FunctionExpression | ArrowFunctionExpression | ArrayExpression | ... 16 more ... | AwaitExpression'. - Property 'object' does not exist on type 'SimpleLiteral'. -src/language-js/printer-estree.js(3990,22): error TS2339: Property 'comments' does not exist on type 'SimpleLiteral | RegExpLiteral | FunctionExpression | ArrowFunctionExpression | ArrayExpression | ... 16 more ... | AwaitExpression'. - Property 'comments' does not exist on type 'SimpleLiteral'. -src/language-js/printer-estree.js(3996,9): error TS2367: This condition will always return 'false' since the types '"FunctionExpression" | "ClassExpression" | "ObjectExpression" | "TaggedTemplateExpression" | "CallExpression" | "ConditionalExpression" | "UpdateExpression" | "SequenceExpression" | ... 11 more ... | "MetaProperty"' and '"Identifier"' have no overlap. -src/language-js/printer-estree.js(3997,9): error TS2367: This condition will always return 'false' since the types '"FunctionExpression" | "ClassExpression" | "ObjectExpression" | "TaggedTemplateExpression" | "CallExpression" | "ConditionalExpression" | "UpdateExpression" | "SequenceExpression" | ... 11 more ... | "MetaProperty"' and '"ThisExpression"' have no overlap. -src/language-js/printer-estree.js(4201,23): error TS2532: Object is possibly 'undefined'. -src/language-js/printer-estree.js(4202,24): error TS2532: Object is possibly 'undefined'. -src/language-js/printer-estree.js(4558,5): error TS2345: Argument of type '"" | { type: string; parts: any; } | { type: string; contents: any; }' is not assignable to parameter of type 'string'. +src/language-js/printer-estree.js(3786,22): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'. +src/language-js/printer-estree.js(4002,23): error TS2532: Object is possibly 'undefined'. +src/language-js/printer-estree.js(4003,24): error TS2532: Object is possibly 'undefined'. +src/language-js/printer-estree.js(4324,5): error TS2345: Argument of type '"" | { type: string; parts: any; } | { type: string; contents: any; }' is not assignable to parameter of type 'string'. Type '{ type: string; parts: any; }' is not assignable to type 'string'. -src/language-js/printer-estree.js(4562,16): error TS2345: Argument of type '{ type: string; parts: any; }' is not assignable to parameter of type 'string'. -src/language-js/printer-estree.js(4610,11): error TS2322: Type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }' is not assignable to type 'string'. -src/language-js/printer-estree.js(4625,11): error TS2322: Type '{ type: string; parts: any; }' is not assignable to type 'string'. -src/language-js/printer-estree.js(4637,9): error TS2345: Argument of type '{ type: string; parts: any; }' is not assignable to parameter of type 'string'. -src/language-js/printer-estree.js(4931,9): error TS2554: Expected 0-2 arguments, but got 3. -src/language-js/printer-estree.js(6138,7): error TS2769: No overload matches this call. +src/language-js/printer-estree.js(4328,16): error TS2345: Argument of type '{ type: string; parts: any; }' is not assignable to parameter of type 'string'. +src/language-js/printer-estree.js(4376,11): error TS2322: Type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }' is not assignable to type 'string'. +src/language-js/printer-estree.js(4391,11): error TS2322: Type '{ type: string; parts: any; }' is not assignable to type 'string'. +src/language-js/printer-estree.js(4403,9): error TS2345: Argument of type '{ type: string; parts: any; }' is not assignable to parameter of type 'string'. +src/language-js/printer-estree.js(4681,9): error TS2554: Expected 0-2 arguments, but got 3. +src/language-js/printer-estree.js(5691,7): error TS2769: No overload matches this call. Overload 1 of 2, '(...items: ConcatArray<(childPath: any) => any>[]): ((childPath: any) => any)[]', gave the following error. Argument of type '(string | number)[]' is not assignable to parameter of type 'ConcatArray<(childPath: any) => any>'. The types returned by 'slice(...)' are incompatible between these types. @@ -269,7 +250,21 @@ src/language-js/printer-estree.js(6138,7): error TS2769: No overload matches thi Overload 2 of 2, '(...items: (((childPath: any) => any) | ConcatArray<(childPath: any) => any>)[]): ((childPath: any) => any)[]', gave the following error. Argument of type '(string | number)[]' is not assignable to parameter of type '((childPath: any) => any) | ConcatArray<(childPath: any) => any>'. Type '(string | number)[]' is not assignable to type 'ConcatArray<(childPath: any) => any>'. -src/language-js/utils.js(107,55): error TS2554: Expected 0-1 arguments, but got 2. +src/language-js/utils.js(118,55): error TS2554: Expected 0-1 arguments, but got 2. +src/language-js/utils.js(417,14): error TS2339: Property 'comments' does not exist on type 'Expression'. + Property 'comments' does not exist on type 'Identifier'. +src/language-js/utils.js(429,9): error TS2367: This condition will always return 'false' since the types '"FunctionExpression" | "ClassExpression" | "ObjectExpression" | "TaggedTemplateExpression" | "CallExpression" | "ConditionalExpression" | "UpdateExpression" | "SequenceExpression" | ... 11 more ... | "AwaitExpression"' and '"OptionalMemberExpression"' have no overlap. +src/language-js/utils.js(430,13): error TS2339: Property 'property' does not exist on type 'SimpleLiteral | RegExpLiteral | FunctionExpression | ArrowFunctionExpression | ArrayExpression | ... 16 more ... | AwaitExpression'. + Property 'property' does not exist on type 'SimpleLiteral'. +src/language-js/utils.js(430,52): error TS2339: Property 'property' does not exist on type 'SimpleLiteral | RegExpLiteral | FunctionExpression | ArrowFunctionExpression | ArrayExpression | ... 16 more ... | AwaitExpression'. + Property 'property' does not exist on type 'SimpleLiteral'. +src/language-js/utils.js(435,9): error TS2367: This condition will always return 'false' since the types '"FunctionExpression" | "ClassExpression" | "ObjectExpression" | "TaggedTemplateExpression" | "CallExpression" | "ConditionalExpression" | "UpdateExpression" | "SequenceExpression" | ... 11 more ... | "AwaitExpression"' and '"OptionalMemberExpression"' have no overlap. +src/language-js/utils.js(437,29): error TS2339: Property 'object' does not exist on type 'SimpleLiteral | RegExpLiteral | FunctionExpression | ArrowFunctionExpression | ArrayExpression | ... 16 more ... | AwaitExpression'. + Property 'object' does not exist on type 'SimpleLiteral'. +src/language-js/utils.js(438,22): error TS2339: Property 'comments' does not exist on type 'SimpleLiteral | RegExpLiteral | FunctionExpression | ArrowFunctionExpression | ArrayExpression | ... 16 more ... | AwaitExpression'. + Property 'comments' does not exist on type 'SimpleLiteral'. +src/language-js/utils.js(444,9): error TS2367: This condition will always return 'false' since the types '"FunctionExpression" | "ClassExpression" | "ObjectExpression" | "TaggedTemplateExpression" | "CallExpression" | "ConditionalExpression" | "UpdateExpression" | "SequenceExpression" | ... 11 more ... | "AwaitExpression"' and '"Identifier"' have no overlap. +src/language-js/utils.js(445,9): error TS2367: This condition will always return 'false' since the types '"FunctionExpression" | "ClassExpression" | "ObjectExpression" | "TaggedTemplateExpression" | "CallExpression" | "ConditionalExpression" | "UpdateExpression" | "SequenceExpression" | ... 11 more ... | "AwaitExpression"' and '"ThisExpression"' have no overlap. src/language-markdown/index.js(8,26): error TS2307: Cannot find module 'linguist-languages/data/Markdown'. src/language-markdown/index.js(21,26): error TS2307: Cannot find module 'linguist-languages/data/Markdown'. src/language-markdown/index.js(21,63): error TS2345: Argument of type '{ override: { name: string; since: string; parsers: string[]; vscodeLanguageIds: string[]; filenames: never[]; extensions: string[]; }; }' is not assignable to parameter of type '{ extend: any; override: any; exclude: any; }'. @@ -327,8 +322,8 @@ src/main/core.js(303,47): error TS2538: Type 'false' cannot be used as an index src/main/core.js(308,28): error TS2538: Type 'false' cannot be used as an index type. src/main/core.js(308,72): error TS2538: Type 'false' cannot be used as an index type. src/main/core.js(316,14): error TS2538: Type 'false' cannot be used as an index type. -src/main/options-normalizer.js(35,35): error TS2339: Property 'yellow' does not exist on type 'typeof import("../../../node_modules/chalk/types/index")'. -src/main/options-normalizer.js(36,35): error TS2339: Property 'blue' does not exist on type 'typeof import("../../../node_modules/chalk/types/index")'. +src/main/options-normalizer.js(35,35): error TS2339: Property 'yellow' does not exist on type 'typeof import("/prettier/prettier/node_modules/chalk/types/index")'. +src/main/options-normalizer.js(36,35): error TS2339: Property 'blue' does not exist on type 'typeof import("/prettier/prettier/node_modules/chalk/types/index")'. src/main/options-normalizer.js(54,5): error TS2525: Initializer provides no value for this binding element and the binding element has no default value. src/main/options-normalizer.js(74,16): error TS2341: Property '_hasDeprecationWarned' is private and only accessible within class 'Normalizer'. src/main/options-normalizer.js(80,39): error TS2341: Property '_hasDeprecationWarned' is private and only accessible within class 'Normalizer'. diff --git a/tests/baselines/reference/user/puppeteer.log b/tests/baselines/reference/user/puppeteer.log index 06c9e50d5059f..c4c986b90976e 100644 --- a/tests/baselines/reference/user/puppeteer.log +++ b/tests/baselines/reference/user/puppeteer.log @@ -42,7 +42,7 @@ lib/NetworkManager.js(295,15): error TS2503: Cannot find namespace 'Protocol'. lib/NetworkManager.js(319,15): error TS2503: Cannot find namespace 'Protocol'. lib/NetworkManager.js(529,15): error TS2503: Cannot find namespace 'Protocol'. lib/NetworkManager.js(668,15): error TS2503: Cannot find namespace 'Protocol'. -lib/Page.js(93,33): error TS2345: Argument of type 'CDPSession' is not assignable to parameter of type 'Puppeteer.CDPSession'. +lib/Page.js(94,33): error TS2345: Argument of type 'CDPSession' is not assignable to parameter of type 'Puppeteer.CDPSession'. Types of property 'on' are incompatible. Type '(event: string | symbol, listener: (...args: any[]) => void) => CDPSession' is not assignable to type '(event: T, listener: (arg: any) => void) => CDPSession'. Types of parameters 'event' and 'event' are incompatible. @@ -52,20 +52,20 @@ lib/Page.js(93,33): error TS2345: Argument of type 'CDPSession' is not assignabl Type 'T' is not assignable to type 'symbol'. Type 'string | number | symbol' is not assignable to type 'symbol'. Type 'string' is not assignable to type 'symbol'. -lib/Page.js(146,15): error TS2503: Cannot find namespace 'Protocol'. -lib/Page.js(219,15): error TS2503: Cannot find namespace 'Protocol'. -lib/Page.js(387,20): error TS2503: Cannot find namespace 'Protocol'. -lib/Page.js(450,7): error TS2740: Type '(...args: any[]) => Promise' is missing the following properties from type 'Window': applicationCache, caches, clientInformation, closed, and 227 more. -lib/Page.js(460,9): error TS2349: This expression is not callable. +lib/Page.js(147,15): error TS2503: Cannot find namespace 'Protocol'. +lib/Page.js(220,15): error TS2503: Cannot find namespace 'Protocol'. +lib/Page.js(388,20): error TS2503: Cannot find namespace 'Protocol'. +lib/Page.js(451,7): error TS2740: Type '(...args: any[]) => Promise' is missing the following properties from type 'Window': applicationCache, caches, clientInformation, closed, and 227 more. +lib/Page.js(461,9): error TS2349: This expression is not callable. Type 'Window' has no call signatures. -lib/Page.js(496,15): error TS2503: Cannot find namespace 'Protocol'. -lib/Page.js(506,22): error TS2503: Cannot find namespace 'Protocol'. -lib/Page.js(519,15): error TS2503: Cannot find namespace 'Protocol'. -lib/Page.js(529,15): error TS2503: Cannot find namespace 'Protocol'. -lib/Page.js(554,15): error TS2503: Cannot find namespace 'Protocol'. -lib/Page.js(607,14): error TS2503: Cannot find namespace 'Protocol'. -lib/Page.js(914,19): error TS2503: Cannot find namespace 'Protocol'. -lib/Page.js(1315,15): error TS2503: Cannot find namespace 'Protocol'. +lib/Page.js(497,15): error TS2503: Cannot find namespace 'Protocol'. +lib/Page.js(507,22): error TS2503: Cannot find namespace 'Protocol'. +lib/Page.js(520,15): error TS2503: Cannot find namespace 'Protocol'. +lib/Page.js(530,15): error TS2503: Cannot find namespace 'Protocol'. +lib/Page.js(555,15): error TS2503: Cannot find namespace 'Protocol'. +lib/Page.js(608,14): error TS2503: Cannot find namespace 'Protocol'. +lib/Page.js(915,19): error TS2503: Cannot find namespace 'Protocol'. +lib/Page.js(1316,15): error TS2503: Cannot find namespace 'Protocol'. lib/Target.js(23,15): error TS2503: Cannot find namespace 'Protocol'. lib/Target.js(87,7): error TS2322: Type 'Promise' is not assignable to type 'Promise'. Type 'Worker | Worker' is not assignable to type 'Worker'. diff --git a/tests/baselines/reference/user/uglify-js.log b/tests/baselines/reference/user/uglify-js.log index 9fc9fb1cb6733..3dbc12e79adad 100644 --- a/tests/baselines/reference/user/uglify-js.log +++ b/tests/baselines/reference/user/uglify-js.log @@ -1,76 +1,1559 @@ Exit Code: 1 Standard output: -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(164,55): error TS2304: Cannot find name 'AST_SymbolDefun'. 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(1121,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -node_modules/uglify-js/lib/compress.js(1135,51): error TS2349: This expression is not callable. +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(894,31): error TS2304: Cannot find name 'AST_SymbolLambda'. +node_modules/uglify-js/lib/compress.js(898,28): error TS2304: Cannot find name 'AST_This'. +node_modules/uglify-js/lib/compress.js(899,28): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(903,28): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/compress.js(905,32): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(919,34): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(920,34): error TS2304: Cannot find name 'AST_Catch'. +node_modules/uglify-js/lib/compress.js(939,26): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(947,30): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(951,46): error TS2304: Cannot find name 'AST_NaN'. +node_modules/uglify-js/lib/compress.js(953,48): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(955,43): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(956,32): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(958,40): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(960,39): error TS2304: Cannot find name 'AST_Infinity'. +node_modules/uglify-js/lib/compress.js(961,28): error TS2304: Cannot find name 'AST_Infinity'. +node_modules/uglify-js/lib/compress.js(963,36): error TS2304: Cannot find name 'AST_True'. +node_modules/uglify-js/lib/compress.js(963,47): error TS2304: Cannot find name 'AST_False'. +node_modules/uglify-js/lib/compress.js(965,30): error TS2304: Cannot find name 'AST_Undefined'. +node_modules/uglify-js/lib/compress.js(968,34): error TS2304: Cannot find name 'AST_Null'. +node_modules/uglify-js/lib/compress.js(971,34): error TS2304: Cannot find name 'AST_RegExp'. +node_modules/uglify-js/lib/compress.js(980,31): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/compress.js(990,31): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(992,52): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(998,29): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(1008,30): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(1009,30): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(1010,30): error TS2304: Cannot find name 'AST_Statement'. +node_modules/uglify-js/lib/compress.js(1016,30): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(1017,30): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(1022,26): error TS2304: Cannot find name 'AST_IterationStatement'. +node_modules/uglify-js/lib/compress.js(1023,38): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(1029,32): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/compress.js(1035,43): error TS2304: Cannot find name 'AST_Function'. +node_modules/uglify-js/lib/compress.js(1039,32): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(1043,5): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(1050,32): error TS2304: Cannot find name 'AST_Infinity'. +node_modules/uglify-js/lib/compress.js(1051,32): error TS2304: Cannot find name 'AST_NaN'. +node_modules/uglify-js/lib/compress.js(1052,32): error TS2304: Cannot find name 'AST_Undefined'. +node_modules/uglify-js/lib/compress.js(1083,37): error TS2304: Cannot find name 'AST_Catch'. +node_modules/uglify-js/lib/compress.js(1083,66): error TS2304: Cannot find name 'AST_Finally'. +node_modules/uglify-js/lib/compress.js(1085,44): error TS2304: Cannot find name 'AST_IterationStatement'. +node_modules/uglify-js/lib/compress.js(1087,44): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(1090,44): error TS2304: Cannot find name 'AST_Try'. +node_modules/uglify-js/lib/compress.js(1122,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(1134,42): error TS2304: Cannot find name 'AST_SymbolDeclaration'. +node_modules/uglify-js/lib/compress.js(1136,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(1199,53): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -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(1366,53): error TS2554: Expected 0 arguments, but got 1. -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(1577,42): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(1609,41): error TS2554: Expected 0 arguments, but got 1. -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[]]'. +node_modules/uglify-js/lib/compress.js(1146,63): error TS2304: Cannot find name 'AST_VarDef'. +node_modules/uglify-js/lib/compress.js(1149,21): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(1155,46): error TS2304: Cannot find name 'AST_UnaryPostfix'. +node_modules/uglify-js/lib/compress.js(1156,42): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(1158,46): error TS2304: Cannot find name 'AST_VarDef'. +node_modules/uglify-js/lib/compress.js(1164,42): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(1166,45): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(1178,41): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(1197,37): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(1200,53): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(1206,37): error TS2304: Cannot find name 'AST_Default'. +node_modules/uglify-js/lib/compress.js(1206,68): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(1237,60): error TS2304: Cannot find name 'AST_SymbolFunarg'. +node_modules/uglify-js/lib/compress.js(1241,112): error TS2454: Variable 'args' is used before being assigned. +node_modules/uglify-js/lib/compress.js(1242,29): error TS2532: Object is possibly 'undefined'. +node_modules/uglify-js/lib/compress.js(1251,87): error TS2322: Type 'false' is not assignable to type 'number'. +node_modules/uglify-js/lib/compress.js(1259,29): error TS2322: Type 'false' is not assignable to type 'never'. +node_modules/uglify-js/lib/compress.js(1268,37): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(1270,37): error TS2304: Cannot find name 'AST_Switch'. +node_modules/uglify-js/lib/compress.js(1274,47): error TS2304: Cannot find name 'AST_Case'. +node_modules/uglify-js/lib/compress.js(1289,39): error TS2304: Cannot find name 'AST_For'. +node_modules/uglify-js/lib/compress.js(1290,37): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(1293,37): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(1294,43): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/compress.js(1296,37): error TS2304: Cannot find name 'AST_Debugger'. +node_modules/uglify-js/lib/compress.js(1297,37): error TS2304: Cannot find name 'AST_Defun'. +node_modules/uglify-js/lib/compress.js(1298,37): error TS2304: Cannot find name 'AST_IterationStatement'. +node_modules/uglify-js/lib/compress.js(1298,86): error TS2304: Cannot find name 'AST_For'. +node_modules/uglify-js/lib/compress.js(1299,37): error TS2304: Cannot find name 'AST_LoopControl'. +node_modules/uglify-js/lib/compress.js(1300,37): error TS2304: Cannot find name 'AST_Try'. +node_modules/uglify-js/lib/compress.js(1301,37): error TS2304: Cannot find name 'AST_With'. +node_modules/uglify-js/lib/compress.js(1303,40): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(1305,44): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(1309,39): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(1310,39): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(1311,42): error TS2304: Cannot find name 'AST_If'. +node_modules/uglify-js/lib/compress.js(1315,37): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(1316,37): error TS2304: Cannot find name 'AST_Exit'. +node_modules/uglify-js/lib/compress.js(1317,59): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/compress.js(1319,37): error TS2304: Cannot find name 'AST_Function'. +node_modules/uglify-js/lib/compress.js(1322,37): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/compress.js(1325,37): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(1331,37): error TS2304: Cannot find name 'AST_This'. +node_modules/uglify-js/lib/compress.js(1332,37): error TS2304: Cannot find name 'AST_VarDef'. +node_modules/uglify-js/lib/compress.js(1338,36): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/compress.js(1343,35): error TS2304: Cannot find name 'AST_Function'. +node_modules/uglify-js/lib/compress.js(1347,64): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(1357,48): error TS2304: Cannot find name 'AST_VarDef'. +node_modules/uglify-js/lib/compress.js(1364,45): error TS2304: Cannot find name 'AST_Undefined'. +node_modules/uglify-js/lib/compress.js(1365,51): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(1368,53): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(1370,53): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(1377,53): error TS2304: Cannot find name 'AST_This'. +node_modules/uglify-js/lib/compress.js(1377,97): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(1383,65): error TS2304: Cannot find name 'AST_VarDef'. +node_modules/uglify-js/lib/compress.js(1393,37): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(1397,44): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(1400,44): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(1403,44): error TS2304: Cannot find name 'AST_Case'. +node_modules/uglify-js/lib/compress.js(1405,44): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(1409,44): error TS2304: Cannot find name 'AST_Definitions'. +node_modules/uglify-js/lib/compress.js(1411,44): error TS2304: Cannot find name 'AST_Dot'. +node_modules/uglify-js/lib/compress.js(1413,44): error TS2304: Cannot find name 'AST_DWLoop'. +node_modules/uglify-js/lib/compress.js(1415,48): error TS2304: Cannot find name 'AST_Block'. +node_modules/uglify-js/lib/compress.js(1418,44): error TS2304: Cannot find name 'AST_Exit'. +node_modules/uglify-js/lib/compress.js(1420,44): error TS2304: Cannot find name 'AST_For'. +node_modules/uglify-js/lib/compress.js(1424,48): error TS2304: Cannot find name 'AST_Block'. +node_modules/uglify-js/lib/compress.js(1427,44): error TS2304: Cannot find name 'AST_ForIn'. +node_modules/uglify-js/lib/compress.js(1429,48): error TS2304: Cannot find name 'AST_Block'. +node_modules/uglify-js/lib/compress.js(1432,44): error TS2304: Cannot find name 'AST_If'. +node_modules/uglify-js/lib/compress.js(1434,48): error TS2304: Cannot find name 'AST_Block'. +node_modules/uglify-js/lib/compress.js(1437,75): error TS2304: Cannot find name 'AST_Block'. +node_modules/uglify-js/lib/compress.js(1440,44): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(1442,44): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(1444,44): error TS2304: Cannot find name 'AST_Sub'. +node_modules/uglify-js/lib/compress.js(1447,44): error TS2304: Cannot find name 'AST_Switch'. +node_modules/uglify-js/lib/compress.js(1450,44): error TS2304: Cannot find name 'AST_Unary'. +node_modules/uglify-js/lib/compress.js(1456,44): error TS2304: Cannot find name 'AST_VarDef'. +node_modules/uglify-js/lib/compress.js(1469,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(1470,39): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(1472,53): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/compress.js(1478,39): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(1484,39): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(1485,39): error TS2304: Cannot find name 'AST_Case'. +node_modules/uglify-js/lib/compress.js(1486,39): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(1492,39): error TS2304: Cannot find name 'AST_Definitions'. +node_modules/uglify-js/lib/compress.js(1495,39): error TS2304: Cannot find name 'AST_Exit'. +node_modules/uglify-js/lib/compress.js(1498,39): error TS2304: Cannot find name 'AST_If'. +node_modules/uglify-js/lib/compress.js(1504,39): error TS2304: Cannot find name 'AST_IterationStatement'. +node_modules/uglify-js/lib/compress.js(1505,39): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/compress.js(1506,39): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(1509,39): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(1512,39): error TS2304: Cannot find name 'AST_Switch'. +node_modules/uglify-js/lib/compress.js(1513,39): error TS2304: Cannot find name 'AST_Unary'. +node_modules/uglify-js/lib/compress.js(1514,39): error TS2304: Cannot find name 'AST_VarDef'. +node_modules/uglify-js/lib/compress.js(1520,40): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(1528,37): error TS2304: Cannot find name 'AST_VarDef'. +node_modules/uglify-js/lib/compress.js(1533,64): error TS2304: Cannot find name 'AST_SymbolFunarg'. +node_modules/uglify-js/lib/compress.js(1535,42): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(1538,49): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(1543,45): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(1547,45): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(1551,37): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/compress.js(1552,37): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(1555,37): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(1556,37): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(1559,37): error TS2304: Cannot find name 'AST_Object'. +node_modules/uglify-js/lib/compress.js(1565,37): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(1570,37): error TS2304: Cannot find name 'AST_This'. +node_modules/uglify-js/lib/compress.js(1575,38): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(1579,42): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(1581,41): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(1608,42): error TS2304: Cannot find name 'AST_VarDef'. +node_modules/uglify-js/lib/compress.js(1611,41): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(1613,41): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(1615,48): error TS2304: Cannot find name 'AST_This'. +node_modules/uglify-js/lib/compress.js(1627,42): error TS2304: Cannot find name 'AST_SymbolFunarg'. +node_modules/uglify-js/lib/compress.js(1630,62): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(1639,41): error TS2304: Cannot find name 'AST_VarDef'. +node_modules/uglify-js/lib/compress.js(1653,41): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(1662,39): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(1666,53): error TS2304: Cannot find name 'AST_Unary'. +node_modules/uglify-js/lib/compress.js(1667,53): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(1671,37): error TS2304: Cannot find name 'AST_Unary'. +node_modules/uglify-js/lib/compress.js(1678,36): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(1680,87): error TS2304: Cannot find name 'AST_VarDef'. +node_modules/uglify-js/lib/compress.js(1690,64): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(1696,68): error TS2304: Cannot find name 'AST_SymbolDefun'. +node_modules/uglify-js/lib/compress.js(1704,37): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(1705,37): error TS2304: Cannot find name 'AST_Unary'. +node_modules/uglify-js/lib/compress.js(1706,37): error TS2304: Cannot find name 'AST_VarDef'. +node_modules/uglify-js/lib/compress.js(1708,41): error TS2304: Cannot find name 'AST_Dot'. +node_modules/uglify-js/lib/compress.js(1709,41): error TS2304: Cannot find name 'AST_Sub'. +node_modules/uglify-js/lib/compress.js(1710,41): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(1720,37): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(1723,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(2044,59): error TS2554: Expected 0 arguments, but got 1. -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[]]'. +node_modules/uglify-js/lib/compress.js(1725,44): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(1728,44): error TS2304: Cannot find name 'AST_Directive'. +node_modules/uglify-js/lib/compress.js(1743,45): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(1749,59): error TS2304: Cannot find name 'AST_Return'. +node_modules/uglify-js/lib/compress.js(1755,47): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(1757,51): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(1764,37): error TS2304: Cannot find name 'AST_If'. +node_modules/uglify-js/lib/compress.js(1774,47): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(1777,54): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(1784,73): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(1784,111): error TS2304: Cannot find name 'AST_Jump'. +node_modules/uglify-js/lib/compress.js(1804,47): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(1808,54): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(1816,37): error TS2304: Cannot find name 'AST_If'. +node_modules/uglify-js/lib/compress.js(1816,68): error TS2304: Cannot find name 'AST_Return'. +node_modules/uglify-js/lib/compress.js(1822,67): error TS2304: Cannot find name 'AST_Return'. +node_modules/uglify-js/lib/compress.js(1824,51): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(1831,71): error TS2304: Cannot find name 'AST_Return'. +node_modules/uglify-js/lib/compress.js(1843,48): error TS2304: Cannot find name 'AST_Return'. +node_modules/uglify-js/lib/compress.js(1846,62): error TS2304: Cannot find name 'AST_Return'. +node_modules/uglify-js/lib/compress.js(1861,44): error TS2304: Cannot find name 'AST_If'. +node_modules/uglify-js/lib/compress.js(1861,75): error TS2304: Cannot find name 'AST_Return'. +node_modules/uglify-js/lib/compress.js(1862,82): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(1865,54): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(1868,43): error TS2304: Cannot find name 'AST_Return'. +node_modules/uglify-js/lib/compress.js(1884,41): error TS2304: Cannot find name 'AST_If'. +node_modules/uglify-js/lib/compress.js(1884,72): error TS2304: Cannot find name 'AST_Return'. +node_modules/uglify-js/lib/compress.js(1892,51): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(1897,41): error TS2304: Cannot find name 'AST_LoopControl'. +node_modules/uglify-js/lib/compress.js(1898,38): error TS2304: Cannot find name 'AST_Return'. +node_modules/uglify-js/lib/compress.js(1899,38): error TS2304: Cannot find name 'AST_Continue'. +node_modules/uglify-js/lib/compress.js(1900,38): error TS2304: Cannot find name 'AST_Break'. +node_modules/uglify-js/lib/compress.js(1900,66): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(1907,41): error TS2304: Cannot find name 'AST_Defun'. +node_modules/uglify-js/lib/compress.js(1918,41): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(1928,43): error TS2304: Cannot find name 'AST_Var'. +node_modules/uglify-js/lib/compress.js(1938,43): error TS2304: Cannot find name 'AST_Var'. +node_modules/uglify-js/lib/compress.js(1951,37): error TS2304: Cannot find name 'AST_LoopControl'. +node_modules/uglify-js/lib/compress.js(1953,41): error TS2304: Cannot find name 'AST_Break'. +node_modules/uglify-js/lib/compress.js(1954,49): error TS2304: Cannot find name 'AST_IterationStatement'. +node_modules/uglify-js/lib/compress.js(1956,44): error TS2304: Cannot find name 'AST_Continue'. +node_modules/uglify-js/lib/compress.js(1991,45): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(1996,37): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(2001,44): error TS2304: Cannot find name 'AST_Definitions'. +node_modules/uglify-js/lib/compress.js(2002,40): error TS2304: Cannot find name 'AST_Defun'. +node_modules/uglify-js/lib/compress.js(2015,36): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(2019,37): error TS2304: Cannot find name 'AST_Var'. +node_modules/uglify-js/lib/compress.js(2041,41): error TS2304: Cannot find name 'AST_Exit'. +node_modules/uglify-js/lib/compress.js(2042,71): error TS2304: Cannot find name 'AST_Undefined'. +node_modules/uglify-js/lib/compress.js(2043,48): error TS2304: Cannot find name 'AST_For'. +node_modules/uglify-js/lib/compress.js(2044,52): error TS2304: Cannot find name 'AST_Definitions'. +node_modules/uglify-js/lib/compress.js(2046,59): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(2047,62): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(2048,53): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(2062,48): error TS2304: Cannot find name 'AST_ForIn'. +node_modules/uglify-js/lib/compress.js(2064,48): error TS2304: Cannot find name 'AST_If'. +node_modules/uglify-js/lib/compress.js(2066,48): error TS2304: Cannot find name 'AST_Switch'. +node_modules/uglify-js/lib/compress.js(2068,48): error TS2304: Cannot find name 'AST_With'. +node_modules/uglify-js/lib/compress.js(2072,74): error TS2304: Cannot find name 'AST_If'. +node_modules/uglify-js/lib/compress.js(2078,46): error TS2304: Cannot find name 'AST_If'. +node_modules/uglify-js/lib/compress.js(2080,53): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(2084,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(2230,34): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(2949,42): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(3402,38): error TS2554: Expected 0 arguments, but got 1. -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(3549,33): error TS2554: Expected 0 arguments, but got 1. -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(3644,75): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(3718,63): error TS2554: Expected 0 arguments, but got 1. -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(3914,38): error TS2554: Expected 0 arguments, but got 1. -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(3945,28): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. -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(4166,17): error TS2447: The '|=' operator is not allowed for boolean types. Consider using '||' instead. -node_modules/uglify-js/lib/compress.js(4229,45): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(4340,33): error TS2554: Expected 0 arguments, but got 1. -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(4722,37): error TS2554: Expected 0 arguments, but got 1. -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)?]'. +node_modules/uglify-js/lib/compress.js(2093,40): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(2100,33): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(2102,40): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(2106,33): error TS2304: Cannot find name 'AST_Definitions'. +node_modules/uglify-js/lib/compress.js(2112,39): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(2114,44): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(2122,36): error TS2304: Cannot find name 'AST_Object'. +node_modules/uglify-js/lib/compress.js(2126,39): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(2128,44): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/compress.js(2130,38): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(2134,37): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(2137,37): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(2145,49): error TS2304: Cannot find name 'AST_ObjectKeyVal'. +node_modules/uglify-js/lib/compress.js(2160,37): error TS2304: Cannot find name 'AST_Definitions'. +node_modules/uglify-js/lib/compress.js(2171,44): error TS2304: Cannot find name 'AST_Exit'. +node_modules/uglify-js/lib/compress.js(2173,44): error TS2304: Cannot find name 'AST_For'. +node_modules/uglify-js/lib/compress.js(2179,48): error TS2304: Cannot find name 'AST_Var'. +node_modules/uglify-js/lib/compress.js(2194,44): error TS2304: Cannot find name 'AST_ForIn'. +node_modules/uglify-js/lib/compress.js(2196,44): error TS2304: Cannot find name 'AST_If'. +node_modules/uglify-js/lib/compress.js(2198,44): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(2206,44): error TS2304: Cannot find name 'AST_Switch'. +node_modules/uglify-js/lib/compress.js(2208,44): error TS2304: Cannot find name 'AST_With'. +node_modules/uglify-js/lib/compress.js(2229,31): error TS2304: Cannot find name 'AST_Defun'. +node_modules/uglify-js/lib/compress.js(2230,13): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(2232,34): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(2233,33): error TS2304: Cannot find name 'AST_Definitions'. +node_modules/uglify-js/lib/compress.js(2234,17): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(2239,33): error TS2304: Cannot find name 'AST_Defun'. +node_modules/uglify-js/lib/compress.js(2243,33): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(2251,32): error TS2304: Cannot find name 'AST_Undefined'. +node_modules/uglify-js/lib/compress.js(2252,32): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(2260,13): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(2261,13): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/compress.js(2262,13): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(2265,13): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(2266,13): error TS2304: Cannot find name 'AST_Object'. +node_modules/uglify-js/lib/compress.js(2267,13): error TS2304: Cannot find name 'AST_RegExp'. +node_modules/uglify-js/lib/compress.js(2268,13): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(2271,13): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(2286,9): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(2292,13): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(2293,13): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/compress.js(2294,13): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(2299,34): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(2300,32): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(2305,13): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(2315,13): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(2318,13): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(2319,13): error TS2304: Cannot find name 'AST_Dot'. +node_modules/uglify-js/lib/compress.js(2322,32): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(2323,37): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(2325,13): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(2326,13): error TS2304: Cannot find name 'AST_Null'. +node_modules/uglify-js/lib/compress.js(2327,13): error TS2304: Cannot find name 'AST_Object'. +node_modules/uglify-js/lib/compress.js(2330,57): error TS2304: Cannot find name 'AST_Accessor'. +node_modules/uglify-js/lib/compress.js(2333,13): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(2336,13): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(2349,13): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(2352,13): error TS2304: Cannot find name 'AST_UnaryPostfix'. +node_modules/uglify-js/lib/compress.js(2353,13): error TS2304: Cannot find name 'AST_Undefined'. +node_modules/uglify-js/lib/compress.js(2359,13): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(2360,13): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/compress.js(2361,13): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(2364,13): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(2374,13): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(2377,13): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(2378,13): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(2379,13): error TS2304: Cannot find name 'AST_Object'. +node_modules/uglify-js/lib/compress.js(2380,13): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(2383,13): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(2394,13): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(2397,13): error TS2304: Cannot find name 'AST_UnaryPostfix'. +node_modules/uglify-js/lib/compress.js(2398,13): error TS2304: Cannot find name 'AST_Undefined'. +node_modules/uglify-js/lib/compress.js(2407,13): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(2408,13): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(2412,13): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(2417,13): error TS2304: Cannot find name 'AST_Boolean'. +node_modules/uglify-js/lib/compress.js(2419,13): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(2422,35): error TS2304: Cannot find name 'AST_Dot'. +node_modules/uglify-js/lib/compress.js(2423,72): error TS2304: Cannot find name 'AST_RegExp'. +node_modules/uglify-js/lib/compress.js(2425,13): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(2428,13): error TS2304: Cannot find name 'AST_New'. +node_modules/uglify-js/lib/compress.js(2429,13): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(2432,13): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(2441,13): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(2450,13): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(2452,13): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(2456,13): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(2507,13): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(2510,35): error TS2304: Cannot find name 'AST_Dot'. +node_modules/uglify-js/lib/compress.js(2513,13): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(2516,13): error TS2304: Cannot find name 'AST_New'. +node_modules/uglify-js/lib/compress.js(2517,13): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(2518,13): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(2521,13): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(2530,13): error TS2304: Cannot find name 'AST_Unary'. +node_modules/uglify-js/lib/compress.js(2539,13): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(2540,13): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(2543,13): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(2556,13): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(2559,35): error TS2304: Cannot find name 'AST_Dot'. +node_modules/uglify-js/lib/compress.js(2561,13): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(2564,13): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(2567,13): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(2568,13): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(2576,13): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(2588,31): error TS2304: Cannot find name 'AST_Unary'. +node_modules/uglify-js/lib/compress.js(2589,31): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(2594,34): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(2595,56): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/compress.js(2603,42): error TS2304: Cannot find name 'AST_ObjectKeyVal'. +node_modules/uglify-js/lib/compress.js(2608,34): error TS2304: Cannot find name 'AST_Object'. +node_modules/uglify-js/lib/compress.js(2616,13): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(2619,9): error TS2304: Cannot find name 'AST_Toplevel'. +node_modules/uglify-js/lib/compress.js(2627,45): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/compress.js(2638,13): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(2639,13): error TS2304: Cannot find name 'AST_Dot'. +node_modules/uglify-js/lib/compress.js(2642,13): error TS2304: Cannot find name 'AST_SymbolDeclaration'. +node_modules/uglify-js/lib/compress.js(2646,13): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(2663,45): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(2665,23): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(2773,9): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(2785,9): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(2788,33): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(2789,42): error TS2304: Cannot find name 'AST_RegExp'. +node_modules/uglify-js/lib/compress.js(2791,40): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(2792,51): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(2796,13): error TS2304: Cannot find name 'AST_Statement'. +node_modules/uglify-js/lib/compress.js(2799,13): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(2800,13): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(2801,13): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(2804,13): error TS2304: Cannot find name 'AST_Function'. +node_modules/uglify-js/lib/compress.js(2815,13): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/compress.js(2828,13): error TS2304: Cannot find name 'AST_Object'. +node_modules/uglify-js/lib/compress.js(2834,40): error TS2304: Cannot find name 'AST_Symbol'. +node_modules/uglify-js/lib/compress.js(2836,47): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(2843,47): error TS2304: Cannot find name 'AST_Function'. +node_modules/uglify-js/lib/compress.js(2852,13): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(2858,34): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(2859,37): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(2860,55): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(2879,34): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(2887,13): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(2918,60): error TS2304: Cannot find name 'AST_With'. +node_modules/uglify-js/lib/compress.js(2920,13): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(2927,13): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(2958,42): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(2992,13): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/compress.js(2995,36): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(3022,13): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(3024,63): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/compress.js(3026,36): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(3053,21): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(3063,13): error TS2304: Cannot find name 'AST_New'. +node_modules/uglify-js/lib/compress.js(3071,30): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(3079,38): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(3086,13): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(3089,13): error TS2304: Cannot find name 'AST_Statement'. +node_modules/uglify-js/lib/compress.js(3092,13): error TS2304: Cannot find name 'AST_Function'. +node_modules/uglify-js/lib/compress.js(3095,13): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(3100,13): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(3105,13): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(3111,13): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(3146,5): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(3150,33): error TS2304: Cannot find name 'AST_Dot'. +node_modules/uglify-js/lib/compress.js(3157,5): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(3158,5): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(3161,30): error TS2304: Cannot find name 'AST_Dot'. +node_modules/uglify-js/lib/compress.js(3165,28): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/compress.js(3171,35): error TS2304: Cannot find name 'AST_RegExp'. +node_modules/uglify-js/lib/compress.js(3193,13): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(3194,13): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/compress.js(3197,13): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(3198,13): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(3202,13): error TS2304: Cannot find name 'AST_Block'. +node_modules/uglify-js/lib/compress.js(3205,13): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(3212,13): error TS2304: Cannot find name 'AST_Case'. +node_modules/uglify-js/lib/compress.js(3216,13): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(3221,13): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(3222,13): error TS2304: Cannot find name 'AST_Definitions'. +node_modules/uglify-js/lib/compress.js(3225,13): error TS2304: Cannot find name 'AST_Dot'. +node_modules/uglify-js/lib/compress.js(3229,13): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(3230,13): error TS2304: Cannot find name 'AST_If'. +node_modules/uglify-js/lib/compress.js(3235,13): error TS2304: Cannot find name 'AST_LabeledStatement'. +node_modules/uglify-js/lib/compress.js(3238,13): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(3239,13): error TS2304: Cannot find name 'AST_Object'. +node_modules/uglify-js/lib/compress.js(3242,13): error TS2304: Cannot find name 'AST_ObjectProperty'. +node_modules/uglify-js/lib/compress.js(3245,13): error TS2304: Cannot find name 'AST_Sub'. +node_modules/uglify-js/lib/compress.js(3250,13): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(3253,13): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(3256,13): error TS2304: Cannot find name 'AST_Switch'. +node_modules/uglify-js/lib/compress.js(3260,13): error TS2304: Cannot find name 'AST_SymbolDeclaration'. +node_modules/uglify-js/lib/compress.js(3261,13): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(3264,13): error TS2304: Cannot find name 'AST_This'. +node_modules/uglify-js/lib/compress.js(3265,13): error TS2304: Cannot find name 'AST_Try'. +node_modules/uglify-js/lib/compress.js(3270,13): error TS2304: Cannot find name 'AST_Unary'. +node_modules/uglify-js/lib/compress.js(3274,13): error TS2304: Cannot find name 'AST_VarDef'. +node_modules/uglify-js/lib/compress.js(3283,13): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(3285,13): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(3286,13): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(3287,13): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(3288,13): error TS2304: Cannot find name 'AST_SymbolDeclaration'. +node_modules/uglify-js/lib/compress.js(3289,13): error TS2304: Cannot find name 'AST_This'. +node_modules/uglify-js/lib/compress.js(3298,13): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/compress.js(3301,13): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(3305,41): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(3310,13): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(3314,13): error TS2304: Cannot find name 'AST_Block'. +node_modules/uglify-js/lib/compress.js(3317,13): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(3321,49): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(3324,13): error TS2304: Cannot find name 'AST_Case'. +node_modules/uglify-js/lib/compress.js(3328,13): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(3333,13): error TS2304: Cannot find name 'AST_Definitions'. +node_modules/uglify-js/lib/compress.js(3336,13): error TS2304: Cannot find name 'AST_Dot'. +node_modules/uglify-js/lib/compress.js(3340,13): error TS2304: Cannot find name 'AST_If'. +node_modules/uglify-js/lib/compress.js(3345,13): error TS2304: Cannot find name 'AST_LabeledStatement'. +node_modules/uglify-js/lib/compress.js(3348,13): error TS2304: Cannot find name 'AST_Object'. +node_modules/uglify-js/lib/compress.js(3351,13): error TS2304: Cannot find name 'AST_ObjectProperty'. +node_modules/uglify-js/lib/compress.js(3354,13): error TS2304: Cannot find name 'AST_Return'. +node_modules/uglify-js/lib/compress.js(3357,13): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(3360,13): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(3363,13): error TS2304: Cannot find name 'AST_Sub'. +node_modules/uglify-js/lib/compress.js(3368,13): error TS2304: Cannot find name 'AST_Switch'. +node_modules/uglify-js/lib/compress.js(3372,13): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(3375,13): error TS2304: Cannot find name 'AST_Try'. +node_modules/uglify-js/lib/compress.js(3379,13): error TS2304: Cannot find name 'AST_Unary'. +node_modules/uglify-js/lib/compress.js(3380,73): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(3384,13): error TS2304: Cannot find name 'AST_VarDef'. +node_modules/uglify-js/lib/compress.js(3400,13): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(3401,13): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/compress.js(3404,13): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(3407,13): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(3408,13): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(3412,38): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(3414,37): error TS2304: Cannot find name 'AST_Catch'. +node_modules/uglify-js/lib/compress.js(3420,37): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(3426,37): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(3436,33): error TS2322: Type '"f"' is not assignable to type 'boolean'. +node_modules/uglify-js/lib/compress.js(3447,13): error TS2304: Cannot find name 'AST_Object'. +node_modules/uglify-js/lib/compress.js(3450,13): error TS2304: Cannot find name 'AST_ObjectProperty'. +node_modules/uglify-js/lib/compress.js(3453,13): error TS2304: Cannot find name 'AST_Unary'. +node_modules/uglify-js/lib/compress.js(3465,13): error TS2304: Cannot find name 'AST_Statement'. +node_modules/uglify-js/lib/compress.js(3466,13): error TS2304: Cannot find name 'AST_Jump'. +node_modules/uglify-js/lib/compress.js(3471,13): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(3472,13): error TS2304: Cannot find name 'AST_SwitchBranch'. +node_modules/uglify-js/lib/compress.js(3473,13): error TS2304: Cannot find name 'AST_If'. +node_modules/uglify-js/lib/compress.js(3483,9): error TS2304: Cannot find name 'AST_Directive'. +node_modules/uglify-js/lib/compress.js(3486,30): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(3491,9): error TS2304: Cannot find name 'AST_Debugger'. +node_modules/uglify-js/lib/compress.js(3493,30): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(3497,9): error TS2304: Cannot find name 'AST_LabeledStatement'. +node_modules/uglify-js/lib/compress.js(3498,34): error TS2304: Cannot find name 'AST_Break'. +node_modules/uglify-js/lib/compress.js(3500,30): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(3505,9): error TS2304: Cannot find name 'AST_Block'. +node_modules/uglify-js/lib/compress.js(3510,9): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(3514,36): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(3519,9): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(3529,5): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(3534,44): error TS2304: Cannot find name 'AST_Toplevel'. +node_modules/uglify-js/lib/compress.js(3535,43): error TS2304: Cannot find name 'AST_Toplevel'. +node_modules/uglify-js/lib/compress.js(3538,33): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(3540,40): error TS2304: Cannot find name 'AST_Unary'. +node_modules/uglify-js/lib/compress.js(3543,90): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(3544,35): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/compress.js(3545,36): error TS2304: Cannot find name 'AST_Sub'. +node_modules/uglify-js/lib/compress.js(3548,35): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(3549,41): error TS2304: Cannot find name 'AST_SymbolLambda'. +node_modules/uglify-js/lib/compress.js(3557,29): error TS2304: Cannot find name 'AST_Toplevel'. +node_modules/uglify-js/lib/compress.js(3570,33): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(3571,33): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(3581,33): error TS2304: Cannot find name 'AST_Defun'. +node_modules/uglify-js/lib/compress.js(3592,33): error TS2304: Cannot find name 'AST_SymbolFunarg'. +node_modules/uglify-js/lib/compress.js(3595,33): error TS2304: Cannot find name 'AST_Definitions'. +node_modules/uglify-js/lib/compress.js(3623,29): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(3641,29): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(3648,41): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(3653,43): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(3666,33): error TS2304: Cannot find name 'AST_Function'. +node_modules/uglify-js/lib/compress.js(3666,75): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(3669,33): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(3669,65): error TS2304: Cannot find name 'AST_Accessor'. +node_modules/uglify-js/lib/compress.js(3677,29): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(3684,47): error TS2304: Cannot find name 'AST_Defun'. +node_modules/uglify-js/lib/compress.js(3687,21): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(3689,38): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(3692,33): error TS2304: Cannot find name 'AST_Definitions'. +node_modules/uglify-js/lib/compress.js(3692,72): error TS2304: Cannot find name 'AST_ForIn'. +node_modules/uglify-js/lib/compress.js(3708,29): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(3710,53): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(3712,56): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(3731,53): error TS2304: Cannot find name 'AST_Function'. +node_modules/uglify-js/lib/compress.js(3734,94): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(3735,29): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(3736,51): error TS2304: Cannot find name 'AST_Defun'. +node_modules/uglify-js/lib/compress.js(3737,52): error TS2304: Cannot find name 'AST_SymbolDefun'. +node_modules/uglify-js/lib/compress.js(3741,63): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(3742,57): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(3756,57): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(3764,55): error TS2304: Cannot find name 'AST_SymbolCatch'. +node_modules/uglify-js/lib/compress.js(3772,29): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(3775,29): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(3790,41): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(3796,59): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(3800,67): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(3812,33): error TS2304: Cannot find name 'AST_For'. +node_modules/uglify-js/lib/compress.js(3815,42): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(3820,42): error TS2304: Cannot find name 'AST_Defun'. +node_modules/uglify-js/lib/compress.js(3822,43): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(3828,49): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(3835,33): error TS2304: Cannot find name 'AST_LabeledStatement'. +node_modules/uglify-js/lib/compress.js(3835,78): error TS2304: Cannot find name 'AST_For'. +node_modules/uglify-js/lib/compress.js(3837,42): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(3845,33): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(3862,12): error TS2339: Property 'push' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(3882,34): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(3884,34): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(3894,37): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(3914,33): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(3922,33): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(3932,5): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(3941,38): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(3943,37): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(3944,37): error TS2304: Cannot find name 'AST_Var'. +node_modules/uglify-js/lib/compress.js(3957,33): error TS2304: Cannot find name 'AST_Directive'. +node_modules/uglify-js/lib/compress.js(3959,34): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(3961,47): error TS2304: Cannot find name 'AST_Defun'. +node_modules/uglify-js/lib/compress.js(3962,24): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(3964,34): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(3966,47): error TS2304: Cannot find name 'AST_Var'. +node_modules/uglify-js/lib/compress.js(3972,28): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'. +node_modules/uglify-js/lib/compress.js(3973,34): error TS2304: Cannot find name 'AST_ForIn'. +node_modules/uglify-js/lib/compress.js(3976,38): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(3978,34): error TS2304: Cannot find name 'AST_For'. +node_modules/uglify-js/lib/compress.js(3979,44): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(3980,34): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(3984,33): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(3991,37): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(4006,49): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4008,45): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(4010,61): error TS2304: Cannot find name 'AST_Symbol'. +node_modules/uglify-js/lib/compress.js(4021,45): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(4022,74): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(4024,63): error TS2304: Cannot find name 'AST_Symbol'. +node_modules/uglify-js/lib/compress.js(4036,49): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(4040,49): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(4047,34): error TS2304: Cannot find name 'AST_Var'. +node_modules/uglify-js/lib/compress.js(4056,5): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(4070,5): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(4079,5): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(4082,42): error TS2304: Cannot find name 'AST_Toplevel'. +node_modules/uglify-js/lib/compress.js(4085,33): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(4096,42): error TS2304: Cannot find name 'AST_VarDef'. +node_modules/uglify-js/lib/compress.js(4100,41): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(4106,48): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(4113,85): error TS2304: Cannot find name 'AST_Var'. +node_modules/uglify-js/lib/compress.js(4118,33): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(4119,33): error TS2304: Cannot find name 'AST_VarDef'. +node_modules/uglify-js/lib/compress.js(4125,45): error TS2304: Cannot find name 'AST_VarDef'. +node_modules/uglify-js/lib/compress.js(4135,41): error TS2304: Cannot find name 'AST_SymbolVar'. +node_modules/uglify-js/lib/compress.js(4146,33): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/compress.js(4147,50): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(4151,37): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(4159,33): error TS2304: Cannot find name 'AST_Unary'. +node_modules/uglify-js/lib/compress.js(4161,50): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(4164,44): error TS2304: Cannot find name 'AST_Object'. +node_modules/uglify-js/lib/compress.js(4180,37): error TS2304: Cannot find name 'AST_Object'. +node_modules/uglify-js/lib/compress.js(4189,37): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(4206,17): error TS2447: The '|=' operator is not allowed for boolean types. Consider using '||' instead. +node_modules/uglify-js/lib/compress.js(4215,13): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(4216,13): error TS2304: Cannot find name 'AST_Accessor'. +node_modules/uglify-js/lib/compress.js(4217,13): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/compress.js(4221,13): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(4223,33): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/compress.js(4225,37): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(4232,79): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(4237,13): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(4246,102): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(4257,13): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(4266,36): error TS2304: Cannot find name 'AST_Function'. +node_modules/uglify-js/lib/compress.js(4269,45): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(4270,45): error TS2304: Cannot find name 'AST_Return'. +node_modules/uglify-js/lib/compress.js(4274,45): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(4280,28): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(4284,13): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(4288,61): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(4293,48): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(4303,13): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(4304,13): error TS2304: Cannot find name 'AST_Dot'. +node_modules/uglify-js/lib/compress.js(4309,13): error TS2304: Cannot find name 'AST_Function'. +node_modules/uglify-js/lib/compress.js(4312,13): error TS2304: Cannot find name 'AST_Object'. +node_modules/uglify-js/lib/compress.js(4316,13): error TS2304: Cannot find name 'AST_ObjectProperty'. +node_modules/uglify-js/lib/compress.js(4319,13): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(4325,13): error TS2304: Cannot find name 'AST_Sub'. +node_modules/uglify-js/lib/compress.js(4333,13): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(4338,13): error TS2304: Cannot find name 'AST_This'. +node_modules/uglify-js/lib/compress.js(4339,13): error TS2304: Cannot find name 'AST_Unary'. +node_modules/uglify-js/lib/compress.js(4344,73): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(4359,9): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4364,17): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(4365,34): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(4368,34): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4374,9): error TS2304: Cannot find name 'AST_While'. +node_modules/uglify-js/lib/compress.js(4375,55): error TS2304: Cannot find name 'AST_For'. +node_modules/uglify-js/lib/compress.js(4380,33): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(4381,42): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(4382,33): error TS2304: Cannot find name 'AST_LoopControl'. +node_modules/uglify-js/lib/compress.js(4386,31): error TS2304: Cannot find name 'AST_LabeledStatement'. +node_modules/uglify-js/lib/compress.js(4392,9): error TS2304: Cannot find name 'AST_Do'. +node_modules/uglify-js/lib/compress.js(4395,31): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(4396,40): error TS2304: Cannot find name 'AST_For'. +node_modules/uglify-js/lib/compress.js(4397,33): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(4400,35): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4407,34): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(4410,35): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4417,34): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4417,72): error TS2304: Cannot find name 'AST_For'. +node_modules/uglify-js/lib/compress.js(4422,29): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(4428,42): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(4431,38): error TS2304: Cannot find name 'AST_Statement'. +node_modules/uglify-js/lib/compress.js(4434,37): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4439,37): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4444,30): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(4448,30): error TS2304: Cannot find name 'AST_If'. +node_modules/uglify-js/lib/compress.js(4451,48): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(4462,48): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(4476,36): error TS2304: Cannot find name 'AST_Break'. +node_modules/uglify-js/lib/compress.js(4482,38): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(4487,39): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(4495,9): error TS2304: Cannot find name 'AST_For'. +node_modules/uglify-js/lib/compress.js(4503,35): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(4511,33): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(4518,46): error TS2304: Cannot find name 'AST_Statement'. +node_modules/uglify-js/lib/compress.js(4521,45): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4525,41): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4528,38): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(4530,60): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(4531,39): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(4533,35): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4545,9): error TS2304: Cannot find name 'AST_If'. +node_modules/uglify-js/lib/compress.js(4554,66): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(4560,33): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(4564,17): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(4567,37): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4571,34): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(4572,42): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(4573,17): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(4576,37): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4580,34): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(4593,55): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(4597,30): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4601,34): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4602,44): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4603,30): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4604,33): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(4611,64): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4613,46): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(4619,51): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4620,33): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(4626,30): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4627,33): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(4634,34): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(4635,44): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4636,30): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4637,33): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(4644,34): error TS2304: Cannot find name 'AST_Exit'. +node_modules/uglify-js/lib/compress.js(4645,44): error TS2304: Cannot find name 'AST_Exit'. +node_modules/uglify-js/lib/compress.js(4648,34): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(4650,64): error TS2304: Cannot find name 'AST_Undefined'. +node_modules/uglify-js/lib/compress.js(4651,71): error TS2304: Cannot find name 'AST_Undefined'. +node_modules/uglify-js/lib/compress.js(4655,34): error TS2304: Cannot find name 'AST_If'. +node_modules/uglify-js/lib/compress.js(4658,30): error TS2304: Cannot find name 'AST_If'. +node_modules/uglify-js/lib/compress.js(4659,38): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(4672,34): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(4678,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(4682,30): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(4689,9): error TS2304: Cannot find name 'AST_Switch'. +node_modules/uglify-js/lib/compress.js(4693,32): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(4699,30): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(4708,35): error TS2304: Cannot find name 'AST_Default'. +node_modules/uglify-js/lib/compress.js(4714,43): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(4716,38): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(4720,36): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(4734,34): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(4734,90): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(4747,33): error TS2304: Cannot find name 'AST_Break'. +node_modules/uglify-js/lib/compress.js(4749,57): error TS2304: Cannot find name 'AST_Case'. +node_modules/uglify-js/lib/compress.js(4754,30): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(4755,45): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4762,37): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(4764,40): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(4765,40): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4766,37): error TS2304: Cannot find name 'AST_Break'. +node_modules/uglify-js/lib/compress.js(4773,55): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4776,46): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(4779,34): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(4795,9): error TS2304: Cannot find name 'AST_Try'. +node_modules/uglify-js/lib/compress.js(4803,43): error TS2304: Cannot find name 'AST_Definitions'. +node_modules/uglify-js/lib/compress.js(4813,30): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(4820,5): error TS2304: Cannot find name 'AST_Definitions'. +node_modules/uglify-js/lib/compress.js(4826,5): error TS2304: Cannot find name 'AST_Definitions'. +node_modules/uglify-js/lib/compress.js(4830,38): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(4831,34): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(4847,9): error TS2304: Cannot find name 'AST_Definitions'. +node_modules/uglify-js/lib/compress.js(4848,59): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(4851,5): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(4854,30): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(4856,68): error TS2304: Cannot find name 'AST_New'. +node_modules/uglify-js/lib/compress.js(4864,9): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(4871,63): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(4874,37): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(4887,54): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(4904,42): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(4908,82): error TS2304: Cannot find name 'AST_Hole'. +node_modules/uglify-js/lib/compress.js(4909,42): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/compress.js(4913,25): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(4923,34): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/compress.js(4928,38): error TS2304: Cannot find name 'AST_Object'. +node_modules/uglify-js/lib/compress.js(4934,61): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(4937,61): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(4940,38): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(4944,61): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(4947,61): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(4952,61): error TS2304: Cannot find name 'AST_False'. +node_modules/uglify-js/lib/compress.js(4953,61): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(4954,43): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(4969,68): error TS2304: Cannot find name 'AST_RegExp'. +node_modules/uglify-js/lib/compress.js(4970,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(5094,45): error TS2554: Expected 0 arguments, but got 1. -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(5105,36): error TS2532: Object is possibly 'undefined'. -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(5623,18): error TS2454: Variable 'is_strict_comparison' is used before being assigned. -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(6161,47): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(6234,39): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(6306,39): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/compress.js(6312,41): error TS2554: Expected 0 arguments, but got 1. -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(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(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(6819,34): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/minify.js(167,75): error TS2339: Property 'compress' does not exist on type 'Compressor'. +node_modules/uglify-js/lib/compress.js(4973,25): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(4982,39): error TS2304: Cannot find name 'AST_Dot'. +node_modules/uglify-js/lib/compress.js(4985,38): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(4986,41): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(4993,47): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/compress.js(5007,57): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(5016,49): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(5020,64): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(5025,42): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5027,50): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(5037,47): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(5040,46): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5058,42): error TS2304: Cannot find name 'AST_Sub'. +node_modules/uglify-js/lib/compress.js(5060,64): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5062,45): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(5066,40): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(5075,70): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/compress.js(5078,38): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(5079,47): error TS2304: Cannot find name 'AST_Dot'. +node_modules/uglify-js/lib/compress.js(5089,37): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(5092,37): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(5095,35): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(5099,36): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(5111,57): error TS2304: Cannot find name 'AST_Function'. +node_modules/uglify-js/lib/compress.js(5116,37): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(5134,45): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(5136,45): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(5141,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; ... 23 more ...; parent: (n: any) => any; }'. +node_modules/uglify-js/lib/compress.js(5142,21): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/compress.js(5144,35): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(5145,36): error TS2532: Object is possibly 'undefined'. +node_modules/uglify-js/lib/compress.js(5149,35): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(5150,41): error TS2339: Property 'get' does not exist on type 'string'. +node_modules/uglify-js/lib/compress.js(5156,25): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(5157,25): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(5166,43): error TS2304: Cannot find name 'AST_Return'. +node_modules/uglify-js/lib/compress.js(5172,39): error TS2304: Cannot find name 'AST_Undefined'. +node_modules/uglify-js/lib/compress.js(5183,47): error TS2304: Cannot find name 'AST_Function'. +node_modules/uglify-js/lib/compress.js(5199,55): error TS2304: Cannot find name 'AST_Undefined'. +node_modules/uglify-js/lib/compress.js(5204,32): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/compress.js(5210,38): error TS2304: Cannot find name 'AST_Undefined'. +node_modules/uglify-js/lib/compress.js(5215,47): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(5227,41): error TS2304: Cannot find name 'AST_Undefined'. +node_modules/uglify-js/lib/compress.js(5228,33): error TS2304: Cannot find name 'AST_Return'. +node_modules/uglify-js/lib/compress.js(5229,51): error TS2304: Cannot find name 'AST_Undefined'. +node_modules/uglify-js/lib/compress.js(5232,33): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/compress.js(5233,34): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(5248,37): error TS2304: Cannot find name 'AST_Var'. +node_modules/uglify-js/lib/compress.js(5254,44): error TS2304: Cannot find name 'AST_Defun'. +node_modules/uglify-js/lib/compress.js(5254,73): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/compress.js(5283,37): error TS2304: Cannot find name 'AST_Defun'. +node_modules/uglify-js/lib/compress.js(5287,39): error TS2304: Cannot find name 'AST_Var'. +node_modules/uglify-js/lib/compress.js(5302,38): error TS2304: Cannot find name 'AST_Catch'. +node_modules/uglify-js/lib/compress.js(5304,45): error TS2304: Cannot find name 'AST_IterationStatement'. +node_modules/uglify-js/lib/compress.js(5306,45): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(5307,56): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(5309,41): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(5310,54): error TS2304: Cannot find name 'AST_Toplevel'. +node_modules/uglify-js/lib/compress.js(5311,78): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(5325,38): error TS2304: Cannot find name 'AST_VarDef'. +node_modules/uglify-js/lib/compress.js(5330,33): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(5332,51): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(5350,44): error TS2304: Cannot find name 'AST_SymbolVar'. +node_modules/uglify-js/lib/compress.js(5352,62): error TS2304: Cannot find name 'AST_Undefined'. +node_modules/uglify-js/lib/compress.js(5364,39): error TS2304: Cannot find name 'AST_Var'. +node_modules/uglify-js/lib/compress.js(5378,45): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(5380,64): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(5383,46): error TS2304: Cannot find name 'AST_Undefined'. +node_modules/uglify-js/lib/compress.js(5397,37): error TS2304: Cannot find name 'AST_Defun'. +node_modules/uglify-js/lib/compress.js(5407,51): error TS2304: Cannot find name 'AST_Var'. +node_modules/uglify-js/lib/compress.js(5415,9): error TS2304: Cannot find name 'AST_New'. +node_modules/uglify-js/lib/compress.js(5429,38): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(5436,9): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(5444,35): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(5465,46): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(5474,5): error TS2304: Cannot find name 'AST_Unary'. +node_modules/uglify-js/lib/compress.js(5475,74): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(5485,9): error TS2304: Cannot find name 'AST_UnaryPostfix'. +node_modules/uglify-js/lib/compress.js(5489,9): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(5493,31): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(5494,33): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/compress.js(5496,30): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(5498,34): error TS2304: Cannot find name 'AST_True'. +node_modules/uglify-js/lib/compress.js(5501,55): error TS2304: Cannot find name 'AST_True'. +node_modules/uglify-js/lib/compress.js(5513,34): error TS2304: Cannot find name 'AST_Undefined'. +node_modules/uglify-js/lib/compress.js(5518,59): error TS2304: Cannot find name 'AST_False'. +node_modules/uglify-js/lib/compress.js(5521,34): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(5525,34): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5532,17): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(5533,38): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(5533,64): error TS2304: Cannot find name 'AST_True'. +node_modules/uglify-js/lib/compress.js(5535,31): error TS2304: Cannot find name 'AST_True'. +node_modules/uglify-js/lib/compress.js(5539,50): error TS2304: Cannot find name 'AST_Infinity'. +node_modules/uglify-js/lib/compress.js(5542,26): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5545,30): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5547,33): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(5556,31): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(5556,58): error TS2304: Cannot find name 'AST_Infinity'. +node_modules/uglify-js/lib/compress.js(5566,5): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5568,38): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(5575,39): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(5576,75): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(5603,32): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/compress.js(5604,32): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(5605,32): error TS2304: Cannot find name 'AST_Object'. +node_modules/uglify-js/lib/compress.js(5608,9): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5627,40): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5637,38): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(5638,38): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(5650,17): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(5653,56): error TS2304: Cannot find name 'AST_False'. +node_modules/uglify-js/lib/compress.js(5653,68): error TS2304: Cannot find name 'AST_True'. +node_modules/uglify-js/lib/compress.js(5667,18): error TS2454: Variable 'is_strict_comparison' is used before being assigned. +node_modules/uglify-js/lib/compress.js(5668,39): error TS2304: Cannot find name 'AST_Null'. +node_modules/uglify-js/lib/compress.js(5672,41): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(5674,42): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(5677,37): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(5678,41): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/compress.js(5680,43): error TS2304: Cannot find name 'AST_Undefined'. +node_modules/uglify-js/lib/compress.js(5685,43): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(5686,42): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(5689,60): error TS2304: Cannot find name 'AST_True'. +node_modules/uglify-js/lib/compress.js(5689,71): error TS2304: Cannot find name 'AST_False'. +node_modules/uglify-js/lib/compress.js(5700,32): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5702,42): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5704,86): error TS2304: Cannot find name 'AST_Null'. +node_modules/uglify-js/lib/compress.js(5705,44): error TS2304: Cannot find name 'AST_Null'. +node_modules/uglify-js/lib/compress.js(5708,42): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5710,37): error TS2304: Cannot find name 'AST_Null'. +node_modules/uglify-js/lib/compress.js(5714,42): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5730,17): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(5733,31): error TS2304: Cannot find name 'AST_True'. +node_modules/uglify-js/lib/compress.js(5737,17): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(5740,31): error TS2304: Cannot find name 'AST_True'. +node_modules/uglify-js/lib/compress.js(5745,38): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(5746,34): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(5753,38): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(5760,37): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5760,70): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(5761,41): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(5773,39): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(5778,38): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(5783,38): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5785,46): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(5797,21): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(5799,44): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(5800,21): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(5806,25): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(5809,39): error TS2304: Cannot find name 'AST_False'. +node_modules/uglify-js/lib/compress.js(5812,44): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(5814,25): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(5821,47): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(5831,21): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(5833,44): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(5834,21): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(5840,25): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(5843,44): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(5845,25): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(5848,39): error TS2304: Cannot find name 'AST_True'. +node_modules/uglify-js/lib/compress.js(5854,47): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(5854,75): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(5866,42): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(5867,46): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5869,51): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(5871,38): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5873,41): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(5882,43): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(5883,45): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5885,51): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(5887,38): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5890,42): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(5898,42): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5901,51): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(5902,46): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5904,51): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(5906,38): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5908,41): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5911,46): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(5921,43): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(5924,38): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5932,42): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(5936,38): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5952,47): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5955,46): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5960,47): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(5961,51): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(5969,47): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5971,42): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5973,45): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5985,47): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(5986,49): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5988,55): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(5989,46): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(5991,49): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6000,63): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(6001,46): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6003,49): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6015,46): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6017,55): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(6018,50): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6020,55): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(6021,42): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6023,45): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6025,49): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6045,41): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(6047,59): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(6054,38): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(6056,43): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(6066,38): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(6079,35): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6087,35): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6110,36): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(6111,47): error TS2304: Cannot find name 'AST_Dot'. +node_modules/uglify-js/lib/compress.js(6119,59): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(6122,56): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(6129,45): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(6130,45): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(6131,60): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(6139,33): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(6147,9): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(6151,65): error TS2304: Cannot find name 'AST_With'. +node_modules/uglify-js/lib/compress.js(6154,34): error TS2304: Cannot find name 'AST_Undefined'. +node_modules/uglify-js/lib/compress.js(6156,34): error TS2304: Cannot find name 'AST_NaN'. +node_modules/uglify-js/lib/compress.js(6158,34): error TS2304: Cannot find name 'AST_Infinity'. +node_modules/uglify-js/lib/compress.js(6165,68): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(6166,48): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(6172,79): error TS2304: Cannot find name 'AST_SymbolFunarg'. +node_modules/uglify-js/lib/compress.js(6174,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(6176,49): error TS2304: Cannot find name 'AST_Defun'. +node_modules/uglify-js/lib/compress.js(6176,79): error TS2304: Cannot find name 'AST_Function'. +node_modules/uglify-js/lib/compress.js(6185,38): error TS2304: Cannot find name 'AST_Defun'. +node_modules/uglify-js/lib/compress.js(6186,39): error TS2304: Cannot find name 'AST_Function'. +node_modules/uglify-js/lib/compress.js(6187,44): error TS2304: Cannot find name 'AST_SymbolLambda'. +node_modules/uglify-js/lib/compress.js(6195,43): error TS2304: Cannot find name 'AST_SymbolLambda'. +node_modules/uglify-js/lib/compress.js(6196,42): error TS2304: Cannot find name 'AST_SymbolLambda'. +node_modules/uglify-js/lib/compress.js(6201,47): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(6202,47): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(6210,49): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(6229,38): error TS2304: Cannot find name 'AST_This'. +node_modules/uglify-js/lib/compress.js(6230,50): error TS2304: Cannot find name 'AST_SymbolFunarg'. +node_modules/uglify-js/lib/compress.js(6276,39): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(6277,37): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(6285,31): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(6288,9): error TS2304: Cannot find name 'AST_Undefined'. +node_modules/uglify-js/lib/compress.js(6292,37): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(6303,26): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(6305,35): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(6311,9): error TS2304: Cannot find name 'AST_Infinity'. +node_modules/uglify-js/lib/compress.js(6318,26): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6320,29): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(6323,30): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(6329,9): error TS2304: Cannot find name 'AST_NaN'. +node_modules/uglify-js/lib/compress.js(6333,30): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6335,33): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(6338,34): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(6348,39): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(6350,33): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(6354,41): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(6356,33): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(6358,39): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(6369,9): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(6372,37): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(6373,80): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(6379,39): error TS2304: Cannot find name 'AST_Exit'. +node_modules/uglify-js/lib/compress.js(6385,40): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6386,38): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(6387,38): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(6391,58): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(6391,97): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6393,44): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(6400,50): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(6411,38): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(6414,30): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(6423,36): error TS2304: Cannot find name 'AST_Null'. +node_modules/uglify-js/lib/compress.js(6429,39): error TS2304: Cannot find name 'AST_Try'. +node_modules/uglify-js/lib/compress.js(6437,54): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6445,9): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(6448,39): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(6456,13): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(6458,38): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(6459,13): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(6464,30): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(6474,34): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(6475,38): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(6477,30): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6488,33): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(6492,40): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(6499,34): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(6502,38): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(6512,35): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/compress.js(6521,46): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(6529,35): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(6531,30): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(6532,38): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6549,36): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(6549,75): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(6552,27): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/compress.js(6561,35): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6564,30): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6566,33): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6581,30): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6593,30): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6601,30): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6609,30): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6621,30): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(6629,36): error TS2304: Cannot find name 'AST_True'. +node_modules/uglify-js/lib/compress.js(6631,40): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(6633,37): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(6635,51): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(6640,36): error TS2304: Cannot find name 'AST_False'. +node_modules/uglify-js/lib/compress.js(6642,40): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(6644,37): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(6646,51): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/compress.js(6668,39): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/compress.js(6677,35): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(6684,35): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/compress.js(6684,67): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(6691,9): error TS2304: Cannot find name 'AST_Boolean'. +node_modules/uglify-js/lib/compress.js(6693,63): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(6697,26): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/compress.js(6698,13): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(6705,30): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(6709,26): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(6711,35): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(6718,30): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(6722,35): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(6723,47): error TS2304: Cannot find name 'AST_New'. +node_modules/uglify-js/lib/compress.js(6727,9): error TS2304: Cannot find name 'AST_Sub'. +node_modules/uglify-js/lib/compress.js(6747,38): error TS2304: Cannot find name 'AST_Dot'. +node_modules/uglify-js/lib/compress.js(6757,32): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(6759,32): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(6762,35): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/compress.js(6779,41): error TS2304: Cannot find name 'AST_SymbolFunarg'. +node_modules/uglify-js/lib/compress.js(6791,37): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/compress.js(6799,43): error TS2454: Variable 'property' is used before being assigned. +node_modules/uglify-js/lib/compress.js(6806,32): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(6806,62): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/compress.js(6814,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(6817,46): error TS2339: Property 'has_side_effects' does not exist on type 'number'. +node_modules/uglify-js/lib/compress.js(6820,48): error TS2304: Cannot find name 'AST_Hole'. +node_modules/uglify-js/lib/compress.js(6820,69): error TS2304: Cannot find name 'AST_Undefined'. +node_modules/uglify-js/lib/compress.js(6823,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(6830,41): error TS2304: Cannot find name 'AST_Sub'. +node_modules/uglify-js/lib/compress.js(6831,43): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/compress.js(6834,41): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(6850,34): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/compress.js(6858,5): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(6861,34): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/compress.js(6863,33): error TS2304: Cannot find name 'AST_This'. +node_modules/uglify-js/lib/compress.js(6864,50): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/compress.js(6869,5): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/compress.js(6872,29): error TS2304: Cannot find name 'AST_Object'. +node_modules/uglify-js/lib/compress.js(6878,48): error TS2304: Cannot find name 'AST_ObjectKeyVal'. +node_modules/uglify-js/lib/compress.js(6881,38): error TS2304: Cannot find name 'AST_Sub'. +node_modules/uglify-js/lib/compress.js(6882,47): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/compress.js(6887,45): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(6896,9): error TS2304: Cannot find name 'AST_Dot'. +node_modules/uglify-js/lib/compress.js(6898,13): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/compress.js(6907,43): error TS2304: Cannot find name 'AST_Dot'. +node_modules/uglify-js/lib/compress.js(6912,45): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/compress.js(6917,45): error TS2304: Cannot find name 'AST_Function'. +node_modules/uglify-js/lib/compress.js(6923,45): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/compress.js(6928,45): error TS2304: Cannot find name 'AST_Object'. +node_modules/uglify-js/lib/compress.js(6933,45): error TS2304: Cannot find name 'AST_RegExp'. +node_modules/uglify-js/lib/compress.js(6938,45): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/compress.js(6954,9): error TS2304: Cannot find name 'AST_Return'. +node_modules/uglify-js/lib/minify.js(36,5): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/minify.js(137,31): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/minify.js(142,30): error TS2304: Cannot find name 'AST_Toplevel'. +node_modules/uglify-js/lib/minify.js(186,75): error TS2339: Property 'compress' does not exist on type 'Compressor'. +node_modules/uglify-js/lib/minify.js(211,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/output.js(235,25): error TS2554: Expected 0 arguments, but got 2. -node_modules/uglify-js/lib/output.js(459,37): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/output.js(764,38): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/output.js(1160,44): error TS2554: Expected 0 arguments, but got 1. -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/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(234,25): error TS2554: Expected 0 arguments, but got 2. +node_modules/uglify-js/lib/output.js(246,17): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/output.js(453,36): error TS2304: Cannot find name 'AST_Exit'. +node_modules/uglify-js/lib/output.js(458,37): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/output.js(460,39): error TS2304: Cannot find name 'AST_Exit'. +node_modules/uglify-js/lib/output.js(461,42): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/output.js(463,42): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/output.js(464,42): error TS2304: Cannot find name 'AST_Dot'. +node_modules/uglify-js/lib/output.js(465,42): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/output.js(466,42): error TS2304: Cannot find name 'AST_Sub'. +node_modules/uglify-js/lib/output.js(467,42): error TS2304: Cannot find name 'AST_UnaryPostfix'. +node_modules/uglify-js/lib/output.js(524,42): error TS2304: Cannot find name 'AST_Token'. +node_modules/uglify-js/lib/output.js(543,31): error TS2304: Cannot find name 'AST_Statement'. +node_modules/uglify-js/lib/output.js(642,5): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/output.js(644,29): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/output.js(647,46): error TS2304: Cannot find name 'AST_Directive'. +node_modules/uglify-js/lib/output.js(667,5): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/output.js(667,34): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/output.js(669,5): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/output.js(687,12): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/output.js(691,12): error TS2304: Cannot find name 'AST_Function'. +node_modules/uglify-js/lib/output.js(695,30): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/output.js(699,30): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/output.js(705,12): error TS2304: Cannot find name 'AST_Object'. +node_modules/uglify-js/lib/output.js(709,12): error TS2304: Cannot find name 'AST_Unary'. +node_modules/uglify-js/lib/output.js(711,29): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/output.js(712,29): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/output.js(715,12): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/output.js(717,29): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/output.js(718,29): error TS2304: Cannot find name 'AST_Unary'. +node_modules/uglify-js/lib/output.js(719,29): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/output.js(720,29): error TS2304: Cannot find name 'AST_VarDef'. +node_modules/uglify-js/lib/output.js(721,29): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/output.js(722,29): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/output.js(723,29): error TS2304: Cannot find name 'AST_ObjectProperty'. +node_modules/uglify-js/lib/output.js(724,29): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/output.js(729,12): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/output.js(732,26): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/output.js(735,26): error TS2304: Cannot find name 'AST_Unary'. +node_modules/uglify-js/lib/output.js(738,26): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/output.js(741,26): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/output.js(752,12): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/output.js(754,26): error TS2304: Cannot find name 'AST_New'. +node_modules/uglify-js/lib/output.js(762,38): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/output.js(763,47): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/output.js(764,37): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/output.js(773,12): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/output.js(775,26): error TS2304: Cannot find name 'AST_New'. +node_modules/uglify-js/lib/output.js(779,47): error TS2304: Cannot find name 'AST_Function'. +node_modules/uglify-js/lib/output.js(780,33): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/output.js(782,33): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/output.js(787,12): error TS2304: Cannot find name 'AST_New'. +node_modules/uglify-js/lib/output.js(790,30): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/output.js(791,33): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/output.js(795,12): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/output.js(797,26): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/output.js(805,14): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/output.js(805,26): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/output.js(808,26): error TS2304: Cannot find name 'AST_Unary'. +node_modules/uglify-js/lib/output.js(811,26): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/output.js(811,55): error TS2304: Cannot find name 'AST_Assign'. +node_modules/uglify-js/lib/output.js(814,26): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/output.js(817,26): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/output.js(820,26): error TS2304: Cannot find name 'AST_PropAccess'. +node_modules/uglify-js/lib/output.js(826,14): error TS2304: Cannot find name 'AST_Directive'. +node_modules/uglify-js/lib/output.js(830,14): error TS2304: Cannot find name 'AST_Debugger'. +node_modules/uglify-js/lib/output.js(841,60): error TS2304: Cannot find name 'AST_Directive'. +node_modules/uglify-js/lib/output.js(842,33): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/output.js(843,34): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/output.js(843,78): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/output.js(847,35): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/output.js(856,33): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/output.js(857,38): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/output.js(865,5): error TS2304: Cannot find name 'AST_StatementWithBody'. +node_modules/uglify-js/lib/output.js(869,14): error TS2304: Cannot find name 'AST_Statement'. +node_modules/uglify-js/lib/output.js(873,14): error TS2304: Cannot find name 'AST_Toplevel'. +node_modules/uglify-js/lib/output.js(877,14): error TS2304: Cannot find name 'AST_LabeledStatement'. +node_modules/uglify-js/lib/output.js(882,14): error TS2304: Cannot find name 'AST_SimpleStatement'. +node_modules/uglify-js/lib/output.js(900,14): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/output.js(903,14): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/output.js(906,14): error TS2304: Cannot find name 'AST_Do'. +node_modules/uglify-js/lib/output.js(918,14): error TS2304: Cannot find name 'AST_While'. +node_modules/uglify-js/lib/output.js(927,14): error TS2304: Cannot find name 'AST_For'. +node_modules/uglify-js/lib/output.js(932,42): error TS2304: Cannot find name 'AST_Definitions'. +node_modules/uglify-js/lib/output.js(956,14): error TS2304: Cannot find name 'AST_ForIn'. +node_modules/uglify-js/lib/output.js(969,14): error TS2304: Cannot find name 'AST_With'. +node_modules/uglify-js/lib/output.js(980,5): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/output.js(998,14): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/output.js(1012,14): error TS2304: Cannot find name 'AST_Return'. +node_modules/uglify-js/lib/output.js(1015,14): error TS2304: Cannot find name 'AST_Throw'. +node_modules/uglify-js/lib/output.js(1018,14): error TS2304: Cannot find name 'AST_Break'. +node_modules/uglify-js/lib/output.js(1021,14): error TS2304: Cannot find name 'AST_Continue'. +node_modules/uglify-js/lib/output.js(1029,53): error TS2304: Cannot find name 'AST_Do'. +node_modules/uglify-js/lib/output.js(1040,30): error TS2304: Cannot find name 'AST_If'. +node_modules/uglify-js/lib/output.js(1047,35): error TS2304: Cannot find name 'AST_StatementWithBody'. +node_modules/uglify-js/lib/output.js(1054,14): error TS2304: Cannot find name 'AST_If'. +node_modules/uglify-js/lib/output.js(1066,45): error TS2304: Cannot find name 'AST_If'. +node_modules/uglify-js/lib/output.js(1076,14): error TS2304: Cannot find name 'AST_Switch'. +node_modules/uglify-js/lib/output.js(1094,5): error TS2304: Cannot find name 'AST_SwitchBranch'. +node_modules/uglify-js/lib/output.js(1102,14): error TS2304: Cannot find name 'AST_Default'. +node_modules/uglify-js/lib/output.js(1106,14): error TS2304: Cannot find name 'AST_Case'. +node_modules/uglify-js/lib/output.js(1115,14): error TS2304: Cannot find name 'AST_Try'. +node_modules/uglify-js/lib/output.js(1128,14): error TS2304: Cannot find name 'AST_Catch'. +node_modules/uglify-js/lib/output.js(1137,14): error TS2304: Cannot find name 'AST_Finally'. +node_modules/uglify-js/lib/output.js(1143,14): error TS2304: Cannot find name 'AST_Var'. +node_modules/uglify-js/lib/output.js(1151,52): error TS2304: Cannot find name 'AST_For'. +node_modules/uglify-js/lib/output.js(1151,76): error TS2304: Cannot find name 'AST_ForIn'. +node_modules/uglify-js/lib/output.js(1158,44): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/output.js(1159,43): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/output.js(1160,33): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/output.js(1168,14): error TS2304: Cannot find name 'AST_VarDef'. +node_modules/uglify-js/lib/output.js(1175,37): error TS2304: Cannot find name 'AST_For'. +node_modules/uglify-js/lib/output.js(1175,61): error TS2304: Cannot find name 'AST_ForIn'. +node_modules/uglify-js/lib/output.js(1181,14): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/output.js(1183,29): error TS2304: Cannot find name 'AST_New'. +node_modules/uglify-js/lib/output.js(1185,40): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/output.js(1185,79): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/output.js(1195,14): error TS2304: Cannot find name 'AST_New'. +node_modules/uglify-js/lib/output.js(1198,9): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/output.js(1200,14): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/output.js(1212,14): error TS2304: Cannot find name 'AST_Dot'. +node_modules/uglify-js/lib/output.js(1222,33): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/output.js(1233,14): error TS2304: Cannot find name 'AST_Sub'. +node_modules/uglify-js/lib/output.js(1239,14): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/output.js(1244,47): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/output.js(1250,14): error TS2304: Cannot find name 'AST_UnaryPostfix'. +node_modules/uglify-js/lib/output.js(1254,14): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/output.js(1258,37): error TS2304: Cannot find name 'AST_UnaryPostfix'. +node_modules/uglify-js/lib/output.js(1268,38): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/output.js(1270,49): error TS2304: Cannot find name 'AST_UnaryPrefix'. +node_modules/uglify-js/lib/output.js(1280,14): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/output.js(1292,14): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/output.js(1302,53): error TS2304: Cannot find name 'AST_Hole'. +node_modules/uglify-js/lib/output.js(1308,14): error TS2304: Cannot find name 'AST_Object'. +node_modules/uglify-js/lib/output.js(1339,14): error TS2304: Cannot find name 'AST_ObjectKeyVal'. +node_modules/uglify-js/lib/output.js(1344,5): error TS2304: Cannot find name 'AST_ObjectProperty'. +node_modules/uglify-js/lib/output.js(1350,14): error TS2304: Cannot find name 'AST_ObjectSetter'. +node_modules/uglify-js/lib/output.js(1353,14): error TS2304: Cannot find name 'AST_ObjectGetter'. +node_modules/uglify-js/lib/output.js(1356,14): error TS2304: Cannot find name 'AST_Symbol'. +node_modules/uglify-js/lib/output.js(1360,14): error TS2304: Cannot find name 'AST_Hole'. +node_modules/uglify-js/lib/output.js(1361,14): error TS2304: Cannot find name 'AST_This'. +node_modules/uglify-js/lib/output.js(1364,14): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/output.js(1367,14): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/output.js(1370,14): error TS2304: Cannot find name 'AST_Number'. +node_modules/uglify-js/lib/output.js(1378,14): error TS2304: Cannot find name 'AST_RegExp'. +node_modules/uglify-js/lib/output.js(1406,26): error TS2304: Cannot find name 'AST_Binary'. +node_modules/uglify-js/lib/output.js(1414,42): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/output.js(1459,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(1465,38): error TS2304: Cannot find name 'AST_EmptyStatement'. +node_modules/uglify-js/lib/output.js(1467,34): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/output.js(1487,9): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/output.js(1489,9): error TS2304: Cannot find name 'AST_LabeledStatement'. +node_modules/uglify-js/lib/output.js(1490,9): error TS2304: Cannot find name 'AST_Toplevel'. +node_modules/uglify-js/lib/output.js(1496,9): error TS2304: Cannot find name 'AST_Array'. +node_modules/uglify-js/lib/output.js(1497,9): error TS2304: Cannot find name 'AST_BlockStatement'. +node_modules/uglify-js/lib/output.js(1498,9): error TS2304: Cannot find name 'AST_Catch'. +node_modules/uglify-js/lib/output.js(1499,9): error TS2304: Cannot find name 'AST_Constant'. +node_modules/uglify-js/lib/output.js(1500,9): error TS2304: Cannot find name 'AST_Debugger'. +node_modules/uglify-js/lib/output.js(1501,9): error TS2304: Cannot find name 'AST_Definitions'. +node_modules/uglify-js/lib/output.js(1502,9): error TS2304: Cannot find name 'AST_Directive'. +node_modules/uglify-js/lib/output.js(1503,9): error TS2304: Cannot find name 'AST_Finally'. +node_modules/uglify-js/lib/output.js(1504,9): error TS2304: Cannot find name 'AST_Jump'. +node_modules/uglify-js/lib/output.js(1505,9): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/output.js(1506,9): error TS2304: Cannot find name 'AST_New'. +node_modules/uglify-js/lib/output.js(1507,9): error TS2304: Cannot find name 'AST_Object'. +node_modules/uglify-js/lib/output.js(1508,9): error TS2304: Cannot find name 'AST_StatementWithBody'. +node_modules/uglify-js/lib/output.js(1509,9): error TS2304: Cannot find name 'AST_Symbol'. +node_modules/uglify-js/lib/output.js(1510,9): error TS2304: Cannot find name 'AST_Switch'. +node_modules/uglify-js/lib/output.js(1511,9): error TS2304: Cannot find name 'AST_SwitchBranch'. +node_modules/uglify-js/lib/output.js(1512,9): error TS2304: Cannot find name 'AST_Try'. +node_modules/uglify-js/lib/output.js(1518,9): error TS2304: Cannot find name 'AST_ObjectGetter'. +node_modules/uglify-js/lib/output.js(1519,9): error TS2304: Cannot find name 'AST_ObjectSetter'. +node_modules/uglify-js/lib/output.js(1524,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'. @@ -86,40 +1569,230 @@ 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/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(102,29): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/scope.js(157,29): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/scope.js(192,47): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/scope.js(403,29): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/scope.js(460,30): error TS2554: Expected 0 arguments, but got 1. -node_modules/uglify-js/lib/scope.js(485,30): 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(58,35): error TS2304: Cannot find name 'AST_SymbolLambda'. +node_modules/uglify-js/lib/scope.js(69,45): error TS2304: Cannot find name 'AST_SymbolLambda'. +node_modules/uglify-js/lib/scope.js(70,48): error TS2304: Cannot find name 'AST_SymbolDefun'. +node_modules/uglify-js/lib/scope.js(89,21): error TS2339: Property 'defun' does not exist on type 'SymbolDef'. +node_modules/uglify-js/lib/scope.js(89,35): error TS2339: Property 'defun' does not exist on type 'SymbolDef'. +node_modules/uglify-js/lib/scope.js(93,1): error TS2304: Cannot find name 'AST_Toplevel'. +node_modules/uglify-js/lib/scope.js(103,29): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/scope.js(104,29): error TS2304: Cannot find name 'AST_Catch'. +node_modules/uglify-js/lib/scope.js(106,25): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/scope.js(112,29): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/scope.js(122,29): error TS2304: Cannot find name 'AST_With'. +node_modules/uglify-js/lib/scope.js(126,29): error TS2304: Cannot find name 'AST_Symbol'. +node_modules/uglify-js/lib/scope.js(129,29): error TS2304: Cannot find name 'AST_Label'. +node_modules/uglify-js/lib/scope.js(133,29): error TS2304: Cannot find name 'AST_SymbolDefun'. +node_modules/uglify-js/lib/scope.js(137,36): error TS2304: Cannot find name 'AST_SymbolLambda'. +node_modules/uglify-js/lib/scope.js(140,36): error TS2304: Cannot find name 'AST_SymbolVar'. +node_modules/uglify-js/lib/scope.js(150,36): error TS2304: Cannot find name 'AST_SymbolCatch'. +node_modules/uglify-js/lib/scope.js(158,29): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/scope.js(159,29): error TS2304: Cannot find name 'AST_LoopControl'. +node_modules/uglify-js/lib/scope.js(163,29): error TS2304: Cannot find name 'AST_SymbolRef'. +node_modules/uglify-js/lib/scope.js(165,58): error TS2304: Cannot find name 'AST_Call'. +node_modules/uglify-js/lib/scope.js(173,45): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/scope.js(181,29): error TS2304: Cannot find name 'AST_SymbolCatch'. +node_modules/uglify-js/lib/scope.js(193,47): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/scope.js(194,29): error TS2304: Cannot find name 'AST_SymbolCatch'. +node_modules/uglify-js/lib/scope.js(196,39): error TS2304: Cannot find name 'AST_SymbolLambda'. +node_modules/uglify-js/lib/scope.js(202,29): error TS2304: Cannot find name 'AST_SymbolLambda'. +node_modules/uglify-js/lib/scope.js(227,1): error TS2304: Cannot find name 'AST_Toplevel'. +node_modules/uglify-js/lib/scope.js(240,1): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/scope.js(250,1): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/scope.js(251,5): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/scope.js(253,27): error TS2304: Cannot find name 'AST_SymbolFunarg'. +node_modules/uglify-js/lib/scope.js(260,1): error TS2304: Cannot find name 'AST_Symbol'. +node_modules/uglify-js/lib/scope.js(273,1): error TS2304: Cannot find name 'AST_Symbol'. +node_modules/uglify-js/lib/scope.js(278,1): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/scope.js(279,25): error TS2304: Cannot find name 'AST_Symbol'. +node_modules/uglify-js/lib/scope.js(284,1): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/scope.js(286,42): error TS2304: Cannot find name 'AST_Defun'. +node_modules/uglify-js/lib/scope.js(291,1): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/scope.js(295,76): error TS2304: Cannot find name 'AST_Function'. +node_modules/uglify-js/lib/scope.js(306,1): error TS2304: Cannot find name 'AST_Lambda'. +node_modules/uglify-js/lib/scope.js(307,1): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/scope.js(310,1): error TS2304: Cannot find name 'AST_Toplevel'. +node_modules/uglify-js/lib/scope.js(362,1): error TS2304: Cannot find name 'AST_Symbol'. +node_modules/uglify-js/lib/scope.js(368,1): error TS2304: Cannot find name 'AST_Label'. +node_modules/uglify-js/lib/scope.js(370,1): error TS2304: Cannot find name 'AST_Symbol'. +node_modules/uglify-js/lib/scope.js(374,1): error TS2304: Cannot find name 'AST_Symbol'. +node_modules/uglify-js/lib/scope.js(378,1): error TS2304: Cannot find name 'AST_Symbol'. +node_modules/uglify-js/lib/scope.js(397,1): error TS2304: Cannot find name 'AST_Toplevel'. +node_modules/uglify-js/lib/scope.js(414,29): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/scope.js(415,29): error TS2304: Cannot find name 'AST_LabeledStatement'. +node_modules/uglify-js/lib/scope.js(422,29): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/scope.js(424,50): error TS2304: Cannot find name 'AST_Toplevel'. +node_modules/uglify-js/lib/scope.js(432,29): error TS2304: Cannot find name 'AST_Label'. +node_modules/uglify-js/lib/scope.js(440,45): error TS2304: Cannot find name 'AST_Catch'. +node_modules/uglify-js/lib/scope.js(472,1): error TS2304: Cannot find name 'AST_Toplevel'. +node_modules/uglify-js/lib/scope.js(477,30): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/scope.js(478,29): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/scope.js(479,29): error TS2304: Cannot find name 'AST_SymbolCatch'. +node_modules/uglify-js/lib/scope.js(495,1): error TS2304: Cannot find name 'AST_Toplevel'. +node_modules/uglify-js/lib/scope.js(502,30): error TS2554: Expected 0 arguments, but got 1. +node_modules/uglify-js/lib/scope.js(503,29): error TS2304: Cannot find name 'AST_Scope'. +node_modules/uglify-js/lib/scope.js(504,29): error TS2304: Cannot find name 'AST_SymbolCatch'. +node_modules/uglify-js/lib/scope.js(531,1): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/scope.js(532,1): error TS2304: Cannot find name 'AST_Sequence'. +node_modules/uglify-js/lib/scope.js(536,1): error TS2304: Cannot find name 'AST_Toplevel'. +node_modules/uglify-js/lib/scope.js(540,9): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/scope.js(542,33): error TS2304: Cannot find name 'AST_Symbol'. +node_modules/uglify-js/lib/scope.js(545,37): error TS2304: Cannot find name 'AST_Dot'. +node_modules/uglify-js/lib/scope.js(547,44): error TS2304: Cannot find name 'AST_Sub'. +node_modules/uglify-js/lib/scope.js(554,9): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/scope.js(554,36): error TS2304: Cannot find name 'AST_Node'. +node_modules/uglify-js/lib/scope.js(559,29): error TS2304: Cannot find name 'AST_String'. +node_modules/uglify-js/lib/scope.js(561,36): error TS2304: Cannot find name 'AST_Conditional'. +node_modules/uglify-js/lib/scope.js(564,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/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/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(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")'.