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