Handle nonmaster branches in user suite tests (#48128)

* Handle nonmaster branches in user suite tests

* Fix remaining changed default branches, vscode & vue-next docker install scripts

* NPM reformats these on install now, comitting so it doesnt need to be ignored

* Accept current user suite baselines

* Fix many trivially fixable user suite tests
This commit is contained in:
Wesley Wigham 2022-03-09 10:31:16 -08:00 committed by GitHub
parent 918f0ef404
commit c70be8b501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
44 changed files with 1991 additions and 8811 deletions

View File

@ -12,6 +12,7 @@ namespace Harness {
interface UserConfig {
types: string[];
cloneUrl: string;
branch?: string;
path?: string;
}
@ -56,9 +57,10 @@ namespace Harness {
ts.Debug.assert(!!config.cloneUrl, "Bad format from test.json: cloneUrl field must be present.");
const submoduleDir = path.join(cwd, directoryName);
if (!fs.existsSync(submoduleDir)) {
exec("git", ["--work-tree", submoduleDir, "clone", config.cloneUrl, path.join(submoduleDir, ".git")], { cwd });
exec("git", ["--work-tree", submoduleDir, "clone", "-b", config.branch || "master", config.cloneUrl, path.join(submoduleDir, ".git")], { cwd });
}
else {
exec("git", ["--git-dir", path.join(submoduleDir, ".git"), "--work-tree", submoduleDir, "checkout", config.branch || "master"], { cwd: submoduleDir });
exec("git", ["--git-dir", path.join(submoduleDir, ".git"), "--work-tree", submoduleDir, "reset", "HEAD", "--hard"], { cwd: submoduleDir });
exec("git", ["--git-dir", path.join(submoduleDir, ".git"), "--work-tree", submoduleDir, "clean", "-f"], { cwd: submoduleDir });
exec("git", ["--git-dir", path.join(submoduleDir, ".git"), "--work-tree", submoduleDir, "pull", "-f"], { cwd: submoduleDir });

View File

@ -0,0 +1,9 @@
Exit Code: 2
Standard output:
node_modules/mongoose/index.d.ts(438,37): error TS2589: Type instantiation is excessively deep and possibly infinite.
node_modules/mongoose/index.d.ts(1194,5): error TS2589: Type instantiation is excessively deep and possibly infinite.
node_modules/mongoose/index.d.ts(1195,5): error TS2589: Type instantiation is excessively deep and possibly infinite.
Standard error:

View File

@ -1,6 +1,6 @@
Exit Code: 2
Standard output:
node_modules/@types/react-native/index.d.ts(8745,18): error TS2717: Subsequent property declarations must have the same type. Property 'geolocation' must be of type 'Geolocation', but here has type 'GeolocationStatic'.
node_modules/@types/react-native/index.d.ts(8685,18): error TS2717: Subsequent property declarations must have the same type. Property 'geolocation' must be of type 'Geolocation', but here has type 'GeolocationStatic'.

View File

@ -1,5 +1,482 @@
Exit Code: 2
Standard output:
node_modules/acorn/acorn/dist/acorn.mjs(4893,51): error TS2339: Property 'pos' does not exist on type 'readWord1'.
node_modules/acorn/acorn/dist/acorn.mjs(4893,22): error TS2339: Property 'input' does not exist on type 'readWord1'.
node_modules/acorn/acorn/dist/acorn.mjs(4887,25): error TS2339: Property 'pos' does not exist on type 'readWord1'.
node_modules/acorn/acorn/dist/acorn.mjs(4885,16): error TS2339: Property 'invalidStringToken' does not exist on type 'readWord1'.
node_modules/acorn/acorn/dist/acorn.mjs(4883,22): error TS2339: Property 'readCodePoint' does not exist on type 'readWord1'.
node_modules/acorn/acorn/dist/acorn.mjs(4882,14): error TS2339: Property 'pos' does not exist on type 'readWord1'.
node_modules/acorn/acorn/dist/acorn.mjs(4881,40): error TS2339: Property 'pos' does not exist on type 'readWord1'.
node_modules/acorn/acorn/dist/acorn.mjs(4881,16): error TS2339: Property 'invalidStringToken' does not exist on type 'readWord1'.
node_modules/acorn/acorn/dist/acorn.mjs(4880,40): error TS2339: Property 'pos' does not exist on type 'readWord1'.
node_modules/acorn/acorn/dist/acorn.mjs(4880,16): error TS2339: Property 'input' does not exist on type 'readWord1'.
node_modules/acorn/acorn/dist/acorn.mjs(4879,27): error TS2339: Property 'pos' does not exist on type 'readWord1'.
node_modules/acorn/acorn/dist/acorn.mjs(4878,49): error TS2339: Property 'pos' does not exist on type 'readWord1'.
node_modules/acorn/acorn/dist/acorn.mjs(4878,20): error TS2339: Property 'input' does not exist on type 'readWord1'.
node_modules/acorn/acorn/dist/acorn.mjs(4875,12): error TS2339: Property 'pos' does not exist on type 'readWord1'.
node_modules/acorn/acorn/dist/acorn.mjs(4873,19): error TS2339: Property 'fullCharCodeAtPos' does not exist on type 'readWord1'.
node_modules/acorn/acorn/dist/acorn.mjs(4872,26): error TS2339: Property 'input' does not exist on type 'readWord1'.
node_modules/acorn/acorn/dist/acorn.mjs(4872,15): error TS2339: Property 'pos' does not exist on type 'readWord1'.
node_modules/acorn/acorn/dist/acorn.mjs(4871,21): error TS2339: Property 'options' does not exist on type 'readWord1'.
node_modules/acorn/acorn/dist/acorn.mjs(4870,50): error TS2339: Property 'pos' does not exist on type 'readWord1'.
node_modules/acorn/acorn/dist/acorn.mjs(4836,16): error TS2339: Property 'pos' does not exist on type 'readEscapedChar'.
node_modules/acorn/acorn/dist/acorn.mjs(4835,14): error TS2339: Property 'invalidStringToken' does not exist on type 'readEscapedChar'.
node_modules/acorn/acorn/dist/acorn.mjs(4834,65): error TS2339: Property 'strict' does not exist on type 'readEscapedChar'.
node_modules/acorn/acorn/dist/acorn.mjs(4833,39): error TS2339: Property 'pos' does not exist on type 'readEscapedChar'.
node_modules/acorn/acorn/dist/acorn.mjs(4833,17): error TS2339: Property 'input' does not exist on type 'readEscapedChar'.
node_modules/acorn/acorn/dist/acorn.mjs(4832,12): error TS2339: Property 'pos' does not exist on type 'readEscapedChar'.
node_modules/acorn/acorn/dist/acorn.mjs(4826,45): error TS2339: Property 'pos' does not exist on type 'readEscapedChar'.
node_modules/acorn/acorn/dist/acorn.mjs(4826,27): error TS2339: Property 'input' does not exist on type 'readEscapedChar'.
node_modules/acorn/acorn/dist/acorn.mjs(4822,69): error TS2339: Property 'curLine' does not exist on type 'readEscapedChar'.
node_modules/acorn/acorn/dist/acorn.mjs(4822,57): error TS2339: Property 'pos' does not exist on type 'readEscapedChar'.
node_modules/acorn/acorn/dist/acorn.mjs(4822,14): error TS2339: Property 'options' does not exist on type 'readEscapedChar'.
node_modules/acorn/acorn/dist/acorn.mjs(4820,65): error TS2339: Property 'pos' does not exist on type 'readEscapedChar'.
node_modules/acorn/acorn/dist/acorn.mjs(4820,43): error TS2339: Property 'pos' does not exist on type 'readEscapedChar'.
node_modules/acorn/acorn/dist/acorn.mjs(4820,21): error TS2339: Property 'input' does not exist on type 'readEscapedChar'.
node_modules/acorn/acorn/dist/acorn.mjs(4815,45): error TS2339: Property 'readCodePoint' does not exist on type 'readEscapedChar'.
node_modules/acorn/acorn/dist/acorn.mjs(4814,45): error TS2339: Property 'readHexChar' does not exist on type 'readEscapedChar'.
node_modules/acorn/acorn/dist/acorn.mjs(4810,10): error TS2339: Property 'pos' does not exist on type 'readEscapedChar'.
node_modules/acorn/acorn/dist/acorn.mjs(4809,41): error TS2339: Property 'pos' does not exist on type 'readEscapedChar'.
node_modules/acorn/acorn/dist/acorn.mjs(4809,17): error TS2339: Property 'input' does not exist on type 'readEscapedChar'.
node_modules/acorn/acorn/dist/acorn.mjs(4778,14): error TS2339: Property 'pos' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4776,25): error TS2339: Property 'pos' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4774,31): error TS2339: Property 'pos' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4773,16): error TS2339: Property 'curLine' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4772,16): error TS2339: Property 'options' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4764,62): error TS2339: Property 'pos' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4764,40): error TS2339: Property 'pos' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4764,18): error TS2339: Property 'input' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4761,14): error TS2339: Property 'pos' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4760,48): error TS2339: Property 'pos' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4760,19): error TS2339: Property 'input' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4758,25): error TS2339: Property 'pos' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4757,19): error TS2339: Property 'readEscapedChar' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4756,48): error TS2339: Property 'pos' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4756,19): error TS2339: Property 'input' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4753,19): error TS2339: Property 'finishToken' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4752,48): error TS2339: Property 'pos' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4752,19): error TS2339: Property 'input' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4749,23): error TS2339: Property 'finishToken' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4748,18): error TS2339: Property 'pos' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4746,23): error TS2339: Property 'finishToken' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4745,16): error TS2339: Property 'pos' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4743,76): error TS2339: Property 'type' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4743,44): error TS2339: Property 'type' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4743,29): error TS2339: Property 'start' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4743,16): error TS2339: Property 'pos' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4742,62): error TS2339: Property 'pos' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4742,40): error TS2339: Property 'input' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4741,41): error TS2339: Property 'pos' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4741,19): error TS2339: Property 'input' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4740,58): error TS2339: Property 'start' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4740,47): error TS2339: Property 'raise' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4740,26): error TS2339: Property 'input' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4740,14): error TS2339: Property 'pos' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4738,35): error TS2339: Property 'pos' does not exist on type 'readTmplToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4720,12): error TS2339: Property 'readInvalidTemplateToken' does not exist on type 'tryReadTemplateToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4717,10): error TS2339: Property 'readTmplToken' does not exist on type 'tryReadTemplateToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4615,29): error TS2532: Object is possibly 'undefined'.
node_modules/acorn/acorn/dist/acorn.mjs(4613,9): error TS2532: Object is possibly 'undefined'.
node_modules/acorn/acorn/dist/acorn.mjs(4612,12): error TS2322: Type 'number' is not assignable to type 'undefined'.
node_modules/acorn/acorn/dist/acorn.mjs(4611,42): error TS2322: Type 'number' is not assignable to type 'undefined'.
node_modules/acorn/acorn/dist/acorn.mjs(4610,28): error TS2322: Type 'number' is not assignable to type 'undefined'.
node_modules/acorn/acorn/dist/acorn.mjs(4609,23): error TS2322: Type 'number' is not assignable to type 'undefined'.
node_modules/acorn/acorn/dist/acorn.mjs(4598,15): error TS2339: Property 'finishToken' does not exist on type 'readRegexp'.
node_modules/acorn/acorn/dist/acorn.mjs(4587,8): error TS2339: Property 'validateRegExpPattern' does not exist on type 'readRegexp'.
node_modules/acorn/acorn/dist/acorn.mjs(4586,8): error TS2339: Property 'validateRegExpFlags' does not exist on type 'readRegexp'.
node_modules/acorn/acorn/dist/acorn.mjs(4581,32): error TS2339: Property 'unexpected' does not exist on type 'readRegexp'.
node_modules/acorn/acorn/dist/acorn.mjs(4581,12): error TS2339: Property 'containsEsc' does not exist on type 'readRegexp'.
node_modules/acorn/acorn/dist/acorn.mjs(4580,20): error TS2339: Property 'readWord1' does not exist on type 'readRegexp'.
node_modules/acorn/acorn/dist/acorn.mjs(4579,25): error TS2339: Property 'pos' does not exist on type 'readRegexp'.
node_modules/acorn/acorn/dist/acorn.mjs(4578,10): error TS2339: Property 'pos' does not exist on type 'readRegexp'.
node_modules/acorn/acorn/dist/acorn.mjs(4577,46): error TS2339: Property 'pos' does not exist on type 'readRegexp'.
node_modules/acorn/acorn/dist/acorn.mjs(4577,22): error TS2339: Property 'input' does not exist on type 'readRegexp'.
node_modules/acorn/acorn/dist/acorn.mjs(4575,12): error TS2339: Property 'pos' does not exist on type 'readRegexp'.
node_modules/acorn/acorn/dist/acorn.mjs(4568,36): error TS2339: Property 'raise' does not exist on type 'readRegexp'.
node_modules/acorn/acorn/dist/acorn.mjs(4567,37): error TS2339: Property 'pos' does not exist on type 'readRegexp'.
node_modules/acorn/acorn/dist/acorn.mjs(4567,19): error TS2339: Property 'input' does not exist on type 'readRegexp'.
node_modules/acorn/acorn/dist/acorn.mjs(4566,47): error TS2339: Property 'raise' does not exist on type 'readRegexp'.
node_modules/acorn/acorn/dist/acorn.mjs(4566,26): error TS2339: Property 'input' does not exist on type 'readRegexp'.
node_modules/acorn/acorn/dist/acorn.mjs(4566,14): error TS2339: Property 'pos' does not exist on type 'readRegexp'.
node_modules/acorn/acorn/dist/acorn.mjs(4564,38): error TS2339: Property 'pos' does not exist on type 'readRegexp'.
node_modules/acorn/acorn/dist/acorn.mjs(4377,8): error TS2339: Property 'updateContext' does not exist on type 'finishToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4372,52): error TS2339: Property 'curPosition' does not exist on type 'finishToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4372,12): error TS2339: Property 'options' does not exist on type 'finishToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4371,19): error TS2339: Property 'pos' does not exist on type 'finishToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4357,16): error TS2339: Property 'pos' does not exist on type 'skipSpace'.
node_modules/acorn/acorn/dist/acorn.mjs(4349,14): error TS2339: Property 'skipLineComment' does not exist on type 'skipSpace'.
node_modules/acorn/acorn/dist/acorn.mjs(4346,14): error TS2339: Property 'skipBlockComment' does not exist on type 'skipSpace'.
node_modules/acorn/acorn/dist/acorn.mjs(4344,42): error TS2339: Property 'pos' does not exist on type 'skipSpace'.
node_modules/acorn/acorn/dist/acorn.mjs(4344,20): error TS2339: Property 'input' does not exist on type 'skipSpace'.
node_modules/acorn/acorn/dist/acorn.mjs(4340,31): error TS2339: Property 'pos' does not exist on type 'skipSpace'.
node_modules/acorn/acorn/dist/acorn.mjs(4339,16): error TS2339: Property 'curLine' does not exist on type 'skipSpace'.
node_modules/acorn/acorn/dist/acorn.mjs(4338,16): error TS2339: Property 'options' does not exist on type 'skipSpace'.
node_modules/acorn/acorn/dist/acorn.mjs(4337,14): error TS2339: Property 'pos' does not exist on type 'skipSpace'.
node_modules/acorn/acorn/dist/acorn.mjs(4334,16): error TS2339: Property 'pos' does not exist on type 'skipSpace'.
node_modules/acorn/acorn/dist/acorn.mjs(4333,38): error TS2339: Property 'pos' does not exist on type 'skipSpace'.
node_modules/acorn/acorn/dist/acorn.mjs(4333,16): error TS2339: Property 'input' does not exist on type 'skipSpace'.
node_modules/acorn/acorn/dist/acorn.mjs(4330,14): error TS2339: Property 'pos' does not exist on type 'skipSpace'.
node_modules/acorn/acorn/dist/acorn.mjs(4327,41): error TS2339: Property 'pos' does not exist on type 'skipSpace'.
node_modules/acorn/acorn/dist/acorn.mjs(4327,19): error TS2339: Property 'input' does not exist on type 'skipSpace'.
node_modules/acorn/acorn/dist/acorn.mjs(4326,32): error TS2339: Property 'input' does not exist on type 'skipSpace'.
node_modules/acorn/acorn/dist/acorn.mjs(4326,21): error TS2339: Property 'pos' does not exist on type 'skipSpace'.
node_modules/acorn/acorn/dist/acorn.mjs(4307,43): error TS2339: Property 'curPosition' does not exist on type 'skipBlockComment'.
node_modules/acorn/acorn/dist/acorn.mjs(4306,53): error TS2532: Object is possibly 'undefined'.
node_modules/acorn/acorn/dist/acorn.mjs(4306,41): error TS2339: Property 'input' does not exist on type 'skipBlockComment'.
node_modules/acorn/acorn/dist/acorn.mjs(4306,12): error TS2339: Property 'options' does not exist on type 'skipBlockComment'.
node_modules/acorn/acorn/dist/acorn.mjs(4305,12): error TS2339: Property 'options' does not exist on type 'skipBlockComment'.
node_modules/acorn/acorn/dist/acorn.mjs(4301,14): error TS2339: Property 'curLine' does not exist on type 'skipBlockComment'.
node_modules/acorn/acorn/dist/acorn.mjs(4300,42): error TS2339: Property 'input' does not exist on type 'skipBlockComment'.
node_modules/acorn/acorn/dist/acorn.mjs(4298,5): error TS2322: Type 'undefined' is not assignable to type 'number'.
node_modules/acorn/acorn/dist/acorn.mjs(4297,12): error TS2339: Property 'options' does not exist on type 'skipBlockComment'.
node_modules/acorn/acorn/dist/acorn.mjs(4295,32): error TS2532: Object is possibly 'undefined'.
node_modules/acorn/acorn/dist/acorn.mjs(4295,26): error TS2339: Property 'raise' does not exist on type 'skipBlockComment'.
node_modules/acorn/acorn/dist/acorn.mjs(4294,56): error TS2532: Object is possibly 'undefined'.
node_modules/acorn/acorn/dist/acorn.mjs(4294,36): error TS2339: Property 'input' does not exist on type 'skipBlockComment'.
node_modules/acorn/acorn/dist/acorn.mjs(4293,49): error TS2339: Property 'curPosition' does not exist on type 'skipBlockComment'.
node_modules/acorn/acorn/dist/acorn.mjs(4293,23): error TS2339: Property 'options' does not exist on type 'skipBlockComment'.
node_modules/acorn/acorn/dist/acorn.mjs(4273,30): error TS2339: Property 'fullCharCodeAtPos' does not exist on type 'nextToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4273,15): error TS2339: Property 'readToken' does not exist on type 'nextToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4270,52): error TS2339: Property 'finishToken' does not exist on type 'nextToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4270,24): error TS2339: Property 'input' does not exist on type 'nextToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4270,12): error TS2339: Property 'pos' does not exist on type 'nextToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4269,54): error TS2339: Property 'curPosition' does not exist on type 'nextToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4269,12): error TS2339: Property 'options' does not exist on type 'nextToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4268,21): error TS2339: Property 'pos' does not exist on type 'nextToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4266,56): error TS2339: Property 'skipSpace' does not exist on type 'nextToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4265,25): error TS2339: Property 'curContext' does not exist on type 'nextToken'.
node_modules/acorn/acorn/dist/acorn.mjs(4230,8): error TS2339: Property 'nextToken' does not exist on type 'next'.
node_modules/acorn/acorn/dist/acorn.mjs(4229,31): error TS2339: Property 'startLoc' does not exist on type 'next'.
node_modules/acorn/acorn/dist/acorn.mjs(4228,29): error TS2339: Property 'endLoc' does not exist on type 'next'.
node_modules/acorn/acorn/dist/acorn.mjs(4227,28): error TS2339: Property 'start' does not exist on type 'next'.
node_modules/acorn/acorn/dist/acorn.mjs(4226,26): error TS2339: Property 'end' does not exist on type 'next'.
node_modules/acorn/acorn/dist/acorn.mjs(4224,12): error TS2339: Property 'options' does not exist on type 'next'.
node_modules/acorn/acorn/dist/acorn.mjs(4223,12): error TS2339: Property 'options' does not exist on type 'next'.
node_modules/acorn/acorn/dist/acorn.mjs(3105,40): error TS2339: Property 'inGeneratorContext' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3105,14): error TS2339: Property 'value' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3104,14): error TS2339: Property 'value' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3103,12): error TS2339: Property 'options' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3096,14): error TS2339: Property 'context' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3094,14): error TS2339: Property 'context' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3093,14): error TS2339: Property 'context' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3092,22): error TS2339: Property 'context' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3086,12): error TS2339: Property 'context' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3084,12): error TS2339: Property 'context' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3083,12): error TS2339: Property 'curContext' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3078,12): error TS2339: Property 'context' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3076,12): error TS2339: Property 'context' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3075,73): error TS2339: Property 'curContext' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3074,93): error TS2339: Property 'start' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3074,76): error TS2339: Property 'lastTokEnd' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3074,59): error TS2339: Property 'input' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3064,8): error TS2339: Property 'context' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3058,8): error TS2339: Property 'context' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3053,26): error TS2339: Property 'braceIsBlock' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3053,8): error TS2339: Property 'context' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3047,16): error TS2339: Property 'context' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3046,38): error TS2339: Property 'curContext' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3045,18): error TS2339: Property 'context' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3041,12): error TS2339: Property 'context' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(3029,27): error TS2339: Property 'type' does not exist on type 'updateContext'.
node_modules/acorn/acorn/dist/acorn.mjs(2820,37): error TS2339: Property 'raisedAt' does not exist on type 'SyntaxError'.
node_modules/acorn/acorn/dist/acorn.mjs(2820,22): error TS2339: Property 'loc' does not exist on type 'SyntaxError'.
node_modules/acorn/acorn/dist/acorn.mjs(2820,7): error TS2339: Property 'pos' does not exist on type 'SyntaxError'.
node_modules/acorn/acorn/dist/acorn.mjs(2805,15): error TS2339: Property 'finishNode' does not exist on type 'parseAwait'.
node_modules/acorn/acorn/dist/acorn.mjs(2804,24): error TS2339: Property 'parseMaybeUnary' does not exist on type 'parseAwait'.
node_modules/acorn/acorn/dist/acorn.mjs(2803,8): error TS2339: Property 'next' does not exist on type 'parseAwait'.
node_modules/acorn/acorn/dist/acorn.mjs(2802,19): error TS2339: Property 'startNode' does not exist on type 'parseAwait'.
node_modules/acorn/acorn/dist/acorn.mjs(2800,46): error TS2339: Property 'start' does not exist on type 'parseAwait'.
node_modules/acorn/acorn/dist/acorn.mjs(2796,15): error TS2339: Property 'finishNode' does not exist on type 'parseYield'.
node_modules/acorn/acorn/dist/acorn.mjs(2794,26): error TS2339: Property 'parseMaybeAssign' does not exist on type 'parseYield'.
node_modules/acorn/acorn/dist/acorn.mjs(2793,26): error TS2339: Property 'eat' does not exist on type 'parseYield'.
node_modules/acorn/acorn/dist/acorn.mjs(2789,99): error TS2339: Property 'type' does not exist on type 'parseYield'.
node_modules/acorn/acorn/dist/acorn.mjs(2789,70): error TS2339: Property 'type' does not exist on type 'parseYield'.
node_modules/acorn/acorn/dist/acorn.mjs(2789,40): error TS2339: Property 'canInsertSemicolon' does not exist on type 'parseYield'.
node_modules/acorn/acorn/dist/acorn.mjs(2789,12): error TS2339: Property 'type' does not exist on type 'parseYield'.
node_modules/acorn/acorn/dist/acorn.mjs(2788,8): error TS2339: Property 'next' does not exist on type 'parseYield'.
node_modules/acorn/acorn/dist/acorn.mjs(2787,19): error TS2339: Property 'startNode' does not exist on type 'parseYield'.
node_modules/acorn/acorn/dist/acorn.mjs(2785,46): error TS2339: Property 'start' does not exist on type 'parseYield'.
node_modules/acorn/acorn/dist/acorn.mjs(2775,10): error TS2339: Property 'checkUnreserved' does not exist on type 'parseIdent'.
node_modules/acorn/acorn/dist/acorn.mjs(2773,8): error TS2339: Property 'finishNode' does not exist on type 'parseIdent'.
node_modules/acorn/acorn/dist/acorn.mjs(2772,8): error TS2339: Property 'next' does not exist on type 'parseIdent'.
node_modules/acorn/acorn/dist/acorn.mjs(2770,10): error TS2339: Property 'unexpected' does not exist on type 'parseIdent'.
node_modules/acorn/acorn/dist/acorn.mjs(2767,12): error TS2339: Property 'context' does not exist on type 'parseIdent'.
node_modules/acorn/acorn/dist/acorn.mjs(2766,82): error TS2339: Property 'lastTokStart' does not exist on type 'parseIdent'.
node_modules/acorn/acorn/dist/acorn.mjs(2766,60): error TS2339: Property 'input' does not exist on type 'parseIdent'.
node_modules/acorn/acorn/dist/acorn.mjs(2766,35): error TS2339: Property 'lastTokStart' does not exist on type 'parseIdent'.
node_modules/acorn/acorn/dist/acorn.mjs(2766,15): error TS2339: Property 'lastTokEnd' does not exist on type 'parseIdent'.
node_modules/acorn/acorn/dist/acorn.mjs(2759,22): error TS2339: Property 'type' does not exist on type 'parseIdent'.
node_modules/acorn/acorn/dist/acorn.mjs(2758,19): error TS2339: Property 'type' does not exist on type 'parseIdent'.
node_modules/acorn/acorn/dist/acorn.mjs(2757,22): error TS2339: Property 'value' does not exist on type 'parseIdent'.
node_modules/acorn/acorn/dist/acorn.mjs(2756,12): error TS2339: Property 'type' does not exist on type 'parseIdent'.
node_modules/acorn/acorn/dist/acorn.mjs(2755,19): error TS2339: Property 'startNode' does not exist on type 'parseIdent'.
node_modules/acorn/acorn/dist/acorn.mjs(2716,9): error TS2322: Type 'null' is not assignable to type 'undefined'.
node_modules/acorn/acorn/dist/acorn.mjs(2673,38): error TS2339: Property 'checkLVal' does not exist on type 'parseFunctionBody'.
node_modules/acorn/acorn/dist/acorn.mjs(2670,8): error TS2339: Property 'exitScope' does not exist on type 'parseFunctionBody'.
node_modules/acorn/acorn/dist/acorn.mjs(2667,10): error TS2339: Property 'adaptDirectivePrologue' does not exist on type 'parseFunctionBody'.
node_modules/acorn/acorn/dist/acorn.mjs(2665,22): error TS2339: Property 'parseBlock' does not exist on type 'parseFunctionBody'.
node_modules/acorn/acorn/dist/acorn.mjs(2664,94): error TS2339: Property 'isSimpleParamList' does not exist on type 'parseFunctionBody'.
node_modules/acorn/acorn/dist/acorn.mjs(2664,10): error TS2339: Property 'checkParams' does not exist on type 'parseFunctionBody'.
node_modules/acorn/acorn/dist/acorn.mjs(2654,16): error TS2339: Property 'raiseRecoverable' does not exist on type 'parseFunctionBody'.
node_modules/acorn/acorn/dist/acorn.mjs(2649,45): error TS2339: Property 'end' does not exist on type 'parseFunctionBody'.
node_modules/acorn/acorn/dist/acorn.mjs(2649,24): error TS2339: Property 'strictDirective' does not exist on type 'parseFunctionBody'.
node_modules/acorn/acorn/dist/acorn.mjs(2647,60): error TS2339: Property 'isSimpleParamList' does not exist on type 'parseFunctionBody'.
node_modules/acorn/acorn/dist/acorn.mjs(2647,26): error TS2339: Property 'options' does not exist on type 'parseFunctionBody'.
node_modules/acorn/acorn/dist/acorn.mjs(2645,10): error TS2339: Property 'checkParams' does not exist on type 'parseFunctionBody'.
node_modules/acorn/acorn/dist/acorn.mjs(2643,22): error TS2339: Property 'parseMaybeAssign' does not exist on type 'parseFunctionBody'.
node_modules/acorn/acorn/dist/acorn.mjs(2639,46): error TS2339: Property 'type' does not exist on type 'parseFunctionBody'.
node_modules/acorn/acorn/dist/acorn.mjs(2633,15): error TS2339: Property 'finishNode' does not exist on type 'parseArrowExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2628,8): error TS2339: Property 'parseFunctionBody' does not exist on type 'parseArrowExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2627,22): error TS2339: Property 'toAssignableList' does not exist on type 'parseArrowExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2621,12): error TS2339: Property 'options' does not exist on type 'parseArrowExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2620,8): error TS2339: Property 'initFunction' does not exist on type 'parseArrowExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2619,8): error TS2339: Property 'enterScope' does not exist on type 'parseArrowExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2611,15): error TS2339: Property 'finishNode' does not exist on type 'parseMethod'.
node_modules/acorn/acorn/dist/acorn.mjs(2606,8): error TS2339: Property 'parseFunctionBody' does not exist on type 'parseMethod'.
node_modules/acorn/acorn/dist/acorn.mjs(2605,8): error TS2339: Property 'checkYieldAwaitInDefaultParams' does not exist on type 'parseMethod'.
node_modules/acorn/acorn/dist/acorn.mjs(2604,65): error TS2339: Property 'options' does not exist on type 'parseMethod'.
node_modules/acorn/acorn/dist/acorn.mjs(2604,22): error TS2339: Property 'parseBindingList' does not exist on type 'parseMethod'.
node_modules/acorn/acorn/dist/acorn.mjs(2603,8): error TS2339: Property 'expect' does not exist on type 'parseMethod'.
node_modules/acorn/acorn/dist/acorn.mjs(2601,8): error TS2339: Property 'enterScope' does not exist on type 'parseMethod'.
node_modules/acorn/acorn/dist/acorn.mjs(2595,12): error TS2339: Property 'options' does not exist on type 'parseMethod'.
node_modules/acorn/acorn/dist/acorn.mjs(2593,12): error TS2339: Property 'options' does not exist on type 'parseMethod'.
node_modules/acorn/acorn/dist/acorn.mjs(2592,8): error TS2339: Property 'initFunction' does not exist on type 'parseMethod'.
node_modules/acorn/acorn/dist/acorn.mjs(2590,19): error TS2339: Property 'startNode' does not exist on type 'parseMethod'.
node_modules/acorn/acorn/dist/acorn.mjs(2562,17): error TS2339: Property 'unexpected' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2557,25): error TS2339: Property 'parseMaybeDefault' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2556,57): error TS2339: Property 'start' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2554,21): error TS2339: Property 'type' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2553,25): error TS2339: Property 'parseMaybeDefault' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2548,10): error TS2339: Property 'checkUnreserved' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2547,40): error TS2339: Property 'unexpected' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2546,19): error TS2339: Property 'options' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2544,16): error TS2339: Property 'raiseRecoverable' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2541,16): error TS2339: Property 'raiseRecoverable' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2539,16): error TS2339: Property 'raiseRecoverable' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2534,23): error TS2339: Property 'parseMethod' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2533,10): error TS2339: Property 'parsePropertyName' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2531,40): error TS2339: Property 'unexpected' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2530,49): error TS2339: Property 'type' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2530,20): error TS2339: Property 'type' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2528,19): error TS2339: Property 'options' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2526,23): error TS2339: Property 'parseMethod' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2523,27): error TS2339: Property 'unexpected' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2522,52): error TS2339: Property 'type' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2522,19): error TS2339: Property 'options' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2520,87): error TS2339: Property 'parseMaybeAssign' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2520,70): error TS2339: Property 'startLoc' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2520,58): error TS2339: Property 'start' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2520,35): error TS2339: Property 'parseMaybeDefault' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2519,12): error TS2339: Property 'eat' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2517,12): error TS2339: Property 'unexpected' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2516,40): error TS2339: Property 'type' does not exist on type 'parsePropertyValue'.
node_modules/acorn/acorn/dist/acorn.mjs(2349,17): error TS2339: Property 'finishNode' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2347,20): error TS2339: Property 'startNodeAt' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2346,12): error TS2339: Property 'options' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2343,16): error TS2339: Property 'parseParenExpression' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2338,12): error TS2339: Property 'finishNodeAt' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2336,18): error TS2339: Property 'startNodeAt' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2331,10): error TS2339: Property 'checkExpressionErrors' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2330,29): error TS2339: Property 'unexpected' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2329,65): error TS2339: Property 'lastTokStart' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2329,49): error TS2339: Property 'unexpected' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2326,19): error TS2339: Property 'parseParenArrowList' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2323,12): error TS2339: Property 'checkYieldAwaitInDefaultParams' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2322,12): error TS2339: Property 'checkPatternErrors' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2321,58): error TS2339: Property 'eat' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2321,29): error TS2339: Property 'canInsertSemicolon' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2319,10): error TS2339: Property 'expect' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2318,54): error TS2339: Property 'startLoc' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2318,28): error TS2339: Property 'start' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2315,81): error TS2339: Property 'parseParenItem' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2315,28): error TS2339: Property 'parseMaybeAssign' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2312,58): error TS2339: Property 'start' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2312,47): error TS2339: Property 'raise' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2312,18): error TS2339: Property 'type' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2311,48): error TS2339: Property 'parseRestBinding' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2311,28): error TS2339: Property 'parseParenItem' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2310,28): error TS2339: Property 'start' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2309,23): error TS2339: Property 'type' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2306,38): error TS2339: Property 'afterTrailingComma' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2305,36): error TS2339: Property 'expect' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2304,17): error TS2339: Property 'type' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2298,58): error TS2339: Property 'startLoc' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2298,30): error TS2339: Property 'start' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2296,10): error TS2339: Property 'next' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2295,12): error TS2339: Property 'options' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2294,87): error TS2339: Property 'options' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2294,46): error TS2339: Property 'startLoc' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2294,23): error TS2339: Property 'start' does not exist on type 'parseParenAndDistinguishExpression'.
node_modules/acorn/acorn/dist/acorn.mjs(2151,17): error TS2339: Property 'finishNode' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2150,25): error TS2339: Property 'parseTemplate' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2148,23): error TS2339: Property 'startNodeAt' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2147,19): error TS2339: Property 'type' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2146,17): error TS2339: Property 'finishNode' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2143,14): error TS2339: Property 'raise' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2138,14): error TS2339: Property 'raise' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2133,23): error TS2339: Property 'startNodeAt' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2129,10): error TS2339: Property 'checkExpressionErrors' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2127,45): error TS2339: Property 'startNodeAt' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2127,19): error TS2339: Property 'parseArrowExpression' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2123,16): error TS2339: Property 'raise' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2121,12): error TS2339: Property 'checkYieldAwaitInDefaultParams' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2120,12): error TS2339: Property 'checkPatternErrors' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2119,63): error TS2339: Property 'eat' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2119,34): error TS2339: Property 'canInsertSemicolon' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2118,58): error TS2339: Property 'options' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2118,25): error TS2339: Property 'parseExprList' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2113,31): error TS2339: Property 'eat' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2112,17): error TS2339: Property 'finishNode' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2111,26): error TS2339: Property 'expect' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2109,78): error TS2339: Property 'options' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2109,62): error TS2339: Property 'parseIdent' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2109,37): error TS2339: Property 'parseExpression' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2107,21): error TS2339: Property 'startNodeAt' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2106,24): error TS2339: Property 'eat' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(2105,23): error TS2339: Property 'eat' does not exist on type 'parseSubscript'.
node_modules/acorn/acorn/dist/acorn.mjs(1975,40): error TS2339: Property 'checkExpressionErrors' does not exist on type 'parseMaybeAssign'.
node_modules/acorn/acorn/dist/acorn.mjs(1973,17): error TS2339: Property 'finishNode' does not exist on type 'parseMaybeAssign'.
node_modules/acorn/acorn/dist/acorn.mjs(1972,23): error TS2339: Property 'parseMaybeAssign' does not exist on type 'parseMaybeAssign'.
node_modules/acorn/acorn/dist/acorn.mjs(1971,10): error TS2339: Property 'next' does not exist on type 'parseMaybeAssign'.
node_modules/acorn/acorn/dist/acorn.mjs(1970,10): error TS2339: Property 'checkLVal' does not exist on type 'parseMaybeAssign'.
node_modules/acorn/acorn/dist/acorn.mjs(1967,47): error TS2339: Property 'toAssignable' does not exist on type 'parseMaybeAssign'.
node_modules/acorn/acorn/dist/acorn.mjs(1967,22): error TS2339: Property 'type' does not exist on type 'parseMaybeAssign'.
node_modules/acorn/acorn/dist/acorn.mjs(1966,26): error TS2339: Property 'value' does not exist on type 'parseMaybeAssign'.
node_modules/acorn/acorn/dist/acorn.mjs(1965,21): error TS2339: Property 'startNodeAt' does not exist on type 'parseMaybeAssign'.
node_modules/acorn/acorn/dist/acorn.mjs(1964,12): error TS2339: Property 'type' does not exist on type 'parseMaybeAssign'.
node_modules/acorn/acorn/dist/acorn.mjs(1962,19): error TS2339: Property 'parseMaybeConditional' does not exist on type 'parseMaybeAssign'.
node_modules/acorn/acorn/dist/acorn.mjs(1961,36): error TS2339: Property 'start' does not exist on type 'parseMaybeAssign'.
node_modules/acorn/acorn/dist/acorn.mjs(1960,42): error TS2339: Property 'type' does not exist on type 'parseMaybeAssign'.
node_modules/acorn/acorn/dist/acorn.mjs(1960,12): error TS2339: Property 'type' does not exist on type 'parseMaybeAssign'.
node_modules/acorn/acorn/dist/acorn.mjs(1959,46): error TS2339: Property 'startLoc' does not exist on type 'parseMaybeAssign'.
node_modules/acorn/acorn/dist/acorn.mjs(1959,23): error TS2339: Property 'start' does not exist on type 'parseMaybeAssign'.
node_modules/acorn/acorn/dist/acorn.mjs(1942,41): error TS2339: Property 'parseYield' does not exist on type 'parseMaybeAssign'.
node_modules/acorn/acorn/dist/acorn.mjs(1942,14): error TS2339: Property 'inGenerator' does not exist on type 'parseMaybeAssign'.
node_modules/acorn/acorn/dist/acorn.mjs(1941,12): error TS2339: Property 'isContextual' does not exist on type 'parseMaybeAssign'.
node_modules/acorn/acorn/dist/acorn.mjs(1320,15): error TS2339: Property 'finishNode' does not exist on type 'parseClass'.
node_modules/acorn/acorn/dist/acorn.mjs(1318,20): error TS2339: Property 'finishNode' does not exist on type 'parseClass'.
node_modules/acorn/acorn/dist/acorn.mjs(1313,36): error TS2339: Property 'raise' does not exist on type 'parseClass'.
node_modules/acorn/acorn/dist/acorn.mjs(1309,24): error TS2339: Property 'parseClassElement' does not exist on type 'parseClass'.
node_modules/acorn/acorn/dist/acorn.mjs(1308,16): error TS2339: Property 'eat' does not exist on type 'parseClass'.
node_modules/acorn/acorn/dist/acorn.mjs(1307,8): error TS2339: Property 'expect' does not exist on type 'parseClass'.
node_modules/acorn/acorn/dist/acorn.mjs(1304,24): error TS2339: Property 'startNode' does not exist on type 'parseClass'.
node_modules/acorn/acorn/dist/acorn.mjs(1303,8): error TS2339: Property 'parseClassSuper' does not exist on type 'parseClass'.
node_modules/acorn/acorn/dist/acorn.mjs(1302,8): error TS2339: Property 'parseClassId' does not exist on type 'parseClass'.
node_modules/acorn/acorn/dist/acorn.mjs(1295,8): error TS2339: Property 'next' does not exist on type 'parseClass'.
node_modules/acorn/acorn/dist/acorn.mjs(1282,15): error TS2339: Property 'finishNode' does not exist on type 'parseFunction'.
node_modules/acorn/acorn/dist/acorn.mjs(1277,8): error TS2339: Property 'parseFunctionBody' does not exist on type 'parseFunction'.
node_modules/acorn/acorn/dist/acorn.mjs(1276,8): error TS2339: Property 'parseFunctionParams' does not exist on type 'parseFunction'.
node_modules/acorn/acorn/dist/acorn.mjs(1274,49): error TS2339: Property 'parseIdent' does not exist on type 'parseFunction'.
node_modules/acorn/acorn/dist/acorn.mjs(1274,22): error TS2339: Property 'type' does not exist on type 'parseFunction'.
node_modules/acorn/acorn/dist/acorn.mjs(1271,8): error TS2339: Property 'enterScope' does not exist on type 'parseFunction'.
node_modules/acorn/acorn/dist/acorn.mjs(1264,86): error TS2339: Property 'treatFunctionsAsVar' does not exist on type 'parseFunction'.
node_modules/acorn/acorn/dist/acorn.mjs(1264,39): error TS2339: Property 'strict' does not exist on type 'parseFunction'.
node_modules/acorn/acorn/dist/acorn.mjs(1264,14): error TS2339: Property 'checkLVal' does not exist on type 'parseFunction'.
node_modules/acorn/acorn/dist/acorn.mjs(1258,88): error TS2339: Property 'parseIdent' does not exist on type 'parseFunction'.
node_modules/acorn/acorn/dist/acorn.mjs(1258,54): error TS2339: Property 'type' does not exist on type 'parseFunction'.
node_modules/acorn/acorn/dist/acorn.mjs(1254,12): error TS2339: Property 'options' does not exist on type 'parseFunction'.
node_modules/acorn/acorn/dist/acorn.mjs(1252,27): error TS2339: Property 'eat' does not exist on type 'parseFunction'.
node_modules/acorn/acorn/dist/acorn.mjs(1251,14): error TS2339: Property 'unexpected' does not exist on type 'parseFunction'.
node_modules/acorn/acorn/dist/acorn.mjs(1250,14): error TS2339: Property 'type' does not exist on type 'parseFunction'.
node_modules/acorn/acorn/dist/acorn.mjs(1249,45): error TS2339: Property 'options' does not exist on type 'parseFunction'.
node_modules/acorn/acorn/dist/acorn.mjs(1249,12): error TS2339: Property 'options' does not exist on type 'parseFunction'.
node_modules/acorn/acorn/dist/acorn.mjs(1248,8): error TS2339: Property 'initFunction' does not exist on type 'parseFunction'.
node_modules/acorn/acorn/dist/acorn.mjs(846,29): error TS2531: Object is possibly 'null'.
node_modules/acorn/acorn/dist/acorn.mjs(789,25): error TS2531: Object is possibly 'null'.
node_modules/acorn/acorn/dist/acorn.mjs(762,25): error TS2531: Object is possibly 'null'.
node_modules/acorn/acorn/dist/acorn.mjs(602,14): error TS2531: Object is possibly 'null'.
node_modules/acorn/acorn/dist/acorn.mjs(594,14): error TS2531: Object is possibly 'null'.
node_modules/acorn/acorn/dist/acorn.mjs(576,17): error TS2339: Property 'parseExpression' does not exist on type 'Parser'.
node_modules/acorn/acorn/dist/acorn.mjs(575,10): error TS2339: Property 'nextToken' does not exist on type 'Parser'.
node_modules/acorn/acorn/dist/acorn.mjs(558,85): error TS2339: Property 'currentThisScope' does not exist on type 'Parser'.
node_modules/acorn/acorn/dist/acorn.mjs(547,15): error TS2339: Property 'parseTopLevel' does not exist on type 'Parser'.
node_modules/acorn/acorn/dist/acorn.mjs(546,8): error TS2339: Property 'nextToken' does not exist on type 'Parser'.
node_modules/acorn/acorn/dist/acorn.mjs(545,43): error TS2339: Property 'startNode' does not exist on type 'Parser'.
node_modules/acorn/acorn/dist/acorn.mjs(536,8): error TS2339: Property 'enterScope' does not exist on type 'Parser'.
node_modules/acorn/acorn/dist/acorn.mjs(532,12): error TS2339: Property 'skipLineComment' does not exist on type 'Parser'.
node_modules/acorn/acorn/dist/acorn.mjs(518,39): error TS2339: Property 'strictDirective' does not exist on type 'Parser'.
node_modules/acorn/acorn/dist/acorn.mjs(513,23): error TS2339: Property 'initialContext' does not exist on type 'Parser'.
node_modules/acorn/acorn/dist/acorn.mjs(504,38): error TS2339: Property 'curPosition' does not exist on type 'Parser'.
node_modules/acorn/acorn/dist/acorn.mjs(413,56): error TS2339: Property 'push' does not exist on type '(token: any) => any'.
node_modules/acorn/acorn/dist/acorn.mjs(36,32): error TS2322: Type 'null' is not assignable to type 'string'.
node_modules/acorn/acorn/dist/acorn.mjs(36,1): error TS2322: Type 'null' is not assignable to type 'string'.
node_modules/acorn/acorn-walk/dist/walk.mjs(158,41): error TS2339: Property 'node' does not exist on type 'never'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1357,16): error TS2339: Property 'tabSize' does not exist on type 'Options'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1317,15): error TS2339: Property 'finishNode' does not exist on type 'parseArrowExpression'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1313,10): error TS2339: Property 'toks' does not exist on type 'parseArrowExpression'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1312,22): error TS2339: Property 'parseBlock' does not exist on type 'parseArrowExpression'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1310,22): error TS2339: Property 'parseMaybeAssign' does not exist on type 'parseArrowExpression'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1308,26): error TS2339: Property 'tok' does not exist on type 'parseArrowExpression'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1307,22): error TS2339: Property 'toAssignableList' does not exist on type 'parseArrowExpression'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1303,12): error TS2339: Property 'options' does not exist on type 'parseArrowExpression'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1302,8): error TS2551: Property 'initFunction' does not exist on type 'parseArrowExpression'. Did you mean 'inFunction'?
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1297,15): error TS2339: Property 'finishNode' does not exist on type 'parseMethod'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1294,8): error TS2339: Property 'toks' does not exist on type 'parseMethod'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1293,20): error TS2339: Property 'parseBlock' does not exist on type 'parseMethod'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1292,22): error TS2339: Property 'parseFunctionParams' does not exist on type 'parseMethod'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1288,12): error TS2339: Property 'options' does not exist on type 'parseMethod'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1286,12): error TS2339: Property 'options' does not exist on type 'parseMethod'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1285,8): error TS2551: Property 'initFunction' does not exist on type 'parseMethod'. Did you mean 'inFunction'?
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1284,19): error TS2339: Property 'startNode' does not exist on type 'parseMethod'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1239,94): error TS1313: The body of an 'if' statement cannot be the empty statement.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1150,7): error TS2322: Type 'false' is not assignable to type 'undefined'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1146,7): error TS2322: Type 'true' is not assignable to type 'undefined'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1084,34): error TS2339: Property 'invalidTemplate' does not exist on type '{ num: TokenType; regexp: TokenType; string: TokenType; name: TokenType; eof: TokenType; bracketL: TokenType; bracketR: TokenType; ... 65 more ...; _delete: TokenType; }'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(635,15): error TS2339: Property 'finishNode' does not exist on type 'parseFunction'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(632,8): error TS2339: Property 'toks' does not exist on type 'parseFunction'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(631,20): error TS2339: Property 'parseBlock' does not exist on type 'parseFunction'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(630,22): error TS2339: Property 'parseFunctionParams' does not exist on type 'parseFunction'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(627,51): error TS2339: Property 'dummyIdent' does not exist on type 'parseFunction'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(626,57): error TS2339: Property 'parseIdent' does not exist on type 'parseFunction'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(626,12): error TS2339: Property 'tok' does not exist on type 'parseFunction'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(623,12): error TS2339: Property 'options' does not exist on type 'parseFunction'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(621,27): error TS2339: Property 'eat' does not exist on type 'parseFunction'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(620,12): error TS2339: Property 'options' does not exist on type 'parseFunction'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(619,8): error TS2551: Property 'initFunction' does not exist on type 'parseFunction'. Did you mean 'inFunction'?
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(585,7): error TS2322: Type 'false' is not assignable to type 'undefined'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(581,7): error TS2322: Type 'true' is not assignable to type 'undefined'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(295,15): error TS2339: Property 'finishNode' does not exist on type 'parseTopLevel'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(294,26): error TS2339: Property 'options' does not exist on type 'parseTopLevel'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(293,20): error TS2339: Property 'tok' does not exist on type 'parseTopLevel'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(292,8): error TS2339: Property 'toks' does not exist on type 'parseTopLevel'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(291,64): error TS2339: Property 'parseStatement' does not exist on type 'parseTopLevel'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(291,15): error TS2339: Property 'tok' does not exist on type 'parseTopLevel'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(289,77): error TS2339: Property 'input' does not exist on type 'parseTopLevel'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(289,36): error TS2339: Property 'options' does not exist on type 'parseTopLevel'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(289,19): error TS2339: Property 'startNodeAt' does not exist on type 'parseTopLevel'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(253,45): error TS2339: Property 'end' does not exist on type 'true'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(252,45): error TS2339: Property 'start' does not exist on type 'true'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(250,21): error TS2339: Property 'loc' does not exist on type 'true'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(247,31): error TS2322: Type '{ start: any; end: any; type: acorn.TokenType; value: string; }' is not assignable to type 'boolean'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(226,39): error TS2339: Property 'pos' does not exist on type 'SyntaxError'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(223,22): error TS2339: Property 'pos' does not exist on type 'SyntaxError'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(222,11): error TS2322: Type '{ start: any; end: any; type: acorn.TokenType; value: any; }' is not assignable to type 'boolean'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(220,31): error TS2339: Property 'pos' does not exist on type 'SyntaxError'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(220,11): error TS2322: Type '{ start: any; end: any; type: acorn.TokenType; value: any; }' is not assignable to type 'boolean'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(218,39): error TS2339: Property 'pos' does not exist on type 'SyntaxError'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(216,95): error TS2339: Property 'pos' does not exist on type 'SyntaxError'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(216,31): error TS2339: Property 'pos' does not exist on type 'SyntaxError'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(216,11): error TS2322: Type '{ start: any; end: any; type: acorn.TokenType; value: any; }' is not assignable to type 'boolean'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(214,30): error TS2339: Property 'pos' does not exist on type 'SyntaxError'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(212,36): error TS2339: Property 'raisedAt' does not exist on type 'SyntaxError'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(193,27): error TS2339: Property 'indentationAfter' does not exist on type 'next'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(191,33): error TS2339: Property 'lineEnd' does not exist on type 'next'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(188,25): error TS2532: Object is possibly 'undefined'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(186,23): error TS2339: Property 'readToken' does not exist on type 'next'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(184,23): error TS2339: Property 'ahead' does not exist on type 'next'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(183,12): error TS2339: Property 'ahead' does not exist on type 'next'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(156,15): error TS2339: Property 'parseTopLevel' does not exist on type 'LooseParser'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(155,8): error TS2339: Property 'next' does not exist on type 'LooseParser'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(107,42): error TS2339: Property 'next' does not exist on type 'LooseParser'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(106,14): error TS2339: Property 'lookAhead' does not exist on type 'LooseParser'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(79,10): error TS2339: Property 'next' does not exist on type 'LooseParser'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(73,23): error TS2339: Property 'raw' does not exist on type 'Node'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(73,9): error TS2339: Property 'value' does not exist on type 'Node'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(67,9): error TS2339: Property 'name' does not exist on type 'Node'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(60,7): error TS2532: Object is possibly 'undefined'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(58,23): error TS2532: Object is possibly 'undefined'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(58,7): error TS2532: Object is possibly 'undefined'.
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(8,32): error TS2339: Property 'BaseParser' does not exist on type 'Function'.
node_modules/acorn/acorn-loose/dist/acorn-loose.js(3,10): error TS2304: Cannot find name 'define'.
node_modules/acorn/acorn-loose/dist/acorn-loose.js(3,35): error TS2304: Cannot find name 'define'.
node_modules/acorn/acorn-loose/dist/acorn-loose.js(3,48): error TS2304: Cannot find name 'define'.
@ -42,6 +519,8 @@ node_modules/acorn/acorn-loose/dist/acorn-loose.js(296,10): error TS2339: Proper
node_modules/acorn/acorn-loose/dist/acorn-loose.js(297,22): error TS2339: Property 'tok' does not exist on type 'parseTopLevel'.
node_modules/acorn/acorn-loose/dist/acorn-loose.js(298,28): error TS2339: Property 'options' does not exist on type 'parseTopLevel'.
node_modules/acorn/acorn-loose/dist/acorn-loose.js(299,17): error TS2339: Property 'finishNode' does not exist on type 'parseTopLevel'.
node_modules/acorn/acorn-loose/dist/acorn-loose.js(585,9): error TS2322: Type 'true' is not assignable to type 'undefined'.
node_modules/acorn/acorn-loose/dist/acorn-loose.js(589,9): error TS2322: Type 'false' is not assignable to type 'undefined'.
node_modules/acorn/acorn-loose/dist/acorn-loose.js(623,10): error TS2551: Property 'initFunction' does not exist on type 'parseFunction'. Did you mean 'inFunction'?
node_modules/acorn/acorn-loose/dist/acorn-loose.js(624,14): error TS2339: Property 'options' does not exist on type 'parseFunction'.
node_modules/acorn/acorn-loose/dist/acorn-loose.js(625,29): error TS2339: Property 'eat' does not exist on type 'parseFunction'.
@ -53,6 +532,8 @@ node_modules/acorn/acorn-loose/dist/acorn-loose.js(634,24): error TS2339: Proper
node_modules/acorn/acorn-loose/dist/acorn-loose.js(635,22): error TS2339: Property 'parseBlock' does not exist on type 'parseFunction'.
node_modules/acorn/acorn-loose/dist/acorn-loose.js(636,10): error TS2339: Property 'toks' does not exist on type 'parseFunction'.
node_modules/acorn/acorn-loose/dist/acorn-loose.js(639,17): error TS2339: Property 'finishNode' does not exist on type 'parseFunction'.
node_modules/acorn/acorn-loose/dist/acorn-loose.js(1150,9): error TS2322: Type 'true' is not assignable to type 'undefined'.
node_modules/acorn/acorn-loose/dist/acorn-loose.js(1154,9): error TS2322: Type 'false' is not assignable to type 'undefined'.
node_modules/acorn/acorn-loose/dist/acorn-loose.js(1243,96): error TS1313: The body of an 'if' statement cannot be the empty statement.
node_modules/acorn/acorn-loose/dist/acorn-loose.js(1288,21): error TS2339: Property 'startNode' does not exist on type 'parseMethod'.
node_modules/acorn/acorn-loose/dist/acorn-loose.js(1289,10): error TS2551: Property 'initFunction' does not exist on type 'parseMethod'. Did you mean 'inFunction'?
@ -269,6 +750,7 @@ node_modules/acorn/acorn/dist/acorn.js(2671,24): error TS2339: Property 'parseBl
node_modules/acorn/acorn/dist/acorn.js(2673,12): error TS2339: Property 'adaptDirectivePrologue' does not exist on type 'parseFunctionBody'.
node_modules/acorn/acorn/dist/acorn.js(2676,10): error TS2339: Property 'exitScope' does not exist on type 'parseFunctionBody'.
node_modules/acorn/acorn/dist/acorn.js(2679,40): error TS2339: Property 'checkLVal' does not exist on type 'parseFunctionBody'.
node_modules/acorn/acorn/dist/acorn.js(2722,11): error TS2322: Type 'null' is not assignable to type 'undefined'.
node_modules/acorn/acorn/dist/acorn.js(2761,21): error TS2339: Property 'startNode' does not exist on type 'parseIdent'.
node_modules/acorn/acorn/dist/acorn.js(2762,14): error TS2339: Property 'type' does not exist on type 'parseIdent'.
node_modules/acorn/acorn/dist/acorn.js(2763,24): error TS2339: Property 'value' does not exist on type 'parseIdent'.
@ -351,11 +833,13 @@ node_modules/acorn/acorn/dist/acorn.js(4300,58): error TS2532: Object is possibl
node_modules/acorn/acorn/dist/acorn.js(4301,28): error TS2339: Property 'raise' does not exist on type 'skipBlockComment'.
node_modules/acorn/acorn/dist/acorn.js(4301,34): error TS2532: Object is possibly 'undefined'.
node_modules/acorn/acorn/dist/acorn.js(4303,14): error TS2339: Property 'options' does not exist on type 'skipBlockComment'.
node_modules/acorn/acorn/dist/acorn.js(4304,7): error TS2322: Type 'undefined' is not assignable to type 'number'.
node_modules/acorn/acorn/dist/acorn.js(4306,44): error TS2339: Property 'input' does not exist on type 'skipBlockComment'.
node_modules/acorn/acorn/dist/acorn.js(4307,16): error TS2339: Property 'curLine' does not exist on type 'skipBlockComment'.
node_modules/acorn/acorn/dist/acorn.js(4311,14): error TS2339: Property 'options' does not exist on type 'skipBlockComment'.
node_modules/acorn/acorn/dist/acorn.js(4312,14): error TS2339: Property 'options' does not exist on type 'skipBlockComment'.
node_modules/acorn/acorn/dist/acorn.js(4312,43): error TS2339: Property 'input' does not exist on type 'skipBlockComment'.
node_modules/acorn/acorn/dist/acorn.js(4312,55): error TS2532: Object is possibly 'undefined'.
node_modules/acorn/acorn/dist/acorn.js(4313,45): error TS2339: Property 'curPosition' does not exist on type 'skipBlockComment'.
node_modules/acorn/acorn/dist/acorn.js(4332,23): error TS2339: Property 'pos' does not exist on type 'skipSpace'.
node_modules/acorn/acorn/dist/acorn.js(4332,34): error TS2339: Property 'input' does not exist on type 'skipSpace'.
@ -396,6 +880,12 @@ node_modules/acorn/acorn/dist/acorn.js(4587,34): error TS2339: Property 'unexpec
node_modules/acorn/acorn/dist/acorn.js(4592,10): error TS2339: Property 'validateRegExpFlags' does not exist on type 'readRegexp'.
node_modules/acorn/acorn/dist/acorn.js(4593,10): error TS2339: Property 'validateRegExpPattern' does not exist on type 'readRegexp'.
node_modules/acorn/acorn/dist/acorn.js(4604,17): error TS2339: Property 'finishToken' does not exist on type 'readRegexp'.
node_modules/acorn/acorn/dist/acorn.js(4615,25): error TS2322: Type 'number' is not assignable to type 'undefined'.
node_modules/acorn/acorn/dist/acorn.js(4616,30): error TS2322: Type 'number' is not assignable to type 'undefined'.
node_modules/acorn/acorn/dist/acorn.js(4617,44): error TS2322: Type 'number' is not assignable to type 'undefined'.
node_modules/acorn/acorn/dist/acorn.js(4618,14): error TS2322: Type 'number' is not assignable to type 'undefined'.
node_modules/acorn/acorn/dist/acorn.js(4619,11): error TS2532: Object is possibly 'undefined'.
node_modules/acorn/acorn/dist/acorn.js(4621,31): error TS2532: Object is possibly 'undefined'.
node_modules/acorn/acorn/dist/acorn.js(4723,12): error TS2339: Property 'readTmplToken' does not exist on type 'tryReadTemplateToken'.
node_modules/acorn/acorn/dist/acorn.js(4726,14): error TS2339: Property 'readInvalidTemplateToken' does not exist on type 'tryReadTemplateToken'.
node_modules/acorn/acorn/dist/acorn.js(4744,37): error TS2339: Property 'pos' does not exist on type 'readTmplToken'.
@ -472,6 +962,8 @@ node_modules/acorn/acorn/dist/acorn.js(4893,27): error TS2339: Property 'pos' do
node_modules/acorn/acorn/dist/acorn.js(4899,24): error TS2339: Property 'input' does not exist on type 'readWord1'.
node_modules/acorn/acorn/dist/acorn.js(4899,53): error TS2339: Property 'pos' does not exist on type 'readWord1'.
node_modules/acorn/acorn/dist/bin.js(46,27): error TS2339: Property 'getToken' does not exist on type 'Parser'.
node_modules/acorn/acorn/dist/bin.js(51,46): error TS2571: Object is of type 'unknown'.
node_modules/acorn/acorn/dist/bin.js(51,150): error TS2571: Object is of type 'unknown'.
node_modules/acorn/acorn/dist/bin.js(54,30): error TS2769: No overload matches this call.
Overload 1 of 2, '(value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string', gave the following error.
Argument of type 'null' is not assignable to parameter of type '((this: any, key: string, value: any) => any) | undefined'.
@ -479,26 +971,27 @@ node_modules/acorn/acorn/dist/bin.js(54,30): error TS2769: No overload matches t
Argument of type '2 | null' is not assignable to parameter of type 'string | number | undefined'.
Type 'null' is not assignable to type 'string | number | undefined'.
node_modules/acorn/acorn/dist/bin.js(58,23): error TS2769: No overload matches this call.
Overload 1 of 3, '(path: number | PathLike, options?: { encoding?: null | undefined; flag?: string | undefined; } | null | undefined): Buffer', gave the following error.
Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'.
Type 'undefined' is not assignable to type 'number | PathLike'.
Overload 2 of 3, '(path: number | PathLike, options: { encoding: BufferEncoding; flag?: string | undefined; } | BufferEncoding): string', gave the following error.
Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'.
Overload 3 of 3, '(path: number | PathLike, options?: BufferEncoding | (BaseEncodingOptions & { flag?: string | undefined; }) | null | undefined): string | Buffer', gave the following error.
Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'.
Overload 1 of 3, '(path: PathOrFileDescriptor, options?: { encoding?: null | undefined; flag?: string | undefined; } | null | undefined): Buffer', gave the following error.
Argument of type 'string | undefined' is not assignable to parameter of type 'PathOrFileDescriptor'.
Type 'undefined' is not assignable to type 'PathOrFileDescriptor'.
Overload 2 of 3, '(path: PathOrFileDescriptor, options: { encoding: BufferEncoding; flag?: string | undefined; } | BufferEncoding): string', gave the following error.
Argument of type 'string | undefined' is not assignable to parameter of type 'PathOrFileDescriptor'.
Overload 3 of 3, '(path: PathOrFileDescriptor, options?: BufferEncoding | (ObjectEncodingOptions & { flag?: string | undefined; }) | null | undefined): string | Buffer', gave the following error.
Argument of type 'string | undefined' is not assignable to parameter of type 'PathOrFileDescriptor'.
node_modules/acorn/bin/_acorn.js(51,30): error TS2339: Property 'getToken' does not exist on type 'Parser'.
node_modules/acorn/bin/_acorn.js(56,19): error TS2571: Object is of type 'unknown'.
node_modules/acorn/bin/_acorn.js(59,30): error TS2769: No overload matches this call.
Overload 1 of 2, '(value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string', gave the following error.
Argument of type 'null' is not assignable to parameter of type '((this: any, key: string, value: any) => any) | undefined'.
Overload 2 of 2, '(value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string', gave the following error.
Argument of type '2 | null' is not assignable to parameter of type 'string | number | undefined'.
node_modules/acorn/bin/_acorn.js(63,23): error TS2769: No overload matches this call.
Overload 1 of 3, '(path: number | PathLike, options?: { encoding?: null | undefined; flag?: string | undefined; } | null | undefined): Buffer', gave the following error.
Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'.
Overload 2 of 3, '(path: number | PathLike, options: { encoding: BufferEncoding; flag?: string | undefined; } | BufferEncoding): string', gave the following error.
Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'.
Overload 3 of 3, '(path: number | PathLike, options?: BufferEncoding | (BaseEncodingOptions & { flag?: string | undefined; }) | null | undefined): string | Buffer', gave the following error.
Argument of type 'string | undefined' is not assignable to parameter of type 'number | PathLike'.
Overload 1 of 3, '(path: PathOrFileDescriptor, options?: { encoding?: null | undefined; flag?: string | undefined; } | null | undefined): Buffer', gave the following error.
Argument of type 'string | undefined' is not assignable to parameter of type 'PathOrFileDescriptor'.
Overload 2 of 3, '(path: PathOrFileDescriptor, options: { encoding: BufferEncoding; flag?: string | undefined; } | BufferEncoding): string', gave the following error.
Argument of type 'string | undefined' is not assignable to parameter of type 'PathOrFileDescriptor'.
Overload 3 of 3, '(path: PathOrFileDescriptor, options?: BufferEncoding | (ObjectEncodingOptions & { flag?: string | undefined; }) | null | undefined): string | Buffer', gave the following error.
Argument of type 'string | undefined' is not assignable to parameter of type 'PathOrFileDescriptor'.
node_modules/acorn/bin/run_test262.js(3,21): error TS2307: Cannot find module 'test262-parser-runner' or its corresponding type declarations.
node_modules/acorn/dist/acorn.es.js(36,1): error TS2322: Type 'null' is not assignable to type 'string'.
node_modules/acorn/dist/acorn.es.js(36,32): error TS2322: Type 'null' is not assignable to type 'string'.
@ -616,6 +1109,7 @@ node_modules/acorn/dist/acorn.es.js(2594,22): error TS2339: Property 'parseBlock
node_modules/acorn/dist/acorn.es.js(2596,10): error TS2339: Property 'adaptDirectivePrologue' does not exist on type 'parseFunctionBody'.
node_modules/acorn/dist/acorn.es.js(2599,8): error TS2339: Property 'exitFunctionScope' does not exist on type 'parseFunctionBody'.
node_modules/acorn/dist/acorn.es.js(2603,10): error TS2339: Property 'checkLVal' does not exist on type 'parseFunctionBody'.
node_modules/acorn/dist/acorn.es.js(2651,9): error TS2322: Type 'null' is not assignable to type 'undefined'.
node_modules/acorn/dist/acorn.es.js(2717,46): error TS2339: Property 'start' does not exist on type 'parseYield'.
node_modules/acorn/dist/acorn.es.js(2719,19): error TS2339: Property 'startNode' does not exist on type 'parseYield'.
node_modules/acorn/dist/acorn.es.js(2720,8): error TS2339: Property 'next' does not exist on type 'parseYield'.
@ -681,12 +1175,14 @@ node_modules/acorn/dist/acorn.es.js(4638,56): error TS2532: Object is possibly '
node_modules/acorn/dist/acorn.es.js(4639,26): error TS2339: Property 'raise' does not exist on type 'skipBlockComment'.
node_modules/acorn/dist/acorn.es.js(4639,32): error TS2532: Object is possibly 'undefined'.
node_modules/acorn/dist/acorn.es.js(4641,12): error TS2339: Property 'options' does not exist on type 'skipBlockComment'.
node_modules/acorn/dist/acorn.es.js(4642,5): error TS2322: Type 'undefined' is not assignable to type 'number'.
node_modules/acorn/dist/acorn.es.js(4644,42): error TS2339: Property 'input' does not exist on type 'skipBlockComment'.
node_modules/acorn/dist/acorn.es.js(4645,16): error TS2339: Property 'curLine' does not exist on type 'skipBlockComment'.
node_modules/acorn/dist/acorn.es.js(4646,14): error TS2339: Property 'lineStart' does not exist on type 'skipBlockComment'.
node_modules/acorn/dist/acorn.es.js(4649,12): error TS2339: Property 'options' does not exist on type 'skipBlockComment'.
node_modules/acorn/dist/acorn.es.js(4650,12): error TS2339: Property 'options' does not exist on type 'skipBlockComment'.
node_modules/acorn/dist/acorn.es.js(4650,41): error TS2339: Property 'input' does not exist on type 'skipBlockComment'.
node_modules/acorn/dist/acorn.es.js(4650,53): error TS2532: Object is possibly 'undefined'.
node_modules/acorn/dist/acorn.es.js(4651,43): error TS2339: Property 'curPosition' does not exist on type 'skipBlockComment'.
node_modules/acorn/dist/acorn.es.js(4719,19): error TS2339: Property 'pos' does not exist on type 'finishToken'.
node_modules/acorn/dist/acorn.es.js(4720,12): error TS2339: Property 'options' does not exist on type 'finishToken'.
@ -710,6 +1206,12 @@ node_modules/acorn/dist/acorn.es.js(4931,32): error TS2339: Property 'unexpected
node_modules/acorn/dist/acorn.es.js(4936,8): error TS2339: Property 'validateRegExpFlags' does not exist on type 'readRegexp'.
node_modules/acorn/dist/acorn.es.js(4937,8): error TS2339: Property 'validateRegExpPattern' does not exist on type 'readRegexp'.
node_modules/acorn/dist/acorn.es.js(4948,15): error TS2339: Property 'finishToken' does not exist on type 'readRegexp'.
node_modules/acorn/dist/acorn.es.js(4961,23): error TS2322: Type 'number' is not assignable to type 'undefined'.
node_modules/acorn/dist/acorn.es.js(4962,28): error TS2322: Type 'number' is not assignable to type 'undefined'.
node_modules/acorn/dist/acorn.es.js(4963,42): error TS2322: Type 'number' is not assignable to type 'undefined'.
node_modules/acorn/dist/acorn.es.js(4964,12): error TS2322: Type 'number' is not assignable to type 'undefined'.
node_modules/acorn/dist/acorn.es.js(4965,9): error TS2532: Object is possibly 'undefined'.
node_modules/acorn/dist/acorn.es.js(4967,29): error TS2532: Object is possibly 'undefined'.
node_modules/acorn/dist/acorn.es.js(5060,10): error TS2339: Property 'readTmplToken' does not exist on type 'tryReadTemplateToken'.
node_modules/acorn/dist/acorn.es.js(5063,12): error TS2339: Property 'readInvalidTemplateToken' does not exist on type 'tryReadTemplateToken'.
node_modules/acorn/dist/acorn.es.js(5156,17): error TS2339: Property 'input' does not exist on type 'readEscapedChar'.
@ -872,6 +1374,7 @@ node_modules/acorn/dist/acorn.js(2600,22): error TS2339: Property 'parseBlock' d
node_modules/acorn/dist/acorn.js(2602,10): error TS2339: Property 'adaptDirectivePrologue' does not exist on type 'parseFunctionBody'.
node_modules/acorn/dist/acorn.js(2605,8): error TS2339: Property 'exitFunctionScope' does not exist on type 'parseFunctionBody'.
node_modules/acorn/dist/acorn.js(2609,10): error TS2339: Property 'checkLVal' does not exist on type 'parseFunctionBody'.
node_modules/acorn/dist/acorn.js(2657,9): error TS2322: Type 'null' is not assignable to type 'undefined'.
node_modules/acorn/dist/acorn.js(2723,46): error TS2339: Property 'start' does not exist on type 'parseYield'.
node_modules/acorn/dist/acorn.js(2725,19): error TS2339: Property 'startNode' does not exist on type 'parseYield'.
node_modules/acorn/dist/acorn.js(2726,8): error TS2339: Property 'next' does not exist on type 'parseYield'.
@ -937,12 +1440,14 @@ node_modules/acorn/dist/acorn.js(4644,56): error TS2532: Object is possibly 'und
node_modules/acorn/dist/acorn.js(4645,26): error TS2339: Property 'raise' does not exist on type 'skipBlockComment'.
node_modules/acorn/dist/acorn.js(4645,32): error TS2532: Object is possibly 'undefined'.
node_modules/acorn/dist/acorn.js(4647,12): error TS2339: Property 'options' does not exist on type 'skipBlockComment'.
node_modules/acorn/dist/acorn.js(4648,5): error TS2322: Type 'undefined' is not assignable to type 'number'.
node_modules/acorn/dist/acorn.js(4650,42): error TS2339: Property 'input' does not exist on type 'skipBlockComment'.
node_modules/acorn/dist/acorn.js(4651,16): error TS2339: Property 'curLine' does not exist on type 'skipBlockComment'.
node_modules/acorn/dist/acorn.js(4652,14): error TS2339: Property 'lineStart' does not exist on type 'skipBlockComment'.
node_modules/acorn/dist/acorn.js(4655,12): error TS2339: Property 'options' does not exist on type 'skipBlockComment'.
node_modules/acorn/dist/acorn.js(4656,12): error TS2339: Property 'options' does not exist on type 'skipBlockComment'.
node_modules/acorn/dist/acorn.js(4656,41): error TS2339: Property 'input' does not exist on type 'skipBlockComment'.
node_modules/acorn/dist/acorn.js(4656,53): error TS2532: Object is possibly 'undefined'.
node_modules/acorn/dist/acorn.js(4657,43): error TS2339: Property 'curPosition' does not exist on type 'skipBlockComment'.
node_modules/acorn/dist/acorn.js(4725,19): error TS2339: Property 'pos' does not exist on type 'finishToken'.
node_modules/acorn/dist/acorn.js(4726,12): error TS2339: Property 'options' does not exist on type 'finishToken'.
@ -966,6 +1471,12 @@ node_modules/acorn/dist/acorn.js(4937,32): error TS2339: Property 'unexpected' d
node_modules/acorn/dist/acorn.js(4942,8): error TS2339: Property 'validateRegExpFlags' does not exist on type 'readRegexp'.
node_modules/acorn/dist/acorn.js(4943,8): error TS2339: Property 'validateRegExpPattern' does not exist on type 'readRegexp'.
node_modules/acorn/dist/acorn.js(4954,15): error TS2339: Property 'finishToken' does not exist on type 'readRegexp'.
node_modules/acorn/dist/acorn.js(4967,23): error TS2322: Type 'number' is not assignable to type 'undefined'.
node_modules/acorn/dist/acorn.js(4968,28): error TS2322: Type 'number' is not assignable to type 'undefined'.
node_modules/acorn/dist/acorn.js(4969,42): error TS2322: Type 'number' is not assignable to type 'undefined'.
node_modules/acorn/dist/acorn.js(4970,12): error TS2322: Type 'number' is not assignable to type 'undefined'.
node_modules/acorn/dist/acorn.js(4971,9): error TS2532: Object is possibly 'undefined'.
node_modules/acorn/dist/acorn.js(4973,29): error TS2532: Object is possibly 'undefined'.
node_modules/acorn/dist/acorn.js(5066,10): error TS2339: Property 'readTmplToken' does not exist on type 'tryReadTemplateToken'.
node_modules/acorn/dist/acorn.js(5069,12): error TS2339: Property 'readInvalidTemplateToken' does not exist on type 'tryReadTemplateToken'.
node_modules/acorn/dist/acorn.js(5162,17): error TS2339: Property 'input' does not exist on type 'readEscapedChar'.
@ -1057,6 +1568,8 @@ node_modules/acorn/dist/acorn_loose.es.js(309,20): error TS2339: Property 'tok'
node_modules/acorn/dist/acorn_loose.es.js(310,12): error TS2339: Property 'options' does not exist on type 'parseTopLevel'.
node_modules/acorn/dist/acorn_loose.es.js(311,28): error TS2339: Property 'options' does not exist on type 'parseTopLevel'.
node_modules/acorn/dist/acorn_loose.es.js(313,15): error TS2339: Property 'finishNode' does not exist on type 'parseTopLevel'.
node_modules/acorn/dist/acorn_loose.es.js(602,7): error TS2322: Type 'true' is not assignable to type 'undefined'.
node_modules/acorn/dist/acorn_loose.es.js(606,7): error TS2322: Type 'false' is not assignable to type 'undefined'.
node_modules/acorn/dist/acorn_loose.es.js(640,8): error TS2551: Property 'initFunction' does not exist on type 'parseFunction'. Did you mean 'inFunction'?
node_modules/acorn/dist/acorn_loose.es.js(641,12): error TS2339: Property 'options' does not exist on type 'parseFunction'.
node_modules/acorn/dist/acorn_loose.es.js(642,27): error TS2339: Property 'eat' does not exist on type 'parseFunction'.
@ -1068,6 +1581,8 @@ node_modules/acorn/dist/acorn_loose.es.js(651,22): error TS2339: Property 'parse
node_modules/acorn/dist/acorn_loose.es.js(652,20): error TS2339: Property 'parseBlock' does not exist on type 'parseFunction'.
node_modules/acorn/dist/acorn_loose.es.js(653,8): error TS2339: Property 'toks' does not exist on type 'parseFunction'.
node_modules/acorn/dist/acorn_loose.es.js(656,15): error TS2339: Property 'finishNode' does not exist on type 'parseFunction'.
node_modules/acorn/dist/acorn_loose.es.js(1167,7): error TS2322: Type 'true' is not assignable to type 'undefined'.
node_modules/acorn/dist/acorn_loose.es.js(1171,7): error TS2322: Type 'false' is not assignable to type 'undefined'.
node_modules/acorn/dist/acorn_loose.es.js(1311,19): error TS2339: Property 'startNode' does not exist on type 'parseMethod'.
node_modules/acorn/dist/acorn_loose.es.js(1312,8): error TS2551: Property 'initFunction' does not exist on type 'parseMethod'. Did you mean 'inFunction'?
node_modules/acorn/dist/acorn_loose.es.js(1313,12): error TS2339: Property 'options' does not exist on type 'parseMethod'.
@ -1132,6 +1647,8 @@ node_modules/acorn/dist/acorn_loose.js(313,20): error TS2339: Property 'tok' doe
node_modules/acorn/dist/acorn_loose.js(314,12): error TS2339: Property 'options' does not exist on type 'parseTopLevel'.
node_modules/acorn/dist/acorn_loose.js(315,28): error TS2339: Property 'options' does not exist on type 'parseTopLevel'.
node_modules/acorn/dist/acorn_loose.js(317,15): error TS2339: Property 'finishNode' does not exist on type 'parseTopLevel'.
node_modules/acorn/dist/acorn_loose.js(606,7): error TS2322: Type 'true' is not assignable to type 'undefined'.
node_modules/acorn/dist/acorn_loose.js(610,7): error TS2322: Type 'false' is not assignable to type 'undefined'.
node_modules/acorn/dist/acorn_loose.js(644,8): error TS2551: Property 'initFunction' does not exist on type 'parseFunction'. Did you mean 'inFunction'?
node_modules/acorn/dist/acorn_loose.js(645,12): error TS2339: Property 'options' does not exist on type 'parseFunction'.
node_modules/acorn/dist/acorn_loose.js(646,27): error TS2339: Property 'eat' does not exist on type 'parseFunction'.
@ -1143,6 +1660,8 @@ node_modules/acorn/dist/acorn_loose.js(655,22): error TS2339: Property 'parseFun
node_modules/acorn/dist/acorn_loose.js(656,20): error TS2339: Property 'parseBlock' does not exist on type 'parseFunction'.
node_modules/acorn/dist/acorn_loose.js(657,8): error TS2339: Property 'toks' does not exist on type 'parseFunction'.
node_modules/acorn/dist/acorn_loose.js(660,15): error TS2339: Property 'finishNode' does not exist on type 'parseFunction'.
node_modules/acorn/dist/acorn_loose.js(1171,7): error TS2322: Type 'true' is not assignable to type 'undefined'.
node_modules/acorn/dist/acorn_loose.js(1175,7): error TS2322: Type 'false' is not assignable to type 'undefined'.
node_modules/acorn/dist/acorn_loose.js(1315,19): error TS2339: Property 'startNode' does not exist on type 'parseMethod'.
node_modules/acorn/dist/acorn_loose.js(1316,8): error TS2551: Property 'initFunction' does not exist on type 'parseMethod'. Did you mean 'inFunction'?
node_modules/acorn/dist/acorn_loose.js(1317,12): error TS2339: Property 'options' does not exist on type 'parseMethod'.

View File

@ -35,18 +35,18 @@ node_modules/adonis-framework/src/Config/index.js(39,15): error TS2304: Cannot f
node_modules/adonis-framework/src/Config/index.js(58,15): error TS2304: Cannot find name 'Mixed'.
node_modules/adonis-framework/src/Encryption/index.js(53,15): error TS2304: Cannot find name 'Mixed'.
node_modules/adonis-framework/src/Encryption/index.js(71,34): error TS2769: No overload matches this call.
Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: Encoding): string', gave the following error.
Overload 1 of 4, '(data: ArrayBufferView, inputEncoding: undefined, outputEncoding: Encoding): string', gave the following error.
Argument of type 'string' is not assignable to parameter of type 'undefined'.
Overload 2 of 4, '(data: string, input_encoding: Encoding | undefined, output_encoding: Encoding): string', gave the following error.
Overload 2 of 4, '(data: string, inputEncoding: Encoding | undefined, outputEncoding: Encoding): string', gave the following error.
Argument of type 'string' is not assignable to parameter of type 'Encoding | undefined'.
node_modules/adonis-framework/src/Encryption/index.js(77,27): error TS2322: Type 'string' is not assignable to type 'Buffer'.
node_modules/adonis-framework/src/Encryption/index.js(77,50): error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string'.
node_modules/adonis-framework/src/Encryption/index.js(85,23): error TS8024: JSDoc '@param' tag has name 'value', but there is no parameter with that name.
node_modules/adonis-framework/src/Encryption/index.js(87,15): error TS2304: Cannot find name 'Mixed'.
node_modules/adonis-framework/src/Encryption/index.js(101,21): error TS2769: No overload matches this call.
Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: Encoding): string', gave the following error.
Overload 1 of 4, '(data: ArrayBufferView, inputEncoding: undefined, outputEncoding: Encoding): string', gave the following error.
Argument of type '"base64"' is not assignable to parameter of type 'undefined'.
Overload 2 of 4, '(data: string, input_encoding: Encoding | undefined, output_encoding: Encoding): string', gave the following error.
Overload 2 of 4, '(data: string, inputEncoding: Encoding | undefined, outputEncoding: Encoding): string', gave the following error.
Argument of type 'string' is not assignable to parameter of type 'Encoding'.
node_modules/adonis-framework/src/Encryption/index.js(102,5): error TS2322: Type 'string' is not assignable to type 'Buffer & string'.
Type 'string' is not assignable to type 'Buffer'.
@ -63,11 +63,11 @@ node_modules/adonis-framework/src/Env/index.js(54,15): error TS2304: Cannot find
node_modules/adonis-framework/src/Env/index.js(56,15): error TS2304: Cannot find name 'Mixed'.
node_modules/adonis-framework/src/Env/index.js(80,15): error TS2304: Cannot find name 'Mixed'.
node_modules/adonis-framework/src/Event/index.js(13,21): error TS2307: Cannot find module 'adonis-fold' or its corresponding type declarations.
node_modules/adonis-framework/src/Event/index.js(128,12): error TS2740: Type '() => {}[]' is missing the following properties from type 'any[]': pop, push, concat, join, and 27 more.
node_modules/adonis-framework/src/Event/index.js(128,12): error TS2322: Type '() => {}[]' is not assignable to type 'any[]'.
node_modules/adonis-framework/src/Event/index.js(153,25): error TS2339: Property 'wildcard' does not exist on type 'EventEmitter2'.
node_modules/adonis-framework/src/Event/index.js(188,17): error TS2304: Cannot find name 'Spread'.
node_modules/adonis-framework/src/Event/index.js(201,27): 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/adonis-framework/src/Event/index.js(201,27): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'Spread[]'.
Type 'IArguments' is missing the following properties from type 'Spread[]': pop, push, concat, join, and 27 more.
node_modules/adonis-framework/src/Event/index.js(207,24): error TS2304: Cannot find name 'Sring'.
node_modules/adonis-framework/src/Event/index.js(256,52): error TS2345: Argument of type 'Function' is not assignable to parameter of type 'Listener'.
Type 'Function' provides no match for the signature '(...values: any[]): void'.
@ -91,6 +91,7 @@ node_modules/adonis-framework/src/Exceptions/index.js(164,14): error TS1056: Acc
node_modules/adonis-framework/src/Exceptions/index.js(178,21): error TS2554: Expected 0 arguments, but got 3.
node_modules/adonis-framework/src/Exceptions/index.js(191,21): error TS2554: Expected 0 arguments, but got 3.
node_modules/adonis-framework/src/Exceptions/index.js(205,21): error TS2554: Expected 0 arguments, but got 3.
node_modules/adonis-framework/src/File/index.js(139,22): error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'string'.
node_modules/adonis-framework/src/File/index.js(175,5): error TS2322: Type 'Promise<any>' is not assignable to type 'boolean'.
node_modules/adonis-framework/src/File/index.js(273,5): error TS2322: Type 'string | boolean' is not assignable to type 'boolean'.
Type 'string' is not assignable to type 'boolean'.
@ -141,7 +142,7 @@ node_modules/adonis-framework/src/Response/index.js(299,15): error TS2304: Canno
node_modules/adonis-framework/src/Response/index.js(323,15): error TS2304: Cannot find name 'Mixed'.
node_modules/adonis-framework/src/Route/ResourceCollection.js(39,11): error TS1359: Identifier expected. 'this' is a reserved word that cannot be used here.
node_modules/adonis-framework/src/Route/ResourceCollection.js(43,40): 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.
Type 'IArguments' is missing the following properties from type 'any[]': pop, push, concat, join, and 27 more.
node_modules/adonis-framework/src/Route/ResourceCollection.js(56,31): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'any[]'.
node_modules/adonis-framework/src/Route/ResourceMember.js(39,11): error TS1359: Identifier expected. 'this' is a reserved word that cannot be used here.
node_modules/adonis-framework/src/Route/ResourceMember.js(43,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'any[]'.
@ -166,7 +167,7 @@ node_modules/adonis-framework/src/Route/index.js(343,33): error TS2345: Argument
node_modules/adonis-framework/src/Route/index.js(354,20): error TS2694: Namespace 'Route' has no exported member 'Group'.
node_modules/adonis-framework/src/Route/index.js(368,3): error TS2322: Type 'null' is not assignable to type 'string'.
node_modules/adonis-framework/src/Route/index.js(396,63): error TS2554: Expected 2 arguments, but got 3.
node_modules/adonis-framework/src/Route/index.js(407,20): error TS2694: Namespace 'Route' has no exported member 'resources'.
node_modules/adonis-framework/src/Route/index.js(407,14): error TS2749: 'Route.resources' refers to a value, but is being used as a type here. Did you mean 'typeof Route.resources'?
node_modules/adonis-framework/src/Route/index.js(501,42): error TS2345: Argument of type 'boolean | undefined' is not assignable to parameter of type 'boolean'.
Type 'undefined' is not assignable to type 'boolean'.
node_modules/adonis-framework/src/Route/resource.js(92,25): error TS2345: Argument of type 'string[]' is not assignable to parameter of type 'string'.
@ -183,7 +184,7 @@ node_modules/adonis-framework/src/Route/resource.js(209,45): error TS2345: Argum
node_modules/adonis-framework/src/Route/resource.js(233,15): error TS2304: Cannot find name 'Mixed'.
node_modules/adonis-framework/src/Route/resource.js(261,15): error TS2304: Cannot find name 'Mixed'.
node_modules/adonis-framework/src/Route/resource.js(286,11): error TS1359: Identifier expected. 'this' is a reserved word that cannot be used here.
node_modules/adonis-framework/src/Route/resource.js(290,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any, ...any[]]'.
node_modules/adonis-framework/src/Route/resource.js(290,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[Mixed, ...any[]]'.
node_modules/adonis-framework/src/Route/resource.js(296,15): error TS2304: Cannot find name 'Mixed'.
node_modules/adonis-framework/src/Route/resource.js(314,62): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'any[]'.
node_modules/adonis-framework/src/Server/helpers.js(17,29): error TS8024: JSDoc '@param' tag has name 'appNamespace', but there is no parameter with that name.

View File

@ -1,23 +1,23 @@
Exit Code: 2
Standard output:
node_modules/assert/test.js(25,5): error TS2367: This condition will always return 'false' since the types 'string | undefined' and 'boolean' have no overlap.
node_modules/assert/test.js(39,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
node_modules/assert/test.js(55,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
node_modules/assert/test.js(74,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
node_modules/assert/test.js(84,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
node_modules/assert/test.js(94,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
node_modules/assert/test.js(103,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
node_modules/assert/test.js(120,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
node_modules/assert/test.js(128,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
node_modules/assert/test.js(39,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
node_modules/assert/test.js(55,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
node_modules/assert/test.js(74,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
node_modules/assert/test.js(84,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
node_modules/assert/test.js(94,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
node_modules/assert/test.js(103,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
node_modules/assert/test.js(120,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
node_modules/assert/test.js(128,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
node_modules/assert/test.js(140,10): error TS2339: Property 'a' does not exist on type 'number[]'.
node_modules/assert/test.js(141,10): error TS2339: Property 'b' does not exist on type 'number[]'.
node_modules/assert/test.js(142,10): error TS2339: Property 'b' does not exist on type 'number[]'.
node_modules/assert/test.js(143,10): error TS2339: Property 'a' does not exist on type 'number[]'.
node_modules/assert/test.js(149,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
node_modules/assert/test.js(149,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
node_modules/assert/test.js(157,51): error TS2349: This expression is not callable.
Type 'never' has no call signatures.
node_modules/assert/test.js(161,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
node_modules/assert/test.js(168,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
node_modules/assert/test.js(161,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
node_modules/assert/test.js(168,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
node_modules/assert/test.js(182,5): error TS2552: Cannot find name 'test'. Did you mean 'tests'?
node_modules/assert/test.js(229,5): error TS2552: Cannot find name 'test'. Did you mean 'tests'?
node_modules/assert/test.js(235,5): error TS2552: Cannot find name 'test'. Did you mean 'tests'?
@ -27,7 +27,11 @@ node_modules/assert/test.js(256,55): error TS2345: Argument of type 'TypeError'
node_modules/assert/test.js(262,5): error TS2552: Cannot find name 'test'. Did you mean 'tests'?
node_modules/assert/test.js(279,5): error TS2552: Cannot find name 'test'. Did you mean 'tests'?
node_modules/assert/test.js(285,5): error TS2552: Cannot find name 'test'. Did you mean 'tests'?
node_modules/assert/test.js(290,24): error TS2571: Object is of type 'unknown'.
node_modules/assert/test.js(320,5): error TS2552: Cannot find name 'test'. Did you mean 'tests'?
node_modules/assert/test.js(329,22): error TS2571: Object is of type 'unknown'.
node_modules/assert/test.js(336,22): error TS2571: Object is of type 'unknown'.
node_modules/assert/test.js(342,22): error TS2571: Object is of type 'unknown'.
node_modules/assert/test.js(346,5): error TS2552: Cannot find name 'test'. Did you mean 'tests'?

View File

@ -3,21 +3,17 @@ Standard output:
node_modules/async/all.js(32,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/all.js(49,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/all.js(49,46): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/allLimit.js(28,9): error TS1003: Identifier expected.
node_modules/async/allLimit.js(33,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/allLimit.js(41,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/allLimit.js(41,51): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/allSeries.js(24,9): error TS1003: Identifier expected.
node_modules/async/allSeries.js(28,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/allSeries.js(36,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/any.js(33,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/any.js(51,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/any.js(51,46): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/anyLimit.js(28,9): error TS1003: Identifier expected.
node_modules/async/anyLimit.js(33,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/anyLimit.js(42,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/anyLimit.js(42,51): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/anySeries.js(24,9): error TS1003: Identifier expected.
node_modules/async/anySeries.js(28,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/anySeries.js(37,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/apply.js(8,17): error TS2695: Left side of comma operator is unused and has no side effects.
@ -26,7 +22,6 @@ node_modules/async/apply.js(37,28): error TS1003: Identifier expected.
node_modules/async/apply.js(37,29): error TS1003: Identifier expected.
node_modules/async/apply.js(37,30): error TS1003: Identifier expected.
node_modules/async/applyEach.js(50,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/applyEachSeries.js(24,9): error TS1003: Identifier expected.
node_modules/async/applyEachSeries.js(36,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/asyncify.js(43,14): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/asyncify.js(79,13): error TS2695: Left side of comma operator is unused and has no side effects.
@ -47,7 +42,6 @@ node_modules/async/auto.js(158,10): error TS2695: Left side of comma operator is
node_modules/async/auto.js(159,18): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/auto.js(159,50): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/autoInject.js(44,17): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/autoInject.js(66,9): error TS1003: Identifier expected.
node_modules/async/autoInject.js(134,6): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/autoInject.js(136,25): error TS2532: Object is possibly 'undefined'.
node_modules/async/autoInject.js(136,25): error TS2722: Cannot invoke an object which is possibly 'undefined'.
@ -56,7 +50,6 @@ node_modules/async/autoInject.js(139,14): error TS2695: Left side of comma opera
node_modules/async/autoInject.js(160,28): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/autoInject.js(164,14): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/autoInject.js(168,6): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/cargo.js(60,9): error TS1003: Identifier expected.
node_modules/async/cargo.js(62,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/cargo.js(92,11): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/compose.js(8,37): error TS2695: Left side of comma operator is unused and has no side effects.
@ -67,9 +60,7 @@ node_modules/async/concat.js(42,20): error TS2695: Left side of comma operator i
node_modules/async/concatLimit.js(9,22): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/concatLimit.js(10,6): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/concatLimit.js(13,36): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/concatLimit.js(54,9): error TS1003: Identifier expected.
node_modules/async/concatLimit.js(58,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/concatSeries.js(24,9): error TS1003: Identifier expected.
node_modules/async/concatSeries.js(27,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/concatSeries.js(30,31): error TS1005: ']' expected.
node_modules/async/concatSeries.js(35,20): error TS2695: Left side of comma operator is unused and has no side effects.
@ -80,11 +71,9 @@ node_modules/async/constant.js(34,30): error TS1003: Identifier expected.
node_modules/async/detect.js(42,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/detect.js(60,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/detect.js(60,46): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/detectLimit.js(33,9): error TS1003: Identifier expected.
node_modules/async/detectLimit.js(38,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/detectLimit.js(47,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/detectLimit.js(47,51): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/detectSeries.js(24,9): error TS1003: Identifier expected.
node_modules/async/detectSeries.js(28,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/detectSeries.js(37,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/dir.js(26,12): error TS2304: Cannot find name 'AsyncFunction'.
@ -96,21 +85,15 @@ node_modules/async/dist/async.js(3,10): error TS2304: Cannot find name 'define'.
node_modules/async/dist/async.js(3,35): error TS2304: Cannot find name 'define'.
node_modules/async/dist/async.js(3,48): error TS2304: Cannot find name 'define'.
node_modules/async/dist/async.js(4,20): error TS2339: Property 'async' does not exist on type 'typeof import("/async/node_modules/async/dist/async")'.
node_modules/async/dist/async.js(31,18): error TS8029: JSDoc '@param' tag has name '', but there is no parameter with that name. It would match 'arguments' if it had an array type.
node_modules/async/dist/async.js(31,28): error TS1003: Identifier expected.
node_modules/async/dist/async.js(31,29): error TS1003: Identifier expected.
node_modules/async/dist/async.js(31,30): error TS1003: Identifier expected.
node_modules/async/dist/async.js(298,7): error TS2454: Variable 'unmasked' is used before being assigned.
node_modules/async/dist/async.js(622,80): error TS2339: Property 'nodeType' does not exist on type 'NodeModule'.
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 & typeof globalThis)'.
node_modules/async/dist/async.js(754,49): error TS2339: Property 'process' does not exist on type 'false | typeof globalThis'.
Property 'process' does not exist on type 'false'.
node_modules/async/dist/async.js(923,32): error TS2554: Expected 2 arguments, but got 1.
node_modules/async/dist/async.js(1028,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(1086,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(1230,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(1251,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(1271,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(1294,27): error TS1016: A required parameter cannot follow an optional parameter.
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[]'.
@ -135,101 +118,61 @@ node_modules/async/dist/async.js(1769,3): error TS2532: Object is possibly 'unde
node_modules/async/dist/async.js(1773,35): error TS2532: Object is possibly 'undefined'.
node_modules/async/dist/async.js(1964,30): error TS1016: A required parameter cannot follow an optional parameter.
node_modules/async/dist/async.js(1990,16): error TS2554: Expected 3 arguments, but got 1.
node_modules/async/dist/async.js(2012,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(2116,20): error TS2345: Argument of type 'Function | undefined' is not assignable to parameter of type 'number | undefined'.
Type 'Function' is not assignable to type 'number'.
node_modules/async/dist/async.js(2274,29): error TS2554: Expected 0 arguments, but got 2.
node_modules/async/dist/async.js(2418,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(2460,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(2521,9): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/async/dist/async.js(2536,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(2564,31): 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/async/dist/async.js(2636,9): error TS1003: Identifier expected.
Type 'IArguments' is missing the following properties from type 'any[]': pop, push, concat, join, and 27 more.
node_modules/async/dist/async.js(2663,16): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/async/dist/async.js(2682,31): error TS1005: ']' expected.
node_modules/async/dist/async.js(2701,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(2707,31): error TS1005: ']' expected.
node_modules/async/dist/async.js(2724,28): error TS1003: Identifier expected.
node_modules/async/dist/async.js(2724,29): error TS1003: Identifier expected.
node_modules/async/dist/async.js(2724,30): error TS1003: Identifier expected.
node_modules/async/dist/async.js(2861,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(2884,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(2935,28): error TS1003: Identifier expected.
node_modules/async/dist/async.js(2935,29): error TS1003: Identifier expected.
node_modules/async/dist/async.js(2935,30): error TS1003: Identifier expected.
node_modules/async/dist/async.js(2960,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(2977,25): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/async/dist/async.js(2984,25): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/async/dist/async.js(2985,28): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/async/dist/async.js(3003,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3019,25): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/async/dist/async.js(3022,9): error TS2532: Object is possibly 'undefined'.
node_modules/async/dist/async.js(3022,9): error TS2684: The 'this' context of type 'Function | undefined' is not assignable to method's 'this' of type 'Function'.
Type 'undefined' is not assignable to type 'Function'.
node_modules/async/dist/async.js(3035,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3063,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3095,25): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/async/dist/async.js(3100,25): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/async/dist/async.js(3101,28): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/async/dist/async.js(3182,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3206,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3315,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3337,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3447,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3467,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3526,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3564,16): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/async/dist/async.js(3613,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3640,28): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3640,29): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3640,30): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3664,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3688,9): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/async/dist/async.js(3746,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3827,14): error TS2339: Property 'memo' does not exist on type '(...args: any[]) => void'.
node_modules/async/dist/async.js(3828,14): error TS2339: Property 'unmemoized' does not exist on type '(...args: any[]) => void'.
node_modules/async/dist/async.js(3844,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3848,23): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3848,24): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3848,25): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3973,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(4108,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(4224,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(4311,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(4381,5): error TS2322: Type 'any[] | {}' is not assignable to type 'any[]'.
Type '{}' is missing the following properties from type 'any[]': length, pop, push, concat, and 28 more.
node_modules/async/dist/async.js(4399,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(4429,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(4449,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(4497,9): error TS1003: Identifier expected.
Type '{}' is missing the following properties from type 'any[]': length, pop, push, concat, and 29 more.
node_modules/async/dist/async.js(4570,22): error TS1016: A required parameter cannot follow an optional parameter.
node_modules/async/dist/async.js(4617,17): error TS2532: Object is possibly 'undefined'.
node_modules/async/dist/async.js(4617,17): error TS2684: The 'this' context of type 'Function | undefined' is not assignable to method's 'this' of type 'Function'.
Type 'undefined' is not assignable to type 'Function'.
node_modules/async/dist/async.js(4634,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(4653,33): error TS1016: A required parameter cannot follow an optional parameter.
node_modules/async/dist/async.js(4777,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(4800,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(4931,19): error TS2339: Property 'code' does not exist on type 'Error'.
node_modules/async/dist/async.js(4933,23): error TS2339: Property 'info' does not exist on type 'Error'.
node_modules/async/dist/async.js(4987,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(5008,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(5041,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(5092,40): error TS1016: A required parameter cannot follow an optional parameter.
node_modules/async/dist/async.js(5104,9): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/async/dist/async.js(5160,9): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/async/dist/async.js(5172,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(5179,20): error TS2339: Property 'unmemoized' does not exist on type 'Function'.
node_modules/async/dist/async.js(5222,25): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/async/dist/async.js(5225,9): error TS2532: Object is possibly 'undefined'.
node_modules/async/dist/async.js(5225,9): error TS2684: The 'this' context of type 'Function | undefined' is not assignable to method's 'this' of type 'Function'.
Type 'undefined' is not assignable to type 'Function'.
node_modules/async/dist/async.js(5241,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(5329,20): error TS2532: Object is possibly 'undefined'.
node_modules/async/dist/async.js(5329,20): error TS2684: The 'this' context of type 'Function | undefined' is not assignable to method's 'this' of type 'Function'.
Type 'undefined' is not assignable to type 'Function'.
node_modules/async/doDuring.js(35,9): error TS1003: Identifier expected.
node_modules/async/doDuring.js(37,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/doDuring.js(39,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/doDuring.js(47,17): error TS2695: Left side of comma operator is unused and has no side effects.
@ -239,10 +182,8 @@ node_modules/async/doDuring.js(52,25): error TS2722: Cannot invoke an object whi
node_modules/async/doDuring.js(53,21): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/doDuring.js(59,25): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/async/doDuring.js(60,28): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/async/doUntil.js(22,9): error TS1003: Identifier expected.
node_modules/async/doUntil.js(24,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/doUntil.js(35,6): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/doWhilst.js(36,9): error TS1003: Identifier expected.
node_modules/async/doWhilst.js(38,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/doWhilst.js(49,17): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/doWhilst.js(50,22): error TS2695: Left side of comma operator is unused and has no side effects.
@ -251,7 +192,6 @@ node_modules/async/doWhilst.js(53,21): error TS2695: Left side of comma operator
node_modules/async/doWhilst.js(55,9): error TS2532: Object is possibly 'undefined'.
node_modules/async/doWhilst.js(55,9): error TS2684: The 'this' context of type 'Function | undefined' is not assignable to method's 'this' of type 'Function'.
Type 'undefined' is not assignable to type 'Function'.
node_modules/async/during.js(32,9): error TS1003: Identifier expected.
node_modules/async/during.js(34,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/during.js(36,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/during.js(59,17): error TS2695: Left side of comma operator is unused and has no side effects.
@ -264,7 +204,6 @@ node_modules/async/each.js(39,12): error TS2304: Cannot find name 'AsyncFunction
node_modules/async/each.js(80,4): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/each.js(80,32): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/each.js(80,60): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/eachLimit.js(29,9): error TS1003: Identifier expected.
node_modules/async/eachLimit.js(34,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/eachLimit.js(43,4): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/eachLimit.js(43,44): error TS2695: Left side of comma operator is unused and has no side effects.
@ -274,16 +213,12 @@ node_modules/async/eachOf.js(9,33): error TS2695: Left side of comma operator is
node_modules/async/eachOf.js(48,17): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/eachOf.js(65,39): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/eachOf.js(70,22): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/eachOf.js(82,9): error TS1003: Identifier expected.
node_modules/async/eachOf.js(84,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/eachOfLimit.js(26,9): error TS1003: Identifier expected.
node_modules/async/eachOfLimit.js(31,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/eachOfLimit.js(39,4): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/eachOfLimit.js(39,44): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/eachOfSeries.js(24,9): error TS1003: Identifier expected.
node_modules/async/eachOfSeries.js(28,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/eachOfSeries.js(34,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/eachSeries.js(24,9): error TS1003: Identifier expected.
node_modules/async/eachSeries.js(28,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/eachSeries.js(36,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/ensureAsync.js(34,12): error TS2304: Cannot find name 'AsyncFunction'.
@ -296,26 +231,20 @@ node_modules/async/ensureAsync.js(62,18): error TS2695: Left side of comma opera
node_modules/async/every.js(32,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/every.js(49,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/every.js(49,46): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/everyLimit.js(28,9): error TS1003: Identifier expected.
node_modules/async/everyLimit.js(33,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/everyLimit.js(41,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/everyLimit.js(41,51): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/everySeries.js(24,9): error TS1003: Identifier expected.
node_modules/async/everySeries.js(28,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/everySeries.js(36,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/filter.js(44,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/filterLimit.js(25,9): error TS1003: Identifier expected.
node_modules/async/filterLimit.js(36,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/filterSeries.js(24,9): error TS1003: Identifier expected.
node_modules/async/filterSeries.js(34,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/find.js(42,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/find.js(60,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/find.js(60,46): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/findLimit.js(33,9): error TS1003: Identifier expected.
node_modules/async/findLimit.js(38,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/findLimit.js(47,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/findLimit.js(47,51): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/findSeries.js(24,9): error TS1003: Identifier expected.
node_modules/async/findSeries.js(28,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/findSeries.js(37,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/foldl.js(46,12): error TS2304: Cannot find name 'AsyncFunction'.
@ -323,7 +252,6 @@ node_modules/async/foldl.js(67,17): error TS2695: Left side of comma operator is
node_modules/async/foldl.js(68,22): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/foldl.js(69,6): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/foldl.js(75,9): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/async/foldr.js(25,9): error TS1003: Identifier expected.
node_modules/async/foldr.js(30,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/foldr.js(41,19): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/foldr.js(42,4): error TS2695: Left side of comma operator is unused and has no side effects.
@ -331,7 +259,6 @@ node_modules/async/forEach.js(39,12): error TS2304: Cannot find name 'AsyncFunct
node_modules/async/forEach.js(80,4): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/forEach.js(80,32): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/forEach.js(80,60): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/forEachLimit.js(29,9): error TS1003: Identifier expected.
node_modules/async/forEachLimit.js(34,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/forEachLimit.js(43,4): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/forEachLimit.js(43,44): error TS2695: Left side of comma operator is unused and has no side effects.
@ -341,16 +268,12 @@ node_modules/async/forEachOf.js(9,33): error TS2695: Left side of comma operator
node_modules/async/forEachOf.js(48,17): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/forEachOf.js(65,39): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/forEachOf.js(70,22): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/forEachOf.js(82,9): error TS1003: Identifier expected.
node_modules/async/forEachOf.js(84,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/forEachOfLimit.js(26,9): error TS1003: Identifier expected.
node_modules/async/forEachOfLimit.js(31,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/forEachOfLimit.js(39,4): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/forEachOfLimit.js(39,44): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/forEachOfSeries.js(24,9): error TS1003: Identifier expected.
node_modules/async/forEachOfSeries.js(28,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/forEachOfSeries.js(34,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/forEachSeries.js(24,9): error TS1003: Identifier expected.
node_modules/async/forEachSeries.js(28,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/forEachSeries.js(36,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/forever.js(38,12): error TS2304: Cannot find name 'AsyncFunction'.
@ -361,209 +284,9 @@ node_modules/async/groupBy.js(34,12): error TS2304: Cannot find name 'AsyncFunct
node_modules/async/groupBy.js(53,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/groupByLimit.js(9,22): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/groupByLimit.js(10,6): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/groupByLimit.js(59,9): error TS1003: Identifier expected.
node_modules/async/groupByLimit.js(63,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/groupBySeries.js(24,9): error TS1003: Identifier expected.
node_modules/async/groupBySeries.js(28,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/groupBySeries.js(36,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/index.js(6,1): error TS2323: Cannot redeclare exported variable 'wrapSync'.
node_modules/async/index.js(6,20): error TS2323: Cannot redeclare exported variable 'selectSeries'.
node_modules/async/index.js(6,43): error TS2323: Cannot redeclare exported variable 'selectLimit'.
node_modules/async/index.js(6,65): error TS2323: Cannot redeclare exported variable 'select'.
node_modules/async/index.js(6,82): error TS2323: Cannot redeclare exported variable 'foldr'.
node_modules/async/index.js(6,98): error TS2323: Cannot redeclare exported variable 'foldl'.
node_modules/async/index.js(6,114): error TS2323: Cannot redeclare exported variable 'inject'.
node_modules/async/index.js(6,131): error TS2323: Cannot redeclare exported variable 'forEachOfLimit'.
node_modules/async/index.js(6,156): error TS2323: Cannot redeclare exported variable 'forEachOfSeries'.
node_modules/async/index.js(6,182): error TS2323: Cannot redeclare exported variable 'forEachOf'.
node_modules/async/index.js(6,202): error TS2323: Cannot redeclare exported variable 'forEachLimit'.
node_modules/async/index.js(6,225): error TS2323: Cannot redeclare exported variable 'forEachSeries'.
node_modules/async/index.js(6,249): error TS2323: Cannot redeclare exported variable 'forEach'.
node_modules/async/index.js(6,267): error TS2323: Cannot redeclare exported variable 'findSeries'.
node_modules/async/index.js(6,288): error TS2323: Cannot redeclare exported variable 'findLimit'.
node_modules/async/index.js(6,308): error TS2323: Cannot redeclare exported variable 'find'.
node_modules/async/index.js(6,323): error TS2323: Cannot redeclare exported variable 'anySeries'.
node_modules/async/index.js(6,343): error TS2323: Cannot redeclare exported variable 'anyLimit'.
node_modules/async/index.js(6,362): error TS2323: Cannot redeclare exported variable 'any'.
node_modules/async/index.js(6,376): error TS2323: Cannot redeclare exported variable 'allSeries'.
node_modules/async/index.js(6,396): error TS2323: Cannot redeclare exported variable 'allLimit'.
node_modules/async/index.js(6,415): error TS2323: Cannot redeclare exported variable 'all'.
node_modules/async/index.js(6,429): error TS2323: Cannot redeclare exported variable 'whilst'.
node_modules/async/index.js(6,446): error TS2323: Cannot redeclare exported variable 'waterfall'.
node_modules/async/index.js(6,466): error TS2323: Cannot redeclare exported variable 'until'.
node_modules/async/index.js(6,482): error TS2323: Cannot redeclare exported variable 'unmemoize'.
node_modules/async/index.js(6,502): error TS2323: Cannot redeclare exported variable 'tryEach'.
node_modules/async/index.js(6,520): error TS2323: Cannot redeclare exported variable 'transform'.
node_modules/async/index.js(6,540): error TS2323: Cannot redeclare exported variable 'timesSeries'.
node_modules/async/index.js(6,562): error TS2323: Cannot redeclare exported variable 'timesLimit'.
node_modules/async/index.js(6,583): error TS2323: Cannot redeclare exported variable 'times'.
node_modules/async/index.js(6,599): error TS2323: Cannot redeclare exported variable 'timeout'.
node_modules/async/index.js(6,617): error TS2323: Cannot redeclare exported variable 'sortBy'.
node_modules/async/index.js(6,634): error TS2323: Cannot redeclare exported variable 'someSeries'.
node_modules/async/index.js(6,655): error TS2323: Cannot redeclare exported variable 'someLimit'.
node_modules/async/index.js(6,675): error TS2323: Cannot redeclare exported variable 'some'.
node_modules/async/index.js(6,690): error TS2323: Cannot redeclare exported variable 'setImmediate'.
node_modules/async/index.js(6,713): error TS2323: Cannot redeclare exported variable 'series'.
node_modules/async/index.js(6,730): error TS2323: Cannot redeclare exported variable 'seq'.
node_modules/async/index.js(6,744): error TS2323: Cannot redeclare exported variable 'retryable'.
node_modules/async/index.js(6,764): error TS2323: Cannot redeclare exported variable 'retry'.
node_modules/async/index.js(6,780): error TS2323: Cannot redeclare exported variable 'rejectSeries'.
node_modules/async/index.js(6,803): error TS2323: Cannot redeclare exported variable 'rejectLimit'.
node_modules/async/index.js(6,825): error TS2323: Cannot redeclare exported variable 'reject'.
node_modules/async/index.js(6,842): error TS2323: Cannot redeclare exported variable 'reflectAll'.
node_modules/async/index.js(6,863): error TS2323: Cannot redeclare exported variable 'reflect'.
node_modules/async/index.js(6,881): error TS2323: Cannot redeclare exported variable 'reduceRight'.
node_modules/async/index.js(6,903): error TS2323: Cannot redeclare exported variable 'reduce'.
node_modules/async/index.js(6,920): error TS2323: Cannot redeclare exported variable 'race'.
node_modules/async/index.js(6,935): error TS2323: Cannot redeclare exported variable 'queue'.
node_modules/async/index.js(6,951): error TS2323: Cannot redeclare exported variable 'priorityQueue'.
node_modules/async/index.js(6,975): error TS2323: Cannot redeclare exported variable 'parallelLimit'.
node_modules/async/index.js(6,999): error TS2323: Cannot redeclare exported variable 'parallel'.
node_modules/async/index.js(6,1018): error TS2323: Cannot redeclare exported variable 'nextTick'.
node_modules/async/index.js(6,1037): error TS2323: Cannot redeclare exported variable 'memoize'.
node_modules/async/index.js(6,1055): error TS2323: Cannot redeclare exported variable 'mapValuesSeries'.
node_modules/async/index.js(6,1081): error TS2323: Cannot redeclare exported variable 'mapValuesLimit'.
node_modules/async/index.js(6,1106): error TS2323: Cannot redeclare exported variable 'mapValues'.
node_modules/async/index.js(6,1126): error TS2323: Cannot redeclare exported variable 'mapSeries'.
node_modules/async/index.js(6,1146): error TS2323: Cannot redeclare exported variable 'mapLimit'.
node_modules/async/index.js(6,1165): error TS2323: Cannot redeclare exported variable 'map'.
node_modules/async/index.js(6,1179): error TS2323: Cannot redeclare exported variable 'log'.
node_modules/async/index.js(6,1193): error TS2323: Cannot redeclare exported variable 'groupBySeries'.
node_modules/async/index.js(6,1217): error TS2323: Cannot redeclare exported variable 'groupByLimit'.
node_modules/async/index.js(6,1240): error TS2323: Cannot redeclare exported variable 'groupBy'.
node_modules/async/index.js(6,1258): error TS2323: Cannot redeclare exported variable 'forever'.
node_modules/async/index.js(6,1276): error TS2323: Cannot redeclare exported variable 'filterSeries'.
node_modules/async/index.js(6,1299): error TS2323: Cannot redeclare exported variable 'filterLimit'.
node_modules/async/index.js(6,1321): error TS2323: Cannot redeclare exported variable 'filter'.
node_modules/async/index.js(6,1338): error TS2323: Cannot redeclare exported variable 'everySeries'.
node_modules/async/index.js(6,1360): error TS2323: Cannot redeclare exported variable 'everyLimit'.
node_modules/async/index.js(6,1381): error TS2323: Cannot redeclare exported variable 'every'.
node_modules/async/index.js(6,1397): error TS2323: Cannot redeclare exported variable 'ensureAsync'.
node_modules/async/index.js(6,1419): error TS2323: Cannot redeclare exported variable 'eachSeries'.
node_modules/async/index.js(6,1440): error TS2323: Cannot redeclare exported variable 'eachOfSeries'.
node_modules/async/index.js(6,1463): error TS2323: Cannot redeclare exported variable 'eachOfLimit'.
node_modules/async/index.js(6,1485): error TS2323: Cannot redeclare exported variable 'eachOf'.
node_modules/async/index.js(6,1502): error TS2323: Cannot redeclare exported variable 'eachLimit'.
node_modules/async/index.js(6,1522): error TS2323: Cannot redeclare exported variable 'each'.
node_modules/async/index.js(6,1537): error TS2323: Cannot redeclare exported variable 'during'.
node_modules/async/index.js(6,1554): error TS2323: Cannot redeclare exported variable 'doWhilst'.
node_modules/async/index.js(6,1573): error TS2323: Cannot redeclare exported variable 'doUntil'.
node_modules/async/index.js(6,1591): error TS2323: Cannot redeclare exported variable 'doDuring'.
node_modules/async/index.js(6,1610): error TS2323: Cannot redeclare exported variable 'dir'.
node_modules/async/index.js(6,1624): error TS2323: Cannot redeclare exported variable 'detectSeries'.
node_modules/async/index.js(6,1647): error TS2323: Cannot redeclare exported variable 'detectLimit'.
node_modules/async/index.js(6,1669): error TS2323: Cannot redeclare exported variable 'detect'.
node_modules/async/index.js(6,1686): error TS2323: Cannot redeclare exported variable 'constant'.
node_modules/async/index.js(6,1705): error TS2323: Cannot redeclare exported variable 'concatSeries'.
node_modules/async/index.js(6,1728): error TS2323: Cannot redeclare exported variable 'concatLimit'.
node_modules/async/index.js(6,1750): error TS2323: Cannot redeclare exported variable 'concat'.
node_modules/async/index.js(6,1767): error TS2323: Cannot redeclare exported variable 'compose'.
node_modules/async/index.js(6,1785): error TS2323: Cannot redeclare exported variable 'cargo'.
node_modules/async/index.js(6,1801): error TS2323: Cannot redeclare exported variable 'autoInject'.
node_modules/async/index.js(6,1822): error TS2323: Cannot redeclare exported variable 'auto'.
node_modules/async/index.js(6,1837): error TS2323: Cannot redeclare exported variable 'asyncify'.
node_modules/async/index.js(6,1856): error TS2323: Cannot redeclare exported variable 'applyEachSeries'.
node_modules/async/index.js(6,1882): error TS2323: Cannot redeclare exported variable 'applyEach'.
node_modules/async/index.js(6,1902): error TS2323: Cannot redeclare exported variable 'apply'.
node_modules/async/index.js(484,1): error TS2323: Cannot redeclare exported variable 'apply'.
node_modules/async/index.js(485,1): error TS2323: Cannot redeclare exported variable 'applyEach'.
node_modules/async/index.js(486,1): error TS2323: Cannot redeclare exported variable 'applyEachSeries'.
node_modules/async/index.js(487,1): error TS2323: Cannot redeclare exported variable 'asyncify'.
node_modules/async/index.js(488,1): error TS2323: Cannot redeclare exported variable 'auto'.
node_modules/async/index.js(489,1): error TS2323: Cannot redeclare exported variable 'autoInject'.
node_modules/async/index.js(490,1): error TS2323: Cannot redeclare exported variable 'cargo'.
node_modules/async/index.js(491,1): error TS2323: Cannot redeclare exported variable 'compose'.
node_modules/async/index.js(492,1): error TS2323: Cannot redeclare exported variable 'concat'.
node_modules/async/index.js(493,1): error TS2323: Cannot redeclare exported variable 'concatLimit'.
node_modules/async/index.js(494,1): error TS2323: Cannot redeclare exported variable 'concatSeries'.
node_modules/async/index.js(495,1): error TS2323: Cannot redeclare exported variable 'constant'.
node_modules/async/index.js(496,1): error TS2323: Cannot redeclare exported variable 'detect'.
node_modules/async/index.js(497,1): error TS2323: Cannot redeclare exported variable 'detectLimit'.
node_modules/async/index.js(498,1): error TS2323: Cannot redeclare exported variable 'detectSeries'.
node_modules/async/index.js(499,1): error TS2323: Cannot redeclare exported variable 'dir'.
node_modules/async/index.js(500,1): error TS2323: Cannot redeclare exported variable 'doDuring'.
node_modules/async/index.js(501,1): error TS2323: Cannot redeclare exported variable 'doUntil'.
node_modules/async/index.js(502,1): error TS2323: Cannot redeclare exported variable 'doWhilst'.
node_modules/async/index.js(503,1): error TS2323: Cannot redeclare exported variable 'during'.
node_modules/async/index.js(504,1): error TS2323: Cannot redeclare exported variable 'each'.
node_modules/async/index.js(505,1): error TS2323: Cannot redeclare exported variable 'eachLimit'.
node_modules/async/index.js(506,1): error TS2323: Cannot redeclare exported variable 'eachOf'.
node_modules/async/index.js(507,1): error TS2323: Cannot redeclare exported variable 'eachOfLimit'.
node_modules/async/index.js(508,1): error TS2323: Cannot redeclare exported variable 'eachOfSeries'.
node_modules/async/index.js(509,1): error TS2323: Cannot redeclare exported variable 'eachSeries'.
node_modules/async/index.js(510,1): error TS2323: Cannot redeclare exported variable 'ensureAsync'.
node_modules/async/index.js(511,1): error TS2323: Cannot redeclare exported variable 'every'.
node_modules/async/index.js(512,1): error TS2323: Cannot redeclare exported variable 'everyLimit'.
node_modules/async/index.js(513,1): error TS2323: Cannot redeclare exported variable 'everySeries'.
node_modules/async/index.js(514,1): error TS2323: Cannot redeclare exported variable 'filter'.
node_modules/async/index.js(515,1): error TS2323: Cannot redeclare exported variable 'filterLimit'.
node_modules/async/index.js(516,1): error TS2323: Cannot redeclare exported variable 'filterSeries'.
node_modules/async/index.js(517,1): error TS2323: Cannot redeclare exported variable 'forever'.
node_modules/async/index.js(518,1): error TS2323: Cannot redeclare exported variable 'groupBy'.
node_modules/async/index.js(519,1): error TS2323: Cannot redeclare exported variable 'groupByLimit'.
node_modules/async/index.js(520,1): error TS2323: Cannot redeclare exported variable 'groupBySeries'.
node_modules/async/index.js(521,1): error TS2323: Cannot redeclare exported variable 'log'.
node_modules/async/index.js(522,1): error TS2323: Cannot redeclare exported variable 'map'.
node_modules/async/index.js(523,1): error TS2323: Cannot redeclare exported variable 'mapLimit'.
node_modules/async/index.js(524,1): error TS2323: Cannot redeclare exported variable 'mapSeries'.
node_modules/async/index.js(525,1): error TS2323: Cannot redeclare exported variable 'mapValues'.
node_modules/async/index.js(526,1): error TS2323: Cannot redeclare exported variable 'mapValuesLimit'.
node_modules/async/index.js(527,1): error TS2323: Cannot redeclare exported variable 'mapValuesSeries'.
node_modules/async/index.js(528,1): error TS2323: Cannot redeclare exported variable 'memoize'.
node_modules/async/index.js(529,1): error TS2323: Cannot redeclare exported variable 'nextTick'.
node_modules/async/index.js(530,1): error TS2323: Cannot redeclare exported variable 'parallel'.
node_modules/async/index.js(531,1): error TS2323: Cannot redeclare exported variable 'parallelLimit'.
node_modules/async/index.js(532,1): error TS2323: Cannot redeclare exported variable 'priorityQueue'.
node_modules/async/index.js(533,1): error TS2323: Cannot redeclare exported variable 'queue'.
node_modules/async/index.js(534,1): error TS2323: Cannot redeclare exported variable 'race'.
node_modules/async/index.js(535,1): error TS2323: Cannot redeclare exported variable 'reduce'.
node_modules/async/index.js(536,1): error TS2323: Cannot redeclare exported variable 'reduceRight'.
node_modules/async/index.js(537,1): error TS2323: Cannot redeclare exported variable 'reflect'.
node_modules/async/index.js(538,1): error TS2323: Cannot redeclare exported variable 'reflectAll'.
node_modules/async/index.js(539,1): error TS2323: Cannot redeclare exported variable 'reject'.
node_modules/async/index.js(540,1): error TS2323: Cannot redeclare exported variable 'rejectLimit'.
node_modules/async/index.js(541,1): error TS2323: Cannot redeclare exported variable 'rejectSeries'.
node_modules/async/index.js(542,1): error TS2323: Cannot redeclare exported variable 'retry'.
node_modules/async/index.js(543,1): error TS2323: Cannot redeclare exported variable 'retryable'.
node_modules/async/index.js(544,1): error TS2323: Cannot redeclare exported variable 'seq'.
node_modules/async/index.js(545,1): error TS2323: Cannot redeclare exported variable 'series'.
node_modules/async/index.js(546,1): error TS2323: Cannot redeclare exported variable 'setImmediate'.
node_modules/async/index.js(547,1): error TS2323: Cannot redeclare exported variable 'some'.
node_modules/async/index.js(548,1): error TS2323: Cannot redeclare exported variable 'someLimit'.
node_modules/async/index.js(549,1): error TS2323: Cannot redeclare exported variable 'someSeries'.
node_modules/async/index.js(550,1): error TS2323: Cannot redeclare exported variable 'sortBy'.
node_modules/async/index.js(551,1): error TS2323: Cannot redeclare exported variable 'timeout'.
node_modules/async/index.js(552,1): error TS2323: Cannot redeclare exported variable 'times'.
node_modules/async/index.js(553,1): error TS2323: Cannot redeclare exported variable 'timesLimit'.
node_modules/async/index.js(554,1): error TS2323: Cannot redeclare exported variable 'timesSeries'.
node_modules/async/index.js(555,1): error TS2323: Cannot redeclare exported variable 'transform'.
node_modules/async/index.js(556,1): error TS2323: Cannot redeclare exported variable 'tryEach'.
node_modules/async/index.js(557,1): error TS2323: Cannot redeclare exported variable 'unmemoize'.
node_modules/async/index.js(558,1): error TS2323: Cannot redeclare exported variable 'until'.
node_modules/async/index.js(559,1): error TS2323: Cannot redeclare exported variable 'waterfall'.
node_modules/async/index.js(560,1): error TS2323: Cannot redeclare exported variable 'whilst'.
node_modules/async/index.js(561,1): error TS2323: Cannot redeclare exported variable 'all'.
node_modules/async/index.js(562,1): error TS2323: Cannot redeclare exported variable 'allLimit'.
node_modules/async/index.js(563,1): error TS2323: Cannot redeclare exported variable 'allSeries'.
node_modules/async/index.js(564,1): error TS2323: Cannot redeclare exported variable 'any'.
node_modules/async/index.js(565,1): error TS2323: Cannot redeclare exported variable 'anyLimit'.
node_modules/async/index.js(566,1): error TS2323: Cannot redeclare exported variable 'anySeries'.
node_modules/async/index.js(567,1): error TS2323: Cannot redeclare exported variable 'find'.
node_modules/async/index.js(568,1): error TS2323: Cannot redeclare exported variable 'findLimit'.
node_modules/async/index.js(569,1): error TS2323: Cannot redeclare exported variable 'findSeries'.
node_modules/async/index.js(570,1): error TS2323: Cannot redeclare exported variable 'forEach'.
node_modules/async/index.js(571,1): error TS2323: Cannot redeclare exported variable 'forEachSeries'.
node_modules/async/index.js(572,1): error TS2323: Cannot redeclare exported variable 'forEachLimit'.
node_modules/async/index.js(573,1): error TS2323: Cannot redeclare exported variable 'forEachOf'.
node_modules/async/index.js(574,1): error TS2323: Cannot redeclare exported variable 'forEachOfSeries'.
node_modules/async/index.js(575,1): error TS2323: Cannot redeclare exported variable 'forEachOfLimit'.
node_modules/async/index.js(576,1): error TS2323: Cannot redeclare exported variable 'inject'.
node_modules/async/index.js(577,1): error TS2323: Cannot redeclare exported variable 'foldl'.
node_modules/async/index.js(578,1): error TS2323: Cannot redeclare exported variable 'foldr'.
node_modules/async/index.js(579,1): error TS2323: Cannot redeclare exported variable 'select'.
node_modules/async/index.js(580,1): error TS2323: Cannot redeclare exported variable 'selectLimit'.
node_modules/async/index.js(581,1): error TS2323: Cannot redeclare exported variable 'selectSeries'.
node_modules/async/index.js(582,1): error TS2323: Cannot redeclare exported variable 'wrapSync'.
node_modules/async/inject.js(46,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/inject.js(67,17): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/inject.js(68,22): error TS2695: Left side of comma operator is unused and has no side effects.
@ -602,15 +325,8 @@ node_modules/async/internal/queue.js(94,30): error TS2695: Left side of comma op
node_modules/async/internal/queue.js(174,27): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/internal/queue.js(199,14): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/internal/reject.js(15,6): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/internal/setImmediate.js(6,1): error TS2323: Cannot redeclare exported variable 'hasNextTick'.
node_modules/async/internal/setImmediate.js(6,23): error TS2323: Cannot redeclare exported variable 'hasSetImmediate'.
node_modules/async/internal/setImmediate.js(16,23): error TS2323: Cannot redeclare exported variable 'hasSetImmediate'.
node_modules/async/internal/setImmediate.js(17,19): error TS2323: Cannot redeclare exported variable 'hasNextTick'.
node_modules/async/internal/setImmediate.js(25,21): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/internal/wrapAsync.js(6,1): error TS2323: Cannot redeclare exported variable 'isAsync'.
node_modules/async/internal/wrapAsync.js(21,32): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/internal/wrapAsync.js(25,1): error TS2322: Type '(fn: any) => boolean' is not assignable to type 'undefined'.
node_modules/async/internal/wrapAsync.js(25,1): error TS2323: Cannot redeclare exported variable 'isAsync'.
node_modules/async/log.js(24,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/log.js(26,28): error TS1003: Identifier expected.
node_modules/async/log.js(26,29): error TS1003: Identifier expected.
@ -618,21 +334,17 @@ node_modules/async/log.js(26,30): error TS1003: Identifier expected.
node_modules/async/log.js(40,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/map.js(40,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/map.js(53,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/mapLimit.js(24,9): error TS1003: Identifier expected.
node_modules/async/mapLimit.js(28,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/mapLimit.js(36,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/mapSeries.js(24,9): error TS1003: Identifier expected.
node_modules/async/mapSeries.js(27,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/mapSeries.js(35,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/mapValues.js(36,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/mapValues.js(62,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/mapValuesLimit.js(34,9): error TS1003: Identifier expected.
node_modules/async/mapValuesLimit.js(38,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/mapValuesLimit.js(48,17): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/mapValuesLimit.js(50,22): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/mapValuesLimit.js(51,6): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/mapValuesLimit.js(58,9): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/async/mapValuesSeries.js(24,9): error TS1003: Identifier expected.
node_modules/async/mapValuesSeries.js(27,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/mapValuesSeries.js(36,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/memoize.js(53,12): error TS2304: Cannot find name 'AsyncFunction'.
@ -641,20 +353,17 @@ node_modules/async/memoize.js(75,16): error TS2695: Left side of comma operator
node_modules/async/memoize.js(76,21): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/memoize.js(79,14): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/memoize.js(87,29): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/nextTick.js(21,9): error TS1003: Identifier expected.
node_modules/async/nextTick.js(25,23): error TS1003: Identifier expected.
node_modules/async/nextTick.js(25,24): error TS1003: Identifier expected.
node_modules/async/nextTick.js(25,25): error TS1003: Identifier expected.
node_modules/async/nextTick.js(50,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/parallel.js(88,4): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/parallelLimit.js(26,9): error TS1003: Identifier expected.
node_modules/async/parallelLimit.js(38,4): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/parallelLimit.js(38,28): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/priorityQueue.js(9,14): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/priorityQueue.js(18,15): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/priorityQueue.js(23,21): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/priorityQueue.js(47,10): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/priorityQueue.js(84,9): error TS1003: Identifier expected.
node_modules/async/priorityQueue.js(86,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/queue.js(8,18): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/queue.js(9,11): error TS2695: Left side of comma operator is unused and has no side effects.
@ -667,7 +376,6 @@ node_modules/async/reduce.js(67,17): error TS2695: Left side of comma operator i
node_modules/async/reduce.js(68,22): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/reduce.js(69,6): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/reduce.js(75,9): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/async/reduceRight.js(25,9): error TS1003: Identifier expected.
node_modules/async/reduceRight.js(30,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/reduceRight.js(41,19): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/reduceRight.js(42,4): error TS2695: Left side of comma operator is unused and has no side effects.
@ -675,17 +383,12 @@ node_modules/async/reflect.js(33,12): error TS2304: Cannot find name 'AsyncFunct
node_modules/async/reflect.js(62,16): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/reflect.js(63,13): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/reflect.js(72,30): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/reflectAll.js(33,9): error TS1003: Identifier expected.
node_modules/async/reflectAll.js(95,10): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/reflectAll.js(96,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/reflectAll.js(99,10): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/reject.js(24,9): error TS1003: Identifier expected.
node_modules/async/reject.js(44,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/rejectLimit.js(25,9): error TS1003: Identifier expected.
node_modules/async/rejectLimit.js(36,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/rejectSeries.js(24,9): error TS1003: Identifier expected.
node_modules/async/rejectSeries.js(34,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/retry.js(33,9): error TS1003: Identifier expected.
node_modules/async/retry.js(48,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/retry.js(106,22): error TS1016: A required parameter cannot follow an optional parameter.
node_modules/async/retry.js(112,24): error TS2695: Left side of comma operator is unused and has no side effects.
@ -698,32 +401,25 @@ node_modules/async/retryable.js(12,18): error TS2695: Left side of comma operato
node_modules/async/retryable.js(13,13): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/retryable.js(18,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/retryable.js(18,70): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/retryable.js(47,9): error TS1003: Identifier expected.
node_modules/async/retryable.js(51,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/select.js(44,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/selectLimit.js(25,9): error TS1003: Identifier expected.
node_modules/async/selectLimit.js(36,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/selectSeries.js(24,9): error TS1003: Identifier expected.
node_modules/async/selectSeries.js(34,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/seq.js(41,9): error TS1003: Identifier expected.
node_modules/async/seq.js(43,15): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/seq.js(69,23): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/seq.js(71,21): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/seq.js(81,10): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/seq.js(83,33): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/series.js(83,4): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/setImmediate.js(25,9): error TS1003: Identifier expected.
node_modules/async/setImmediate.js(29,23): error TS1003: Identifier expected.
node_modules/async/setImmediate.js(29,24): error TS1003: Identifier expected.
node_modules/async/setImmediate.js(29,25): error TS1003: Identifier expected.
node_modules/async/some.js(33,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/some.js(51,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/some.js(51,46): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/someLimit.js(28,9): error TS1003: Identifier expected.
node_modules/async/someLimit.js(33,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/someLimit.js(42,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/someLimit.js(42,51): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/someSeries.js(24,9): error TS1003: Identifier expected.
node_modules/async/someSeries.js(28,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/someSeries.js(37,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/sortBy.js(36,12): error TS2304: Cannot find name 'AsyncFunction'.
@ -737,15 +433,12 @@ node_modules/async/timeout.js(60,15): error TS2695: Left side of comma operator
node_modules/async/timeout.js(62,13): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/timeout.js(69,19): error TS2339: Property 'code' does not exist on type 'Error'.
node_modules/async/timeout.js(71,23): error TS2339: Property 'info' does not exist on type 'Error'.
node_modules/async/times.js(25,9): error TS1003: Identifier expected.
node_modules/async/times.js(28,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/times.js(49,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/timesLimit.js(30,9): error TS1003: Identifier expected.
node_modules/async/timesLimit.js(34,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/timesLimit.js(39,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/timesLimit.js(40,4): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/timesLimit.js(40,28): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/timesSeries.js(24,9): error TS1003: Identifier expected.
node_modules/async/timesSeries.js(27,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/timesSeries.js(31,20): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/transform.js(43,12): error TS2304: Cannot find name 'AsyncFunction'.
@ -759,10 +452,8 @@ node_modules/async/tryEach.js(67,6): error TS2695: Left side of comma operator i
node_modules/async/tryEach.js(68,10): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/tryEach.js(70,27): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/tryEach.js(78,9): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/async/unmemoize.js(15,9): error TS1003: Identifier expected.
node_modules/async/unmemoize.js(17,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/unmemoize.js(18,14): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/until.js(25,9): error TS1003: Identifier expected.
node_modules/async/until.js(29,12): error TS2304: Cannot find name 'AsyncFunction'.
node_modules/async/until.js(37,6): error TS2695: Left side of comma operator is unused and has no side effects.
node_modules/async/waterfall.js(8,17): error TS2695: Left side of comma operator is unused and has no side effects.

View File

@ -1,59 +0,0 @@
Exit Code: 2
Standard output:
lib/adapters/http.js(13,19): error TS2732: Cannot find module './../../package.json'. Consider using '--resolveJsonModule' to import module with '.json' extension.
lib/adapters/http.js(22,12): error TS2304: Cannot find name 'AxiosProxyConfig'.
lib/adapters/http.js(34,5): error TS2532: Object is possibly 'undefined'.
lib/adapters/http.js(38,11): error TS2339: Property 'beforeRedirect' does not exist on type 'ClientRequestArgs'.
lib/adapters/http.js(116,22): error TS2345: Argument of type 'string | null' is not assignable to parameter of type 'string'.
Type 'null' is not assignable to type 'string'.
lib/adapters/http.js(153,17): error TS2531: Object is possibly 'null'.
lib/adapters/http.js(153,40): error TS2531: Object is possibly 'null'.
lib/adapters/http.js(248,23): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
lib/adapters/http.js(254,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
lib/adapters/http.js(260,13): error TS2322: Type 'string' is not assignable to type 'Buffer'.
lib/adapters/http.js(262,15): error TS2322: Type 'string' is not assignable to type 'Buffer'.
lib/adapters/http.js(262,45): error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string'.
lib/adapters/http.js(275,40): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
lib/adapters/http.js(304,42): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
lib/adapters/xhr.js(65,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
lib/adapters/xhr.js(77,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
lib/adapters/xhr.js(84,51): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
lib/adapters/xhr.js(87,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
lib/adapters/xhr.js(100,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
lib/adapters/xhr.js(168,9): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
lib/axios.js(23,9): error TS2554: Expected 3 arguments, but got 2.
lib/axios.js(25,3): error TS2739: Type '(...args: any[]) => any' is missing the following properties from type 'Axios': defaults, interceptors, request, getUri
lib/axios.js(32,7): error TS2339: Property 'Axios' does not exist on type 'Axios'.
lib/axios.js(35,7): error TS2339: Property 'create' does not exist on type 'Axios'.
lib/axios.js(40,7): error TS2339: Property 'Cancel' does not exist on type 'Axios'.
lib/axios.js(41,7): error TS2339: Property 'CancelToken' does not exist on type 'Axios'.
lib/axios.js(42,7): error TS2339: Property 'isCancel' does not exist on type 'Axios'.
lib/axios.js(45,7): error TS2339: Property 'all' does not exist on type 'Axios'.
lib/axios.js(48,7): error TS2339: Property 'spread' does not exist on type 'Axios'.
lib/axios.js(51,7): error TS2339: Property 'isAxiosError' does not exist on type 'Axios'.
lib/cancel/CancelToken.js(23,15): error TS2339: Property 'reason' does not exist on type 'CancelToken'.
lib/cancel/CancelToken.js(28,11): error TS2339: Property 'reason' does not exist on type 'CancelToken'.
lib/cancel/CancelToken.js(29,26): error TS2339: Property 'reason' does not exist on type 'CancelToken'.
lib/cancel/CancelToken.js(37,12): error TS2339: Property 'reason' does not exist on type 'CancelToken'.
lib/cancel/CancelToken.js(38,16): error TS2339: Property 'reason' does not exist on type 'CancelToken'.
lib/core/enhanceError.js(14,9): error TS2339: Property 'config' does not exist on type 'Error'.
lib/core/enhanceError.js(16,11): error TS2339: Property 'code' does not exist on type 'Error'.
lib/core/enhanceError.js(19,9): error TS2339: Property 'request' does not exist on type 'Error'.
lib/core/enhanceError.js(20,9): error TS2339: Property 'response' does not exist on type 'Error'.
lib/core/enhanceError.js(21,9): error TS2339: Property 'isAxiosError' does not exist on type 'Error'.
lib/core/enhanceError.js(23,9): error TS2339: Property 'toJSON' does not exist on type 'Error'.
lib/core/enhanceError.js(29,25): error TS2339: Property 'description' does not exist on type 'Error'.
lib/core/enhanceError.js(30,20): error TS2339: Property 'number' does not exist on type 'Error'.
lib/core/enhanceError.js(32,22): error TS2339: Property 'fileName' does not exist on type 'Error'.
lib/core/enhanceError.js(33,24): error TS2339: Property 'lineNumber' does not exist on type 'Error'.
lib/core/enhanceError.js(34,26): error TS2339: Property 'columnNumber' does not exist on type 'Error'.
lib/core/enhanceError.js(37,20): error TS2339: Property 'config' does not exist on type 'Error'.
lib/core/enhanceError.js(38,18): error TS2339: Property 'code' does not exist on type 'Error'.
lib/core/settle.js(20,7): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
lib/helpers/buildURL.js(22,49): error TS1016: A required parameter cannot follow an optional parameter.
lib/helpers/cookies.js(16,56): error TS2551: Property 'toGMTString' does not exist on type 'Date'. Did you mean 'toUTCString'?
lib/utils.js(271,20): error TS8029: JSDoc '@param' tag has name 'obj1', but there is no parameter with that name. It would match 'arguments' if it had an array type.
Standard error:

View File

@ -5,7 +5,7 @@ node_modules/bluebird/js/release/bluebird.js(5,15): error TS2367: This condition
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/debuggability.js(225,17): error TS2403: Subsequent variable declarations must have the same type. Variable 'event' must be of type 'CustomEvent<any>', but here has type 'Event'.
node_modules/bluebird/js/release/debuggability.js(232,26): error TS2339: Property 'detail' does not exist on type 'Event'.
node_modules/bluebird/js/release/debuggability.js(258,48): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[event: "multipleResolves", listener: MultipleResolveListener]'.
node_modules/bluebird/js/release/debuggability.js(258,48): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[event: "worker", listener: WorkerListener]'.
node_modules/bluebird/js/release/debuggability.js(301,9): error TS2322: Type 'Process' is not assignable to type 'boolean'.
node_modules/bluebird/js/release/debuggability.js(301,28): error TS2684: The 'this' context of type '((...args: any[]) => Process) | ((name: any, ...args: any[]) => boolean)' is not assignable to method's 'this' of type '(this: null, args_0?: any, ...args_1: any[]) => Process'.
Type '(name: any, ...args: any[]) => boolean' is not assignable to type '(this: null, args_0?: any, ...args_1: any[]) => Process'.
@ -18,6 +18,8 @@ node_modules/bluebird/js/release/debuggability.js(807,5): error TS2721: Cannot i
node_modules/bluebird/js/release/debuggability.js(825,30): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
node_modules/bluebird/js/release/debuggability.js(831,37): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
node_modules/bluebird/js/release/debuggability.js(870,38): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
node_modules/bluebird/js/release/debuggability.js(922,42): error TS2571: Object is of type 'unknown'.
node_modules/bluebird/js/release/debuggability.js(931,34): error TS2571: Object is of type 'unknown'.
node_modules/bluebird/js/release/debuggability.js(950,4): error TS2554: Expected 0 arguments, but got 1.
node_modules/bluebird/js/release/errors.js(10,49): error TS2350: Only a void function can be called with the 'new' keyword.
node_modules/bluebird/js/release/finally.js(50,24): error TS2339: Property 'promise' does not exist on type 'finallyHandler'.
@ -46,14 +48,14 @@ node_modules/bluebird/js/release/map.js(118,23): error TS2339: Property '_values
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(163,66): error TS2339: Property 'promise' does not exist on type 'MappingPromiseArray'.
node_modules/bluebird/js/release/nodeify.js(32,19): error TS2339: Property 'cause' does not exist on type 'Error'.
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(18,26): error TS2339: Property 'domain' does not exist on type 'Process'.
node_modules/bluebird/js/release/promise.js(38,20): error TS2531: Object is possibly 'null'.
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(44,5): error TS2322: Type '() => { domain: any; async: AsyncResource; }' is not assignable to type '(() => null) | (() => { domain: any; async: null; })'.
Type '() => { domain: any; async: AsyncResource; }' is not assignable to type '() => null'.
Type '{ domain: any; async: AsyncResource; }' is not assignable to type 'null'.
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(104,10): error TS2339: Property '_promiseCreated' does not exist on type 'Promise'.
@ -178,6 +180,7 @@ node_modules/bluebird/js/release/using.js(78,20): error TS2339: Property 'doDisp
node_modules/bluebird/js/release/using.js(92,14): error TS2339: Property 'constructor$' does not exist on type 'FunctionDisposer'.
node_modules/bluebird/js/release/using.js(97,23): error TS2339: Property 'data' does not exist on type 'FunctionDisposer'.
node_modules/bluebird/js/release/using.js(223,15): error TS2350: Only a void function can be called with the 'new' keyword.
node_modules/bluebird/js/release/util.js(18,9): error TS2322: Type 'unknown' is not assignable to type '{}'.
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'.

File diff suppressed because it is too large Load Diff

View File

@ -7,6 +7,7 @@ node_modules/clone/clone.js(176,14): error TS2532: Object is possibly 'undefined
node_modules/clone/clone.js(186,16): error TS2403: Subsequent variable declarations must have the same type. Variable 'i' must be of type 'string', but here has type 'number'.
node_modules/clone/clone.js(186,23): error TS2365: Operator '<' cannot be applied to types 'string' and 'number'.
node_modules/clone/clone.js(186,52): error TS2356: An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type.
node_modules/clone/clone.js(255,35): error TS2774: This condition will always return true since this function is always defined. Did you mean to call it instead?

View File

@ -1,12 +1,8 @@
Exit Code: 2
Standard output:
test/fixtures/issue-5176-flow-class-properties/src/App.js(5,8): error TS8010: Type annotations can only be used in TypeScript files.
test/fixtures/issue-5176-flow-class-properties/src/App.js(5,13): error TS1005: ';' expected.
test/fixtures/webpack-message-formatting/src/AppBabel.js(6,8): error TS17008: JSX element 'div' has no corresponding closing tag.
test/fixtures/webpack-message-formatting/src/AppBabel.js(8,7): error TS17002: Expected corresponding JSX closing tag for 'span'.
test/fixtures/webpack-message-formatting/src/AppBabel.js(10,3): error TS1381: Unexpected token. Did you mean `{'}'}` or `&rbrace;`?
test/fixtures/webpack-message-formatting/src/AppBabel.js(11,1): error TS1381: Unexpected token. Did you mean `{'}'}` or `&rbrace;`?
test/fixtures/webpack-message-formatting/src/AppBabel.js(14,1): error TS1005: '</' expected.
test/fixtures/issue-5176-flow-class-properties/src/App.js(5,13): error TS1442: Expected '=' for property initializer.
test/fixtures/webpack-message-formatting/src/AppBabel.js(7,10): error TS17008: JSX element 'span' has no corresponding closing tag.

View File

@ -6,37 +6,36 @@ node_modules/debug/src/browser.js(34,74): error TS2339: Property 'type' does not
node_modules/debug/src/browser.js(34,112): error TS2339: Property '__nwjs' does not exist on type 'Process'.
node_modules/debug/src/browser.js(45,138): error TS2551: Property 'WebkitAppearance' does not exist on type 'CSSStyleDeclaration'. Did you mean 'webkitAppearance'?
node_modules/debug/src/browser.js(46,70): error TS2339: Property 'firebug' does not exist on type 'Console'.
node_modules/debug/src/browser.js(46,81): error TS2774: This condition will always return true since this function appears to always be defined. Did you mean to call it instead?
node_modules/debug/src/browser.js(46,96): error TS2339: Property 'exception' does not exist on type 'Console'.
node_modules/debug/src/browser.js(100,148): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[message?: any, ...optionalParams: any[]]'.
node_modules/debug/src/browser.js(152,13): error TS2304: Cannot find name 'LocalStorage'.
node_modules/debug/src/common.js(51,24): error TS2339: Property 'colors' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
node_modules/debug/src/common.js(51,60): error TS2339: Property 'colors' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
node_modules/debug/src/browser.js(152,13): error TS2552: Cannot find name 'LocalStorage'. Did you mean 'localstorage'?
node_modules/debug/src/browser.js(177,45): error TS2571: Object is of type 'unknown'.
node_modules/debug/src/common.js(51,24): error TS2339: Property 'colors' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: Mixed) => Mixed; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
node_modules/debug/src/common.js(51,60): error TS2339: Property 'colors' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: Mixed) => Mixed; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
node_modules/debug/src/common.js(80,12): error TS2339: Property 'diff' does not exist on type '{ (...args: any[]): void; namespace: string; enabled: boolean; useColors: any; color: string | number; destroy: () => boolean; extend: (namespace: any, delimiter: any) => Function; }'.
node_modules/debug/src/common.js(81,12): error TS2339: Property 'prev' does not exist on type '{ (...args: any[]): void; namespace: string; enabled: boolean; useColors: any; color: string | number; destroy: () => boolean; extend: (namespace: any, delimiter: any) => Function; }'.
node_modules/debug/src/common.js(82,12): error TS2339: Property 'curr' does not exist on type '{ (...args: any[]): void; namespace: string; enabled: boolean; useColors: any; color: string | number; destroy: () => boolean; extend: (namespace: any, delimiter: any) => Function; }'.
node_modules/debug/src/common.js(113,19): error TS2551: Property 'formatArgs' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'. Did you mean 'formatters'?
node_modules/debug/src/common.js(113,19): error TS2551: Property 'formatArgs' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: Mixed) => Mixed; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'. Did you mean 'formatters'?
node_modules/debug/src/common.js(114,24): error TS2339: Property 'log' does not exist on type '{ (...args: any[]): void; namespace: string; enabled: boolean; useColors: any; color: string | number; destroy: () => boolean; extend: (namespace: any, delimiter: any) => Function; }'.
node_modules/debug/src/common.js(114,43): error TS2339: Property 'log' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
node_modules/debug/src/common.js(120,35): error TS2339: Property 'useColors' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
node_modules/debug/src/common.js(127,28): error TS2339: Property 'init' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
node_modules/debug/src/common.js(128,19): error TS2339: Property 'init' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
node_modules/debug/src/common.js(159,17): error TS2339: Property 'save' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
node_modules/debug/src/common.js(114,43): error TS2339: Property 'log' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: Mixed) => Mixed; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
node_modules/debug/src/common.js(120,35): error TS2339: Property 'useColors' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: Mixed) => Mixed; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
node_modules/debug/src/common.js(127,28): error TS2339: Property 'init' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: Mixed) => Mixed; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
node_modules/debug/src/common.js(128,19): error TS2339: Property 'init' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: Mixed) => Mixed; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
node_modules/debug/src/common.js(159,17): error TS2339: Property 'save' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: Mixed) => Mixed; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
node_modules/debug/src/common.js(230,13): error TS2304: Cannot find name 'Mixed'.
node_modules/debug/src/common.js(231,14): error TS2304: Cannot find name 'Mixed'.
node_modules/debug/src/common.js(244,34): error TS2339: Property 'load' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: any) => any; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
node_modules/debug/src/common.js(244,34): error TS2339: Property 'load' does not exist on type '{ (namespace: string): Function; debug: ...; default: ...; coerce: (val: Mixed) => Mixed; disable: () => void; enable: (namespaces: string) => void; enabled: (name: string) => boolean; humanize: { ...; }; ... 4 more ...; selectColor: (namespace: string) => string | number; }'.
node_modules/debug/src/index.js(7,47): error TS2339: Property 'type' does not exist on type 'Process'.
node_modules/debug/src/index.js(7,78): error TS2339: Property 'browser' does not exist on type 'Process'.
node_modules/debug/src/index.js(7,106): error TS2339: Property '__nwjs' does not exist on type 'Process'.
node_modules/debug/src/node.js(24,1): error TS2323: Cannot redeclare exported variable 'colors'.
node_modules/debug/src/node.js(32,5): error TS2323: Cannot redeclare exported variable 'colors'.
node_modules/debug/src/node.js(53,39): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type 'undefined' is not assignable to type 'string'.
node_modules/debug/src/node.js(54,5): error TS2322: Type 'true' is not assignable to type 'string | undefined'.
node_modules/debug/src/node.js(54,5): error TS2322: Type 'boolean' is not assignable to type 'string'.
node_modules/debug/src/node.js(55,48): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type 'undefined' is not assignable to type 'string'.
node_modules/debug/src/node.js(56,5): error TS2322: Type 'false' is not assignable to type 'string | undefined'.
node_modules/debug/src/node.js(56,5): error TS2322: Type 'boolean' is not assignable to type 'string'.
node_modules/debug/src/node.js(58,5): error TS2322: Type 'null' is not assignable to type 'string | undefined'.
node_modules/debug/src/node.js(60,5): error TS2322: Type 'number' is not assignable to type 'string | undefined'.
node_modules/debug/src/node.js(60,5): error TS2322: Type 'number' is not assignable to type 'string'.
node_modules/debug/src/node.js(108,55): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[format?: any, ...param: any[]]'.
node_modules/debug/src/node.js(136,3): error TS2322: Type 'string | undefined' is not assignable to type 'string'.
Type 'undefined' is not assignable to type 'string'.

View File

@ -1,23 +0,0 @@
Exit Code: 2
Standard output:
node_modules/discord.js/typings/index.d.ts(18,30): error TS7016: Could not find a declaration file for module 'ws'. '../../../tests/cases/user/discord.js/node_modules/ws/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/ws` if it exists or add a new declaration (.d.ts) file containing `declare module 'ws';`
node_modules/discord.js/typings/index.d.ts(122,35): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'.
node_modules/discord.js/typings/index.d.ts(123,36): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'.
node_modules/discord.js/typings/index.d.ts(124,37): error TS2694: Namespace 'NodeJS' has no exported member 'Immediate'.
node_modules/discord.js/typings/index.d.ts(131,43): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'.
node_modules/discord.js/typings/index.d.ts(132,41): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'.
node_modules/discord.js/typings/index.d.ts(133,43): error TS2694: Namespace 'NodeJS' has no exported member 'Immediate'.
node_modules/discord.js/typings/index.d.ts(135,93): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'.
node_modules/discord.js/typings/index.d.ts(136,92): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'.
node_modules/discord.js/typings/index.d.ts(137,79): error TS2694: Namespace 'NodeJS' has no exported member 'Immediate'.
node_modules/discord.js/typings/index.d.ts(283,30): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'.
node_modules/discord.js/typings/index.d.ts(284,34): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'.
node_modules/discord.js/typings/index.d.ts(1805,103): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'.
node_modules/discord.js/typings/index.d.ts(1807,34): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'.
node_modules/discord.js/typings/index.d.ts(1810,34): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'.
node_modules/discord.js/typings/index.d.ts(3155,21): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'.
Standard error:

View File

@ -7,23 +7,23 @@ node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(125,23): error TS2345
Type 'undefined' is not assignable to type 'Set<any>'.
node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(127,18): error TS2769: No overload matches this call.
Overload 1 of 2, '(intervalId: Timeout): void', gave the following error.
Argument of type 'Timeout | null' is not assignable to parameter of type 'Timeout'.
Argument of type 'Timer | null' is not assignable to parameter of type 'Timeout'.
Type 'null' is not assignable to type 'Timeout'.
Overload 2 of 2, '(handle?: number | undefined): void', gave the following error.
Argument of type 'Timeout | null' is not assignable to parameter of type 'number | undefined'.
Overload 2 of 2, '(id?: number | undefined): void', gave the following error.
Argument of type 'Timer | null' is not assignable to parameter of type 'number | undefined'.
Type 'null' is not assignable to type 'number | undefined'.
node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(143,18): error TS2769: No overload matches this call.
Overload 1 of 2, '(intervalId: Timeout): void', gave the following error.
Argument of type 'Timeout | null' is not assignable to parameter of type 'Timeout'.
Argument of type 'Timer | null' is not assignable to parameter of type 'Timeout'.
Type 'null' is not assignable to type 'Timeout'.
Overload 2 of 2, '(handle?: number | undefined): void', gave the following error.
Argument of type 'Timeout | null' is not assignable to parameter of type 'number | undefined'.
Overload 2 of 2, '(id?: number | undefined): void', gave the following error.
Argument of type 'Timer | null' is not assignable to parameter of type 'number | undefined'.
node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(162,18): error TS2769: No overload matches this call.
Overload 1 of 2, '(intervalId: Timeout): void', gave the following error.
Argument of type 'Timeout | null' is not assignable to parameter of type 'Timeout'.
Argument of type 'Timer | null' is not assignable to parameter of type 'Timeout'.
Type 'null' is not assignable to type 'Timeout'.
Overload 2 of 2, '(handle?: number | undefined): void', gave the following error.
Argument of type 'Timeout | null' is not assignable to parameter of type 'number | undefined'.
Overload 2 of 2, '(id?: number | undefined): void', gave the following error.
Argument of type 'Timer | null' is not assignable to parameter of type 'number | undefined'.
node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(192,20): error TS2322: Type 'null' is not assignable to type '(path: any, callback: any) => void'.
node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(197,24): error TS2322: Type 'null' is not assignable to type '(path: any) => any'.
node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(202,23): error TS2322: Type 'null' is not assignable to type '(path: any, callback: any) => void'.
@ -41,9 +41,11 @@ node_modules/enhanced-resolve/lib/Resolver.js(210,13): error TS2339: Property 'd
node_modules/enhanced-resolve/lib/Resolver.js(211,13): error TS2339: Property 'missing' does not exist on type 'Error'.
node_modules/enhanced-resolve/lib/Resolver.js(262,20): error TS2339: Property 'recursion' does not exist on type 'Error'.
node_modules/enhanced-resolve/lib/RootPlugin.js(9,36): error TS2694: Namespace 'Resolver' has no exported member 'ResolveStepHook'.
node_modules/enhanced-resolve/lib/concord.js(80,30): error TS2531: Object is possibly 'null'.
node_modules/enhanced-resolve/lib/concord.js(81,17): error TS2531: Object is possibly 'null'.
node_modules/enhanced-resolve/lib/concord.js(149,24): error TS2339: Property 'replace' does not exist on type 'never'.
node_modules/enhanced-resolve/lib/concord.js(188,17): error TS2339: Property 'replace' does not exist on type 'never'.
Standard error:

View File

@ -1,32 +1,41 @@
Exit Code: 2
Standard output:
node_modules/follow-redirects/index.js(38,17): error TS2345: Argument of type 'this' is not assignable to parameter of type 'Writable'.
node_modules/follow-redirects/index.js(39,17): error TS2345: Argument of type 'this' is not assignable to parameter of type 'Writable'.
Type 'RedirectableRequest' is missing the following properties from type 'Writable': writable, writableEnded, writableFinished, writableHighWaterMark, and 27 more.
node_modules/follow-redirects/index.js(50,10): error TS2339: Property 'on' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(71,8): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(72,8): error TS2339: Property 'removeAllListeners' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(107,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(156,10): error TS2339: Property 'on' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(161,14): error TS2339: Property '_timeout' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(162,25): error TS2339: Property '_timeout' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(164,10): error TS2339: Property '_timeout' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(165,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(174,12): error TS2339: Property 'removeListener' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(182,12): error TS2339: Property 'socket' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(189,8): error TS2339: Property 'once' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(190,8): error TS2339: Property 'once' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(249,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(288,16): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(338,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(360,17): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
node_modules/follow-redirects/index.js(51,10): error TS2339: Property 'on' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(67,8): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(102,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(160,14): error TS2339: Property '_timeout' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(161,25): error TS2339: Property '_timeout' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(163,10): error TS2339: Property '_timeout' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(164,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(173,14): error TS2339: Property '_timeout' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(174,25): error TS2339: Property '_timeout' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(175,12): error TS2339: Property '_timeout' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(179,10): error TS2339: Property 'removeListener' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(180,10): error TS2339: Property 'removeListener' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(181,10): error TS2339: Property 'removeListener' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(183,12): error TS2339: Property 'removeListener' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(185,15): error TS2339: Property 'socket' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(192,10): error TS2339: Property 'on' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(196,12): error TS2339: Property 'socket' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(197,21): error TS2339: Property 'socket' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(204,8): error TS2339: Property 'on' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(205,8): error TS2339: Property 'on' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(206,8): error TS2339: Property 'on' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(207,8): error TS2339: Property 'on' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(266,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(302,16): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(346,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(361,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(385,35): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type 'undefined' is not assignable to type 'string'.
node_modules/follow-redirects/index.js(363,35): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
node_modules/follow-redirects/index.js(393,31): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type 'undefined' is not assignable to type 'string'.
node_modules/follow-redirects/index.js(381,14): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(393,13): error TS2339: Property 'cause' does not exist on type 'CustomError'.
node_modules/follow-redirects/index.js(394,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(401,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(519,25): error TS2339: Property 'code' does not exist on type 'Error'.
node_modules/follow-redirects/index.js(396,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(422,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(433,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
node_modules/follow-redirects/index.js(555,25): error TS2339: Property 'code' does not exist on type 'Error'.

View File

@ -1,40 +0,0 @@
Exit Code: 134
Standard output:
Security context: 0x3dea4659d9f1 <JSObject>
2: replace [0x3dea4658f591](this=0x03d0e4277831 <String[2]: 24>,0x03d0e4277891 <JSRegExp <String[4]: -\d+>>,0x03d0e42778c9 <JSFunction (sfi = 0x2a90a2730f99)>)
3: recursiveTypeRelatedTo(aka recursiveTypeRelatedTo) [0x3d0e4276bd9] [../../../built/local/tsc.js:~60789] [pc=0x1d8e6d0052c9](this=0x026cc8702...
==== JS stack trace =========================================
0: ExitFrame [pc: 0x1d8e6bdcfc5d]
1: StubFrame [pc: 0x1d8e6bdc6db0]
<--- JS stacktrace --->
[10593:0x40cb7d0] 46251 ms: Mark-sweep 1351.3 (1446.4) -> 1338.0 (1447.9) MB, 1143.3 / 0.0 ms (average mu = 0.207, current mu = 0.203) allocation failure scavenge might not succeed
[10593:0x40cb7d0] 44816 ms: Mark-sweep 1350.1 (1444.9) -> 1336.4 (1445.9) MB, 1217.8 / 0.0 ms (average mu = 0.211, current mu = 0.155) allocation failure scavenge might not succeed
<--- Last few GCs --->
Standard error:
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
Writing Node.js report to file: report.20210406.144020.10593.0.001.json
Node.js report completed
1: 0x95bd00 node::Abort() [node]
2: 0x95cc46 node::OnFatalError(char const*, char const*) [node]
3: 0xb3dbde v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [node]
4: 0xb3de14 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [node]
5: 0xf3ce52 [node]
6: 0xf3cf58 v8::internal::Heap::CheckIneffectiveMarkCompact(unsigned long, double) [node]
7: 0xf49678 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) [node]
8: 0xf4a18b v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
9: 0xf4cec1 v8::internal::Heap::AllocateRawWithRetryOrFail(int, v8::internal::AllocationSpace, v8::internal::AllocationAlignment) [node]
10: 0xf170f4 v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationSpace) [node]
11: 0x11cd3fe v8::internal::Runtime_AllocateInNewSpace(int, v8::internal::Object**, v8::internal::Isolate*) [node]
12: 0x1d8e6bdcfc5d
Aborted (core dumped)

View File

@ -4,21 +4,23 @@ node_modules/graceful-fs/clone.js(16,9): error TS2403: Subsequent variable decla
node_modules/graceful-fs/clone.js(19,38): error TS2345: Argument of type 'PropertyDescriptor | undefined' is not assignable to parameter of type 'PropertyDescriptor & ThisType<any>'.
Type 'undefined' is not assignable to type 'PropertyDescriptor & ThisType<any>'.
Type 'undefined' is not assignable to type 'PropertyDescriptor'.
node_modules/graceful-fs/graceful-fs.js(34,3): error TS2322: Type '(msg: string, ...param: any[]) => void' is not assignable to type '() => void'.
node_modules/graceful-fs/graceful-fs.js(34,3): error TS2322: Type 'DebugLogger' is not assignable to type '() => void'.
node_modules/graceful-fs/graceful-fs.js(37,37): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[format?: any, ...param: any[]]'.
node_modules/graceful-fs/graceful-fs.js(52,3): error TS2741: Property '__promisify__' is missing in type '(fd: any, cb: any) => void' but required in type 'typeof close'.
node_modules/graceful-fs/graceful-fs.js(74,30): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[fd: number]'.
node_modules/graceful-fs/graceful-fs.js(86,13): error TS2554: Expected 0 arguments, but got 1.
node_modules/graceful-fs/graceful-fs.js(97,54): error TS2339: Property '__patched' does not exist on type 'typeof import("fs")'.
node_modules/graceful-fs/graceful-fs.js(99,8): error TS2339: Property '__patched' does not exist on type 'typeof import("fs")'.
node_modules/graceful-fs/graceful-fs.js(226,5): error TS2629: Cannot assign to 'ReadStream' because it is a class.
node_modules/graceful-fs/graceful-fs.js(227,5): error TS2629: Cannot assign to 'WriteStream' because it is a class.
node_modules/graceful-fs/graceful-fs.js(247,7): error TS2629: Cannot assign to 'ReadStream' because it is a class.
node_modules/graceful-fs/graceful-fs.js(257,7): error TS2629: Cannot assign to 'WriteStream' because it is a class.
node_modules/graceful-fs/graceful-fs.js(291,68): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any?, any?, ...any[]]'.
node_modules/graceful-fs/graceful-fs.js(314,70): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any?, any?, ...any[]]'.
node_modules/graceful-fs/graceful-fs.js(363,9): error TS2554: Expected 0 arguments, but got 3.
node_modules/graceful-fs/graceful-fs.js(370,11): error TS2554: Expected 0 arguments, but got 3.
node_modules/graceful-fs/graceful-fs.js(217,5): error TS2629: Cannot assign to 'ReadStream' because it is a class.
node_modules/graceful-fs/graceful-fs.js(218,5): error TS2629: Cannot assign to 'WriteStream' because it is a class.
node_modules/graceful-fs/graceful-fs.js(238,7): error TS2629: Cannot assign to 'ReadStream' because it is a class.
node_modules/graceful-fs/graceful-fs.js(248,7): error TS2629: Cannot assign to 'WriteStream' because it is a class.
node_modules/graceful-fs/graceful-fs.js(282,68): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any?, any?, ...any[]]'.
node_modules/graceful-fs/graceful-fs.js(305,70): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[any?, any?, ...any[]]'.
node_modules/graceful-fs/graceful-fs.js(353,9): error TS2554: Expected 0 arguments, but got 3.
node_modules/graceful-fs/graceful-fs.js(397,11): error TS2554: Expected 0 arguments, but got 3.
node_modules/graceful-fs/graceful-fs.js(401,11): error TS2554: Expected 0 arguments, but got 3.
node_modules/graceful-fs/graceful-fs.js(416,13): error TS2554: Expected 0 arguments, but got 3.
node_modules/graceful-fs/legacy-streams.js(14,17): error TS2345: Argument of type 'this' is not assignable to parameter of type 'Stream'.
Type 'ReadStream' is missing the following properties from type 'Stream': pipe, addListener, on, once, and 12 more.
node_modules/graceful-fs/legacy-streams.js(36,14): error TS2339: Property 'encoding' does not exist on type 'ReadStream'.
@ -39,6 +41,7 @@ node_modules/graceful-fs/legacy-streams.js(99,36): error TS2339: Property 'start
node_modules/graceful-fs/legacy-streams.js(102,16): error TS2339: Property 'start' does not exist on type 'WriteStream'.
node_modules/graceful-fs/legacy-streams.js(106,23): error TS2339: Property 'start' does not exist on type 'WriteStream'.
node_modules/graceful-fs/legacy-streams.js(115,12): error TS2339: Property 'flush' does not exist on type 'WriteStream'.
node_modules/graceful-fs/polyfills.js(149,13): error TS2571: Object is of type 'unknown'.

View File

@ -44,10 +44,9 @@ node_modules/lodash/_baseClone.js(94,16): error TS2362: The left-hand side of an
node_modules/lodash/_baseClone.js(116,33): error TS2345: Argument of type 'number' is not assignable to parameter of type 'boolean | undefined'.
node_modules/lodash/_baseClone.js(129,43): error TS2345: Argument of type 'number' is not assignable to parameter of type 'boolean | undefined'.
node_modules/lodash/_baseDifference.js(37,5): error TS2322: Type '(array?: any[] | undefined, value: any, comparator: Function) => boolean' is not assignable to type '(array?: any[] | undefined, value: any) => boolean'.
node_modules/lodash/_baseDifference.js(43,5): error TS2740: Type 'SetCache' is missing the following properties from type 'any[]': length, pop, concat, join, and 27 more.
node_modules/lodash/_baseDifference.js(43,5): error TS2740: Type 'SetCache' is missing the following properties from type 'any[]': length, pop, concat, join, and 28 more.
node_modules/lodash/_baseDifference.js(60,42): error TS2554: Expected 2 arguments, but got 3.
node_modules/lodash/_baseFlatten.js(19,29): error TS2322: Type '(value: any) => boolean' is not assignable to type 'boolean | undefined'.
Type '(value: any) => boolean' is not assignable to type 'true'.
node_modules/lodash/_baseFlatten.js(24,22): error TS2349: This expression is not callable.
Type 'Boolean' has no call signatures.
node_modules/lodash/_baseFlatten.js(24,22): error TS2532: Object is possibly 'undefined'.
@ -55,9 +54,8 @@ node_modules/lodash/_baseFlatten.js(24,22): error TS2722: Cannot invoke an objec
node_modules/lodash/_baseHas.js(15,26): error TS1016: A required parameter cannot follow an optional parameter.
node_modules/lodash/_baseHas.js(16,56): error TS2345: Argument of type 'string | any[]' is not assignable to parameter of type 'PropertyKey'.
Type 'any[]' is not assignable to type 'PropertyKey'.
Type 'any[]' is not assignable to type 'string'.
node_modules/lodash/_baseHasIn.js(9,28): error TS1016: A required parameter cannot follow an optional parameter.
node_modules/lodash/_baseHasIn.js(10,28): error TS2360: The left-hand side of an 'in' expression must be of type 'any', 'string', 'number', or 'symbol'.
node_modules/lodash/_baseHasIn.js(10,28): error TS2360: The left-hand side of an 'in' expression must be a private identifier or of type 'any', 'string', 'number', or 'symbol'.
node_modules/lodash/_baseIntersection.js(53,40): error TS2345: Argument of type 'Function | undefined' is not assignable to parameter of type 'Function'.
Type 'undefined' is not assignable to type 'Function'.
node_modules/lodash/_baseIntersection.js(60,54): error TS2345: Argument of type 'Function | undefined' is not assignable to parameter of type 'Function'.
@ -173,7 +171,7 @@ node_modules/lodash/_memoizeCapped.js(22,22): error TS2339: Property 'cache' doe
node_modules/lodash/_mergeData.js(60,26): error TS2554: Expected 4 arguments, but got 3.
node_modules/lodash/_mergeData.js(67,26): error TS2554: Expected 4 arguments, but got 3.
node_modules/lodash/_nodeUtil.js(7,80): error TS2339: Property 'nodeType' does not exist on type '{ exports: any; }'.
node_modules/lodash/_nodeUtil.js(13,47): error TS2339: Property 'process' does not exist on type 'false | (Global & typeof globalThis)'.
node_modules/lodash/_nodeUtil.js(13,47): error TS2339: Property 'process' does not exist on type 'false | typeof globalThis'.
Property 'process' does not exist on type 'false'.
node_modules/lodash/_overRest.js(15,32): error TS1016: A required parameter cannot follow an optional parameter.
node_modules/lodash/_overRest.js(20,42): error TS2532: Object is possibly 'undefined'.
@ -182,12 +180,21 @@ node_modules/lodash/_overRest.js(27,27): error TS2532: Object is possibly 'undef
node_modules/lodash/_overRest.js(28,22): error TS2532: Object is possibly 'undefined'.
node_modules/lodash/_overRest.js(31,15): error TS2538: Type 'undefined' cannot be used as an index type.
node_modules/lodash/_stackDelete.js(11,19): error TS2339: Property '__data__' does not exist on type 'stackDelete'.
node_modules/lodash/_stackSet.js(21,22): error TS2339: Property '__data__' does not exist on type 'ListCache'.
node_modules/lodash/_stackSet.js(24,26): error TS2339: Property 'size' does not exist on type 'ListCache'.
node_modules/lodash/_stackSet.js(20,7): error TS2358: The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.
node_modules/lodash/_stackSet.js(21,22): error TS2339: Property '__data__' does not exist on type 'never'.
node_modules/lodash/_stackSet.js(24,26): error TS2339: Property 'size' does not exist on type 'never'.
node_modules/lodash/_stackSet.js(27,5): error TS2322: Type 'MapCache' is not assignable to type 'undefined'.
node_modules/lodash/_stackSet.js(29,3): error TS2532: Object is possibly 'undefined'.
node_modules/lodash/_stackSet.js(30,15): error TS2532: Object is possibly 'undefined'.
node_modules/lodash/_unicodeWords.js(62,20): error TS8024: JSDoc '@param' tag has name 'The', but there is no parameter with that name.
node_modules/lodash/_updateWrapDetails.js(34,5): error TS1223: 'returns' tag already specified.
node_modules/lodash/_wrapperClone.js(14,20): error TS2339: Property 'clone' does not exist on type 'LazyWrapper'.
node_modules/lodash/ary.js(23,23): error TS1016: A required parameter cannot follow an optional parameter.
node_modules/lodash/attempt.js(31,39): error TS2769: No overload matches this call.
Overload 1 of 2, '(message?: string | undefined, options?: ErrorOptions | undefined): Error', gave the following error.
Argument of type 'unknown' is not assignable to parameter of type 'string | undefined'.
Overload 2 of 2, '(message?: string | undefined): Error', gave the following error.
Argument of type 'unknown' is not assignable to parameter of type 'string | undefined'.
node_modules/lodash/before.js(34,7): error TS2322: Type 'undefined' is not assignable to type 'Function'.
node_modules/lodash/bind.js(51,55): error TS2454: Variable 'holders' is used before being assigned.
node_modules/lodash/bind.js(55,6): error TS2339: Property 'placeholder' does not exist on type 'Function'.
@ -206,7 +213,6 @@ node_modules/lodash/cloneWith.js(39,27): error TS2345: Argument of type 'number'
node_modules/lodash/conforms.js(32,41): error TS2345: Argument of type 'number' is not assignable to parameter of type 'boolean'.
node_modules/lodash/core.js(77,82): error TS2339: Property 'nodeType' does not exist on type 'NodeModule'.
node_modules/lodash/core.js(540,31): error TS2322: Type '(value: any) => boolean' is not assignable to type 'boolean | undefined'.
Type '(value: any) => boolean' is not assignable to type 'true'.
node_modules/lodash/core.js(545,24): error TS2349: This expression is not callable.
Type 'Boolean' has no call signatures.
node_modules/lodash/core.js(545,24): error TS2532: Object is possibly 'undefined'.
@ -262,7 +268,7 @@ node_modules/lodash/core.js(3440,41): error TS2769: No overload matches this cal
node_modules/lodash/core.js(3585,26): error TS1016: A required parameter cannot follow an optional parameter.
node_modules/lodash/core.js(3596,51): error TS2532: Object is possibly 'undefined'.
node_modules/lodash/core.js(3613,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.
Type 'IArguments' is missing the following properties from type 'any[]': pop, push, concat, join, and 27 more.
node_modules/lodash/core.js(3837,33): error TS2339: Property '__chain__' does not exist on type 'lodash'.
node_modules/lodash/core.js(3853,14): error TS2304: Cannot find name 'define'.
node_modules/lodash/core.js(3853,45): error TS2304: Cannot find name 'define'.
@ -283,12 +289,9 @@ node_modules/lodash/deburr.js(42,44): error TS2769: No overload matches this cal
The last overload gave the following error.
Argument of type 'Function' is not assignable to parameter of type '(substring: string, ...args: any[]) => string'.
node_modules/lodash/difference.js(29,52): error TS2345: Argument of type '(value: any) => boolean' is not assignable to parameter of type 'boolean | undefined'.
Type '(value: any) => boolean' is not assignable to type 'true'.
node_modules/lodash/differenceBy.js(40,52): error TS2345: Argument of type '(value: any) => boolean' is not assignable to parameter of type 'boolean | undefined'.
Type '(value: any) => boolean' is not assignable to type 'true'.
node_modules/lodash/differenceBy.js(40,101): error TS2554: Expected 0-1 arguments, but got 2.
node_modules/lodash/differenceWith.js(36,52): error TS2345: Argument of type '(value: any) => boolean' is not assignable to parameter of type 'boolean | undefined'.
Type '(value: any) => boolean' is not assignable to type 'true'.
node_modules/lodash/drop.js(29,25): error TS1016: A required parameter cannot follow an optional parameter.
node_modules/lodash/dropRight.js(29,30): error TS1016: A required parameter cannot follow an optional parameter.
node_modules/lodash/dropRightWhile.js(41,48): error TS2554: Expected 0-1 arguments, but got 2.
@ -446,12 +449,9 @@ node_modules/lodash/unescape.js(30,37): error TS2769: No overload matches this c
The last overload gave the following error.
Argument of type 'Function' is not assignable to parameter of type '(substring: string, ...args: any[]) => string'.
node_modules/lodash/union.js(23,42): error TS2345: Argument of type '(value: any) => boolean' is not assignable to parameter of type 'boolean | undefined'.
Type '(value: any) => boolean' is not assignable to type 'true'.
node_modules/lodash/unionBy.js(36,42): error TS2345: Argument of type '(value: any) => boolean' is not assignable to parameter of type 'boolean | undefined'.
Type '(value: any) => boolean' is not assignable to type 'true'.
node_modules/lodash/unionBy.js(36,91): error TS2554: Expected 0-1 arguments, but got 2.
node_modules/lodash/unionWith.js(31,42): error TS2345: Argument of type '(value: any) => boolean' is not assignable to parameter of type 'boolean | undefined'.
Type '(value: any) => boolean' is not assignable to type 'true'.
node_modules/lodash/uniqBy.js(28,75): error TS2554: Expected 0-1 arguments, but got 2.
node_modules/lodash/words.js(25,33): error TS1016: A required parameter cannot follow an optional parameter.
node_modules/lodash/wrapperAt.js(34,17): error TS2339: Property 'slice' does not exist on type 'LazyWrapper'.

View File

@ -1,52 +1,59 @@
Exit Code: 2
Standard output:
node_modules/minimatch/minimatch.js(77,17): error TS2551: Property 'minimatch' does not exist on type 'typeof minimatch'. Did you mean 'Minimatch'?
node_modules/minimatch/minimatch.js(144,12): error TS2339: Property '_made' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(146,22): error TS2339: Property 'pattern' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(147,22): error TS2339: Property 'options' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(160,8): error TS2339: Property 'parseNegate' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(163,33): error TS2339: Property 'braceExpand' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(167,3): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/minimatch/minimatch.js(167,19): error TS2339: Property 'pattern' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(178,3): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/minimatch/minimatch.js(178,19): error TS2339: Property 'pattern' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(185,3): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/minimatch/minimatch.js(185,19): error TS2339: Property 'pattern' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(192,3): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/minimatch/minimatch.js(192,19): error TS2339: Property 'pattern' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(201,22): error TS2339: Property 'options' does not exist on type 'parseNegate'.
node_modules/minimatch/minimatch.js(410,15): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(411,13): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(414,9): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(414,12): error TS2339: Property 'reEnd' does not exist on type '{ type: any; start: number; reStart: number; open: any; close: any; }'.
node_modules/minimatch/minimatch.js(572,32): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(573,28): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(573,40): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(573,43): error TS2339: Property 'reEnd' does not exist on type '{ type: any; start: number; reStart: number; open: any; close: any; }'.
node_modules/minimatch/minimatch.js(574,27): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(574,30): error TS2339: Property 'reEnd' does not exist on type '{ type: any; start: number; reStart: number; open: any; close: any; }'.
node_modules/minimatch/minimatch.js(574,41): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(574,44): error TS2339: Property 'reEnd' does not exist on type '{ type: any; start: number; reStart: number; open: any; close: any; }'.
node_modules/minimatch/minimatch.js(575,28): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(575,31): error TS2339: Property 'reEnd' does not exist on type '{ type: any; start: number; reStart: number; open: any; close: any; }'.
node_modules/minimatch/minimatch.js(631,10): error TS2339: Property '_glob' does not exist on type 'RegExp'.
node_modules/minimatch/minimatch.js(632,10): error TS2339: Property '_src' does not exist on type 'RegExp'.
node_modules/minimatch/minimatch.js(651,18): error TS2339: Property 'set' does not exist on type 'makeRe'.
node_modules/minimatch/minimatch.js(657,22): error TS2339: Property 'options' does not exist on type 'makeRe'.
node_modules/minimatch/minimatch.js(677,12): error TS2339: Property 'negate' does not exist on type 'makeRe'.
node_modules/minimatch/minimatch.js(763,14): error TS2554: Expected 0 arguments, but got 2.
node_modules/minimatch/minimatch.js(766,14): error TS2554: Expected 0 arguments, but got 3.
node_modules/minimatch/minimatch.js(774,16): error TS2554: Expected 0 arguments, but got 1.
node_modules/minimatch/minimatch.js(778,16): error TS2554: Expected 0 arguments, but got 3.
node_modules/minimatch/minimatch.js(785,18): error TS2554: Expected 0 arguments, but got 2.
node_modules/minimatch/minimatch.js(812,20): error TS2554: Expected 0 arguments, but got 1.
node_modules/minimatch/minimatch.js(830,20): error TS2554: Expected 0 arguments, but got 6.
node_modules/minimatch/minimatch.js(834,22): error TS2554: Expected 0 arguments, but got 4.
node_modules/minimatch/minimatch.js(842,24): error TS2554: Expected 0 arguments, but got 5.
node_modules/minimatch/minimatch.js(847,22): error TS2554: Expected 0 arguments, but got 1.
node_modules/minimatch/minimatch.js(857,20): error TS2554: Expected 0 arguments, but got 5.
node_modules/minimatch/minimatch.js(873,18): error TS2554: Expected 0 arguments, but got 4.
node_modules/minimatch/minimatch.js(876,18): error TS2554: Expected 0 arguments, but got 4.
node_modules/minimatch/minimatch.js(161,22): error TS2339: Property 'pattern' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(162,22): error TS2339: Property 'options' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(175,8): error TS2339: Property 'parseNegate' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(178,33): error TS2339: Property 'braceExpand' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(180,83): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type '[message?: any, ...optionalParams: any[]]'.
node_modules/minimatch/minimatch.js(182,3): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/minimatch/minimatch.js(182,19): error TS2339: Property 'pattern' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(193,3): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/minimatch/minimatch.js(193,19): error TS2339: Property 'pattern' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(200,3): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/minimatch/minimatch.js(200,19): error TS2339: Property 'pattern' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(207,3): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/minimatch/minimatch.js(207,19): error TS2339: Property 'pattern' does not exist on type 'make'.
node_modules/minimatch/minimatch.js(216,22): error TS2339: Property 'options' does not exist on type 'parseNegate'.
node_modules/minimatch/minimatch.js(221,23): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(222,16): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(228,36): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(440,15): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(441,13): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(444,9): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(444,12): error TS2339: Property 'reEnd' does not exist on type '{ type: any; start: number; reStart: number; open: any; close: any; }'.
node_modules/minimatch/minimatch.js(598,32): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(599,28): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(599,40): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(599,43): error TS2339: Property 'reEnd' does not exist on type '{ type: any; start: number; reStart: number; open: any; close: any; }'.
node_modules/minimatch/minimatch.js(600,27): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(600,30): error TS2339: Property 'reEnd' does not exist on type '{ type: any; start: number; reStart: number; open: any; close: any; }'.
node_modules/minimatch/minimatch.js(600,41): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(600,44): error TS2339: Property 'reEnd' does not exist on type '{ type: any; start: number; reStart: number; open: any; close: any; }'.
node_modules/minimatch/minimatch.js(601,28): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(601,31): error TS2339: Property 'reEnd' does not exist on type '{ type: any; start: number; reStart: number; open: any; close: any; }'.
node_modules/minimatch/minimatch.js(657,10): error TS2339: Property '_glob' does not exist on type 'RegExp'.
node_modules/minimatch/minimatch.js(658,10): error TS2339: Property '_src' does not exist on type 'RegExp'.
node_modules/minimatch/minimatch.js(677,18): error TS2339: Property 'set' does not exist on type 'makeRe'.
node_modules/minimatch/minimatch.js(683,22): error TS2339: Property 'options' does not exist on type 'makeRe'.
node_modules/minimatch/minimatch.js(703,12): error TS2339: Property 'negate' does not exist on type 'makeRe'.
node_modules/minimatch/minimatch.js(727,14): error TS2554: Expected 0 arguments, but got 3.
node_modules/minimatch/minimatch.js(744,14): error TS2554: Expected 0 arguments, but got 3.
node_modules/minimatch/minimatch.js(752,14): error TS2554: Expected 0 arguments, but got 3.
node_modules/minimatch/minimatch.js(762,19): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(763,19): error TS2532: Object is possibly 'undefined'.
node_modules/minimatch/minimatch.js(789,14): error TS2554: Expected 0 arguments, but got 2.
node_modules/minimatch/minimatch.js(792,14): error TS2554: Expected 0 arguments, but got 3.
node_modules/minimatch/minimatch.js(800,16): error TS2554: Expected 0 arguments, but got 1.
node_modules/minimatch/minimatch.js(804,16): error TS2554: Expected 0 arguments, but got 3.
node_modules/minimatch/minimatch.js(812,18): error TS2554: Expected 0 arguments, but got 2.
node_modules/minimatch/minimatch.js(839,20): error TS2554: Expected 0 arguments, but got 1.
node_modules/minimatch/minimatch.js(857,20): error TS2554: Expected 0 arguments, but got 6.
node_modules/minimatch/minimatch.js(861,22): error TS2554: Expected 0 arguments, but got 4.
node_modules/minimatch/minimatch.js(869,24): error TS2554: Expected 0 arguments, but got 5.
node_modules/minimatch/minimatch.js(874,22): error TS2554: Expected 0 arguments, but got 1.
node_modules/minimatch/minimatch.js(885,20): error TS2554: Expected 0 arguments, but got 5.
node_modules/minimatch/minimatch.js(897,18): error TS2554: Expected 0 arguments, but got 4.
node_modules/minimatch/minimatch.js(900,18): error TS2554: Expected 0 arguments, but got 4.

View File

@ -1,217 +1,396 @@
Exit Code: 2
Standard output:
lib/access.js(27,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Access'.
lib/adduser.js(16,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'AddUser'.
lib/audit.js(14,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Audit'.
lib/base-command.js(15,29): error TS2339: Property 'description' does not exist on type 'Function'.
lib/base-command.js(20,26): error TS2339: Property 'description' does not exist on type 'Function'.
lib/base-command.js(21,43): error TS2339: Property 'description' does not exist on type 'Function'.
lib/base-command.js(24,27): error TS2339: Property 'usage' does not exist on type 'Function'.
lib/base-command.js(27,43): error TS2339: Property 'usage' does not exist on type 'Function'.
lib/base-command.js(29,26): error TS2339: Property 'params' does not exist on type 'Function'.
lib/base-command.js(31,58): error TS2339: Property 'params' does not exist on type 'Function'.
lib/bin.js(9,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Bin'.
lib/bugs.js(12,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Bugs'.
lib/cache.js(15,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Cache'.
lib/cache.js(119,34): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
lib/arborist-cmd.js(21,17): error TS2339: Property 'exec' does not exist on type 'ArboristCmd'.
lib/auth/legacy.js(40,11): error TS2571: Object is of type 'unknown'.
lib/auth/legacy.js(59,9): error TS2571: Object is of type 'unknown'.
lib/auth/legacy.js(84,7): error TS2339: Property 'info' does not exist on type '{}'.
lib/auth/sso.js(17,7): error TS2339: Property 'info' does not exist on type '{}'.
lib/auth/sso.js(39,7): error TS2339: Property 'warn' does not exist on type '{}'.
lib/auth/sso.js(72,7): error TS2339: Property 'info' does not exist on type '{}'.
lib/base-command.js(20,29): error TS2339: Property 'description' does not exist on type 'Function'.
lib/base-command.js(24,29): error TS2339: Property 'ignoreImplicitWorkspace' does not exist on type 'Function'.
lib/base-command.js(29,26): error TS2339: Property 'description' does not exist on type 'Function'.
lib/base-command.js(30,43): error TS2339: Property 'description' does not exist on type 'Function'.
lib/base-command.js(34,27): error TS2339: Property 'usage' does not exist on type 'Function'.
lib/base-command.js(37,43): error TS2339: Property 'usage' does not exist on type 'Function'.
lib/base-command.js(42,26): error TS2339: Property 'params' does not exist on type 'Function'.
lib/base-command.js(56,42): error TS2339: Property 'params' does not exist on type 'Function'.
lib/base-command.js(84,14): error TS2339: Property 'isArboristCmd' does not exist on type 'BaseCommand'.
lib/cli.js(24,15): error TS2339: Property 'setNpm' does not exist on type '(err: any) => undefined'.
lib/cli.js(34,7): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/cli.js(36,7): error TS2339: Property 'info' does not exist on type '{}'.
lib/cli.js(37,7): error TS2339: Property 'info' does not exist on type '{}'.
lib/cli.js(69,9): error TS2571: Object is of type 'unknown'.
lib/commands/access.js(24,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Access'.
lib/commands/access.js(194,13): error TS2571: Object is of type 'unknown'.
lib/commands/adduser.js(13,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'AddUser'.
lib/commands/adduser.js(27,9): error TS2339: Property 'disableProgress' does not exist on type '{}'.
lib/commands/adduser.js(29,9): error TS2339: Property 'notice' does not exist on type '{}'.
lib/commands/audit.js(9,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Audit'.
lib/commands/bin.js(6,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Bin'.
lib/commands/birthday.js(4,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Birthday'.
lib/commands/bugs.js(9,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Bugs'.
lib/commands/bugs.js(26,9): error TS2339: Property 'silly' does not exist on type '{}'.
lib/commands/cache.js(71,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Cache'.
lib/commands/cache.js(146,13): error TS2339: Property 'warn' does not exist on type '{}'.
lib/commands/cache.js(160,9): error TS2339: Property 'silly' does not exist on type '{}'.
lib/commands/cache.js(166,11): error TS2339: Property 'silly' does not exist on type '{}'.
lib/commands/cache.js(179,34): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type 'undefined' is not assignable to type 'string'.
lib/cache.js(120,26): error TS2532: Object is possibly 'undefined'.
lib/ci.js(13,16): error TS2769: No overload matches this call.
lib/commands/cache.js(180,26): error TS2532: Object is possibly 'undefined'.
lib/commands/ci.js(13,16): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"time"' is not assignable to parameter of type 'Signals'.
lib/ci.js(18,16): error TS2769: No overload matches this call.
lib/commands/ci.js(18,16): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/ci.js(29,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'CI'.
lib/ci.js(40,11): error TS2339: Property 'code' does not exist on type 'Error'.
lib/cli.js(47,27): error TS2339: Property 'exit' does not exist on type '(er: any) => void'.
lib/completion.js(54,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Completion'.
lib/completion.js(65,26): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
lib/commands/ci.js(24,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'CI'.
lib/commands/ci.js(34,11): error TS2339: Property 'code' does not exist on type 'Error'.
lib/commands/ci.js(50,13): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/commands/completion.js(49,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Completion'.
lib/commands/completion.js(60,26): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type 'undefined' is not assignable to type 'string'.
lib/completion.js(66,26): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
lib/commands/completion.js(61,26): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type 'undefined' is not assignable to type 'string'.
lib/completion.js(208,7): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
lib/completion.js(228,9): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
lib/config.js(38,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Config'.
lib/config.js(218,16): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
lib/dedupe.js(14,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Dedupe'.
lib/dedupe.js(25,10): error TS2339: Property 'code' does not exist on type 'Error'.
lib/deprecate.js(15,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Deprecate'.
lib/diff.js(20,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Diff'.
lib/dist-tag.js(16,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'DistTag'.
lib/docs.js(15,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Docs'.
lib/doctor.js(41,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Doctor'.
lib/doctor.js(80,19): error TS2345: Argument of type 'boolean' is not assignable to parameter of type 'string | any[]'.
lib/doctor.js(80,36): error TS2538: Type 'any[]' cannot be used as an index type.
lib/doctor.js(82,19): error TS2345: Argument of type 'boolean' is not assignable to parameter of type 'string | any[]'.
lib/doctor.js(92,9): error TS2322: Type 'string | false | any[]' is not assignable to type 'boolean'.
lib/commands/completion.js(221,9): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
lib/commands/completion.js(233,7): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
lib/commands/config.js(47,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Config'.
lib/commands/config.js(104,9): error TS2339: Property 'warn' does not exist on type '{}'.
lib/commands/config.js(109,9): error TS2339: Property 'disableProgress' does not exist on type '{}'.
lib/commands/config.js(134,11): error TS2339: Property 'enableProgress' does not exist on type '{}'.
lib/commands/config.js(145,11): error TS2339: Property 'info' does not exist on type '{}'.
lib/commands/config.js(148,13): error TS2339: Property 'warn' does not exist on type '{}'.
lib/commands/config.js(236,16): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
lib/commands/dedupe.js(9,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Dedupe'.
lib/commands/dedupe.js(28,10): error TS2339: Property 'code' does not exist on type 'Error'.
lib/commands/deprecate.js(11,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Deprecate'.
lib/commands/diff.js(14,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Diff'.
lib/commands/diff.js(60,9): error TS2339: Property 'info' does not exist on type '{}'.
lib/commands/diff.js(72,33): error TS2532: Object is possibly 'undefined'.
lib/commands/diff.js(86,11): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/commands/diff.js(119,11): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/commands/diff.js(157,13): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/commands/diff.js(230,13): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/commands/diff.js(264,11): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/commands/dist-tag.js(12,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'DistTag'.
lib/commands/dist-tag.js(80,9): error TS2339: Property 'warn' does not exist on type '{}'.
lib/commands/dist-tag.js(89,9): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/commands/dist-tag.js(103,11): error TS2339: Property 'warn' does not exist on type '{}'.
lib/commands/dist-tag.js(124,9): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/commands/dist-tag.js(132,11): error TS2339: Property 'info' does not exist on type '{}'.
lib/commands/dist-tag.js(169,11): error TS2339: Property 'error' does not exist on type '{}'.
lib/commands/dist-tag.js(177,24): error TS2532: Object is possibly 'undefined'.
lib/commands/docs.js(8,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Docs'.
lib/commands/docs.js(37,9): error TS2339: Property 'silly' does not exist on type '{}'.
lib/commands/doctor.js(42,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Doctor'.
lib/commands/doctor.js(47,9): error TS2339: Property 'info' does not exist on type '{}'.
lib/commands/doctor.js(95,19): error TS2345: Argument of type 'boolean' is not assignable to parameter of type 'string | any[]'.
lib/commands/doctor.js(95,36): error TS2538: Type 'any[]' cannot be used as an index type.
lib/commands/doctor.js(97,19): error TS2345: Argument of type 'boolean' is not assignable to parameter of type 'string | any[]'.
lib/commands/doctor.js(109,11): error TS2322: Type 'string | false | any[]' is not assignable to type 'boolean'.
Type 'string' is not assignable to type 'boolean'.
lib/doctor.js(98,9): error TS2322: Type 'string | false | any[]' is not assignable to type 'boolean'.
lib/edit.js(17,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Edit'.
lib/edit.js(56,13): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
lib/exec.js(62,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Exec'.
lib/exec.js(79,22): error TS2345: Argument of type '{ path: any; runPath: string; }' is not assignable to parameter of type '{ locationMsg: any; path: any; runPath: any; }'.
Property 'locationMsg' is missing in type '{ path: any; runPath: string; }' but required in type '{ locationMsg: any; path: any; runPath: any; }'.
lib/explain.js(16,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Explain'.
lib/explain.js(27,33): error TS2554: Expected 0-1 arguments, but got 2.
lib/explore.js(16,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Explore'.
lib/find-dupes.js(11,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'FindDupes'.
lib/fund.js(31,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Fund'.
lib/fund.js(52,33): error TS2554: Expected 0-1 arguments, but got 2.
lib/fund.js(71,11): error TS2339: Property 'code' does not exist on type 'Error'.
lib/fund.js(77,11): error TS2339: Property 'code' does not exist on type 'Error'.
lib/fund.js(221,22): error TS2339: Property 'code' does not exist on type 'Error'.
lib/get.js(10,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Get'.
lib/help-search.js(15,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'HelpSearch'.
lib/help.js(21,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Help'.
lib/help.js(73,26): error TS2531: Object is possibly 'null'.
lib/help.js(74,26): error TS2531: Object is possibly 'null'.
lib/help.js(78,16): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
lib/help.js(78,29): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
lib/help.js(98,9): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
lib/help.js(132,35): error TS2769: No overload matches this call.
lib/commands/doctor.js(115,11): error TS2322: Type 'string | false | any[]' is not assignable to type 'boolean'.
lib/commands/doctor.js(141,25): error TS2339: Property 'newItem' does not exist on type '{}'.
lib/commands/doctor.js(147,27): error TS2571: Object is of type 'unknown'.
lib/commands/doctor.js(148,15): error TS2571: Object is of type 'unknown'.
lib/commands/doctor.js(148,41): error TS2571: Object is of type 'unknown'.
lib/commands/doctor.js(150,15): error TS2571: Object is of type 'unknown'.
lib/commands/doctor.js(158,25): error TS2339: Property 'newItem' does not exist on type '{}'.
lib/commands/doctor.js(177,25): error TS2339: Property 'newItem' does not exist on type '{}'.
lib/commands/doctor.js(206,7): error TS2322: Type 'number' is not assignable to type 'null'.
lib/commands/doctor.js(211,25): error TS2339: Property 'newItem' does not exist on type '{}'.
lib/commands/doctor.js(240,27): error TS2345: Argument of type 'null' is not assignable to parameter of type 'number | undefined'.
lib/commands/doctor.js(273,25): error TS2339: Property 'newItem' does not exist on type '{}'.
lib/commands/doctor.js(286,25): error TS2339: Property 'newItem' does not exist on type '{}'.
lib/commands/edit.js(13,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Edit'.
lib/commands/exec.js(40,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Exec'.
lib/commands/exec.js(50,24): error TS2525: Initializer provides no value for this binding element and the binding element has no default value.
lib/commands/exec.js(50,37): error TS2525: Initializer provides no value for this binding element and the binding element has no default value.
lib/commands/exec.js(50,43): error TS2525: Initializer provides no value for this binding element and the binding element has no default value.
lib/commands/exec.js(95,24): error TS2532: Object is possibly 'undefined'.
lib/commands/explain.js(12,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Explain'.
lib/commands/explain.js(24,33): error TS2554: Expected 0-1 arguments, but got 2.
lib/commands/explore.js(13,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Explore'.
lib/commands/explore.js(42,11): error TS2339: Property 'error' does not exist on type '{}'.
lib/commands/explore.js(55,9): error TS2339: Property 'disableProgress' does not exist on type '{}'.
lib/commands/explore.js(76,11): error TS2339: Property 'enableProgress' does not exist on type '{}'.
lib/commands/find-dupes.js(6,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'FindDupes'.
lib/commands/fund.js(21,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Fund'.
lib/commands/fund.js(28,33): error TS2554: Expected 0-1 arguments, but got 2.
lib/commands/fund.js(44,11): error TS2339: Property 'code' does not exist on type 'Error'.
lib/commands/fund.js(50,11): error TS2339: Property 'code' does not exist on type 'Error'.
lib/commands/fund.js(70,15): error TS2339: Property 'flatOptions' does not exist on type 'Fund'.
lib/commands/fund.js(203,22): error TS2339: Property 'code' does not exist on type 'Error'.
lib/commands/get.js(5,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Get'.
lib/commands/help-search.js(11,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'HelpSearch'.
lib/commands/help.js(17,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Help'.
lib/commands/help.js(65,26): error TS2531: Object is possibly 'null'.
lib/commands/help.js(66,26): error TS2531: Object is possibly 'null'.
lib/commands/help.js(70,16): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
lib/commands/help.js(70,29): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
lib/commands/help.js(117,35): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '{ env: {}; stdio: string; }' is not assignable to parameter of type 'SpawnOptions'.
Types of property 'stdio' are incompatible.
Type 'string' is not assignable to type 'StdioOptions | undefined'.
lib/help.js(134,12): error TS2339: Property 'on' does not exist on type 'never'.
lib/commands/help.js(119,12): error TS2339: Property 'on' does not exist on type 'never'.
The intersection 'ChildProcessWithoutNullStreams & ChildProcessByStdio<Writable, Readable, Readable> & ... 7 more ... & ChildProcess' was reduced to 'never' because property 'stdin' has conflicting types in some constituents.
lib/help.js(138,16): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
lib/hook.js(12,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Hook'.
lib/init.js(13,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Init'.
lib/init.js(58,62): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
lib/init.js(89,18): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
lib/install-ci-test.js(12,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'InstallCITest'.
lib/install-test.js(12,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'InstallTest'.
lib/install.js(20,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Install'.
lib/link.js(21,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Link'.
lib/ll.js(5,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'LL'.
lib/logout.js(13,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Logout'.
lib/ls.js(32,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'LS'.
lib/ls.js(43,33): error TS2554: Expected 0-1 arguments, but got 2.
lib/npm.js(56,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"time"' is not assignable to parameter of type 'Signals'.
lib/npm.js(85,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"time"' is not assignable to parameter of type 'Signals'.
lib/npm.js(112,22): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/npm.js(117,22): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/npm.js(139,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"time"' is not assignable to parameter of type 'Signals'.
lib/npm.js(147,20): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/npm.js(166,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"time"' is not assignable to parameter of type 'Signals'.
lib/npm.js(168,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/npm.js(175,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"time"' is not assignable to parameter of type 'Signals'.
lib/npm.js(177,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/npm.js(186,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"time"' is not assignable to parameter of type 'Signals'.
lib/npm.js(190,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/npm.js(192,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"time"' is not assignable to parameter of type 'Signals'.
lib/npm.js(194,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/npm.js(197,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"time"' is not assignable to parameter of type 'Signals'.
lib/npm.js(199,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/npm.js(203,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"time"' is not assignable to parameter of type 'Signals'.
lib/npm.js(207,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/npm.js(209,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"time"' is not assignable to parameter of type 'Signals'.
lib/npm.js(212,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/npm.js(300,44): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type 'undefined' is not assignable to type 'string'.
lib/org.js(12,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Org'.
lib/outdated.js(22,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Outdated'.
lib/outdated.js(119,7): error TS2532: Object is possibly 'undefined'.
lib/outdated.js(125,9): error TS2532: Object is possibly 'undefined'.
lib/outdated.js(128,9): error TS2532: Object is possibly 'undefined'.
lib/outdated.js(180,9): error TS2532: Object is possibly 'undefined'.
lib/owner.js(16,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Owner'.
lib/owner.js(150,27): error TS2339: Property 'name' does not exist on type 'string'.
lib/owner.js(150,37): error TS2339: Property 'error' does not exist on type 'string'.
lib/owner.js(160,5): error TS2322: Type '{ name: any; email: any; }' is not assignable to type 'string'.
lib/owner.js(160,19): error TS2339: Property 'name' does not exist on type 'string'.
lib/owner.js(160,34): error TS2339: Property 'email' does not exist on type 'string'.
lib/pack.js(20,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Pack'.
lib/ping.js(17,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Ping'.
lib/prefix.js(10,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Prefix'.
lib/profile.js(46,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Profile'.
lib/prune.js(13,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Prune'.
lib/publish.js(27,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Publish'.
lib/rebuild.js(15,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Rebuild'.
lib/rebuild.js(26,33): error TS2554: Expected 0-1 arguments, but got 2.
lib/repo.js(17,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Repo'.
lib/restart.js(11,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Restart'.
lib/root.js(9,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Root'.
lib/root.js(19,15): error TS2554: Expected 0 arguments, but got 1.
lib/run-script.js(20,20): error TS2769: No overload matches this call.
lib/commands/help.js(124,16): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
lib/commands/hook.js(9,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Hook'.
lib/commands/init.js(18,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Init'.
lib/commands/init.js(129,9): error TS2339: Property 'pause' does not exist on type '{}'.
lib/commands/init.js(130,9): error TS2339: Property 'disableProgress' does not exist on type '{}'.
lib/commands/init.js(151,13): error TS2339: Property 'resume' does not exist on type '{}'.
lib/commands/init.js(152,13): error TS2339: Property 'enableProgress' does not exist on type '{}'.
lib/commands/init.js(153,13): error TS2339: Property 'silly' does not exist on type '{}'.
lib/commands/init.js(155,15): error TS2339: Property 'warn' does not exist on type '{}'.
lib/commands/init.js(156,18): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
lib/commands/init.js(161,15): error TS2339: Property 'info' does not exist on type '{}'.
lib/commands/install-ci-test.js(8,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'InstallCITest'.
lib/commands/install-test.js(8,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'InstallTest'.
lib/commands/install.js(16,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Install'.
lib/commands/install.js(121,15): error TS2339: Property 'warn' does not exist on type '{}'.
lib/commands/install.js(142,11): error TS2339: Property 'warn' does not exist on type '{}'.
lib/commands/link.js(16,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Link'.
lib/commands/ll.js(4,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'LL'.
lib/commands/logout.js(8,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Logout'.
lib/commands/logout.js(25,11): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/commands/logout.js(32,11): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/commands/ls.js(29,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'LS'.
lib/commands/ls.js(48,33): error TS2554: Expected 0-1 arguments, but got 2.
lib/commands/org.js(8,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Org'.
lib/commands/outdated.js(18,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Outdated'.
lib/commands/outdated.js(166,5): error TS2532: Object is possibly 'undefined'.
lib/commands/outdated.js(201,36): error TS2339: Property 'name' does not exist on type 'true'.
lib/commands/outdated.js(225,38): error TS2339: Property 'fetchSpec' does not exist on type 'true'.
lib/commands/outdated.js(246,9): error TS2532: Object is possibly 'undefined'.
lib/commands/outdated.js(262,9): error TS2571: Object is of type 'unknown'.
lib/commands/outdated.js(263,9): error TS2571: Object is of type 'unknown'.
lib/commands/outdated.js(264,9): error TS2571: Object is of type 'unknown'.
lib/commands/owner.js(11,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Owner'.
lib/commands/owner.js(106,11): error TS2339: Property 'error' does not exist on type '{}'.
lib/commands/owner.js(127,9): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/commands/owner.js(150,9): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/commands/owner.js(164,11): error TS2339: Property 'error' does not exist on type '{}'.
lib/commands/owner.js(168,27): error TS2339: Property 'name' does not exist on type 'string'.
lib/commands/owner.js(168,37): error TS2339: Property 'error' does not exist on type 'string'.
lib/commands/owner.js(178,5): error TS2322: Type '{ name: any; email: any; }' is not assignable to type 'string'.
lib/commands/owner.js(178,19): error TS2339: Property 'name' does not exist on type 'string'.
lib/commands/owner.js(178,34): error TS2339: Property 'email' does not exist on type 'string'.
lib/commands/owner.js(224,13): error TS2339: Property 'info' does not exist on type '{}'.
lib/commands/owner.js(246,11): error TS2339: Property 'info' does not exist on type '{}'.
lib/commands/pack.js(10,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Pack'.
lib/commands/pack.js(70,11): error TS2339: Property 'warn' does not exist on type '{}'.
lib/commands/pack.js(75,26): error TS2488: Type 'any[] | undefined' must have a '[Symbol.iterator]()' method that returns an iterator.
lib/commands/ping.js(8,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Ping'.
lib/commands/ping.js(12,9): error TS2339: Property 'notice' does not exist on type '{}'.
lib/commands/ping.js(16,9): error TS2339: Property 'notice' does not exist on type '{}'.
lib/commands/ping.js(24,11): error TS2339: Property 'notice' does not exist on type '{}'.
lib/commands/pkg.js(7,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Pkg'.
lib/commands/pkg.js(25,23): error TS2525: Initializer provides no value for this binding element and the binding element has no default value.
lib/commands/pkg.js(55,50): error TS2532: Object is possibly 'undefined'.
lib/commands/prefix.js(5,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Prefix'.
lib/commands/profile.js(42,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Profile'.
lib/commands/profile.js(86,9): error TS2339: Property 'gauge' does not exist on type '{}'.
lib/commands/profile.js(185,13): error TS2339: Property 'warn' does not exist on type '{}'.
lib/commands/profile.js(288,11): error TS2339: Property 'info' does not exist on type '{}'.
lib/commands/profile.js(308,9): error TS2339: Property 'notice' does not exist on type '{}'.
lib/commands/profile.js(312,9): error TS2339: Property 'info' does not exist on type '{}'.
lib/commands/profile.js(319,11): error TS2339: Property 'info' does not exist on type '{}'.
lib/commands/profile.js(331,9): error TS2339: Property 'info' does not exist on type '{}'.
lib/commands/profile.js(361,9): error TS2339: Property 'info' does not exist on type '{}'.
lib/commands/profile.js(395,9): error TS2339: Property 'info' does not exist on type '{}'.
lib/commands/prune.js(8,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Prune'.
lib/commands/publish.js(30,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Publish'.
lib/commands/publish.js(52,9): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/commands/publish.js(117,11): error TS2339: Property 'notice' does not exist on type '{}'.
lib/commands/publish.js(161,37): error TS2532: Object is possibly 'undefined'.
lib/commands/publish.js(166,13): error TS2571: Object is of type 'unknown'.
lib/commands/publish.js(167,15): error TS2339: Property 'warn' does not exist on type '{}'.
lib/commands/rebuild.js(10,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Rebuild'.
lib/commands/rebuild.js(23,33): error TS2554: Expected 0-1 arguments, but got 2.
lib/commands/repo.js(10,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Repo'.
lib/commands/repo.js(60,9): error TS2339: Property 'silly' does not exist on type '{}'.
lib/commands/restart.js(6,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Restart'.
lib/commands/root.js(4,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Root'.
lib/commands/run-script.js(19,20): error TS2769: No overload matches this call.
Overload 2 of 2, '(...items: ConcatArray<never>[]): never[]', gave the following error.
Type 'string' is not assignable to type 'never'.
Overload 2 of 2, '(...items: ConcatArray<never>[]): never[]', gave the following error.
Type 'string' is not assignable to type 'never'.
Overload 2 of 2, '(...items: ConcatArray<never>[]): never[]', gave the following error.
Type 'string' is not assignable to type 'never'.
lib/run-script.js(43,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'RunScript'.
lib/run-script.js(76,63): error TS2525: Initializer provides no value for this binding element and the binding element has no default value.
lib/search.js(35,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Search'.
lib/search/format-package-stream.js(40,19): error TS2339: Property 'emit' does not exist on type 'JSONOutputStream'.
lib/set-script.js(21,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'SetScript'.
lib/set.js(9,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Set'.
lib/shrinkwrap.js(16,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Shrinkwrap'.
lib/shrinkwrap.js(34,10): error TS2339: Property 'code' does not exist on type 'Error'.
lib/star.js(14,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Star'.
lib/stars.js(14,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Stars'.
lib/start.js(11,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Start'.
lib/stop.js(11,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Stop'.
lib/team.js(13,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Team'.
lib/test.js(11,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Test'.
lib/token.js(18,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Token'.
lib/uninstall.js(15,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Uninstall'.
lib/unpublish.js(20,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Unpublish'.
lib/unstar.js(10,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Unstar'.
lib/update.js(17,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Update'.
lib/update.js(33,33): error TS2554: Expected 0-1 arguments, but got 2.
lib/utils/cleanup-log-files.js(15,16): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
lib/utils/cleanup-log-files.js(19,16): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
lib/utils/cleanup-log-files.js(27,13): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
lib/utils/config/definition.js(48,52): error TS2339: Property 'default' does not exist on type 'Definition'.
lib/utils/config/definition.js(50,48): error TS2339: Property 'type' does not exist on type 'Definition'.
lib/utils/config/definition.js(73,39): error TS2339: Property 'description' does not exist on type 'Definition'.
lib/utils/config/definition.js(77,30): error TS2339: Property 'deprecated' does not exist on type 'Definition'.
lib/utils/config/definition.js(78,40): error TS2339: Property 'deprecated' does not exist on type 'Definition'.
lib/utils/config/definitions.js(66,14): error TS2532: Object is possibly 'undefined'.
lib/utils/config/definitions.js(67,41): error TS2769: No overload matches this call.
lib/commands/run-script.js(41,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'RunScript'.
lib/commands/run-script.js(71,63): error TS2525: Initializer provides no value for this binding element and the binding element has no default value.
lib/commands/run-script.js(204,33): error TS2532: Object is possibly 'undefined'.
lib/commands/run-script.js(210,13): error TS2339: Property 'error' does not exist on type '{}'.
lib/commands/run-script.js(211,13): error TS2339: Property 'error' does not exist on type '{}'.
lib/commands/run-script.js(212,13): error TS2339: Property 'error' does not exist on type '{}'.
lib/commands/run-script.js(213,13): error TS2339: Property 'error' does not exist on type '{}'.
lib/commands/run-script.js(243,35): error TS2532: Object is possibly 'undefined'.
lib/commands/run-script.js(252,35): error TS2532: Object is possibly 'undefined'.
lib/commands/run-script.js(261,33): error TS2532: Object is possibly 'undefined'.
lib/commands/search.js(31,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Search'.
lib/commands/search.js(81,9): error TS2339: Property 'silly' does not exist on type '{}'.
lib/commands/search.js(100,9): error TS2339: Property 'silly' does not exist on type '{}'.
lib/commands/search.js(101,9): error TS2339: Property 'clearProgress' does not exist on type '{}'.
lib/commands/set-script.js(10,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'SetScript'.
lib/commands/set-script.js(39,11): error TS2339: Property 'warn' does not exist on type '{}'.
lib/commands/set-script.js(47,32): error TS2532: Object is possibly 'undefined'.
lib/commands/set-script.js(51,15): error TS2339: Property 'warn' does not exist on type '{}'.
lib/commands/set-script.js(52,15): error TS2339: Property 'warn' does not exist on type '{}'.
lib/commands/set-script.js(53,15): error TS2339: Property 'warn' does not exist on type '{}'.
lib/commands/set-script.js(56,13): error TS2339: Property 'error' does not exist on type '{}'.
lib/commands/set-script.js(56,33): error TS2571: Object is of type 'unknown'.
lib/commands/set-script.js(57,13): error TS2339: Property 'error' does not exist on type '{}'.
lib/commands/set-script.js(58,13): error TS2339: Property 'error' does not exist on type '{}'.
lib/commands/set.js(5,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Set'.
lib/commands/shrinkwrap.js(8,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Shrinkwrap'.
lib/commands/shrinkwrap.js(20,10): error TS2339: Property 'code' does not exist on type 'Error'.
lib/commands/shrinkwrap.js(56,11): error TS2339: Property 'notice' does not exist on type '{}'.
lib/commands/shrinkwrap.js(63,11): error TS2339: Property 'notice' does not exist on type '{}'.
lib/commands/shrinkwrap.js(65,11): error TS2339: Property 'notice' does not exist on type '{}'.
lib/commands/shrinkwrap.js(67,11): error TS2339: Property 'notice' does not exist on type '{}'.
lib/commands/star.js(9,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Star'.
lib/commands/star.js(54,13): error TS2339: Property 'info' does not exist on type '{}'.
lib/commands/star.js(56,13): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/commands/star.js(59,13): error TS2339: Property 'info' does not exist on type '{}'.
lib/commands/star.js(60,13): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/commands/star.js(71,11): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/commands/stars.js(8,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Stars'.
lib/commands/stars.js(24,13): error TS2339: Property 'warn' does not exist on type '{}'.
lib/commands/stars.js(31,11): error TS2571: Object is of type 'unknown'.
lib/commands/stars.js(32,13): error TS2339: Property 'warn' does not exist on type '{}'.
lib/commands/start.js(6,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Start'.
lib/commands/stop.js(6,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Stop'.
lib/commands/team.js(9,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Team'.
lib/commands/test.js(6,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Test'.
lib/commands/token.js(14,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Token'.
lib/commands/token.js(34,9): error TS2339: Property 'gauge' does not exist on type '{}'.
lib/commands/token.js(56,9): error TS2339: Property 'info' does not exist on type '{}'.
lib/commands/token.js(101,26): error TS2339: Property 'newItem' does not exist on type '{}'.
lib/commands/token.js(147,13): error TS2339: Property 'info' does not exist on type '{}'.
lib/commands/uninstall.js(11,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Uninstall'.
lib/commands/uninstall.js(38,15): error TS2571: Object is of type 'unknown'.
lib/commands/uninstall.js(38,39): error TS2571: Object is of type 'unknown'.
lib/commands/unpublish.js(19,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Unpublish'.
lib/commands/unpublish.js(77,9): error TS2339: Property 'silly' does not exist on type '{}'.
lib/commands/unpublish.js(78,9): error TS2339: Property 'silly' does not exist on type '{}'.
lib/commands/unpublish.js(96,20): error TS2571: Object is of type 'unknown'.
lib/commands/unpublish.js(96,45): error TS2571: Object is of type 'unknown'.
lib/commands/unpublish.js(103,11): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/commands/unpublish.js(151,24): error TS2532: Object is possibly 'undefined'.
lib/commands/unstar.js(5,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Unstar'.
lib/commands/update.js(12,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Update'.
lib/commands/update.js(34,33): error TS2554: Expected 0-1 arguments, but got 2.
lib/commands/update.js(51,11): error TS2339: Property 'warn' does not exist on type '{}'.
lib/commands/version.js(10,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Version'.
lib/commands/version.js(84,32): error TS2532: Object is possibly 'undefined'.
lib/commands/version.js(121,24): error TS2532: Object is possibly 'undefined'.
lib/commands/view.js(24,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'View'.
lib/commands/view.js(122,13): error TS2339: Property 'silly' does not exist on type '{}'.
lib/commands/view.js(126,11): error TS2339: Property 'disableProgress' does not exist on type '{}'.
lib/commands/view.js(144,11): error TS2339: Property 'warn' does not exist on type '{}'.
lib/commands/view.js(154,24): error TS2532: Object is possibly 'undefined'.
lib/commands/view.js(162,13): error TS2339: Property 'silly' does not exist on type '{}'.
lib/commands/view.js(212,10): error TS2339: Property 'statusCode' does not exist on type 'Error'.
lib/commands/view.js(213,10): error TS2339: Property 'code' does not exist on type 'Error'.
lib/commands/view.js(214,10): error TS2339: Property 'pkgid' does not exist on type 'Error'.
lib/commands/whoami.js(6,10): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Whoami'.
lib/npm.js(40,5): error TS2322: Type 'LogFiles' is not assignable to type 'null'.
lib/npm.js(41,5): error TS2322: Type 'Display' is not assignable to type 'null'.
lib/npm.js(42,5): error TS2322: Type 'Timers' is not assignable to type 'null'.
lib/npm.js(44,7): error TS2322: Type '(name: any, ms: any) => void' is not assignable to type 'null | undefined'.
lib/npm.js(46,9): error TS2531: Object is possibly 'null'.
lib/npm.js(47,9): error TS2531: Object is possibly 'null'.
lib/npm.js(61,29): error TS2339: Property 'version' does not exist on type 'Function'.
lib/npm.js(91,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"time"' is not assignable to parameter of type 'Signals'.
lib/npm.js(107,15): error TS2339: Property 'error' does not exist on type '{}'.
lib/npm.js(147,22): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/npm.js(151,22): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/npm.js(158,20): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"time"' is not assignable to parameter of type 'Signals'.
lib/npm.js(165,19): error TS2339: Property 'warn' does not exist on type '{}'.
lib/npm.js(168,26): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/npm.js(172,13): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
lib/npm.js(194,5): error TS2531: Object is possibly 'null'.
lib/npm.js(195,5): error TS2531: Object is possibly 'null'.
lib/npm.js(196,5): error TS2531: Object is possibly 'null'.
lib/npm.js(198,7): error TS2531: Object is possibly 'null'.
lib/npm.js(221,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"time"' is not assignable to parameter of type 'Signals'.
lib/npm.js(228,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/npm.js(230,11): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/npm.js(235,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"time"' is not assignable to parameter of type 'Signals'.
lib/npm.js(237,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/npm.js(246,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"time"' is not assignable to parameter of type 'Signals'.
lib/npm.js(251,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/npm.js(253,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"time"' is not assignable to parameter of type 'Signals'.
lib/npm.js(254,5): error TS2531: Object is possibly 'null'.
lib/npm.js(264,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/npm.js(267,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"time"' is not assignable to parameter of type 'Signals'.
lib/npm.js(268,5): error TS2531: Object is possibly 'null'.
lib/npm.js(272,9): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/npm.js(272,28): error TS2531: Object is possibly 'null'.
lib/npm.js(273,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/npm.js(275,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"time"' is not assignable to parameter of type 'Signals'.
lib/npm.js(276,5): error TS2531: Object is possibly 'null'.
lib/npm.js(279,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/npm.js(281,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"time"' is not assignable to parameter of type 'Signals'.
lib/npm.js(286,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/npm.js(317,12): error TS2531: Object is possibly 'null'.
lib/npm.js(321,12): error TS2531: Object is possibly 'null'.
lib/npm.js(325,12): error TS2531: Object is possibly 'null'.
lib/npm.js(329,12): error TS2531: Object is possibly 'null'.
lib/npm.js(407,9): error TS2339: Property 'clearProgress' does not exist on type '{}'.
lib/npm.js(410,9): error TS2339: Property 'showProgress' does not exist on type '{}'.
lib/search/format-package-stream.js(41,19): error TS2339: Property 'emit' does not exist on type 'JSONOutputStream'.
lib/utils/audit-error.js(20,7): error TS2339: Property 'warn' does not exist on type '{}'.
lib/utils/config/definition.js(43,52): error TS2339: Property 'default' does not exist on type 'Definition'.
lib/utils/config/definition.js(46,48): error TS2339: Property 'type' does not exist on type 'Definition'.
lib/utils/config/definition.js(50,16): error TS2339: Property 'type' does not exist on type 'Definition'.
lib/utils/config/definition.js(79,39): error TS2339: Property 'description' does not exist on type 'Definition'.
lib/utils/config/definition.js(85,30): error TS2339: Property 'deprecated' does not exist on type 'Definition'.
lib/utils/config/definition.js(85,79): error TS2339: Property 'deprecated' does not exist on type 'Definition'.
lib/utils/config/definitions.js(19,9): error TS2571: Object is of type 'unknown'.
lib/utils/config/definitions.js(72,14): error TS2532: Object is possibly 'undefined'.
lib/utils/config/definitions.js(73,41): error TS2769: No overload matches this call.
Overload 1 of 2, '(...items: ConcatArray<null>[]): null[]', gave the following error.
Argument of type 'string[]' is not assignable to parameter of type 'ConcatArray<null>'.
The types returned by 'slice(...)' are incompatible between these types.
@ -219,49 +398,120 @@ lib/utils/config/definitions.js(67,41): error TS2769: No overload matches this c
Type 'string' is not assignable to type 'null'.
Overload 2 of 2, '(...items: (ConcatArray<null> | null)[]): null[]', gave the following error.
Argument of type 'string[]' is not assignable to parameter of type 'ConcatArray<null>'.
lib/utils/config/definitions.js(74,3): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
lib/utils/config/definitions.js(80,3): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type 'undefined' is not assignable to type 'string'.
lib/utils/config/index.js(35,22): error TS2322: Type 'string' is not assignable to type 'never'.
lib/utils/error-handler.js(34,16): error TS2769: No overload matches this call.
lib/utils/config/index.js(36,22): error TS2322: Type 'string' is not assignable to type 'never'.
lib/utils/display.js(15,9): error TS2339: Property 'pause' does not exist on type '{}'.
lib/utils/display.js(28,9): error TS2339: Property 'tracker' does not exist on type '{}'.
lib/utils/display.js(44,11): error TS2339: Property 'level' does not exist on type '{}'.
lib/utils/display.js(46,11): error TS2339: Property 'level' does not exist on type '{}'.
lib/utils/display.js(49,9): error TS2339: Property 'heading' does not exist on type '{}'.
lib/utils/display.js(52,11): error TS2339: Property 'enableColor' does not exist on type '{}'.
lib/utils/display.js(54,11): error TS2339: Property 'disableColor' does not exist on type '{}'.
lib/utils/display.js(58,11): error TS2339: Property 'enableUnicode' does not exist on type '{}'.
lib/utils/display.js(60,11): error TS2339: Property 'disableUnicode' does not exist on type '{}'.
lib/utils/display.js(65,11): error TS2339: Property 'enableProgress' does not exist on type '{}'.
lib/utils/display.js(67,11): error TS2339: Property 'disableProgress' does not exist on type '{}'.
lib/utils/display.js(71,9): error TS2339: Property 'resume' does not exist on type '{}'.
lib/utils/display.js(112,50): error TS2339: Property 'useColor' does not exist on type '{}'.
lib/utils/error-message.js(67,13): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/utils/exit-handler.js(14,7): error TS2339: Property 'disableProgress' does not exist on type '{}'.
lib/utils/exit-handler.js(18,16): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timeEnd"' is not assignable to parameter of type 'Signals'.
lib/utils/error-handler.js(149,11): error TS2339: Property 'code' does not exist on type 'Error'.
lib/utils/error-handler.js(151,8): error TS2339: Property 'code' does not exist on type 'Error'.
lib/utils/error-handler.js(182,18): error TS2339: Property 'code' does not exist on type 'Error'.
lib/utils/error-handler.js(190,18): error TS2339: Property 'errno' does not exist on type 'Error'.
lib/utils/error-handler.js(190,42): error TS2339: Property 'errno' does not exist on type 'Error'.
lib/utils/error-handler.js(190,60): error TS2339: Property 'code' does not exist on type 'Error'.
lib/utils/error-handler.js(190,83): error TS2339: Property 'code' does not exist on type 'Error'.
lib/utils/exit-handler.js(26,11): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/utils/exit-handler.js(31,9): error TS2339: Property 'info' does not exist on type '{}'.
lib/utils/exit-handler.js(33,9): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/utils/exit-handler.js(38,9): error TS2339: Property 'error' does not exist on type '{}'.
lib/utils/exit-handler.js(40,9): error TS2339: Property 'error' does not exist on type '{}'.
lib/utils/exit-handler.js(41,9): error TS2339: Property 'error' does not exist on type '{}'.
lib/utils/exit-handler.js(57,9): error TS2339: Property 'error' does not exist on type '{}'.
lib/utils/exit-handler.js(80,7): error TS2339: Property 'disableProgress' does not exist on type '{}'.
lib/utils/exit-handler.js(98,13): error TS2339: Property 'level' does not exist on type '{}'.
lib/utils/exit-handler.js(99,9): error TS2339: Property 'level' does not exist on type '{}'.
lib/utils/exit-handler.js(100,9): error TS2339: Property 'notice' does not exist on type '{}'.
lib/utils/exit-handler.js(101,9): error TS2339: Property 'level' does not exist on type '{}'.
lib/utils/exit-handler.js(120,11): error TS2339: Property 'error' does not exist on type '{}'.
lib/utils/exit-handler.js(123,11): error TS2339: Property 'error' does not exist on type '{}'.
lib/utils/exit-handler.js(126,16): error TS2339: Property 'code' does not exist on type 'Error'.
lib/utils/exit-handler.js(128,13): error TS2339: Property 'code' does not exist on type 'Error'.
lib/utils/exit-handler.js(134,15): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/utils/exit-handler.js(139,11): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/utils/exit-handler.js(140,11): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/utils/exit-handler.js(141,11): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/utils/exit-handler.js(142,11): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/utils/exit-handler.js(143,11): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/utils/exit-handler.js(148,15): error TS2339: Property 'error' does not exist on type '{}'.
lib/utils/exit-handler.js(154,13): error TS2339: Property 'error' does not exist on type '{}'.
lib/utils/exit-handler.js(160,23): error TS2339: Property 'code' does not exist on type 'Error'.
lib/utils/exit-handler.js(168,22): error TS2339: Property 'errno' does not exist on type 'Error'.
lib/utils/exit-handler.js(169,24): error TS2339: Property 'errno' does not exist on type 'Error'.
lib/utils/exit-handler.js(170,29): error TS2339: Property 'code' does not exist on type 'Error'.
lib/utils/exit-handler.js(171,24): error TS2339: Property 'code' does not exist on type 'Error'.
lib/utils/exit-handler.js(176,7): error TS2339: Property 'verbose' does not exist on type '{}'.
lib/utils/is-windows-bash.js(3,26): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type 'undefined' is not assignable to type 'string'.
lib/utils/npm-usage.js(61,15): error TS2322: Type 'string' is not assignable to type 'never'.
lib/utils/npm-usage.js(61,18): error TS2322: Type 'any' is not assignable to type 'never'.
lib/utils/npm-usage.js(65,26): error TS2339: Property 'localeCompare' does not exist on type 'never'.
lib/utils/npm-usage.js(66,11): error TS2488: Type 'never' must have a '[Symbol.iterator]()' method that returns an iterator.
lib/utils/npm-usage.js(66,61): error TS2339: Property 'length' does not exist on type 'never'.
lib/utils/npm-usage.js(67,14): error TS2339: Property 'split' does not exist on type 'never'.
lib/utils/open-url.js(42,14): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
lib/utils/log-file.js(52,5): error TS2322: Type 'number' is not assignable to type 'null'.
lib/utils/log-file.js(53,5): error TS2322: Type 'number' is not assignable to type 'null'.
lib/utils/log-file.js(85,11): error TS2525: Initializer provides no value for this binding element and the binding element has no default value.
lib/utils/log-file.js(85,16): error TS2525: Initializer provides no value for this binding element and the binding element has no default value.
lib/utils/log-file.js(97,41): error TS2339: Property 'pipe' does not exist on type 'never'.
lib/utils/log-file.js(115,12): error TS2358: The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.
lib/utils/log-file.js(120,23): error TS2339: Property 'end' does not exist on type 'never'.
lib/utils/log-file.js(142,23): error TS2339: Property 'write' does not exist on type 'never'.
lib/utils/log-file.js(147,31): error TS2531: Object is possibly 'null'.
lib/utils/log-file.js(150,33): error TS2531: Object is possibly 'null'.
lib/utils/log-file.js(158,23): error TS2339: Property 'write' does not exist on type 'never'.
lib/utils/log-file.js(168,25): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string'.
lib/utils/log-file.js(225,11): error TS2339: Property 'silly' does not exist on type '{}'.
lib/utils/log-file.js(231,15): error TS2339: Property 'silly' does not exist on type '{}'.
lib/utils/log-file.js(235,11): error TS2339: Property 'warn' does not exist on type '{}'.
lib/utils/open-url.js(49,14): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
lib/utils/path.js(4,18): error TS2532: Object is possibly 'undefined'.
lib/utils/perf.js(11,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"timing"' is not assignable to parameter of type '"removeListener"'.
lib/utils/reify-output.js(74,40): error TS2769: No overload matches this call.
lib/utils/pulse-till-done.js(15,9): error TS2339: Property 'gauge' does not exist on type '{}'.
lib/utils/queryable.js(282,24): error TS2525: Initializer provides no value for this binding element and the binding element has no default value.
lib/utils/queryable.js(293,12): error TS2345: Argument of type '{ data: any; key: any; value: symbol; }' is not assignable to parameter of type '{ data: any; key: any; value: any; force: any; }'.
Property 'force' is missing in type '{ data: any; key: any; value: symbol; }' but required in type '{ data: any; key: any; value: any; force: any; }'.
lib/utils/read-user-info.js(21,7): error TS2339: Property 'clearProgress' does not exist on type '{}'.
lib/utils/read-user-info.js(22,44): error TS2339: Property 'showProgress' does not exist on type '{}'.
lib/utils/read-user-info.js(47,11): error TS2339: Property 'warn' does not exist on type '{}'.
lib/utils/read-user-info.js(61,11): error TS2339: Property 'warn' does not exist on type '{}'.
lib/utils/reify-output.js(61,13): error TS2339: Property 'silly' does not exist on type '{}'.
lib/utils/reify-output.js(79,40): error TS2769: No overload matches this call.
Overload 1 of 2, '(value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string', gave the following error.
Argument of type '0' is not assignable to parameter of type '((this: any, key: string, value: any) => any) | undefined'.
Argument of type 'number' is not assignable to parameter of type '(this: any, key: string, value: any) => any'.
Overload 2 of 2, '(value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string', gave the following error.
Argument of type '0' is not assignable to parameter of type '(string | number)[] | null | undefined'.
lib/utils/update-notifier.js(29,50): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
lib/utils/usage.js(8,21): error TS2769: No overload matches this call.
Argument of type 'number' is not assignable to parameter of type '(string | number)[]'.
lib/utils/tar.js(13,7): error TS2339: Property 'notice' does not exist on type '{}'.
lib/utils/tar.js(14,7): error TS2339: Property 'notice' does not exist on type '{}'.
lib/utils/tar.js(15,7): error TS2339: Property 'notice' does not exist on type '{}'.
lib/utils/tar.js(17,9): error TS2339: Property 'notice' does not exist on type '{}'.
lib/utils/tar.js(34,9): error TS2339: Property 'notice' does not exist on type '{}'.
lib/utils/tar.js(35,41): error TS2339: Property 'notice' does not exist on type '{}'.
lib/utils/tar.js(37,7): error TS2339: Property 'notice' does not exist on type '{}'.
lib/utils/tar.js(38,7): error TS2339: Property 'notice' does not exist on type '{}'.
lib/utils/tar.js(69,7): error TS2339: Property 'notice' does not exist on type '{}'.
lib/utils/timers.js(25,5): error TS2322: Type 'string' is not assignable to type 'null'.
lib/utils/timers.js(42,18): error TS2769: No overload matches this call.
The last overload gave the following error.
Argument of type '"time"' is not assignable to parameter of type 'Signals'.
lib/utils/timers.js(46,3): error TS2416: Property 'on' in type 'Timers' is not assignable to the same property in base type 'EventEmitter'.
Type '(listener: any) => void' is not assignable to type '(eventName: string | symbol, listener: (...args: any[]) => void) => this'.
Type 'void' is not assignable to type 'this'.
'this' could be instantiated with an arbitrary type which could be unrelated to 'void'.
lib/utils/timers.js(55,3): error TS2416: Property 'off' in type 'Timers' is not assignable to the same property in base type 'EventEmitter'.
Type '(listener: any) => void' is not assignable to type '(eventName: string | symbol, listener: (...args: any[]) => void) => this'.
Type 'void' is not assignable to type 'this'.
'this' could be instantiated with an arbitrary type which could be unrelated to 'void'.
lib/utils/timers.js(83,22): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string'.
lib/utils/timers.js(91,11): error TS2339: Property 'warn' does not exist on type '{}'.
lib/utils/timers.js(106,11): error TS2339: Property 'silly' does not exist on type '{}'.
lib/utils/update-notifier.js(32,50): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
lib/utils/usage.js(9,21): error TS2769: No overload matches this call.
Overload 1 of 2, '(...items: ConcatArray<never>[]): never[]', gave the following error.
Argument of type 'string' is not assignable to parameter of type 'ConcatArray<never>'.
Overload 2 of 2, '(...items: ConcatArray<never>[]): never[]', gave the following error.
Argument of type 'string' is not assignable to parameter of type 'ConcatArray<never>'.
lib/version.js(10,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Version'.
lib/view.js(38,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'View'.
lib/view.js(215,10): error TS2339: Property 'statusCode' does not exist on type 'Error'.
lib/view.js(216,10): error TS2339: Property 'code' does not exist on type 'Error'.
lib/view.js(217,10): error TS2339: Property 'pkgid' does not exist on type 'Error'.
lib/whoami.js(11,14): error TS2699: Static property 'name' conflicts with built-in property 'Function.name' of constructor function 'Whoami'.

View File

@ -9,6 +9,7 @@ node_modules/npmlog/log.js(90,46): error TS2339: Property 'showProgress' does no
node_modules/npmlog/log.js(91,8): error TS2339: Property 'gauge' does not exist on type 'disableProgress'.
node_modules/npmlog/log.js(150,12): error TS2339: Property 'progressEnabled' does not exist on type 'pause'.
node_modules/npmlog/log.js(150,34): error TS2339: Property 'gauge' does not exist on type 'pause'.
node_modules/npmlog/log.js(159,3): error TS2532: Object is possibly 'undefined'.
node_modules/npmlog/log.js(162,12): error TS2339: Property 'progressEnabled' does not exist on type 'resume'.
node_modules/npmlog/log.js(162,34): error TS2339: Property 'gauge' does not exist on type 'resume'.
node_modules/npmlog/log.js(171,16): error TS2339: Property 'levels' does not exist on type '(Anonymous function)'.
@ -21,13 +22,16 @@ node_modules/npmlog/log.js(207,18): error TS2339: Property 'maxRecordSize' does
node_modules/npmlog/log.js(208,11): error TS2532: Object is possibly 'undefined'.
node_modules/npmlog/log.js(211,19): error TS2532: Object is possibly 'undefined'.
node_modules/npmlog/log.js(214,8): error TS2339: Property 'emitLog' does not exist on type '(Anonymous function)'.
node_modules/npmlog/log.js(218,12): error TS2551: Property '_paused' does not exist on type '{ addListener(event: string | symbol, listener: (...args: any[]) => void): EventEmitter; on(event: string | symbol, listener: (...args: any[]) => void): EventEmitter; ... 42 more ...; disp: {}; }'. Did you mean 'pause'?
node_modules/npmlog/log.js(218,12): error TS2551: Property '_paused' does not exist on type '{ addListener(eventName: string | symbol, listener: (...args: any[]) => void): EventEmitter; on(eventName: string | symbol, listener: (...args: any[]) => void): EventEmitter; ... 42 more ...; disp: {}; }'. Did you mean 'pause'?
node_modules/npmlog/log.js(271,16): error TS2769: No overload matches this call.
Overload 1 of 2, '(buffer: string | Uint8Array, cb?: ((err?: Error | undefined) => void) | undefined): boolean', gave the following error.
Argument of type 'string | undefined' is not assignable to parameter of type 'string | Uint8Array'.
Type 'undefined' is not assignable to type 'string | Uint8Array'.
Overload 2 of 2, '(str: string | Uint8Array, encoding?: BufferEncoding | undefined, cb?: ((err?: Error | undefined) => void) | undefined): boolean', gave the following error.
Argument of type 'string | undefined' is not assignable to parameter of type 'string | Uint8Array'.
node_modules/npmlog/log.js(277,8): error TS2339: Property 'levels' does not exist on type 'addLevel'.
node_modules/npmlog/log.js(278,8): error TS2339: Property 'style' does not exist on type 'addLevel'.
node_modules/npmlog/log.js(289,8): error TS2339: Property 'disp' does not exist on type 'addLevel'.

View File

@ -1,9 +0,0 @@
Exit Code: 2
Standard output:
src/common/fetch.ts(21,3): error TS2322: Type '((input: RequestInfo, init?: RequestInit) => Promise<Response>) | typeof import("../../../node_modules/@types/node-fetch/index")' is not assignable to type '(input: RequestInfo, init?: RequestInit) => Promise<Response>'.
Type 'typeof import("../../../node_modules/@types/node-fetch/index")' is not assignable to type '(input: RequestInfo, init?: RequestInit) => Promise<Response>'.
Type 'typeof import("../../../node_modules/@types/node-fetch/index")' provides no match for the signature '(input: RequestInfo, init?: RequestInit): Promise<Response>'.
Standard error:

View File

@ -1,14 +0,0 @@
Exit Code: 2
Standard output:
node_modules/soap/lib/client.d.ts(4,26): error TS7016: Could not find a declaration file for module 'request'. '../../../tests/cases/user/soap/node_modules/request/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/request` if it exists or add a new declaration (.d.ts) file containing `declare module 'request';`
node_modules/soap/lib/http.d.ts(2,22): error TS7016: Could not find a declaration file for module 'request'. '../../../tests/cases/user/soap/node_modules/request/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/request` if it exists or add a new declaration (.d.ts) file containing `declare module 'request';`
node_modules/soap/lib/types.d.ts(1,22): error TS7016: Could not find a declaration file for module 'request'. '../../../tests/cases/user/soap/node_modules/request/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/request` if it exists or add a new declaration (.d.ts) file containing `declare module 'request';`
node_modules/soap/lib/wsdl/index.d.ts(1,22): error TS7016: Could not find a declaration file for module 'sax'. '../../../tests/cases/user/soap/node_modules/sax/lib/sax.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/sax` if it exists or add a new declaration (.d.ts) file containing `declare module 'sax';`
Standard error:

View File

@ -1,7 +0,0 @@
Exit Code: 2
Standard output:
index.ts(8,83): error TS2344: Type 'string' does not satisfy the constraint 'number'.
Standard error:

View File

@ -1,267 +1,383 @@
Exit Code: 2
Standard output:
node_modules/uglify-js/lib/ast.js(128,34): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/ast.js(346,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/ast.js(559,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/ast.js(1970,5): error TS2322: Type '{ visit: (node: any, descend: any) => void; parent: (n: any) => any; push: typeof push; pop: typeof pop; self: () => any; find_parent: (type: any) => any; has_directive: (type: any) => any; loopcontrol_target: (node: any) => any; in_boolean_context: () => boolean | undefined; }' is not assignable to type 'TreeWalker'.
node_modules/uglify-js/lib/ast.js(126,34): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/ast.js(391,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/ast.js(604,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/ast.js(2029,5): error TS2322: Type '{ visit: (node: any, descend: any) => void; parent: (n: any) => any; push: typeof push; pop: typeof pop; self: () => any; find_parent: (type: any) => any; has_directive: (type: any) => any; loopcontrol_target: (node: any) => any; in_boolean_context: () => boolean | ... 1 more ... | undefined; }' is not assignable to type 'TreeWalker'.
Object literal may only specify known properties, and 'visit' does not exist in type 'TreeWalker'.
node_modules/uglify-js/lib/ast.js(1971,14): error TS2339: Property 'push' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/ast.js(1974,14): error TS2339: Property 'pop' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/ast.js(2029,25): error TS2339: Property 'self' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/ast.js(2030,37): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/ast.js(2046,52): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(203,42): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(673,42): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(768,16): error TS2339: Property 'walk' does not exist on type 'reduce_iife'.
node_modules/uglify-js/lib/compress.js(768,36): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(778,28): error TS2339: Property 'uses_arguments' does not exist on type 'reduce_iife'.
node_modules/uglify-js/lib/compress.js(779,16): error TS2339: Property 'argnames' does not exist on type 'reduce_iife'.
node_modules/uglify-js/lib/compress.js(782,32): error TS2339: Property 'argnames' does not exist on type 'reduce_iife'.
node_modules/uglify-js/lib/compress.js(788,27): error TS2339: Property 'rest' does not exist on type 'reduce_iife'.
node_modules/uglify-js/lib/compress.js(790,27): error TS2339: Property 'rest' does not exist on type 'reduce_iife'.
node_modules/uglify-js/lib/compress.js(791,50): error TS2339: Property 'argnames' does not exist on type 'reduce_iife'.
node_modules/uglify-js/lib/compress.js(1122,20): error TS2339: Property 'name' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1122,46): error TS2339: Property 'name' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1122,72): error TS2339: Property 'name' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1128,26): error TS2339: Property 'name' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1173,26): error TS2339: Property 'definition' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1182,56): error TS2339: Property 'scope' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1186,26): error TS2339: Property 'in_arg' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1187,34): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1197,49): error TS2339: Property 'scope' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1212,42): error TS2339: Property 'scope' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1341,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(1346,12): error TS2339: Property 'defun_ids' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(1347,12): error TS2339: Property 'defun_visited' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(1349,12): error TS2339: Property 'in_loop' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(1350,12): error TS2339: Property 'loop_ids' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(1355,12): error TS2339: Property 'safe_ids' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(1403,37): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(1431,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(1629,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(1731,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(1746,51): error TS2349: This expression is not callable.
node_modules/uglify-js/lib/compress.js(215,22): error TS2339: Property 'option' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(218,22): error TS2339: Property 'exposed' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(224,16): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(227,22): error TS2339: Property 'compress' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(244,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(755,42): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(858,16): error TS2339: Property 'walk' does not exist on type 'reduce_iife'.
node_modules/uglify-js/lib/compress.js(858,36): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(868,28): error TS2339: Property 'uses_arguments' does not exist on type 'reduce_iife'.
node_modules/uglify-js/lib/compress.js(869,16): error TS2339: Property 'argnames' does not exist on type 'reduce_iife'.
node_modules/uglify-js/lib/compress.js(872,32): error TS2339: Property 'argnames' does not exist on type 'reduce_iife'.
node_modules/uglify-js/lib/compress.js(878,27): error TS2339: Property 'rest' does not exist on type 'reduce_iife'.
node_modules/uglify-js/lib/compress.js(880,24): error TS2339: Property 'rest' does not exist on type 'reduce_iife'.
node_modules/uglify-js/lib/compress.js(882,58): error TS2339: Property 'argnames' does not exist on type 'reduce_iife'.
node_modules/uglify-js/lib/compress.js(948,21): error TS2454: Variable 'lazy' is used before being assigned.
node_modules/uglify-js/lib/compress.js(950,21): error TS2454: Variable 'lazy' is used before being assigned.
node_modules/uglify-js/lib/compress.js(1066,32): error TS2454: Variable 'drop' is used before being assigned.
node_modules/uglify-js/lib/compress.js(1249,20): error TS2339: Property 'name' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1249,46): error TS2339: Property 'name' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1249,72): error TS2339: Property 'name' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1254,26): error TS2339: Property 'name' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1304,26): error TS2339: Property 'definition' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1322,56): error TS2339: Property 'scope' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1326,26): error TS2339: Property 'in_arg' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1327,34): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1336,49): error TS2339: Property 'scope' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1349,42): error TS2339: Property 'scope' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(1509,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(1514,12): error TS2339: Property 'fn_scanning' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(1515,12): error TS2339: Property 'fn_visited' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(1517,12): error TS2339: Property 'in_loop' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(1518,12): error TS2339: Property 'loop_ids' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(1523,12): error TS2339: Property 'safe_ids' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(1582,37): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(1610,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(1803,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(1983,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2035,51): error TS2349: This expression is not callable.
Not all constituents of type 'true | ((node: any, tw: any) => any)' are callable.
Type 'true' has no call signatures.
node_modules/uglify-js/lib/compress.js(1800,61): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(1855,53): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(1876,53): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(1931,77): error TS2454: Variable 'args' is used before being assigned.
node_modules/uglify-js/lib/compress.js(1932,33): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(1932,42): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(1955,29): error TS2322: Type 'boolean' is not assignable to type 'number'.
node_modules/uglify-js/lib/compress.js(1957,25): error TS2322: Type 'boolean' is not assignable to type 'never'.
node_modules/uglify-js/lib/compress.js(2187,65): error TS2339: Property 'find_parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(2190,45): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(2368,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2398,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2405,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2408,35): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(2450,39): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2481,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2496,39): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2521,35): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(2527,45): error TS2339: Property 'stack' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2528,33): error TS2339: Property 'stack' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2530,33): error TS2339: Property 'stack' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2614,45): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(2635,42): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(2675,41): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(2832,53): error TS2345: Argument of type 'number[]' is not assignable to parameter of type '[start: number, deleteCount: number, ...items: never[]]'.
node_modules/uglify-js/lib/compress.js(2106,61): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(2162,53): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2182,53): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2262,77): error TS2454: Variable 'args' is used before being assigned.
node_modules/uglify-js/lib/compress.js(2263,33): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(2263,42): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(2271,42): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(2271,54): error TS2365: Operator '+' cannot be applied to types 'number' and 'boolean'.
node_modules/uglify-js/lib/compress.js(2284,25): error TS2322: Type 'boolean' is not assignable to type 'number'.
node_modules/uglify-js/lib/compress.js(2288,25): error TS2322: Type 'boolean' is not assignable to type 'never'.
node_modules/uglify-js/lib/compress.js(2289,35): error TS2339: Property 'single_use' does not exist on type 'never'.
node_modules/uglify-js/lib/compress.js(2533,65): error TS2339: Property 'find_parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(2536,45): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(2715,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2745,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2756,37): error TS2339: Property 'stack' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2757,25): error TS2339: Property 'stack' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2759,25): error TS2339: Property 'stack' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2771,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2774,35): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(2816,39): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2850,38): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2865,39): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(2885,35): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(2997,45): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(3018,42): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(3054,43): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(3077,41): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(3087,75): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(3097,79): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(3297,53): error TS2345: Argument of type 'number[]' is not assignable to parameter of type '[start: number, deleteCount: number, ...items: never[]]'.
Source provides no match for required element at position 0 in target.
node_modules/uglify-js/lib/compress.js(3075,76): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(3460,53): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[start: number, deleteCount: number, ...items: never[]]'.
Source provides no match for required element at position 0 in target.
node_modules/uglify-js/lib/compress.js(3522,60): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
Type 'any' is not assignable to type 'never'.
node_modules/uglify-js/lib/compress.js(3200,59): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(3238,53): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[start: number, deleteCount: number, ...items: never[]]'.
Source provides no match for required element at position 0 in target.
node_modules/uglify-js/lib/compress.js(3273,26): error TS2403: Subsequent variable declarations must have the same type. Variable 'i' must be of type 'number', but here has type 'any'.
node_modules/uglify-js/lib/compress.js(3501,34): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(3522,27): error TS2339: Property 'required' does not exist on type 'any[]'.
node_modules/uglify-js/lib/compress.js(3527,43): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(3566,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(3570,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(3617,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(3621,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(3682,22): error TS2339: Property 'is_undefined' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(3684,49): error TS2339: Property 'is_declared' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(3685,22): error TS2339: Property 'is_immutable' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(3686,28): error TS2339: Property 'definition' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(3690,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(3743,22): error TS2551: Property 'is_undefined' does not exist on type '(Anonymous function)'. Did you mean 'is_defined'?
node_modules/uglify-js/lib/compress.js(3744,49): error TS2339: Property 'is_declared' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(3745,22): error TS2339: Property 'is_immutable' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(3746,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(3750,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(3792,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(3796,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(3882,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(3886,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(3934,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(3938,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(4204,44): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(4443,55): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'.
node_modules/uglify-js/lib/compress.js(4444,25): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/compress.js(4444,55): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
node_modules/uglify-js/lib/compress.js(4444,56): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/compress.js(4461,48): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(4472,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4480,24): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(4586,54): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(4605,40): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(4669,22): error TS2339: Property 'tag' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4670,50): error TS2339: Property 'tag' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4671,17): error TS2630: Cannot assign to 'decode' because it is a function.
node_modules/uglify-js/lib/compress.js(4675,39): error TS2339: Property 'expressions' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4678,35): error TS2339: Property 'strings' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4680,47): error TS2339: Property 'strings' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5116,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(5136,29): error TS2322: Type 'string' is not assignable to type 'boolean'.
node_modules/uglify-js/lib/compress.js(5340,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(5346,49): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(5398,33): error TS2339: Property 'loopcontrol_target' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(5426,33): error TS2339: Property 'loopcontrol_target' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(5489,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'marker' must be of type 'TreeWalker', but here has type '(node: any) => void'.
node_modules/uglify-js/lib/compress.js(5489,61): error TS2339: Property 'has_directive' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(5494,50): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(5587,105): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(5737,56): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(5738,54): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(5863,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(5864,74): error TS2339: Property 'has_directive' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(5883,28): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(5908,28): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(5970,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(6071,29): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(6151,58): error TS2339: Property 'has_directive' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(6378,56): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(6455,80): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(6507,61): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(6510,12): error TS2339: Property 'push' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(6844,18): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(6844,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(6868,28): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(6877,28): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(6883,33): error TS2339: Property 'find_variable' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(6905,14): error TS2339: Property 'transform' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(6909,50): error TS2339: Property 'each_argname' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(6975,32): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(7064,18): error TS2339: Property 'enclosed' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(7067,18): error TS2339: Property 'variables' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(7270,29): error TS2339: Property 'left' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(7279,30): error TS2339: Property 'right' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(7280,30): error TS2339: Property 'operator' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(7496,23): error TS2454: Variable 'exprs' is used before being assigned.
node_modules/uglify-js/lib/compress.js(7497,20): error TS2454: Variable 'exprs' is used before being assigned.
node_modules/uglify-js/lib/compress.js(7577,28): error TS2339: Property 'expression' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(7578,41): error TS2339: Property 'operator' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(7582,22): error TS2339: Property 'operator' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(7587,42): error TS2339: Property 'operator' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(7618,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(7620,44): error TS2339: Property 'loopcontrol_target' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(7624,56): error TS2339: Property 'push' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(7625,12): error TS2339: Property 'push' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(7693,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(7749,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'.
node_modules/uglify-js/lib/compress.js(7764,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'.
node_modules/uglify-js/lib/compress.js(7890,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(7892,33): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(8059,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(8258,37): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(8264,16): error TS2339: Property 'push' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(8307,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'.
node_modules/uglify-js/lib/compress.js(8598,53): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[pattern: string | RegExp, flags?: string | undefined]'.
Target requires 1 element(s) but source may have fewer.
node_modules/uglify-js/lib/compress.js(8775,45): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(8782,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: (half: any) => void; should_break: () => void; has_parens: () => boolean; newline: () => void; print: (str: any) => void; space: () => void; comma: () => void; colon: () => void; ... 20 more ...; parent: (n: any) => any; }'.
node_modules/uglify-js/lib/compress.js(8786,36): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(8791,41): error TS2339: Property 'get' does not exist on type 'string'.
node_modules/uglify-js/lib/compress.js(8924,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(9018,37): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(9092,39): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(9096,21): error TS2322: Type 'null' is not assignable to type 'any[]'.
node_modules/uglify-js/lib/compress.js(9104,25): error TS2322: Type 'null' is not assignable to type 'any[]'.
node_modules/uglify-js/lib/compress.js(9113,25): error TS2322: Type 'null' is not assignable to type 'any[]'.
node_modules/uglify-js/lib/compress.js(9129,32): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(9133,27): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(9355,34): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(9356,40): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(9357,40): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(9374,41): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[start: number, deleteCount: number, ...items: never[]]'.
node_modules/uglify-js/lib/compress.js(9431,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(9778,18): error TS2454: Variable 'is_strict_comparison' is used before being assigned.
node_modules/uglify-js/lib/compress.js(9963,48): error TS2454: Variable 'nullish' is used before being assigned.
node_modules/uglify-js/lib/compress.js(9964,21): error TS2454: Variable 'nullish' is used before being assigned.
node_modules/uglify-js/lib/compress.js(9967,32): error TS2454: Variable 'nullish' is used before being assigned.
node_modules/uglify-js/lib/compress.js(9976,32): error TS2454: Variable 'nullish' is used before being assigned.
node_modules/uglify-js/lib/compress.js(9994,29): error TS2454: Variable 'nullish' is used before being assigned.
node_modules/uglify-js/lib/compress.js(10004,22): error TS2454: Variable 'nullish' is used before being assigned.
node_modules/uglify-js/lib/compress.js(10298,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(10485,47): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(10574,39): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(10687,39): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(10693,41): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(10696,41): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(11313,26): error TS2358: The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.
node_modules/uglify-js/lib/compress.js(11313,67): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(11346,43): error TS2454: Variable 'property' is used before being assigned.
node_modules/uglify-js/lib/compress.js(11367,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(11370,46): error TS2339: Property 'has_side_effects' does not exist on type 'number'.
node_modules/uglify-js/lib/compress.js(11375,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(11421,34): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(11436,34): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/minify.js(193,57): error TS2339: Property 'compress' does not exist on type 'Compressor'.
node_modules/uglify-js/lib/mozilla-ast.js(573,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/output.js(482,37): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/output.js(483,33): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/output.js(498,16): error TS2339: Property 'push' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/output.js(1394,44): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/output.js(1839,58): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
node_modules/uglify-js/lib/parse.js(319,9): error TS2322: Type 'string | boolean' is not assignable to type 'boolean'.
Type 'string' is not assignable to type 'boolean'.
node_modules/uglify-js/lib/parse.js(385,19): error TS2345: Argument of type 'number | undefined' is not assignable to parameter of type 'number'.
node_modules/uglify-js/lib/compress.js(3694,59): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(3732,53): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[start: number, deleteCount: number, ...items: never[]]'.
node_modules/uglify-js/lib/compress.js(3786,26): error TS2403: Subsequent variable declarations must have the same type. Variable 'i' must be of type 'number', but here has type 'any'.
node_modules/uglify-js/lib/compress.js(4038,34): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(4065,27): error TS2339: Property 'required' does not exist on type 'any[]'.
node_modules/uglify-js/lib/compress.js(4068,43): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(4111,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4115,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(4162,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4166,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(4231,22): error TS2339: Property 'is_undefined' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4233,49): error TS2339: Property 'is_declared' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4234,22): error TS2339: Property 'is_immutable' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4235,28): error TS2339: Property 'definition' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4239,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4292,22): error TS2551: Property 'is_undefined' does not exist on type '(Anonymous function)'. Did you mean 'is_defined'?
node_modules/uglify-js/lib/compress.js(4293,49): error TS2339: Property 'is_declared' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4294,22): error TS2339: Property 'is_immutable' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4295,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4299,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(4341,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4345,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(4428,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4438,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(4489,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(4493,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(4768,44): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(5012,58): error TS2345: Argument of type 'number' is not assignable to parameter of type 'string'.
node_modules/uglify-js/lib/compress.js(5013,25): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/compress.js(5013,55): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
node_modules/uglify-js/lib/compress.js(5013,56): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/compress.js(5030,48): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(5041,30): error TS2339: Property 'fixed_value' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5049,24): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(5156,54): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(5175,40): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(5242,22): error TS2339: Property 'tag' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5243,50): error TS2339: Property 'tag' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5244,17): error TS2630: Cannot assign to 'decode' because it is a function.
node_modules/uglify-js/lib/compress.js(5248,39): error TS2339: Property 'expressions' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5251,35): error TS2339: Property 'strings' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5253,47): error TS2339: Property 'strings' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5630,26): error TS2339: Property 'args' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5631,22): error TS2339: Property 'is_expr_pure' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5633,43): error TS2339: Property 'expression' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5634,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(5702,26): error TS2339: Property 'expressions' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5703,22): error TS2339: Property 'is_expr_pure' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5704,23): error TS2339: Property 'tag' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5706,43): error TS2339: Property 'tag' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(5707,20): error TS2790: The operand of a 'delete' operator must be optional.
node_modules/uglify-js/lib/compress.js(5756,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(5776,29): error TS2322: Type 'string' is not assignable to type 'boolean'.
node_modules/uglify-js/lib/compress.js(5996,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(6002,49): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(6051,33): error TS2339: Property 'loopcontrol_target' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(6081,30): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(6083,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(6093,33): error TS2339: Property 'loopcontrol_target' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(6148,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'marker' must be of type 'TreeWalker', but here has type '(node: any) => void'.
node_modules/uglify-js/lib/compress.js(6148,61): error TS2339: Property 'has_directive' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(6153,50): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(6258,105): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(6452,56): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(6453,54): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(6578,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(6579,74): error TS2339: Property 'has_directive' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(6598,35): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(6624,28): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(6705,42): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(6717,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(6805,29): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(6818,35): error TS2339: Property 'assign' does not exist on type 'any[]'.
node_modules/uglify-js/lib/compress.js(6819,48): error TS2339: Property 'assign' does not exist on type 'any[]'.
node_modules/uglify-js/lib/compress.js(6895,38): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(6898,33): error TS2403: Subsequent variable declarations must have the same type. Variable 'trimmed' must be of type 'any', but here has type '{ name: any; value: any; }'.
node_modules/uglify-js/lib/compress.js(6908,60): error TS2339: Property 'has_directive' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(6934,42): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(7166,56): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(7211,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'trimmed' must be of type 'any', but here has type '{ name: any; value: any; }'.
node_modules/uglify-js/lib/compress.js(7252,80): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(7282,61): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(7285,12): error TS2339: Property 'push' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(7422,36): error TS2339: Property 'assign' does not exist on type 'any[]'.
node_modules/uglify-js/lib/compress.js(7806,18): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(7806,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(7830,28): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(7839,28): error TS2339: Property 'parent' does not exist on type 'TreeTransformer'.
node_modules/uglify-js/lib/compress.js(7845,33): error TS2339: Property 'find_variable' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(7867,14): error TS2339: Property 'transform' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(7871,50): error TS2339: Property 'each_argname' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(7937,32): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(8065,31): error TS2322: Type 'Dictionary' is not assignable to type 'undefined'.
node_modules/uglify-js/lib/compress.js(8066,18): error TS2339: Property 'enclosed' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8067,17): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(8069,18): error TS2339: Property 'variables' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8070,17): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(8135,22): error TS2551: Property 'value' does not exist on type 'Dictionary'. Did you mean 'values'?
node_modules/uglify-js/lib/compress.js(8157,22): error TS2551: Property 'value' does not exist on type 'Dictionary'. Did you mean 'values'?
node_modules/uglify-js/lib/compress.js(8299,37): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(8301,24): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(8375,29): error TS2339: Property 'left' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8382,30): error TS2339: Property 'operator' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8385,25): error TS2339: Property 'right' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8448,22): error TS2339: Property 'is_expr_pure' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8449,26): error TS2339: Property 'pure' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8449,99): error TS2339: Property 'start' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8450,38): error TS2339: Property 'args' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8453,28): error TS2339: Property 'expression' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8454,22): error TS2339: Property 'is_call_pure' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8455,34): error TS2339: Property 'args' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8461,33): error TS2339: Property 'clone' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8470,29): error TS2339: Property 'clone' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8471,22): error TS2339: Property 'expression' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8473,41): error TS2339: Property 'expression' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8480,42): error TS2339: Property 'args' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8487,30): error TS2339: Property 'expression' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8487,48): error TS2339: Property 'expression' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8488,30): error TS2339: Property 'args' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8488,42): error TS2339: Property 'args' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8682,28): error TS2339: Property 'expression' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8683,41): error TS2339: Property 'operator' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8687,22): error TS2339: Property 'operator' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8692,42): error TS2339: Property 'operator' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/compress.js(8723,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(8725,44): error TS2339: Property 'loopcontrol_target' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(8729,56): error TS2339: Property 'push' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(8730,12): error TS2339: Property 'push' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(8798,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(8854,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'.
node_modules/uglify-js/lib/compress.js(8869,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'.
node_modules/uglify-js/lib/compress.js(8985,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(9011,21): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(9011,32): error TS2322: Type 'number | undefined' is not assignable to type 'number'.
Type 'undefined' is not assignable to type 'number'.
node_modules/uglify-js/lib/parse.js(451,32): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
node_modules/uglify-js/lib/parse.js(462,32): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
node_modules/uglify-js/lib/parse.js(512,20): error TS2339: Property 'raw_source' does not exist on type 'RegExp'.
node_modules/uglify-js/lib/parse.js(630,57): error TS2339: Property 'push' does not exist on type 'never'.
node_modules/uglify-js/lib/parse.js(636,32): error TS2345: Argument of type 'never[]' is not assignable to parameter of type 'never'.
node_modules/uglify-js/lib/parse.js(734,13): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(767,69): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(767,83): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(811,31): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(817,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(840,21): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(870,21): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(890,21): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1020,23): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
node_modules/uglify-js/lib/parse.js(1099,56): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1115,52): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1155,58): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1343,9): error TS2322: Type 'any[]' is not assignable to type 'never[]'.
node_modules/uglify-js/lib/parse.js(1389,26): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/parse.js(1389,62): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/parse.js(1394,9): error TS2322: Type 'any[]' is not assignable to type 'never[]'.
node_modules/uglify-js/lib/parse.js(1400,28): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/parse.js(1419,51): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1429,25): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1454,34): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1518,43): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1537,43): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1581,35): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1647,17): error TS2454: Variable 'cur' is used before being assigned.
node_modules/uglify-js/lib/parse.js(1844,38): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1913,32): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1937,19): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/parse.js(1938,23): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/parse.js(1938,71): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/parse.js(2100,20): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2156,32): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/parse.js(2317,60): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2336,48): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2362,35): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2465,52): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2488,23): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/parse.js(2496,44): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/compress.js(9015,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'save' must be of type 'any', but here has type 'number'.
node_modules/uglify-js/lib/compress.js(9022,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'save' must be of type 'any', but here has type 'number'.
node_modules/uglify-js/lib/compress.js(9031,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'save' must be of type 'any', but here has type 'number'.
node_modules/uglify-js/lib/compress.js(9198,37): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(9199,41): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(9212,37): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(9213,41): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(9305,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(9545,37): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(9551,16): error TS2339: Property 'push' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(9592,21): error TS2403: Subsequent variable declarations must have the same type. Variable 'body' must be of type 'any[]', but here has type 'any'.
node_modules/uglify-js/lib/compress.js(9837,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(9946,53): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[pattern: string | RegExp, flags?: string | undefined]'.
Target requires 1 element(s) but source may have fewer.
node_modules/uglify-js/lib/compress.js(10123,45): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(10130,25): error TS2403: Subsequent variable declarations must have the same type. Variable 'code' must be of type 'string', but here has type '{ get: () => string; reset: () => any; indent: (half: any) => void; should_break: () => boolean; has_parens: () => boolean; newline: () => void; print: (str: any) => void; space: () => void; comma: () => void; colon: () => void; ... 16 more ...; parent: (n: any) => any; }'.
node_modules/uglify-js/lib/compress.js(10134,36): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(10139,41): error TS2339: Property 'get' does not exist on type 'string'.
node_modules/uglify-js/lib/compress.js(10222,49): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(10425,39): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(10429,21): error TS2322: Type 'null' is not assignable to type 'any[]'.
node_modules/uglify-js/lib/compress.js(10437,25): error TS2322: Type 'null' is not assignable to type 'any[]'.
node_modules/uglify-js/lib/compress.js(10446,25): error TS2322: Type 'null' is not assignable to type 'any[]'.
node_modules/uglify-js/lib/compress.js(10462,32): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(10465,27): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(10690,34): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(10691,40): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(10692,40): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(10693,40): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never[]'.
node_modules/uglify-js/lib/compress.js(10708,41): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[start: number, deleteCount: number, ...items: never[]]'.
node_modules/uglify-js/lib/compress.js(10766,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(11138,18): error TS2454: Variable 'is_strict_comparison' is used before being assigned.
node_modules/uglify-js/lib/compress.js(11315,60): error TS2454: Variable 'nullish' is used before being assigned.
node_modules/uglify-js/lib/compress.js(11316,21): error TS2454: Variable 'nullish' is used before being assigned.
node_modules/uglify-js/lib/compress.js(11319,32): error TS2454: Variable 'nullish' is used before being assigned.
node_modules/uglify-js/lib/compress.js(11328,32): error TS2454: Variable 'nullish' is used before being assigned.
node_modules/uglify-js/lib/compress.js(11336,22): error TS2454: Variable 'nullish' is used before being assigned.
node_modules/uglify-js/lib/compress.js(11352,22): error TS2454: Variable 'nullish' is used before being assigned.
node_modules/uglify-js/lib/compress.js(11640,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(11840,47): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(11941,39): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(12102,39): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(12106,41): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(12110,45): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/compress.js(12768,26): error TS2358: The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.
node_modules/uglify-js/lib/compress.js(12769,36): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(12770,32): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(12805,43): error TS2454: Variable 'property' is used before being assigned.
node_modules/uglify-js/lib/compress.js(12826,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(12829,46): error TS2339: Property 'has_side_effects' does not exist on type 'number'.
node_modules/uglify-js/lib/compress.js(12834,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(12875,34): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(12893,38): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(13137,34): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(13304,41): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(13331,42): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/compress.js(13451,24): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(13455,35): error TS2339: Property 'try_inline' does not exist on type 'never'.
node_modules/uglify-js/lib/compress.js(13458,25): error TS2358: The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.
node_modules/uglify-js/lib/compress.js(13459,33): error TS2339: Property 'body' does not exist on type 'never'.
node_modules/uglify-js/lib/compress.js(13468,24): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(13471,17): error TS2358: The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.
node_modules/uglify-js/lib/compress.js(13474,35): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(13482,24): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(13486,27): error TS2339: Property 'try_inline' does not exist on type 'never'.
node_modules/uglify-js/lib/compress.js(13490,17): error TS2358: The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.
node_modules/uglify-js/lib/compress.js(13493,38): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(13501,24): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(13507,24): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(13575,24): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/compress.js(13578,17): error TS2358: The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.
node_modules/uglify-js/lib/compress.js(13581,39): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/mozilla-ast.js(384,53): error TS2304: Cannot find name 'syn'.
node_modules/uglify-js/lib/mozilla-ast.js(1211,33): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/output.js(507,37): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/output.js(508,53): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/output.js(512,16): error TS2339: Property 'push' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/output.js(1422,44): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/output.js(1871,58): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
node_modules/uglify-js/lib/parse.js(324,9): error TS2322: Type 'string | boolean' is not assignable to type 'boolean'.
Type 'string' is not assignable to type 'boolean'.
node_modules/uglify-js/lib/parse.js(393,19): error TS2345: Argument of type 'number | undefined' is not assignable to parameter of type 'number'.
Type 'undefined' is not assignable to type 'number'.
node_modules/uglify-js/lib/parse.js(459,32): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
node_modules/uglify-js/lib/parse.js(470,32): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
node_modules/uglify-js/lib/parse.js(520,20): error TS2339: Property 'raw_source' does not exist on type 'RegExp'.
node_modules/uglify-js/lib/parse.js(523,25): error TS2571: Object is of type 'unknown'.
node_modules/uglify-js/lib/parse.js(638,57): error TS2339: Property 'push' does not exist on type 'never'.
node_modules/uglify-js/lib/parse.js(644,32): error TS2345: Argument of type 'never[]' is not assignable to parameter of type 'never'.
node_modules/uglify-js/lib/parse.js(649,22): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/parse.js(650,26): error TS2532: Object is possibly 'undefined'.
node_modules/uglify-js/lib/parse.js(742,13): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(775,69): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(775,83): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(819,31): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(825,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(848,21): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(888,21): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(908,21): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1032,23): error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.
node_modules/uglify-js/lib/parse.js(1111,56): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1127,52): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1167,58): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1359,9): error TS2322: Type 'any[]' is not assignable to type 'never[]'.
node_modules/uglify-js/lib/parse.js(1408,9): error TS2322: Type 'any[]' is not assignable to type 'never[]'.
node_modules/uglify-js/lib/parse.js(1414,28): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/parse.js(1438,51): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1448,25): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1458,23): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1459,24): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1473,34): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1476,34): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1489,32): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1491,27): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1492,28): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1538,43): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1551,33): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1563,43): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1602,35): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1624,19): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1626,20): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1668,17): error TS2454: Variable 'cur' is used before being assigned.
node_modules/uglify-js/lib/parse.js(1790,41): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1791,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1804,59): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1838,21): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1848,27): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1849,60): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1850,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1851,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1852,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1853,33): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1854,35): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1856,39): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1857,25): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1860,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1864,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1865,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1867,38): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1869,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1870,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1881,36): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1936,32): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(1960,19): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/parse.js(1961,23): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/parse.js(1961,71): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/parse.js(2017,26): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2032,26): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2062,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2102,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2104,27): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2111,25): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2123,20): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2179,32): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/parse.js(2219,26): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2350,60): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2360,44): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2369,48): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2395,35): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2498,52): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/parse.js(2521,23): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/parse.js(2529,44): error TS2339: Property 'rest' does not exist on type 'any[]'.
node_modules/uglify-js/lib/propmangle.js(70,18): error TS2339: Property 'prototype' does not exist on type 'ObjectConstructor | FunctionConstructor | StringConstructor | BooleanConstructor | NumberConstructor | ... 4 more ... | ArrayConstructor'.
Property 'prototype' does not exist on type 'Math'.
node_modules/uglify-js/lib/propmangle.js(71,44): error TS2351: This expression is not constructable.
@ -270,38 +386,57 @@ node_modules/uglify-js/lib/propmangle.js(71,44): error TS2351: This expression i
node_modules/uglify-js/lib/propmangle.js(72,45): error TS2339: Property 'prototype' does not exist on type 'ObjectConstructor | FunctionConstructor | StringConstructor | BooleanConstructor | NumberConstructor | ... 4 more ... | ArrayConstructor'.
Property 'prototype' does not exist on type 'Math'.
node_modules/uglify-js/lib/propmangle.js(83,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/propmangle.js(146,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/propmangle.js(176,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/scope.js(83,26): error TS2339: Property 'defun' does not exist on type 'SymbolDef'.
node_modules/uglify-js/lib/scope.js(129,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/scope.js(132,27): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(145,27): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(152,27): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(205,51): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(247,10): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(252,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/scope.js(289,62): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(311,28): error TS2339: Property 'def_global' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(313,33): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(324,33): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(333,26): error TS2339: Property 'uses_eval' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(348,10): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(351,27): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(351,47): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/scope.js(403,38): error TS2339: Property 'variables' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(451,10): error TS2339: Property 'def_variable' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(453,21): error TS2339: Property 'start' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(454,19): error TS2339: Property 'end' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(602,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/scope.js(634,49): error TS2339: Property 'has_directive' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(693,31): error TS2345: Argument of type 'string' is not assignable to parameter of type 'object | null'.
node_modules/uglify-js/lib/scope.js(696,30): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/scope.js(720,30): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/propmangle.js(148,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/propmangle.js(180,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/scope.js(68,18): error TS2339: Property 'global' does not exist on type 'SymbolDef'.
node_modules/uglify-js/lib/scope.js(77,22): error TS2339: Property 'global' does not exist on type 'SymbolDef'.
node_modules/uglify-js/lib/scope.js(95,18): error TS2339: Property 'exported' does not exist on type 'SymbolDef'.
node_modules/uglify-js/lib/scope.js(96,18): error TS2339: Property 'undeclared' does not exist on type 'SymbolDef'.
node_modules/uglify-js/lib/scope.js(106,39): error TS2339: Property 'global' does not exist on type 'SymbolDef'.
node_modules/uglify-js/lib/scope.js(147,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/scope.js(150,27): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(163,27): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(170,27): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(198,21): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/scope.js(199,21): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/scope.js(200,17): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/scope.js(201,26): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/scope.js(217,13): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/scope.js(219,23): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/scope.js(223,51): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(231,23): error TS2531: Object is possibly 'null'.
node_modules/uglify-js/lib/scope.js(252,10): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(257,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/scope.js(307,62): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(329,28): error TS2339: Property 'def_global' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(331,33): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(342,33): error TS2339: Property 'parent' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(351,26): error TS2339: Property 'uses_eval' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(366,10): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(369,26): error TS2339: Property 'walk' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(369,46): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/scope.js(415,38): error TS2339: Property 'variables' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(470,10): error TS2339: Property 'def_variable' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(472,21): error TS2339: Property 'start' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(473,19): error TS2339: Property 'end' does not exist on type '(Anonymous function)'.
node_modules/uglify-js/lib/scope.js(622,29): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/scope.js(654,49): error TS2339: Property 'has_directive' does not exist on type 'TreeWalker'.
node_modules/uglify-js/lib/scope.js(729,31): error TS2345: Argument of type 'string' is not assignable to parameter of type 'object'.
node_modules/uglify-js/lib/scope.js(732,30): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/scope.js(756,30): error TS2554: Expected 0 arguments, but got 1.
node_modules/uglify-js/lib/sourcemap.js(82,11): error TS2339: Property 'index' does not exist on type 'any[]'.
node_modules/uglify-js/lib/sourcemap.js(180,31): error TS2339: Property 'index' does not exist on type 'any[]'.
node_modules/uglify-js/lib/sourcemap.js(188,34): error TS2339: Property 'index' does not exist on type 'any[]'.
node_modules/uglify-js/lib/sourcemap.js(182,31): error TS2339: Property 'index' does not exist on type 'any[]'.
node_modules/uglify-js/lib/sourcemap.js(190,34): error TS2339: Property 'index' does not exist on type 'any[]'.
node_modules/uglify-js/lib/transform.js(47,21): error TS2345: Argument of type 'this' is not assignable to parameter of type 'TreeWalker'.
Type 'TreeTransformer' is missing the following properties from type 'TreeWalker': currentNode, filter, root, whatToShow, and 10 more.
node_modules/uglify-js/lib/utils.js(66,24): error TS2571: Object is of type 'unknown'.
node_modules/uglify-js/lib/utils.js(162,18): error TS2339: Property 'proto_value' does not exist on type 'Dictionary'.
node_modules/uglify-js/lib/utils.js(178,42): error TS2339: Property 'proto_value' does not exist on type 'Dictionary'.
node_modules/uglify-js/lib/utils.js(182,25): error TS2339: Property 'proto_value' does not exist on type 'Dictionary'.
node_modules/uglify-js/lib/utils.js(194,54): error TS2339: Property 'proto_value' does not exist on type 'never'.
node_modules/uglify-js/lib/utils.js(200,43): error TS2339: Property 'proto_value' does not exist on type 'never'.
node_modules/uglify-js/lib/utils.js(203,16): error TS2365: Operator '+' cannot be applied to types 'number' and 'boolean'.
node_modules/uglify-js/lib/utils.js(209,52): error TS2339: Property 'proto_value' does not exist on type 'never'.
node_modules/uglify-js/tools/exports.js(1,1): error TS2303: Circular definition of import alias '"Dictionary"'.
node_modules/uglify-js/tools/exports.js(2,1): error TS2303: Circular definition of import alias '"is_statement"'.
node_modules/uglify-js/tools/exports.js(3,1): error TS2303: Circular definition of import alias '"List"'.

View File

@ -0,0 +1,20 @@
Exit Code: 2
Standard output:
lib/dependencies/WorkerPlugin.js(268,23): error TS2339: Property 'name' does not exist on type 'Record<string, any> | {}'.
Property 'name' does not exist on type '{}'.
lib/dependencies/WorkerPlugin.js(270,36): error TS2339: Property 'name' does not exist on type 'Record<string, any> | {}'.
Property 'name' does not exist on type '{}'.
lib/dependencies/WorkerPlugin.js(312,23): error TS2339: Property 'type' does not exist on type 'Record<string, Identifier | SimpleLiteral | RegExpLiteral | BigIntLiteral | FunctionExpression | ... 25 more ... | AssignmentPattern> | {}'.
Property 'type' does not exist on type '{}'.
lib/dependencies/WorkerPlugin.js(313,33): error TS2339: Property 'type' does not exist on type 'Record<string, Identifier | SimpleLiteral | RegExpLiteral | BigIntLiteral | FunctionExpression | ... 25 more ... | AssignmentPattern> | {}'.
Property 'type' does not exist on type '{}'.
lib/dependencies/WorkerPlugin.js(314,20): error TS2339: Property 'type' does not exist on type 'Record<string, any> | {}'.
Property 'type' does not exist on type '{}'.
node_modules/terser-webpack-plugin/types/index.d.ts(219,24): error TS2307: Cannot find module 'webpack' or its corresponding type declarations.
node_modules/terser-webpack-plugin/types/index.d.ts(241,27): error TS2307: Cannot find module 'webpack' or its corresponding type declarations.
node_modules/terser-webpack-plugin/types/index.d.ts(242,28): error TS2307: Cannot find module 'webpack' or its corresponding type declarations.
node_modules/terser-webpack-plugin/types/index.d.ts(243,21): error TS2307: Cannot find module 'webpack' or its corresponding type declarations.
Standard error:

View File

@ -1,5 +1,5 @@
# vscode only supports older node
FROM node:10
FROM node:14
RUN apt-get update
RUN apt-get install libsecret-1-dev libx11-dev libxkbfile-dev -y
RUN npm i -g yarn --force

View File

@ -1,10 +1,10 @@
FROM node:current
RUN npm install -g yarn lerna --force
RUN git clone --depth 1 https://github.com/vuejs/vue-next.git /vue-next
RUN npm install -g pnpm
RUN git clone --depth 1 https://github.com/vuejs/core.git /vue-next
WORKDIR /vue-next
COPY --from=typescript/typescript /typescript/typescript-*.tgz typescript.tgz
# Sync up all TS versions used internally to the new one
RUN yarn add typescript@./typescript.tgz --exact --dev --ignore-scripts -W
RUN yarn
RUN pnpm add typescript@./typescript.tgz --save-exact --save-dev --ignore-scripts -W
RUN pnpm i
ENTRYPOINT [ "npm" ]
CMD [ "run", "build", "--production", "--", "--types" ]

View File

@ -1,4 +1,5 @@
{
"cloneUrl": "https://github.com/facebook/create-react-app.git",
"branch": "main",
"types": []
}

View File

@ -6,7 +6,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@types/node": "^8.0.47",
"@types/node": "^17.0.21",
"discord.js": "latest"
}
}

View File

@ -1 +1 @@
import firebase = require("firebase");
import firebase = require("firebase/app");

View File

@ -9,8 +9,8 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"formik": "latest",
"@types/prop-types": "latest",
"@types/react": "latest",
"@types/prop-types": "latest"
"formik": "latest"
}
}

View File

@ -1,4 +1,5 @@
{
"cloneUrl": "https://github.com/gruntjs/grunt.git",
"branch": "main",
"types": ["node"]
}

View File

@ -6,6 +6,8 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@types/node": "latest",
"@types/ws": "latest",
"mqtt": "latest"
}
}

View File

@ -1,4 +1,5 @@
{
"cloneUrl": "https://github.com/npm/cli.git",
"branch": "latest",
"types": ["node"]
}

View File

@ -1,4 +1,5 @@
{
"cloneUrl": "https://github.com/GoogleChrome/puppeteer.git",
"branch": "main",
"types": []
}

View File

@ -7,6 +7,7 @@
"license": "Apache-2.0",
"dependencies": {
"@types/bluebird": "^3.5.17",
"@types/sax": "latest",
"soap": "latest"
}
}

View File

@ -5,7 +5,7 @@ import {I, T, Test} from "ts-toolbelt";
const {check, checks} = Test;
// iterates over `T` and returns the `Iteration` position when finished
type StdRecursiveIteration<T extends any[], I extends I.Iteration = I.IterationOf<'0'>> = {
type StdRecursiveIteration<T extends any[], I extends I.Iteration = I.IterationOf<0>> = {
0: StdRecursiveIteration<T, I.Next<I>>;
1: I.Pos<I>;
}[

View File

@ -4,7 +4,7 @@
"description": "",
"author": "",
"license": "Apache-2.0",
"repository": {
"repository": {
"type": "git",
"url": "https://github.com/pirix-gh/ts-toolbelt"
},

View File

@ -1,5 +1,7 @@
{
"compilerOptions": {
"strict": true
"strict": true,
"types": [],
"lib": ["es6"]
}
}

View File

@ -6,6 +6,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@babel/types": "latest",
"vue": "latest"
}
}

View File

@ -6,7 +6,8 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"vue": "^2.5.2",
"@babel/types": "latest",
"vue": "latest",
"vuex": "latest"
}
}

View File

@ -1,4 +1,5 @@
{
"cloneUrl": "https://github.com/webpack/webpack.git",
"branch": "main",
"types": []
}