$ date
--- stdout ---
Mon Jun 30 03:19:43 UTC 2025
--- end ---
$ git clone file:///srv/git/mediawiki-extensions-RelatedArticles.git repo --depth=1 -b master
--- stderr ---
Cloning into 'repo'...
--- stdout ---
--- end ---
$ git config user.name libraryupgrader
--- stdout ---
--- end ---
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
--- stdout ---
--- end ---
$ git submodule update --init
--- stdout ---
--- end ---
$ grr init
--- stdout ---
Installed commit-msg hook.
--- end ---
$ git show-ref refs/heads/master
--- stdout ---
a00f8ba723ff8ac7ac55724349878849f34ff925 refs/heads/master
--- end ---
$ /usr/bin/npm audit --json
--- stdout ---
{
"auditReportVersion": 2,
"vulnerabilities": {
"@babel/helpers": {
"name": "@babel/helpers",
"severity": "moderate",
"isDirect": false,
"via": [
{
"source": 1104001,
"name": "@babel/helpers",
"dependency": "@babel/helpers",
"title": "Babel has inefficient RegExp complexity in generated code with .replace when transpiling named capturing groups",
"url": "https://github.com/advisories/GHSA-968p-4wvh-cqc8",
"severity": "moderate",
"cwe": [
"CWE-1333"
],
"cvss": {
"score": 6.2,
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
},
"range": "<7.26.10"
}
],
"effects": [],
"range": "<7.26.10",
"nodes": [
"node_modules/@babel/helpers"
],
"fixAvailable": true
},
"@wdio/cli": {
"name": "@wdio/cli",
"severity": "high",
"isDirect": true,
"via": [
"webdriverio",
"yarn-install"
],
"effects": [
"@wdio/junit-reporter",
"@wdio/local-runner",
"@wdio/spec-reporter"
],
"range": "5.4.10 - 8.45.0",
"nodes": [
"node_modules/@wdio/cli"
],
"fixAvailable": {
"name": "@wdio/cli",
"version": "9.16.2",
"isSemVerMajor": true
}
},
"@wdio/junit-reporter": {
"name": "@wdio/junit-reporter",
"severity": "high",
"isDirect": true,
"via": [
"@wdio/cli"
],
"effects": [],
"range": "6.0.4 - 8.0.0-alpha.631",
"nodes": [
"node_modules/@wdio/junit-reporter"
],
"fixAvailable": {
"name": "@wdio/junit-reporter",
"version": "9.16.2",
"isSemVerMajor": true
}
},
"@wdio/local-runner": {
"name": "@wdio/local-runner",
"severity": "high",
"isDirect": true,
"via": [
"@wdio/cli",
"@wdio/runner"
],
"effects": [],
"range": "6.0.4 - 8.45.0",
"nodes": [
"node_modules/@wdio/local-runner"
],
"fixAvailable": {
"name": "@wdio/local-runner",
"version": "9.16.2",
"isSemVerMajor": true
}
},
"@wdio/mocha-framework": {
"name": "@wdio/mocha-framework",
"severity": "moderate",
"isDirect": true,
"via": [
"mocha"
],
"effects": [],
"range": "7.7.4 - 7.19.5",
"nodes": [
"node_modules/@wdio/mocha-framework"
],
"fixAvailable": {
"name": "@wdio/mocha-framework",
"version": "7.40.0",
"isSemVerMajor": false
}
},
"@wdio/runner": {
"name": "@wdio/runner",
"severity": "high",
"isDirect": false,
"via": [
"webdriverio"
],
"effects": [
"@wdio/local-runner"
],
"range": "7.16.5 - 8.45.0",
"nodes": [
"node_modules/@wdio/runner"
],
"fixAvailable": {
"name": "@wdio/local-runner",
"version": "9.16.2",
"isSemVerMajor": true
}
},
"@wdio/spec-reporter": {
"name": "@wdio/spec-reporter",
"severity": "high",
"isDirect": true,
"via": [
"@wdio/cli"
],
"effects": [],
"range": "6.0.4 - 8.0.0-alpha.631",
"nodes": [
"node_modules/@wdio/spec-reporter"
],
"fixAvailable": {
"name": "@wdio/spec-reporter",
"version": "9.16.2",
"isSemVerMajor": true
}
},
"brace-expansion": {
"name": "brace-expansion",
"severity": "low",
"isDirect": false,
"via": [
{
"source": 1105443,
"name": "brace-expansion",
"dependency": "brace-expansion",
"title": "brace-expansion Regular Expression Denial of Service vulnerability",
"url": "https://github.com/advisories/GHSA-v6h2-p8h4-qcjw",
"severity": "low",
"cwe": [
"CWE-400"
],
"cvss": {
"score": 3.1,
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L"
},
"range": ">=1.0.0 <=1.1.11"
},
{
"source": 1105444,
"name": "brace-expansion",
"dependency": "brace-expansion",
"title": "brace-expansion Regular Expression Denial of Service vulnerability",
"url": "https://github.com/advisories/GHSA-v6h2-p8h4-qcjw",
"severity": "low",
"cwe": [
"CWE-400"
],
"cvss": {
"score": 3.1,
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L"
},
"range": ">=2.0.0 <=2.0.1"
}
],
"effects": [],
"range": "1.0.0 - 1.1.11 || 2.0.0 - 2.0.1",
"nodes": [
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion",
"node_modules/brace-expansion",
"node_modules/eslint-plugin-n/node_modules/brace-expansion",
"node_modules/filelist/node_modules/brace-expansion",
"node_modules/readdir-glob/node_modules/brace-expansion"
],
"fixAvailable": true
},
"cross-spawn": {
"name": "cross-spawn",
"severity": "high",
"isDirect": false,
"via": [
{
"source": 1104663,
"name": "cross-spawn",
"dependency": "cross-spawn",
"title": "Regular Expression Denial of Service (ReDoS) in cross-spawn",
"url": "https://github.com/advisories/GHSA-3xgq-45jj-v275",
"severity": "high",
"cwe": [
"CWE-1333"
],
"cvss": {
"score": 7.5,
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
},
"range": "<6.0.6"
},
{
"source": 1104664,
"name": "cross-spawn",
"dependency": "cross-spawn",
"title": "Regular Expression Denial of Service (ReDoS) in cross-spawn",
"url": "https://github.com/advisories/GHSA-3xgq-45jj-v275",
"severity": "high",
"cwe": [
"CWE-1333"
],
"cvss": {
"score": 7.5,
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
},
"range": ">=7.0.0 <7.0.5"
}
],
"effects": [
"yarn-install"
],
"range": "<6.0.6 || >=7.0.0 <7.0.5",
"nodes": [
"node_modules/cross-spawn",
"node_modules/yarn-install/node_modules/cross-spawn"
],
"fixAvailable": {
"name": "@wdio/cli",
"version": "9.16.2",
"isSemVerMajor": true
}
},
"devtools": {
"name": "devtools",
"severity": "high",
"isDirect": false,
"via": [
"puppeteer-core"
],
"effects": [],
"range": ">=7.16.5",
"nodes": [
"node_modules/devtools"
],
"fixAvailable": true
},
"mocha": {
"name": "mocha",
"severity": "moderate",
"isDirect": false,
"via": [
"nanoid",
"serialize-javascript"
],
"effects": [
"@wdio/mocha-framework"
],
"range": "8.2.0 - 10.5.2",
"nodes": [
"node_modules/mocha"
],
"fixAvailable": {
"name": "@wdio/mocha-framework",
"version": "7.40.0",
"isSemVerMajor": false
}
},
"mwbot": {
"name": "mwbot",
"severity": "moderate",
"isDirect": false,
"via": [
"request"
],
"effects": [
"wdio-mediawiki"
],
"range": ">=0.1.6",
"nodes": [
"node_modules/mwbot"
],
"fixAvailable": false
},
"nanoid": {
"name": "nanoid",
"severity": "moderate",
"isDirect": false,
"via": [
{
"source": 1101163,
"name": "nanoid",
"dependency": "nanoid",
"title": "Predictable results in nanoid generation when given non-integer values",
"url": "https://github.com/advisories/GHSA-mwcw-c2x4-8c55",
"severity": "moderate",
"cwe": [
"CWE-835"
],
"cvss": {
"score": 4.3,
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N"
},
"range": "<3.3.8"
}
],
"effects": [
"mocha"
],
"range": "<3.3.8",
"nodes": [
"node_modules/nanoid"
],
"fixAvailable": {
"name": "@wdio/mocha-framework",
"version": "7.40.0",
"isSemVerMajor": false
}
},
"puppeteer-core": {
"name": "puppeteer-core",
"severity": "high",
"isDirect": false,
"via": [
"tar-fs",
"ws"
],
"effects": [
"devtools",
"webdriverio"
],
"range": "10.0.0 - 22.11.1",
"nodes": [
"node_modules/puppeteer-core"
],
"fixAvailable": {
"name": "@wdio/cli",
"version": "9.16.2",
"isSemVerMajor": true
}
},
"request": {
"name": "request",
"severity": "moderate",
"isDirect": false,
"via": [
{
"source": 1096727,
"name": "request",
"dependency": "request",
"title": "Server-Side Request Forgery in Request",
"url": "https://github.com/advisories/GHSA-p8p7-x288-28g6",
"severity": "moderate",
"cwe": [
"CWE-918"
],
"cvss": {
"score": 6.1,
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
},
"range": "<=2.88.2"
},
"tough-cookie"
],
"effects": [
"mwbot"
],
"range": "*",
"nodes": [
"node_modules/request"
],
"fixAvailable": false
},
"serialize-javascript": {
"name": "serialize-javascript",
"severity": "moderate",
"isDirect": false,
"via": [
{
"source": 1105261,
"name": "serialize-javascript",
"dependency": "serialize-javascript",
"title": "Cross-site Scripting (XSS) in serialize-javascript",
"url": "https://github.com/advisories/GHSA-76p7-773f-r4q5",
"severity": "moderate",
"cwe": [
"CWE-79"
],
"cvss": {
"score": 5.4,
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N"
},
"range": ">=6.0.0 <6.0.2"
}
],
"effects": [
"mocha"
],
"range": "6.0.0 - 6.0.1",
"nodes": [
"node_modules/serialize-javascript"
],
"fixAvailable": {
"name": "@wdio/mocha-framework",
"version": "7.40.0",
"isSemVerMajor": false
}
},
"tar-fs": {
"name": "tar-fs",
"severity": "high",
"isDirect": false,
"via": [
{
"source": 1104677,
"name": "tar-fs",
"dependency": "tar-fs",
"title": "tar-fs Vulnerable to Link Following and Path Traversal via Extracting a Crafted tar File",
"url": "https://github.com/advisories/GHSA-pq67-2wwv-3xjx",
"severity": "high",
"cwe": [
"CWE-22"
],
"cvss": {
"score": 7.5,
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N"
},
"range": ">=2.0.0 <2.1.2"
},
{
"source": 1105197,
"name": "tar-fs",
"dependency": "tar-fs",
"title": "tar-fs can extract outside the specified dir with a specific tarball",
"url": "https://github.com/advisories/GHSA-8cj5-5rvv-wf4v",
"severity": "high",
"cwe": [
"CWE-22"
],
"cvss": {
"score": 0,
"vectorString": null
},
"range": ">=2.0.0 <2.1.3"
}
],
"effects": [
"puppeteer-core"
],
"range": "2.0.0 - 2.1.2",
"nodes": [
"node_modules/tar-fs"
],
"fixAvailable": {
"name": "@wdio/cli",
"version": "9.16.2",
"isSemVerMajor": true
}
},
"tough-cookie": {
"name": "tough-cookie",
"severity": "moderate",
"isDirect": false,
"via": [
{
"source": 1097682,
"name": "tough-cookie",
"dependency": "tough-cookie",
"title": "tough-cookie Prototype Pollution vulnerability",
"url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3",
"severity": "moderate",
"cwe": [
"CWE-1321"
],
"cvss": {
"score": 6.5,
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"
},
"range": "<4.1.3"
}
],
"effects": [
"request"
],
"range": "<4.1.3",
"nodes": [
"node_modules/request/node_modules/tough-cookie"
],
"fixAvailable": false
},
"wdio-mediawiki": {
"name": "wdio-mediawiki",
"severity": "moderate",
"isDirect": true,
"via": [
"mwbot"
],
"effects": [],
"range": "*",
"nodes": [
"node_modules/wdio-mediawiki"
],
"fixAvailable": false
},
"webdriverio": {
"name": "webdriverio",
"severity": "high",
"isDirect": false,
"via": [
"devtools",
"puppeteer-core"
],
"effects": [
"@wdio/cli",
"@wdio/runner"
],
"range": "7.16.5 - 8.45.0",
"nodes": [
"node_modules/webdriverio"
],
"fixAvailable": {
"name": "@wdio/cli",
"version": "9.16.2",
"isSemVerMajor": true
}
},
"ws": {
"name": "ws",
"severity": "high",
"isDirect": false,
"via": [
{
"source": 1098392,
"name": "ws",
"dependency": "ws",
"title": "ws affected by a DoS when handling a request with many HTTP headers",
"url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q",
"severity": "high",
"cwe": [
"CWE-476"
],
"cvss": {
"score": 7.5,
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
},
"range": ">=8.0.0 <8.17.1"
}
],
"effects": [
"puppeteer-core"
],
"range": "8.0.0 - 8.17.0",
"nodes": [
"node_modules/puppeteer-core/node_modules/ws"
],
"fixAvailable": {
"name": "@wdio/cli",
"version": "9.16.2",
"isSemVerMajor": true
}
},
"yarn-install": {
"name": "yarn-install",
"severity": "high",
"isDirect": false,
"via": [
"cross-spawn"
],
"effects": [
"@wdio/cli"
],
"range": "*",
"nodes": [
"node_modules/yarn-install"
],
"fixAvailable": {
"name": "@wdio/cli",
"version": "9.16.2",
"isSemVerMajor": true
}
}
},
"metadata": {
"vulnerabilities": {
"info": 0,
"low": 1,
"moderate": 9,
"high": 12,
"critical": 0,
"total": 22
},
"dependencies": {
"prod": 1,
"dev": 1060,
"optional": 3,
"peer": 14,
"peerOptional": 0,
"total": 1060
}
}
}
--- end ---
$ /usr/bin/composer install
--- stderr ---
No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.
Loading composer repositories with package information
Updating dependencies
Lock file operations: 38 installs, 0 updates, 0 removals
- Locking composer/pcre (3.3.2)
- Locking composer/semver (3.4.3)
- Locking composer/spdx-licenses (1.5.9)
- Locking composer/xdebug-handler (3.0.5)
- Locking dealerdirect/phpcodesniffer-composer-installer (v1.1.1)
- Locking doctrine/deprecations (1.1.5)
- Locking felixfbecker/advanced-json-rpc (v3.2.1)
- Locking mediawiki/mediawiki-codesniffer (v47.0.0)
- Locking mediawiki/mediawiki-phan-config (0.15.1)
- Locking mediawiki/minus-x (1.1.3)
- Locking mediawiki/phan-taint-check-plugin (6.1.0)
- Locking microsoft/tolerant-php-parser (v0.1.2)
- Locking netresearch/jsonmapper (v4.5.0)
- Locking phan/phan (5.4.5)
- Locking php-parallel-lint/php-console-color (v1.0.1)
- Locking php-parallel-lint/php-console-highlighter (v1.0.0)
- Locking php-parallel-lint/php-parallel-lint (v1.4.0)
- Locking phpcsstandards/phpcsextra (1.2.1)
- Locking phpcsstandards/phpcsutils (1.0.12)
- Locking phpdocumentor/reflection-common (2.2.0)
- Locking phpdocumentor/reflection-docblock (5.6.2)
- Locking phpdocumentor/type-resolver (1.10.0)
- Locking phpstan/phpdoc-parser (2.1.0)
- Locking psr/container (2.0.2)
- Locking psr/log (3.0.2)
- Locking sabre/event (5.1.7)
- Locking squizlabs/php_codesniffer (3.12.2)
- Locking symfony/console (v7.3.1)
- Locking symfony/deprecation-contracts (v3.6.0)
- Locking symfony/polyfill-ctype (v1.32.0)
- Locking symfony/polyfill-intl-grapheme (v1.32.0)
- Locking symfony/polyfill-intl-normalizer (v1.32.0)
- Locking symfony/polyfill-mbstring (v1.32.0)
- Locking symfony/polyfill-php80 (v1.32.0)
- Locking symfony/service-contracts (v3.6.0)
- Locking symfony/string (v7.3.0)
- Locking tysonandre/var_representation_polyfill (0.1.3)
- Locking webmozart/assert (1.11.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 38 installs, 0 updates, 0 removals
0 [>---------------------------] 0 [->--------------------------]
- Installing squizlabs/php_codesniffer (3.12.2): Extracting archive
- Installing dealerdirect/phpcodesniffer-composer-installer (v1.1.1): Extracting archive
- Installing composer/pcre (3.3.2): Extracting archive
- Installing symfony/polyfill-php80 (v1.32.0): Extracting archive
- Installing phpcsstandards/phpcsutils (1.0.12): Extracting archive
- Installing phpcsstandards/phpcsextra (1.2.1): Extracting archive
- Installing symfony/polyfill-mbstring (v1.32.0): Extracting archive
- Installing composer/spdx-licenses (1.5.9): Extracting archive
- Installing composer/semver (3.4.3): Extracting archive
- Installing mediawiki/mediawiki-codesniffer (v47.0.0): Extracting archive
- Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive
- Installing symfony/polyfill-intl-normalizer (v1.32.0): Extracting archive
- Installing symfony/polyfill-intl-grapheme (v1.32.0): Extracting archive
- Installing symfony/polyfill-ctype (v1.32.0): Extracting archive
- Installing symfony/string (v7.3.0): Extracting archive
- Installing symfony/deprecation-contracts (v3.6.0): Extracting archive
- Installing psr/container (2.0.2): Extracting archive
- Installing symfony/service-contracts (v3.6.0): Extracting archive
- Installing symfony/console (v7.3.1): Extracting archive
- Installing sabre/event (5.1.7): Extracting archive
- Installing netresearch/jsonmapper (v4.5.0): Extracting archive
- Installing microsoft/tolerant-php-parser (v0.1.2): Extracting archive
- Installing webmozart/assert (1.11.0): Extracting archive
- Installing phpstan/phpdoc-parser (2.1.0): Extracting archive
- Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
- Installing doctrine/deprecations (1.1.5): Extracting archive
- Installing phpdocumentor/type-resolver (1.10.0): Extracting archive
- Installing phpdocumentor/reflection-docblock (5.6.2): Extracting archive
- Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive
- Installing psr/log (3.0.2): Extracting archive
- Installing composer/xdebug-handler (3.0.5): Extracting archive
- Installing phan/phan (5.4.5): Extracting archive
- Installing mediawiki/phan-taint-check-plugin (6.1.0): Extracting archive
- Installing mediawiki/mediawiki-phan-config (0.15.1): Extracting archive
- Installing mediawiki/minus-x (1.1.3): Extracting archive
- Installing php-parallel-lint/php-console-color (v1.0.1): Extracting archive
- Installing php-parallel-lint/php-console-highlighter (v1.0.0): Extracting archive
- Installing php-parallel-lint/php-parallel-lint (v1.4.0): Extracting archive
0/36 [>---------------------------] 0%
20/36 [===============>------------] 55%
35/36 [===========================>] 97%
36/36 [============================] 100%
1 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
17 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
--- stdout ---
PHP CodeSniffer Config installed_paths set to ../../mediawiki/mediawiki-codesniffer,../../phpcsstandards/phpcsextra,../../phpcsstandards/phpcsutils
--- end ---
Upgrading n:@wdio/cli from 7.16.13 -> 7.40.0
Upgrading n:@wdio/junit-reporter from 7.16.13 -> 7.40.0
Upgrading n:@wdio/local-runner from 7.16.13 -> 7.40.0
Upgrading n:@wdio/mocha-framework from 7.16.13 -> 7.40.0
Upgrading n:eslint-config-wikimedia from 0.29.1 -> 0.30.0
Upgrading n:jest from 27.4.7 -> 29.7.0
Upgrading n:@wdio/spec-reporter from 7.16.13 -> 7.40.0
Upgrading n:@wikimedia/codex from 1.16.0 -> 2.2.0
Upgrading n:ts-jest from 27.1.3 -> 29.2.5
$ /usr/bin/npm install
--- stderr ---
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: RelatedArticles@undefined
npm ERR! Found: @wikimedia/codex@1.16.0
npm ERR! node_modules/@wikimedia/codex
npm ERR! dev @wikimedia/codex@"2.2.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! dev @wikimedia/codex@"2.2.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: vue@3.5.17
npm ERR! node_modules/vue
npm ERR! peer vue@"^3.5.13" from @wikimedia/codex@2.2.0
npm ERR! node_modules/@wikimedia/codex
npm ERR! dev @wikimedia/codex@"2.2.0" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR!
npm ERR! For a full report see:
npm ERR! /cache/_logs/2025-06-30T03_19_49_494Z-eresolve-report.txt
npm ERR! A complete log of this run can be found in:
npm ERR! /cache/_logs/2025-06-30T03_19_49_494Z-debug-0.log
--- stdout ---
--- end ---
$ rm -rf package-lock.json node_modules
--- stdout ---
--- end ---
$ /usr/bin/npm install
--- stderr ---
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@wikimedia/codex@2.2.0',
npm WARN EBADENGINE required: { npm: '>=10.8.1', node: '>=20' },
npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@wikimedia/codex-icons@2.2.0',
npm WARN EBADENGINE required: { npm: '>=10.8.1', node: '>=20' },
npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated @types/easy-table@1.2.3: This is a stub types definition. easy-table provides its own type definitions, so you do not need this installed.
npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm WARN deprecated lodash.get@4.4.2: This package is deprecated. Use the optional chaining (?.) operator instead.
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm WARN deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.2.0: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.1.7: Glob versions prior to v9 are no longer supported
npm WARN deprecated domexception@4.0.0: Use your platform's native DOMException instead
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated sinon@12.0.1: 16.1.1
npm WARN deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
--- stdout ---
added 1086 packages, and audited 1087 packages in 37s
156 packages are looking for funding
run `npm fund` for details
16 vulnerabilities (4 moderate, 12 high)
To address issues that do not require attention, run:
npm audit fix
To address all issues possible (including breaking changes), run:
npm audit fix --force
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
--- end ---
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json
--- end ---
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json
--- end ---
$ ./node_modules/.bin/eslint . --fix
--- stdout ---
--- end ---
$ ./node_modules/.bin/eslint . -f json
--- stdout ---
[{"filePath":"/src/repo/.eslintrc.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/.stylelintrc.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/bundlesize.config.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/composer.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/extension.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/af.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/ar.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/ary.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/as.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/ast.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/az.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/azb.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/ban.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/be-tarask.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/bg.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/bjn.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/bn.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/br.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/bs.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/ca.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/ce.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/ckb.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/crh-latn.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/cs.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/cy.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/da.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/de.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/diq.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/en.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/eo.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/es.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/et.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/eu.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/fa.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/fi.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/fr.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/fy.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/gl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/he.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/hr.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/hu.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/hy.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/ia.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/id.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/ilo.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/io.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/it.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/ja.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/jv.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/ka.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/kaa.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/kk-cyrl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/ko.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/ks.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/ku-latn.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/lb.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/lt.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/lv.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/min.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/mk.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/ml.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/mn.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/ms.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/nb.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/nds-nl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/ne.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/nl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/oc.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/pa.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/pl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/ps.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/pt-br.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/pt.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/qqq.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/ro.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/roa-tara.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/ru.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/scn.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/sd.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/sh-latn.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/sk.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/sl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/so.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/sr-ec.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/sr-el.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/sv.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/szl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/tcy.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/th.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/ti.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/tk.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/tr.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/tt-cyrl.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/uk.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/uz.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/vec.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/vi.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/yi.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/yue-hant.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/zh-hans.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/i18n/zh-hant.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/jest.config.js","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-len","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/jest.setup.js","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-len","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/package-lock.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/package.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/resources/.eslintrc.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/resources/ext.relatedArticles.readMore.bootstrap/index.js","messages":[],"suppressedMessages":[{"ruleId":"compat/compat","severity":2,"message":"IntersectionObserver is not supported in Safari 11.1","line":42,"column":56,"nodeType":"NewExpression","endLine":53,"endColumn":5,"suppressions":[{"kind":"directive","justification":""}]}],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/resources/ext.relatedArticles.readMore/RelatedArticles.js","messages":[],"suppressedMessages":[{"ruleId":"spaced-comment","severity":2,"message":"Expected exception block, space or tab after '//' in comment.","line":3,"column":1,"nodeType":"Line","messageId":"expectedExceptionAfter","endLine":3,"endColumn":36,"fix":{"range":[81,81],"text":" "},"suppressions":[{"kind":"directive","justification":""}]},{"ruleId":"indent","severity":2,"message":"Expected indentation of 1 tab but found 2.","line":14,"column":1,"nodeType":"Template","messageId":"wrongIndentation","endLine":14,"endColumn":3,"fix":{"range":[386,388],"text":"\t"},"suppressions":[{"kind":"directive","justification":""}]},{"ruleId":"indent","severity":2,"message":"Expected indentation of 1 tab but found 3.","line":15,"column":1,"nodeType":"Template","messageId":"wrongIndentation","endLine":15,"endColumn":4,"fix":{"range":[519,522],"text":"\t"},"suppressions":[{"kind":"directive","justification":""}]},{"ruleId":"quotes","severity":2,"message":"Strings must use singlequote.","line":15,"column":4,"nodeType":"TemplateLiteral","messageId":"wrongQuotes","endLine":15,"endColumn":29,"fix":{"range":[522,547],"text":"'<aside class=\"noprint\">'"},"suppressions":[{"kind":"directive","justification":""}]},{"ruleId":"indent","severity":2,"message":"Expected indentation of 1 tab but found 4.","line":16,"column":1,"nodeType":"Punctuator","messageId":"wrongIndentation","endLine":16,"endColumn":5,"fix":{"range":[549,553],"text":"\t"},"suppressions":[{"kind":"directive","justification":""}]},{"ruleId":"indent","severity":2,"message":"Expected indentation of 2 tabs but found 4.","line":17,"column":1,"nodeType":"Template","messageId":"wrongIndentation","endLine":17,"endColumn":5,"fix":{"range":[575,579],"text":"\t\t"},"suppressions":[{"kind":"directive","justification":""}]},{"ruleId":"quotes","severity":2,"message":"Strings must use singlequote.","line":17,"column":75,"nodeType":"TemplateLiteral","messageId":"wrongQuotes","endLine":17,"endColumn":77,"fix":{"range":[649,651],"text":"''"},"suppressions":[{"kind":"directive","justification":""}]},{"ruleId":"indent","severity":2,"message":"Expected indentation of 1 tab but found 4.","line":18,"column":1,"nodeType":"Template","messageId":"wrongIndentation","endLine":18,"endColumn":5,"fix":{"range":[653,657],"text":"\t"},"suppressions":[{"kind":"directive","justification":""}]},{"ruleId":"quotes","severity":2,"message":"Strings must use singlequote.","line":18,"column":5,"nodeType":"TemplateLiteral","messageId":"wrongQuotes","endLine":18,"endColumn":49,"fix":{"range":[657,701],"text":"'<ul class=\"read-more-container-card-list\">'"},"suppressions":[{"kind":"directive","justification":""}]},{"ruleId":"indent","severity":2,"message":"Expected indentation of 1 tab but found 5.","line":19,"column":1,"nodeType":"Identifier","messageId":"wrongIndentation","endLine":19,"endColumn":6,"fix":{"range":[703,708],"text":"\t"},"suppressions":[{"kind":"directive","justification":""}]},{"ruleId":"indent","severity":2,"message":"Expected indentation of 2 tabs but found 7.","line":23,"column":1,"nodeType":"Template","messageId":"wrongIndentation","endLine":23,"endColumn":8,"fix":{"range":[1012,1019],"text":"\t\t"},"suppressions":[{"kind":"directive","justification":""}]},{"ruleId":"indent","severity":2,"message":"Expected indentation of 2 tabs but found 7.","line":24,"column":1,"nodeType":"Template","messageId":"wrongIndentation","endLine":24,"endColumn":8,"fix":{"range":[1123,1130],"text":"\t\t"},"suppressions":[{"kind":"directive","justification":""}]},{"ruleId":"indent","severity":2,"message":"Expected indentation of 1 tab but found 4.","line":34,"column":1,"nodeType":"Template","messageId":"wrongIndentation","endLine":34,"endColumn":5,"fix":{"range":[1499,1503],"text":"\t"},"suppressions":[{"kind":"directive","justification":""}]},{"ruleId":"quotes","severity":2,"message":"Strings must use singlequote.","line":34,"column":5,"nodeType":"TemplateLiteral","messageId":"wrongQuotes","endLine":34,"endColumn":12,"fix":{"range":[1503,1510],"text":"'</ul>'"},"suppressions":[{"kind":"directive","justification":""}]},{"ruleId":"indent","severity":2,"message":"Expected indentation of 1 tab but found 3.","line":35,"column":1,"nodeType":"Template","messageId":"wrongIndentation","endLine":35,"endColumn":4,"fix":{"range":[1512,1515],"text":"\t"},"suppressions":[{"kind":"directive","justification":""}]},{"ruleId":"quotes","severity":2,"message":"Strings must use singlequote.","line":35,"column":4,"nodeType":"TemplateLiteral","messageId":"wrongQuotes","endLine":35,"endColumn":14,"fix":{"range":[1515,1525],"text":"'</aside>'"},"suppressions":[{"kind":"directive","justification":""}]},{"ruleId":"indent","severity":2,"message":"Expected indentation of 1 tab but found 2.","line":36,"column":1,"nodeType":"Template","messageId":"wrongIndentation","endLine":36,"endColumn":3,"fix":{"range":[1527,1529],"text":"\t"},"suppressions":[{"kind":"directive","justification":""}]},{"ruleId":"quotes","severity":2,"message":"Strings must use singlequote.","line":36,"column":3,"nodeType":"TemplateLiteral","messageId":"wrongQuotes","endLine":36,"endColumn":11,"fix":{"range":[1529,1537],"text":"'</div>'"},"suppressions":[{"kind":"directive","justification":""}]},{"ruleId":"indent","severity":2,"message":"Expected indentation of 0 tabs but found 1.","line":37,"column":1,"nodeType":"Punctuator","messageId":"wrongIndentation","endLine":37,"endColumn":2,"fix":{"range":[1538,1539],"text":""},"suppressions":[{"kind":"directive","justification":""}]}],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/resources/ext.relatedArticles.readMore/RelatedPagesGateway.js","messages":[],"suppressedMessages":[{"ruleId":"spaced-comment","severity":2,"message":"Expected exception block, space or tab after '//' in comment.","line":2,"column":1,"nodeType":"Line","messageId":"expectedExceptionAfter","endLine":2,"endColumn":34,"fix":{"range":[45,45],"text":" "},"suppressions":[{"kind":"directive","justification":""}]}],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/resources/ext.relatedArticles.readMore/data.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/resources/ext.relatedArticles.readMore/index.js","messages":[],"suppressedMessages":[{"ruleId":"spaced-comment","severity":2,"message":"Expected exception block, space or tab after '//' in comment.","line":2,"column":1,"nodeType":"Line","messageId":"expectedExceptionAfter","endLine":2,"endColumn":36,"fix":{"range":[45,45],"text":" "},"suppressions":[{"kind":"directive","justification":""}]}],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/tests/jest/.eslintrc.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/tests/jest/RelatedArticles.test.js","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/tests/jest/ext.relatedArticles.readMore.test.js","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/tests/qunit/.eslintrc.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/tests/qunit/RelatedPagesGateway.test.js","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/tests/qunit/index.js","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/tests/selenium/.eslintrc.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/tests/selenium/pageobjects/readmore.page.js","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-len","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/tests/selenium/specs/readmore.js","messages":[],"suppressedMessages":[{"ruleId":"mocha/no-sibling-hooks","severity":2,"message":"Unexpected use of duplicate Mocha `before` hook","line":17,"column":2,"nodeType":"Identifier","endLine":17,"endColumn":8,"suppressions":[{"kind":"directive","justification":""}]}],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-len","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/tests/selenium/wdio.conf.js","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-len","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]},{"filePath":"/src/repo/tsconfig.json","messages":[],"suppressedMessages":[],"errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":[{"ruleId":"arrow-parens","replacedBy":[]},{"ruleId":"arrow-spacing","replacedBy":[]},{"ruleId":"lines-between-class-members","replacedBy":[]},{"ruleId":"no-new-require","replacedBy":[]},{"ruleId":"template-curly-spacing","replacedBy":[]},{"ruleId":"implicit-arrow-linebreak","replacedBy":[]},{"ruleId":"indent","replacedBy":[]},{"ruleId":"comma-dangle","replacedBy":[]},{"ruleId":"no-extra-parens","replacedBy":[]},{"ruleId":"quotes","replacedBy":[]},{"ruleId":"quote-props","replacedBy":[]},{"ruleId":"array-bracket-spacing","replacedBy":[]},{"ruleId":"block-spacing","replacedBy":[]},{"ruleId":"brace-style","replacedBy":[]},{"ruleId":"comma-spacing","replacedBy":[]},{"ruleId":"comma-style","replacedBy":[]},{"ruleId":"computed-property-spacing","replacedBy":[]},{"ruleId":"dot-location","replacedBy":[]},{"ruleId":"eol-last","replacedBy":[]},{"ruleId":"func-call-spacing","replacedBy":[]},{"ruleId":"key-spacing","replacedBy":[]},{"ruleId":"keyword-spacing","replacedBy":[]},{"ruleId":"linebreak-style","replacedBy":[]},{"ruleId":"max-statements-per-line","replacedBy":[]},{"ruleId":"new-parens","replacedBy":[]},{"ruleId":"no-floating-decimal","replacedBy":[]},{"ruleId":"no-multi-spaces","replacedBy":[]},{"ruleId":"no-multiple-empty-lines","replacedBy":[]},{"ruleId":"no-new-object","replacedBy":["no-object-constructor"]},{"ruleId":"no-tabs","replacedBy":[]},{"ruleId":"no-trailing-spaces","replacedBy":[]},{"ruleId":"no-whitespace-before-property","replacedBy":[]},{"ruleId":"object-curly-spacing","replacedBy":[]},{"ruleId":"operator-linebreak","replacedBy":[]},{"ruleId":"semi","replacedBy":[]},{"ruleId":"semi-spacing","replacedBy":[]},{"ruleId":"semi-style","replacedBy":[]},{"ruleId":"space-before-blocks","replacedBy":[]},{"ruleId":"space-before-function-paren","replacedBy":[]},{"ruleId":"space-in-parens","replacedBy":[]},{"ruleId":"space-infix-ops","replacedBy":[]},{"ruleId":"space-unary-ops","replacedBy":[]},{"ruleId":"spaced-comment","replacedBy":[]},{"ruleId":"switch-colon-spacing","replacedBy":[]},{"ruleId":"wrap-iife","replacedBy":[]},{"ruleId":"no-extra-semi","replacedBy":[]},{"ruleId":"no-mixed-spaces-and-tabs","replacedBy":[]}]}]
--- end ---
$ /usr/bin/npm install jest-environment-jsdom@29.7.0 --save-dev --save-exact
--- stderr ---
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@wikimedia/codex@2.2.0',
npm WARN EBADENGINE required: { node: '>=20', npm: '>=10.8.1' },
npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@wikimedia/codex-icons@2.2.0',
npm WARN EBADENGINE required: { node: '>=20', npm: '>=10.8.1' },
npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
--- stdout ---
added 15 packages, and audited 1102 packages in 3s
156 packages are looking for funding
run `npm fund` for details
16 vulnerabilities (4 moderate, 12 high)
To address issues that do not require attention, run:
npm audit fix
To address all issues possible (including breaking changes), run:
npm audit fix --force
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
--- end ---
$ package-lock-lint package-lock.json
--- stdout ---
Checking package-lock.json
--- end ---
$ /usr/bin/npm ci
--- stderr ---
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@wikimedia/codex@2.2.0',
npm WARN EBADENGINE required: { node: '>=20', npm: '>=10.8.1' },
npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@wikimedia/codex-icons@2.2.0',
npm WARN EBADENGINE required: { node: '>=20', npm: '>=10.8.1' },
npm WARN EBADENGINE current: { node: 'v18.19.0', npm: '9.2.0' }
npm WARN EBADENGINE }
npm WARN deprecated @types/easy-table@1.2.3: This is a stub types definition. easy-table provides its own type definitions, so you do not need this installed.
npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm WARN deprecated lodash.get@4.4.2: This package is deprecated. Use the optional chaining (?.) operator instead.
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
npm WARN deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
npm WARN deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.2.0: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm WARN deprecated glob@7.1.7: Glob versions prior to v9 are no longer supported
npm WARN deprecated domexception@4.0.0: Use your platform's native DOMException instead
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated sinon@12.0.1: 16.1.1
npm WARN deprecated eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
--- stdout ---
added 1101 packages, and audited 1102 packages in 26s
156 packages are looking for funding
run `npm fund` for details
16 vulnerabilities (4 moderate, 12 high)
To address issues that do not require attention, run:
npm audit fix
To address all issues possible (including breaking changes), run:
npm audit fix --force
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
--- end ---
$ /usr/bin/npm test
--- stdout ---
> test
> npx tsc && npm -s run lint && npm run test:unit
node_modules/@types/babel__traverse/index.d.ts:1455:40 - error TS1005: '?' expected.
1455 K extends `${infer N extends number}` ? T[N]
~
node_modules/@types/babel__traverse/index.d.ts:1463:42 - error TS1005: '?' expected.
1463 : K extends `${infer N extends number}`
~
node_modules/@types/lodash/common/common.d.ts:262:65 - error TS1005: '?' expected.
262 type StringToNumber<T> = T extends `${infer N extends number}` ? N : never;
~
node_modules/@types/lodash/common/object.d.ts:1026:46 - error TS1005: '?' expected.
1026 : K extends `${infer N extends number}` ? T[N]
~
node_modules/@types/lodash/common/object.d.ts:1031:46 - error TS1005: '?' expected.
1031 : K extends `${infer N extends number}` ? T[N]
~
node_modules/@types/lodash/common/object.d.ts:1041:46 - error TS1005: '?' expected.
1041 : K extends `${infer N extends number}`
~
node_modules/@types/node/http.d.ts:239:47 - error TS1005: ',' expected.
239 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:239:71 - error TS1109: Expression expected.
239 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:240:5 - error TS1109: Expression expected.
240 > {
~
node_modules/@types/node/http.d.ts:244:46 - error TS1005: ',' expected.
244 IncomingMessage?: Request | undefined;
~
node_modules/@types/node/http.d.ts:248:46 - error TS1005: ',' expected.
248 ServerResponse?: Response | undefined;
~
node_modules/@types/node/http.d.ts:255:44 - error TS1005: ',' expected.
255 requestTimeout?: number | undefined;
~
node_modules/@types/node/http.d.ts:261:39 - error TS1005: ',' expected.
261 joinDuplicateHeaders?: boolean;
~
node_modules/@types/node/http.d.ts:269:46 - error TS1005: ',' expected.
269 keepAliveTimeout?: number | undefined;
~
node_modules/@types/node/http.d.ts:274:57 - error TS1005: ',' expected.
274 connectionsCheckingInterval?: number | undefined;
~
node_modules/@types/node/http.d.ts:281:44 - error TS1005: ',' expected.
281 headersTimeout?: number | undefined;
~
node_modules/@types/node/http.d.ts:288:43 - error TS1005: ',' expected.
288 highWaterMark?: number | undefined;
~
node_modules/@types/node/http.d.ts:295:49 - error TS1005: ',' expected.
295 insecureHTTPParser?: boolean | undefined;
~
node_modules/@types/node/http.d.ts:303:43 - error TS1005: ',' expected.
303 maxHeaderSize?: number | undefined;
~
node_modules/@types/node/http.d.ts:309:38 - error TS1005: ',' expected.
309 noDelay?: boolean | undefined;
~
node_modules/@types/node/http.d.ts:316:40 - error TS1005: ',' expected.
316 keepAlive?: boolean | undefined;
~
node_modules/@types/node/http.d.ts:322:51 - error TS1005: ',' expected.
322 keepAliveInitialDelay?: number | undefined;
~
node_modules/@types/node/http.d.ts:327:50 - error TS1005: '(' expected.
327 uniqueHeaders?: Array<string | string[]> | undefined;
~
node_modules/@types/node/http.d.ts:327:61 - error TS1005: ')' expected.
327 uniqueHeaders?: Array<string | string[]> | undefined;
~
node_modules/@types/node/http.d.ts:333:58 - error TS1005: ',' expected.
333 rejectNonStandardBodyWrites?: boolean | undefined;
~
node_modules/@types/node/http.d.ts:337:47 - error TS1005: ',' expected.
337 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:337:60 - error TS1005: ',' expected.
337 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:337:69 - error TS1005: '(' expected.
337 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:337:71 - error TS1109: Expression expected.
337 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:338:5 - error TS1109: Expression expected.
338 > = (req: InstanceType<Request>, res: InstanceType<Response> & { req: InstanceType<Request> }) => void;
~
node_modules/@types/node/http.d.ts:338:7 - error TS1109: Expression expected.
338 > = (req: InstanceType<Request>, res: InstanceType<Response> & { req: InstanceType<Request> }) => void;
~
node_modules/@types/node/http.d.ts:338:107 - error TS1109: Expression expected.
338 > = (req: InstanceType<Request>, res: InstanceType<Response> & { req: InstanceType<Request> }) => void;
~
node_modules/@types/node/http.d.ts:344:47 - error TS1005: ',' expected.
344 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:344:71 - error TS1109: Expression expected.
344 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:345:5 - error TS1109: Expression expected.
345 > extends NetServer {
~
node_modules/@types/node/http.d.ts:345:7 - error TS1109: Expression expected.
345 > extends NetServer {
~~~~~~~
node_modules/@types/node/http.d.ts:345:15 - error TS1434: Unexpected keyword or identifier.
345 > extends NetServer {
~~~~~~~~~
node_modules/@types/node/http.d.ts:346:37 - error TS1109: Expression expected.
346 constructor(requestListener?: RequestListener<Request, Response>);
~
node_modules/@types/node/http.d.ts:346:73 - error TS1005: '(' expected.
346 constructor(requestListener?: RequestListener<Request, Response>);
~
node_modules/@types/node/http.d.ts:346:74 - error TS1005: ')' expected.
346 constructor(requestListener?: RequestListener<Request, Response>);
~
node_modules/@types/node/http.d.ts:347:28 - error TS1005: ',' expected.
347 constructor(options: ServerOptions<Request, Response>, requestListener?: RequestListener<Request, Response>);
~
node_modules/@types/node/http.d.ts:347:62 - error TS1109: Expression expected.
347 constructor(options: ServerOptions<Request, Response>, requestListener?: RequestListener<Request, Response>);
~
node_modules/@types/node/http.d.ts:347:80 - error TS1109: Expression expected.
347 constructor(options: ServerOptions<Request, Response>, requestListener?: RequestListener<Request, Response>);
~
node_modules/@types/node/http.d.ts:347:116 - error TS1005: '(' expected.
347 constructor(options: ServerOptions<Request, Response>, requestListener?: RequestListener<Request, Response>);
~
node_modules/@types/node/http.d.ts:347:117 - error TS1005: ')' expected.
347 constructor(options: ServerOptions<Request, Response>, requestListener?: RequestListener<Request, Response>);
~
node_modules/@types/node/http.d.ts:362:26 - error TS1109: Expression expected.
362 setTimeout(msecs?: number, callback?: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:362:45 - error TS1109: Expression expected.
362 setTimeout(msecs?: number, callback?: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:362:71 - error TS1109: Expression expected.
362 setTimeout(msecs?: number, callback?: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:362:72 - error TS1005: ';' expected.
362 setTimeout(msecs?: number, callback?: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:363:28 - error TS1005: ',' expected.
363 setTimeout(callback: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:363:54 - error TS1109: Expression expected.
363 setTimeout(callback: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:363:55 - error TS1005: ';' expected.
363 setTimeout(callback: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:438:30 - error TS1005: ';' expected.
438 closeAllConnections(): void;
~
node_modules/@types/node/http.d.ts:438:36 - error TS1109: Expression expected.
438 closeAllConnections(): void;
~
node_modules/@types/node/http.d.ts:443:31 - error TS1005: ';' expected.
443 closeIdleConnections(): void;
~
node_modules/@types/node/http.d.ts:443:37 - error TS1109: Expression expected.
443 closeIdleConnections(): void;
~
node_modules/@types/node/http.d.ts:444:26 - error TS1005: ',' expected.
444 addListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:444:44 - error TS1005: ',' expected.
444 addListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:444:70 - error TS1109: Expression expected.
444 addListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:444:71 - error TS1005: ';' expected.
444 addListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:445:26 - error TS1005: ',' expected.
445 addListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:445:45 - error TS1005: ',' expected.
445 addListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:445:57 - error TS1109: Expression expected.
445 addListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:445:58 - error TS1005: ';' expected.
445 addListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:446:26 - error TS1005: ',' expected.
446 addListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:446:50 - error TS1005: ',' expected.
446 addListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:446:76 - error TS1109: Expression expected.
446 addListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:446:77 - error TS1005: ';' expected.
446 addListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:447:26 - error TS1005: ',' expected.
447 addListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:447:45 - error TS1005: ',' expected.
447 addListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:447:67 - error TS1109: Expression expected.
447 addListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:447:68 - error TS1005: ';' expected.
447 addListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:448:26 - error TS1005: ',' expected.
448 addListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:448:49 - error TS1005: ',' expected.
448 addListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:448:61 - error TS1109: Expression expected.
448 addListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:448:62 - error TS1005: ';' expected.
448 addListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:449:26 - error TS1005: ',' expected.
449 addListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:449:53 - error TS1005: ',' expected.
449 addListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:449:89 - error TS1005: '(' expected.
449 addListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:449:90 - error TS1005: ',' expected.
449 addListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:449:96 - error TS1005: ')' expected.
449 addListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:450:26 - error TS1005: ',' expected.
450 addListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:450:56 - error TS1005: ',' expected.
450 addListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:450:92 - error TS1005: '(' expected.
450 addListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:450:93 - error TS1005: ',' expected.
450 addListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:450:99 - error TS1005: ')' expected.
450 addListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:451:26 - error TS1005: ',' expected.
451 addListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:451:51 - error TS1005: ',' expected.
451 addListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:451:96 - error TS1109: Expression expected.
451 addListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:451:97 - error TS1005: ';' expected.
451 addListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:453:18 - error TS1005: ',' expected.
453 event: "connect",
~
node_modules/@types/node/http.d.ts:454:21 - error TS1005: ',' expected.
454 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:454:96 - error TS1109: Expression expected.
454 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:455:10 - error TS1005: ';' expected.
455 ): this;
~
node_modules/@types/node/http.d.ts:456:26 - error TS1005: ',' expected.
456 addListener(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:456:51 - error TS1005: ',' expected.
456 addListener(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:456:112 - error TS1109: Expression expected.
456 addListener(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:456:113 - error TS1005: ';' expected.
456 addListener(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:457:26 - error TS1005: ',' expected.
457 addListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:457:47 - error TS1005: ',' expected.
457 addListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:457:83 - error TS1005: '(' expected.
457 addListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:457:84 - error TS1005: ',' expected.
457 addListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:457:90 - error TS1005: ')' expected.
457 addListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:459:18 - error TS1005: ',' expected.
459 event: "upgrade",
~
node_modules/@types/node/http.d.ts:460:21 - error TS1005: ',' expected.
460 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:460:96 - error TS1109: Expression expected.
460 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:461:10 - error TS1005: ';' expected.
461 ): this;
~
node_modules/@types/node/http.d.ts:462:19 - error TS1005: ',' expected.
462 emit(event: string, ...args: any[]): boolean;
~
node_modules/@types/node/http.d.ts:462:36 - error TS1005: ',' expected.
462 emit(event: string, ...args: any[]): boolean;
~
node_modules/@types/node/http.d.ts:462:42 - error TS1011: An element access expression should take an argument.
462 emit(event: string, ...args: any[]): boolean;
node_modules/@types/node/http.d.ts:462:44 - error TS1005: ';' expected.
462 emit(event: string, ...args: any[]): boolean;
~
node_modules/@types/node/http.d.ts:463:19 - error TS1005: ',' expected.
463 emit(event: "close"): boolean;
~
node_modules/@types/node/http.d.ts:463:29 - error TS1005: ';' expected.
463 emit(event: "close"): boolean;
~
node_modules/@types/node/http.d.ts:464:19 - error TS1005: ',' expected.
464 emit(event: "connection", socket: Socket): boolean;
~
node_modules/@types/node/http.d.ts:464:41 - error TS1005: ',' expected.
464 emit(event: "connection", socket: Socket): boolean;
~
node_modules/@types/node/http.d.ts:464:50 - error TS1005: ';' expected.
464 emit(event: "connection", socket: Socket): boolean;
~
node_modules/@types/node/http.d.ts:465:19 - error TS1005: ',' expected.
465 emit(event: "error", err: Error): boolean;
~
node_modules/@types/node/http.d.ts:465:33 - error TS1005: ',' expected.
465 emit(event: "error", err: Error): boolean;
~
node_modules/@types/node/http.d.ts:465:41 - error TS1005: ';' expected.
465 emit(event: "error", err: Error): boolean;
~
node_modules/@types/node/http.d.ts:466:19 - error TS1005: ',' expected.
466 emit(event: "listening"): boolean;
~
node_modules/@types/node/http.d.ts:466:33 - error TS1005: ';' expected.
466 emit(event: "listening"): boolean;
~
node_modules/@types/node/http.d.ts:468:18 - error TS1005: ',' expected.
468 event: "checkContinue",
~
node_modules/@types/node/http.d.ts:469:16 - error TS1005: ',' expected.
469 req: InstanceType<Request>,
~
node_modules/@types/node/http.d.ts:469:39 - error TS1109: Expression expected.
469 req: InstanceType<Request>,
~
node_modules/@types/node/http.d.ts:470:16 - error TS1005: ',' expected.
470 res: InstanceType<Response> & { req: InstanceType<Request> },
~
node_modules/@types/node/http.d.ts:470:41 - error TS1005: '(' expected.
470 res: InstanceType<Response> & { req: InstanceType<Request> },
~
node_modules/@types/node/http.d.ts:470:72 - error TS1005: '(' expected.
470 res: InstanceType<Response> & { req: InstanceType<Request> },
~
node_modules/@types/node/http.d.ts:471:10 - error TS1005: ',' expected.
471 ): boolean;
~
node_modules/@types/node/http.d.ts:471:19 - error TS1005: ')' expected.
471 ): boolean;
~
node_modules/@types/node/http.d.ts:473:18 - error TS1005: ',' expected.
473 event: "checkExpectation",
~
node_modules/@types/node/http.d.ts:474:16 - error TS1005: ',' expected.
474 req: InstanceType<Request>,
~
node_modules/@types/node/http.d.ts:474:39 - error TS1109: Expression expected.
474 req: InstanceType<Request>,
~
node_modules/@types/node/http.d.ts:475:16 - error TS1005: ',' expected.
475 res: InstanceType<Response> & { req: InstanceType<Request> },
~
node_modules/@types/node/http.d.ts:475:41 - error TS1005: '(' expected.
475 res: InstanceType<Response> & { req: InstanceType<Request> },
~
node_modules/@types/node/http.d.ts:475:72 - error TS1005: '(' expected.
475 res: InstanceType<Response> & { req: InstanceType<Request> },
~
node_modules/@types/node/http.d.ts:476:10 - error TS1005: ',' expected.
476 ): boolean;
~
node_modules/@types/node/http.d.ts:476:19 - error TS1005: ')' expected.
476 ): boolean;
~
node_modules/@types/node/http.d.ts:477:19 - error TS1005: ',' expected.
477 emit(event: "clientError", err: Error, socket: stream.Duplex): boolean;
~
node_modules/@types/node/http.d.ts:477:39 - error TS1005: ',' expected.
477 emit(event: "clientError", err: Error, socket: stream.Duplex): boolean;
~
node_modules/@types/node/http.d.ts:477:54 - error TS1005: ',' expected.
477 emit(event: "clientError", err: Error, socket: stream.Duplex): boolean;
~
node_modules/@types/node/http.d.ts:477:70 - error TS1005: ';' expected.
477 emit(event: "clientError", err: Error, socket: stream.Duplex): boolean;
~
node_modules/@types/node/http.d.ts:478:19 - error TS1005: ',' expected.
478 emit(event: "connect", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:478:35 - error TS1005: ',' expected.
478 emit(event: "connect", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:478:58 - error TS1109: Expression expected.
478 emit(event: "connect", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:478:66 - error TS1005: ',' expected.
478 emit(event: "connect", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:478:87 - error TS1005: ',' expected.
478 emit(event: "connect", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:478:96 - error TS1005: ';' expected.
478 emit(event: "connect", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:479:19 - error TS1005: ',' expected.
479 emit(event: "dropRequest", req: InstanceType<Request>, socket: stream.Duplex): boolean;
~
node_modules/@types/node/http.d.ts:479:39 - error TS1005: ',' expected.
479 emit(event: "dropRequest", req: InstanceType<Request>, socket: stream.Duplex): boolean;
~
node_modules/@types/node/http.d.ts:479:62 - error TS1109: Expression expected.
479 emit(event: "dropRequest", req: InstanceType<Request>, socket: stream.Duplex): boolean;
~
node_modules/@types/node/http.d.ts:479:70 - error TS1005: ',' expected.
479 emit(event: "dropRequest", req: InstanceType<Request>, socket: stream.Duplex): boolean;
~
node_modules/@types/node/http.d.ts:479:86 - error TS1005: ';' expected.
479 emit(event: "dropRequest", req: InstanceType<Request>, socket: stream.Duplex): boolean;
~
node_modules/@types/node/http.d.ts:481:18 - error TS1005: ',' expected.
481 event: "request",
~
node_modules/@types/node/http.d.ts:482:16 - error TS1005: ',' expected.
482 req: InstanceType<Request>,
~
node_modules/@types/node/http.d.ts:482:39 - error TS1109: Expression expected.
482 req: InstanceType<Request>,
~
node_modules/@types/node/http.d.ts:483:16 - error TS1005: ',' expected.
483 res: InstanceType<Response> & { req: InstanceType<Request> },
~
node_modules/@types/node/http.d.ts:483:41 - error TS1005: '(' expected.
483 res: InstanceType<Response> & { req: InstanceType<Request> },
~
node_modules/@types/node/http.d.ts:483:72 - error TS1005: '(' expected.
483 res: InstanceType<Response> & { req: InstanceType<Request> },
~
node_modules/@types/node/http.d.ts:484:10 - error TS1005: ',' expected.
484 ): boolean;
~
node_modules/@types/node/http.d.ts:484:19 - error TS1005: ')' expected.
484 ): boolean;
~
node_modules/@types/node/http.d.ts:485:19 - error TS1005: ',' expected.
485 emit(event: "upgrade", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:485:35 - error TS1005: ',' expected.
485 emit(event: "upgrade", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:485:58 - error TS1109: Expression expected.
485 emit(event: "upgrade", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:485:66 - error TS1005: ',' expected.
485 emit(event: "upgrade", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:485:87 - error TS1005: ',' expected.
485 emit(event: "upgrade", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:485:96 - error TS1005: ';' expected.
485 emit(event: "upgrade", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:486:17 - error TS1005: ',' expected.
486 on(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:486:35 - error TS1005: ',' expected.
486 on(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:486:61 - error TS1109: Expression expected.
486 on(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:486:62 - error TS1005: ';' expected.
486 on(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:487:17 - error TS1005: ',' expected.
487 on(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:487:36 - error TS1005: ',' expected.
487 on(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:487:48 - error TS1109: Expression expected.
487 on(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:487:49 - error TS1005: ';' expected.
487 on(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:488:17 - error TS1005: ',' expected.
488 on(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:488:41 - error TS1005: ',' expected.
488 on(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:488:67 - error TS1109: Expression expected.
488 on(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:488:68 - error TS1005: ';' expected.
488 on(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:489:17 - error TS1005: ',' expected.
489 on(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:489:36 - error TS1005: ',' expected.
489 on(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:489:58 - error TS1109: Expression expected.
489 on(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:489:59 - error TS1005: ';' expected.
489 on(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:490:17 - error TS1005: ',' expected.
490 on(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:490:40 - error TS1005: ',' expected.
490 on(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:490:52 - error TS1109: Expression expected.
490 on(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:490:53 - error TS1005: ';' expected.
490 on(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:491:17 - error TS1005: ',' expected.
491 on(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:491:44 - error TS1005: ',' expected.
491 on(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:491:80 - error TS1005: '(' expected.
491 on(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:491:81 - error TS1005: ',' expected.
491 on(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:491:87 - error TS1005: ')' expected.
491 on(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:492:17 - error TS1005: ',' expected.
492 on(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:492:47 - error TS1005: ',' expected.
492 on(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:492:83 - error TS1005: '(' expected.
492 on(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:492:84 - error TS1005: ',' expected.
492 on(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:492:90 - error TS1005: ')' expected.
492 on(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:493:17 - error TS1005: ',' expected.
493 on(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:493:42 - error TS1005: ',' expected.
493 on(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:493:87 - error TS1109: Expression expected.
493 on(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:493:88 - error TS1005: ';' expected.
493 on(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:494:17 - error TS1005: ',' expected.
494 on(event: "connect", listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/http.d.ts:494:38 - error TS1005: ',' expected.
494 on(event: "connect", listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/http.d.ts:494:113 - error TS1109: Expression expected.
494 on(event: "connect", listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/http.d.ts:494:114 - error TS1005: ';' expected.
494 on(event: "connect", listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/http.d.ts:495:17 - error TS1005: ',' expected.
495 on(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:495:42 - error TS1005: ',' expected.
495 on(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:495:103 - error TS1109: Expression expected.
495 on(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:495:104 - error TS1005: ';' expected.
495 on(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:496:17 - error TS1005: ',' expected.
496 on(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:496:38 - error TS1005: ',' expected.
496 on(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:496:74 - error TS1005: '(' expected.
496 on(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:496:75 - error TS1005: ',' expected.
496 on(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:496:81 - error TS1005: ')' expected.
496 on(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:497:17 - error TS1005: ',' expected.
497 on(event: "upgrade", listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/http.d.ts:497:38 - error TS1005: ',' expected.
497 on(event: "upgrade", listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/http.d.ts:497:113 - error TS1109: Expression expected.
497 on(event: "upgrade", listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/http.d.ts:497:114 - error TS1005: ';' expected.
497 on(event: "upgrade", listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/http.d.ts:498:19 - error TS1005: ',' expected.
498 once(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:498:37 - error TS1005: ',' expected.
498 once(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:498:63 - error TS1109: Expression expected.
498 once(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:498:64 - error TS1005: ';' expected.
498 once(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:499:19 - error TS1005: ',' expected.
499 once(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:499:38 - error TS1005: ',' expected.
499 once(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:499:50 - error TS1109: Expression expected.
499 once(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:499:51 - error TS1005: ';' expected.
499 once(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:500:19 - error TS1005: ',' expected.
500 once(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:500:43 - error TS1005: ',' expected.
500 once(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:500:69 - error TS1109: Expression expected.
500 once(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:500:70 - error TS1005: ';' expected.
500 once(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:501:19 - error TS1005: ',' expected.
501 once(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:501:38 - error TS1005: ',' expected.
501 once(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:501:60 - error TS1109: Expression expected.
501 once(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:501:61 - error TS1005: ';' expected.
501 once(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:502:19 - error TS1005: ',' expected.
502 once(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:502:42 - error TS1005: ',' expected.
502 once(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:502:54 - error TS1109: Expression expected.
502 once(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:502:55 - error TS1005: ';' expected.
502 once(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:503:19 - error TS1005: ',' expected.
503 once(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:503:46 - error TS1005: ',' expected.
503 once(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:503:82 - error TS1005: '(' expected.
503 once(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:503:83 - error TS1005: ',' expected.
503 once(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:503:89 - error TS1005: ')' expected.
503 once(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:504:19 - error TS1005: ',' expected.
504 once(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:504:49 - error TS1005: ',' expected.
504 once(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:504:85 - error TS1005: '(' expected.
504 once(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:504:86 - error TS1005: ',' expected.
504 once(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:504:92 - error TS1005: ')' expected.
504 once(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:505:19 - error TS1005: ',' expected.
505 once(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:505:44 - error TS1005: ',' expected.
505 once(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:505:89 - error TS1109: Expression expected.
505 once(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:505:90 - error TS1005: ';' expected.
505 once(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:507:18 - error TS1005: ',' expected.
507 event: "connect",
~
node_modules/@types/node/http.d.ts:508:21 - error TS1005: ',' expected.
508 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:508:96 - error TS1109: Expression expected.
508 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:509:10 - error TS1005: ';' expected.
509 ): this;
~
node_modules/@types/node/http.d.ts:510:19 - error TS1005: ',' expected.
510 once(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:510:44 - error TS1005: ',' expected.
510 once(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:510:105 - error TS1109: Expression expected.
510 once(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:510:106 - error TS1005: ';' expected.
510 once(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:511:19 - error TS1005: ',' expected.
511 once(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:511:40 - error TS1005: ',' expected.
511 once(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:511:76 - error TS1005: '(' expected.
511 once(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:511:77 - error TS1005: ',' expected.
511 once(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:511:83 - error TS1005: ')' expected.
511 once(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:513:18 - error TS1005: ',' expected.
513 event: "upgrade",
~
node_modules/@types/node/http.d.ts:514:21 - error TS1005: ',' expected.
514 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:514:96 - error TS1109: Expression expected.
514 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:515:10 - error TS1005: ';' expected.
515 ): this;
~
node_modules/@types/node/http.d.ts:516:30 - error TS1005: ',' expected.
516 prependListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:516:48 - error TS1005: ',' expected.
516 prependListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:516:74 - error TS1109: Expression expected.
516 prependListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:516:75 - error TS1005: ';' expected.
516 prependListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:517:30 - error TS1005: ',' expected.
517 prependListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:517:49 - error TS1005: ',' expected.
517 prependListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:517:61 - error TS1109: Expression expected.
517 prependListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:517:62 - error TS1005: ';' expected.
517 prependListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:518:30 - error TS1005: ',' expected.
518 prependListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:518:54 - error TS1005: ',' expected.
518 prependListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:518:80 - error TS1109: Expression expected.
518 prependListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:518:81 - error TS1005: ';' expected.
518 prependListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:519:30 - error TS1005: ',' expected.
519 prependListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:519:49 - error TS1005: ',' expected.
519 prependListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:519:71 - error TS1109: Expression expected.
519 prependListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:519:72 - error TS1005: ';' expected.
519 prependListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:520:30 - error TS1005: ',' expected.
520 prependListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:520:53 - error TS1005: ',' expected.
520 prependListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:520:65 - error TS1109: Expression expected.
520 prependListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:520:66 - error TS1005: ';' expected.
520 prependListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:521:30 - error TS1005: ',' expected.
521 prependListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:521:57 - error TS1005: ',' expected.
521 prependListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:521:93 - error TS1005: '(' expected.
521 prependListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:521:94 - error TS1005: ',' expected.
521 prependListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:521:100 - error TS1005: ')' expected.
521 prependListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:522:30 - error TS1005: ',' expected.
522 prependListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:522:60 - error TS1005: ',' expected.
522 prependListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:522:96 - error TS1005: '(' expected.
522 prependListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:522:97 - error TS1005: ',' expected.
522 prependListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:522:103 - error TS1005: ')' expected.
522 prependListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:523:30 - error TS1005: ',' expected.
523 prependListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:523:55 - error TS1005: ',' expected.
523 prependListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:523:100 - error TS1109: Expression expected.
523 prependListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:523:101 - error TS1005: ';' expected.
523 prependListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:525:18 - error TS1005: ',' expected.
525 event: "connect",
~
node_modules/@types/node/http.d.ts:526:21 - error TS1005: ',' expected.
526 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:526:96 - error TS1109: Expression expected.
526 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:527:10 - error TS1005: ';' expected.
527 ): this;
~
node_modules/@types/node/http.d.ts:529:18 - error TS1005: ',' expected.
529 event: "dropRequest",
~
node_modules/@types/node/http.d.ts:530:21 - error TS1005: ',' expected.
530 listener: (req: InstanceType<Request>, socket: stream.Duplex) => void,
~
node_modules/@types/node/http.d.ts:530:82 - error TS1109: Expression expected.
530 listener: (req: InstanceType<Request>, socket: stream.Duplex) => void,
~
node_modules/@types/node/http.d.ts:531:10 - error TS1005: ';' expected.
531 ): this;
~
node_modules/@types/node/http.d.ts:532:30 - error TS1005: ',' expected.
532 prependListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:532:51 - error TS1005: ',' expected.
532 prependListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:532:87 - error TS1005: '(' expected.
532 prependListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:532:88 - error TS1005: ',' expected.
532 prependListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:532:94 - error TS1005: ')' expected.
532 prependListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:534:18 - error TS1005: ',' expected.
534 event: "upgrade",
~
node_modules/@types/node/http.d.ts:535:21 - error TS1005: ',' expected.
535 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:535:96 - error TS1109: Expression expected.
535 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:536:10 - error TS1005: ';' expected.
536 ): this;
~
node_modules/@types/node/http.d.ts:537:34 - error TS1005: ',' expected.
537 prependOnceListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:537:52 - error TS1005: ',' expected.
537 prependOnceListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:537:78 - error TS1109: Expression expected.
537 prependOnceListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:537:79 - error TS1005: ';' expected.
537 prependOnceListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:538:34 - error TS1005: ',' expected.
538 prependOnceListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:538:53 - error TS1005: ',' expected.
538 prependOnceListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:538:65 - error TS1109: Expression expected.
538 prependOnceListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:538:66 - error TS1005: ';' expected.
538 prependOnceListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:539:34 - error TS1005: ',' expected.
539 prependOnceListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:539:58 - error TS1005: ',' expected.
539 prependOnceListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:539:84 - error TS1109: Expression expected.
539 prependOnceListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:539:85 - error TS1005: ';' expected.
539 prependOnceListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:540:34 - error TS1005: ',' expected.
540 prependOnceListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:540:53 - error TS1005: ',' expected.
540 prependOnceListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:540:75 - error TS1109: Expression expected.
540 prependOnceListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:540:76 - error TS1005: ';' expected.
540 prependOnceListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:541:34 - error TS1005: ',' expected.
541 prependOnceListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:541:57 - error TS1005: ',' expected.
541 prependOnceListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:541:69 - error TS1109: Expression expected.
541 prependOnceListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:541:70 - error TS1005: ';' expected.
541 prependOnceListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:542:34 - error TS1005: ',' expected.
542 prependOnceListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:542:61 - error TS1005: ',' expected.
542 prependOnceListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:542:97 - error TS1005: '(' expected.
542 prependOnceListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:542:98 - error TS1005: ',' expected.
542 prependOnceListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:542:104 - error TS1005: ')' expected.
542 prependOnceListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:543:34 - error TS1005: ',' expected.
543 prependOnceListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:543:64 - error TS1005: ',' expected.
543 prependOnceListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:543:100 - error TS1005: '(' expected.
543 prependOnceListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:543:101 - error TS1005: ',' expected.
543 prependOnceListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:543:107 - error TS1005: ')' expected.
543 prependOnceListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:544:34 - error TS1005: ',' expected.
544 prependOnceListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:544:59 - error TS1005: ',' expected.
544 prependOnceListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:544:104 - error TS1109: Expression expected.
544 prependOnceListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:544:105 - error TS1005: ';' expected.
544 prependOnceListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:546:18 - error TS1005: ',' expected.
546 event: "connect",
~
node_modules/@types/node/http.d.ts:547:21 - error TS1005: ',' expected.
547 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:547:96 - error TS1109: Expression expected.
547 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:548:10 - error TS1005: ';' expected.
548 ): this;
~
node_modules/@types/node/http.d.ts:550:18 - error TS1005: ',' expected.
550 event: "dropRequest",
~
node_modules/@types/node/http.d.ts:551:21 - error TS1005: ',' expected.
551 listener: (req: InstanceType<Request>, socket: stream.Duplex) => void,
~
node_modules/@types/node/http.d.ts:551:82 - error TS1109: Expression expected.
551 listener: (req: InstanceType<Request>, socket: stream.Duplex) => void,
~
node_modules/@types/node/http.d.ts:552:10 - error TS1005: ';' expected.
552 ): this;
~
node_modules/@types/node/http.d.ts:553:34 - error TS1005: ',' expected.
553 prependOnceListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:553:55 - error TS1005: ',' expected.
553 prependOnceListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:553:91 - error TS1005: '(' expected.
553 prependOnceListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:553:92 - error TS1005: ',' expected.
553 prependOnceListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:553:98 - error TS1005: ')' expected.
553 prependOnceListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:555:18 - error TS1005: ',' expected.
555 event: "upgrade",
~
node_modules/@types/node/http.d.ts:556:21 - error TS1005: ',' expected.
556 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:556:96 - error TS1109: Expression expected.
556 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:557:10 - error TS1005: ';' expected.
557 ): this;
~
node_modules/@types/node/http.d.ts:1633:47 - error TS1005: ',' expected.
1633 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:1633:71 - error TS1109: Expression expected.
1633 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:1634:5 - error TS1109: Expression expected.
1634 >(requestListener?: RequestListener<Request, Response>): Server<Request, Response>;
~
node_modules/@types/node/http.d.ts:1634:23 - error TS1109: Expression expected.
1634 >(requestListener?: RequestListener<Request, Response>): Server<Request, Response>;
~
node_modules/@types/node/http.d.ts:1634:59 - error TS1005: '(' expected.
1634 >(requestListener?: RequestListener<Request, Response>): Server<Request, Response>;
~
node_modules/@types/node/http.d.ts:1634:60 - error TS1005: ')' expected.
1634 >(requestListener?: RequestListener<Request, Response>): Server<Request, Response>;
~
node_modules/@types/node/http.d.ts:1634:87 - error TS1005: '(' expected.
1634 >(requestListener?: RequestListener<Request, Response>): Server<Request, Response>;
~
node_modules/@types/node/http.d.ts:1637:47 - error TS1005: ',' expected.
1637 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:1637:71 - error TS1109: Expression expected.
1637 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:1638:5 - error TS1109: Expression expected.
1638 >(
~
node_modules/@types/node/http.d.ts:1639:16 - error TS1005: ')' expected.
1639 options: ServerOptions<Request, Response>,
~
node_modules/@types/node/http.d.ts:1639:50 - error TS1109: Expression expected.
1639 options: ServerOptions<Request, Response>,
~
node_modules/@types/node/http.d.ts:1640:25 - error TS1109: Expression expected.
1640 requestListener?: RequestListener<Request, Response>,
~
node_modules/@types/node/http.d.ts:1640:61 - error TS1109: Expression expected.
1640 requestListener?: RequestListener<Request, Response>,
~
node_modules/@types/node/http.d.ts:1641:5 - error TS1109: Expression expected.
1641 ): Server<Request, Response>;
~
node_modules/@types/node/http.d.ts:1641:6 - error TS1128: Declaration or statement expected.
1641 ): Server<Request, Response>;
~
node_modules/@types/node/http.d.ts:1641:33 - error TS1005: '(' expected.
1641 ): Server<Request, Response>;
~
node_modules/@types/node/http2.d.ts:1057:52 - error TS1005: ',' expected.
1057 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1057:81 - error TS1109: Expression expected.
1057 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1058:22 - error TS1005: ';' expected.
1058 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~~~~~~~
node_modules/@types/node/http2.d.ts:1058:56 - error TS1005: ';' expected.
1058 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~
node_modules/@types/node/http2.d.ts:1059:23 - error TS1005: ';' expected.
1059 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~~~~~~~
node_modules/@types/node/http2.d.ts:1059:86 - error TS1109: Expression expected.
1059 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~
node_modules/@types/node/http2.d.ts:1060:5 - error TS1109: Expression expected.
1060 > extends Http2Session {
~
node_modules/@types/node/http2.d.ts:1060:7 - error TS1109: Expression expected.
1060 > extends Http2Session {
~~~~~~~
node_modules/@types/node/http2.d.ts:1060:15 - error TS1434: Unexpected keyword or identifier.
1060 > extends Http2Session {
~~~~~~~~~~~~
node_modules/@types/node/http2.d.ts:1061:9 - error TS1128: Declaration or statement expected.
1061 readonly server:
~~~~~~~~
node_modules/@types/node/http2.d.ts:1062:13 - error TS1109: Expression expected.
1062 | Http2Server<Http1Request, Http1Response, Http2Request, Http2Response>
~
node_modules/@types/node/http2.d.ts:1063:13 - error TS1005: '(' expected.
1063 | Http2SecureServer<Http1Request, Http1Response, Http2Request, Http2Response>;
~
node_modules/@types/node/http2.d.ts:1063:90 - error TS1005: '(' expected.
1063 | Http2SecureServer<Http1Request, Http1Response, Http2Request, Http2Response>;
~
node_modules/@types/node/http2.d.ts:1102:19 - error TS1005: ',' expected.
1102 altsvc(alt: string, originOrStream: number | string | url.URL | AlternativeServiceOptions): void;
~
node_modules/@types/node/http2.d.ts:1102:43 - error TS1005: ',' expected.
1102 altsvc(alt: string, originOrStream: number | string | url.URL | AlternativeServiceOptions): void;
~
node_modules/@types/node/http2.d.ts:1102:99 - error TS1005: ';' expected.
1102 altsvc(alt: string, originOrStream: number | string | url.URL | AlternativeServiceOptions): void;
~
node_modules/@types/node/http2.d.ts:1102:105 - error TS1109: Expression expected.
1102 altsvc(alt: string, originOrStream: number | string | url.URL | AlternativeServiceOptions): void;
~
node_modules/@types/node/http2.d.ts:1148:23 - error TS1005: ',' expected.
1148 ...origins: Array<
~
node_modules/@types/node/http2.d.ts:1155:9 - error TS1005: '(' expected.
1155 ): void;
~
node_modules/@types/node/http2.d.ts:1155:10 - error TS1005: ',' expected.
1155 ): void;
~
node_modules/@types/node/http2.d.ts:1155:16 - error TS1109: Expression expected.
1155 ): void;
~
node_modules/@types/node/http2.d.ts:1157:18 - error TS1005: ',' expected.
1157 event: "connect",
~
node_modules/@types/node/http2.d.ts:1158:21 - error TS1005: ',' expected.
1158 listener: (
~
node_modules/@types/node/http2.d.ts:1161:22 - error TS1109: Expression expected.
1161 ) => void,
~
node_modules/@types/node/http2.d.ts:1162:10 - error TS1005: ';' expected.
1162 ): this;
~
node_modules/@types/node/http2.d.ts:1164:18 - error TS1005: ',' expected.
1164 event: "stream",
~
node_modules/@types/node/http2.d.ts:1165:21 - error TS1005: ',' expected.
1165 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1165:103 - error TS1109: Expression expected.
1165 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1166:10 - error TS1005: ';' expected.
1166 ): this;
~
node_modules/@types/node/http2.d.ts:1167:26 - error TS1005: ',' expected.
1167 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1167:53 - error TS1005: ',' expected.
1167 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1167:79 - error TS1109: Expression expected.
1167 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1167:80 - error TS1005: ';' expected.
1167 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1169:18 - error TS1005: ',' expected.
1169 event: "connect",
~
node_modules/@types/node/http2.d.ts:1170:20 - error TS1005: ',' expected.
1170 session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,
~
node_modules/@types/node/http2.d.ts:1170:98 - error TS1109: Expression expected.
1170 session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,
~
node_modules/@types/node/http2.d.ts:1171:19 - error TS1005: ',' expected.
1171 socket: net.Socket | tls.TLSSocket,
~
node_modules/@types/node/http2.d.ts:1172:10 - error TS1005: ';' expected.
1172 ): boolean;
~
node_modules/@types/node/http2.d.ts:1173:19 - error TS1005: ',' expected.
1173 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1173:37 - error TS1005: ',' expected.
1173 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1173:65 - error TS1005: ',' expected.
1173 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1173:93 - error TS1005: ',' expected.
1173 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1173:102 - error TS1005: ';' expected.
1173 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1174:19 - error TS1005: ',' expected.
1174 emit(event: string | symbol, ...args: any[]): boolean;
~
node_modules/@types/node/http2.d.ts:1174:45 - error TS1005: ',' expected.
1174 emit(event: string | symbol, ...args: any[]): boolean;
~
node_modules/@types/node/http2.d.ts:1174:51 - error TS1011: An element access expression should take an argument.
1174 emit(event: string | symbol, ...args: any[]): boolean;
node_modules/@types/node/http2.d.ts:1174:53 - error TS1005: ';' expected.
1174 emit(event: string | symbol, ...args: any[]): boolean;
~
node_modules/@types/node/http2.d.ts:1176:18 - error TS1005: ',' expected.
1176 event: "connect",
~
node_modules/@types/node/http2.d.ts:1177:21 - error TS1005: ',' expected.
1177 listener: (
~
node_modules/@types/node/http2.d.ts:1180:22 - error TS1109: Expression expected.
1180 ) => void,
~
node_modules/@types/node/http2.d.ts:1181:10 - error TS1005: ';' expected.
1181 ): this;
~
node_modules/@types/node/http2.d.ts:1183:18 - error TS1005: ',' expected.
1183 event: "stream",
~
node_modules/@types/node/http2.d.ts:1184:21 - error TS1005: ',' expected.
1184 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1184:103 - error TS1109: Expression expected.
1184 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1185:10 - error TS1005: ';' expected.
1185 ): this;
~
node_modules/@types/node/http2.d.ts:1186:17 - error TS1005: ',' expected.
1186 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1186:44 - error TS1005: ',' expected.
1186 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1186:70 - error TS1109: Expression expected.
1186 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1186:71 - error TS1005: ';' expected.
1186 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1188:18 - error TS1005: ',' expected.
1188 event: "connect",
~
node_modules/@types/node/http2.d.ts:1189:21 - error TS1005: ',' expected.
1189 listener: (
~
node_modules/@types/node/http2.d.ts:1192:22 - error TS1109: Expression expected.
1192 ) => void,
~
node_modules/@types/node/http2.d.ts:1193:10 - error TS1005: ';' expected.
1193 ): this;
~
node_modules/@types/node/http2.d.ts:1195:18 - error TS1005: ',' expected.
1195 event: "stream",
~
node_modules/@types/node/http2.d.ts:1196:21 - error TS1005: ',' expected.
1196 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1196:103 - error TS1109: Expression expected.
1196 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1197:10 - error TS1005: ';' expected.
1197 ): this;
~
node_modules/@types/node/http2.d.ts:1198:19 - error TS1005: ',' expected.
1198 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1198:46 - error TS1005: ',' expected.
1198 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1198:72 - error TS1109: Expression expected.
1198 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1198:73 - error TS1005: ';' expected.
1198 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1200:18 - error TS1005: ',' expected.
1200 event: "connect",
~
node_modules/@types/node/http2.d.ts:1201:21 - error TS1005: ',' expected.
1201 listener: (
~
node_modules/@types/node/http2.d.ts:1204:22 - error TS1109: Expression expected.
1204 ) => void,
~
node_modules/@types/node/http2.d.ts:1205:10 - error TS1005: ';' expected.
1205 ): this;
~
node_modules/@types/node/http2.d.ts:1207:18 - error TS1005: ',' expected.
1207 event: "stream",
~
node_modules/@types/node/http2.d.ts:1208:21 - error TS1005: ',' expected.
1208 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1208:103 - error TS1109: Expression expected.
1208 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1209:10 - error TS1005: ';' expected.
1209 ): this;
~
node_modules/@types/node/http2.d.ts:1210:30 - error TS1005: ',' expected.
1210 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1210:57 - error TS1005: ',' expected.
1210 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1210:83 - error TS1109: Expression expected.
1210 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1210:84 - error TS1005: ';' expected.
1210 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1212:18 - error TS1005: ',' expected.
1212 event: "connect",
~
node_modules/@types/node/http2.d.ts:1213:21 - error TS1005: ',' expected.
1213 listener: (
~
node_modules/@types/node/http2.d.ts:1216:22 - error TS1109: Expression expected.
1216 ) => void,
~
node_modules/@types/node/http2.d.ts:1217:10 - error TS1005: ';' expected.
1217 ): this;
~
node_modules/@types/node/http2.d.ts:1219:18 - error TS1005: ',' expected.
1219 event: "stream",
~
node_modules/@types/node/http2.d.ts:1220:21 - error TS1005: ',' expected.
1220 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1220:103 - error TS1109: Expression expected.
1220 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1221:10 - error TS1005: ';' expected.
1221 ): this;
~
node_modules/@types/node/http2.d.ts:1222:34 - error TS1005: ',' expected.
1222 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1222:61 - error TS1005: ',' expected.
1222 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1222:87 - error TS1109: Expression expected.
1222 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1222:88 - error TS1005: ';' expected.
1222 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1313:52 - error TS1005: ',' expected.
1313 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1313:81 - error TS1109: Expression expected.
1313 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1314:22 - error TS1005: ';' expected.
1314 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~~~~~~~
node_modules/@types/node/http2.d.ts:1314:56 - error TS1005: ';' expected.
1314 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~
node_modules/@types/node/http2.d.ts:1315:23 - error TS1005: ';' expected.
1315 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~~~~~~~
node_modules/@types/node/http2.d.ts:1315:86 - error TS1109: Expression expected.
1315 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~
node_modules/@types/node/http2.d.ts:1316:5 - error TS1109: Expression expected.
1316 > extends SessionOptions {
~
node_modules/@types/node/http2.d.ts:1316:7 - error TS1109: Expression expected.
1316 > extends SessionOptions {
~~~~~~~
node_modules/@types/node/http2.d.ts:1316:15 - error TS1434: Unexpected keyword or identifier.
1316 > extends SessionOptions {
~~~~~~~~~~~~~~
node_modules/@types/node/http2.d.ts:1317:30 - error TS1109: Expression expected.
1317 Http1IncomingMessage?: Http1Request | undefined;
~
node_modules/@types/node/http2.d.ts:1318:29 - error TS1109: Expression expected.
1318 Http1ServerResponse?: Http1Response | undefined;
~
node_modules/@types/node/http2.d.ts:1319:28 - error TS1109: Expression expected.
1319 Http2ServerRequest?: Http2Request | undefined;
~
node_modules/@types/node/http2.d.ts:1320:29 - error TS1109: Expression expected.
1320 Http2ServerResponse?: Http2Response | undefined;
~
node_modules/@types/node/http2.d.ts:1325:52 - error TS1005: ',' expected.
1325 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1325:81 - error TS1109: Expression expected.
1325 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1326:22 - error TS1005: ';' expected.
1326 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~~~~~~~
node_modules/@types/node/http2.d.ts:1326:56 - error TS1005: ';' expected.
1326 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~
node_modules/@types/node/http2.d.ts:1327:23 - error TS1005: ';' expected.
1327 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~~~~~~~
node_modules/@types/node/http2.d.ts:1327:86 - error TS1109: Expression expected.
1327 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~
node_modules/@types/node/http2.d.ts:1328:5 - error TS1109: Expression expected.
1328 > extends ServerSessionOptions<Http1Request, Http1Response, Http2Request, Http2Response>, tls.TlsOptions {}
~
node_modules/@types/node/http2.d.ts:1328:7 - error TS1109: Expression expected.
1328 > extends ServerSessionOptions<Http1Request, Http1Response, Http2Request, Http2Response>, tls.TlsOptions {}
~~~~~~~
node_modules/@types/node/http2.d.ts:1328:93 - error TS1109: Expression expected.
1328 > extends ServerSessionOptions<Http1Request, Http1Response, Http2Request, Http2Response>, tls.TlsOptions {}
~
node_modules/@types/node/http2.d.ts:1328:110 - error TS1005: ';' expected.
1328 > extends ServerSessionOptions<Http1Request, Http1Response, Http2Request, Http2Response>, tls.TlsOptions {}
~
node_modules/@types/node/http2.d.ts:1331:52 - error TS1005: ',' expected.
1331 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1331:81 - error TS1109: Expression expected.
1331 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1332:22 - error TS1005: ';' expected.
1332 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~~~~~~~
node_modules/@types/node/http2.d.ts:1332:56 - error TS1005: ';' expected.
1332 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~
node_modules/@types/node/http2.d.ts:1333:23 - error TS1005: ';' expected.
1333 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~~~~~~~
node_modules/@types/node/http2.d.ts:1333:86 - error TS1109: Expression expected.
1333 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~
node_modules/@types/node/http2.d.ts:1334:5 - error TS1109: Expression expected.
1334 > extends ServerSessionOptions<Http1Request, Http1Response, Http2Request, Http2Response> {}
~
node_modules/@types/node/http2.d.ts:1334:7 - error TS1109: Expression expected.
1334 > extends ServerSessionOptions<Http1Request, Http1Response, Http2Request, Http2Response> {}
~~~~~~~
node_modules/@types/node/http2.d.ts:1337:52 - error TS1005: ',' expected.
1337 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1337:81 - error TS1109: Expression expected.
1337 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1338:22 - error TS1005: ';' expected.
1338 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~~~~~~~
node_modules/@types/node/http2.d.ts:1338:56 - error TS1005: ';' expected.
1338 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~
node_modules/@types/node/http2.d.ts:1339:23 - error TS1005: ';' expected.
1339 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~~~~~~~
node_modules/@types/node/http2.d.ts:1339:86 - error TS1109: Expression expected.
1339 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~
node_modules/@types/node/http2.d.ts:1340:5 - error TS1109: Expression expected.
1340 > extends SecureServerSessionOptions<Http1Request, Http1Response, Http2Request, Http2Response> {
~
node_modules/@types/node/http2.d.ts:1340:7 - error TS1109: Expression expected.
1340 > extends SecureServerSessionOptions<Http1Request, Http1Response, Http2Request, Http2Response> {
~~~~~~~
node_modules/@types/node/http2.d.ts:1341:41 - error TS1005: ',' expected.
1341 allowHTTP1?: boolean | undefined;
~
node_modules/@types/node/http2.d.ts:1342:26 - error TS1011: An element access expression should take an argument.
1342 origins?: string[] | undefined;
node_modules/@types/node/http2.d.ts:1342:39 - error TS1005: ',' expected.
1342 origins?: string[] | undefined;
~
node_modules/@types/node/http2.d.ts:1354:52 - error TS1005: ',' expected.
1354 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1354:81 - error TS1109: Expression expected.
1354 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1355:22 - error TS1005: ';' expected.
1355 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~~~~~~~
node_modules/@types/node/http2.d.ts:1355:56 - error TS1005: ';' expected.
1355 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~
node_modules/@types/node/http2.d.ts:1356:23 - error TS1005: ';' expected.
1356 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~~~~~~~
node_modules/@types/node/http2.d.ts:1356:86 - error TS1109: Expression expected.
1356 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~
node_modules/@types/node/http2.d.ts:1357:5 - error TS1109: Expression expected.
1357 > extends net.Server, HTTP2ServerCommon {
~
node_modules/@types/node/http2.d.ts:1357:7 - error TS1109: Expression expected.
1357 > extends net.Server, HTTP2ServerCommon {
~~~~~~~
node_modules/@types/node/http2.d.ts:1357:45 - error TS1005: ';' expected.
1357 > extends net.Server, HTTP2ServerCommon {
~
node_modules/@types/node/http2.d.ts:1359:18 - error TS1005: ',' expected.
1359 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1360:21 - error TS1005: ',' expected.
1360 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1360:107 - error TS1109: Expression expected.
1360 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1361:10 - error TS1005: ';' expected.
1361 ): this;
~
node_modules/@types/node/http2.d.ts:1363:18 - error TS1005: ',' expected.
1363 event: "request",
~
node_modules/@types/node/http2.d.ts:1364:21 - error TS1005: ',' expected.
1364 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1364:107 - error TS1109: Expression expected.
1364 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1365:10 - error TS1005: ';' expected.
1365 ): this;
~
node_modules/@types/node/http2.d.ts:1367:18 - error TS1005: ',' expected.
1367 event: "session",
~
node_modules/@types/node/http2.d.ts:1368:21 - error TS1005: ',' expected.
1368 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1368:118 - error TS1109: Expression expected.
1368 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1369:10 - error TS1005: ';' expected.
1369 ): this;
~
node_modules/@types/node/http2.d.ts:1370:26 - error TS1005: ',' expected.
1370 addListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1370:52 - error TS1005: ',' expected.
1370 addListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1370:74 - error TS1109: Expression expected.
1370 addListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1370:75 - error TS1005: ';' expected.
1370 addListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1372:18 - error TS1005: ',' expected.
1372 event: "stream",
~
node_modules/@types/node/http2.d.ts:1373:21 - error TS1005: ',' expected.
1373 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1373:103 - error TS1109: Expression expected.
1373 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1374:10 - error TS1005: ';' expected.
1374 ): this;
~
node_modules/@types/node/http2.d.ts:1375:26 - error TS1005: ',' expected.
1375 addListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1375:47 - error TS1005: ',' expected.
1375 addListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1375:59 - error TS1109: Expression expected.
1375 addListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1375:60 - error TS1005: ';' expected.
1375 addListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1376:26 - error TS1005: ',' expected.
1376 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1376:53 - error TS1005: ',' expected.
1376 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1376:79 - error TS1109: Expression expected.
1376 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1376:80 - error TS1005: ';' expected.
1376 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1378:18 - error TS1005: ',' expected.
1378 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1379:20 - error TS1005: ',' expected.
1379 request: InstanceType<Http2Request>,
~
node_modules/@types/node/http2.d.ts:1379:48 - error TS1109: Expression expected.
1379 request: InstanceType<Http2Request>,
~
node_modules/@types/node/http2.d.ts:1380:21 - error TS1005: ',' expected.
1380 response: InstanceType<Http2Response>,
~
node_modules/@types/node/http2.d.ts:1380:50 - error TS1109: Expression expected.
1380 response: InstanceType<Http2Response>,
~
node_modules/@types/node/http2.d.ts:1381:10 - error TS1005: ';' expected.
1381 ): boolean;
~
node_modules/@types/node/http2.d.ts:1382:19 - error TS1005: ',' expected.
1382 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1382:39 - error TS1005: ',' expected.
1382 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1382:67 - error TS1109: Expression expected.
1382 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1382:77 - error TS1005: ',' expected.
1382 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1382:106 - error TS1005: '(' expected.
1382 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1382:107 - error TS1005: ',' expected.
1382 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1382:116 - error TS1005: ')' expected.
1382 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1384:18 - error TS1005: ',' expected.
1384 event: "session",
~
node_modules/@types/node/http2.d.ts:1385:20 - error TS1005: ',' expected.
1385 session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,
~
node_modules/@types/node/http2.d.ts:1385:98 - error TS1109: Expression expected.
1385 session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,
~
node_modules/@types/node/http2.d.ts:1386:10 - error TS1005: ';' expected.
1386 ): boolean;
~
node_modules/@types/node/http2.d.ts:1387:19 - error TS1005: ',' expected.
1387 emit(event: "sessionError", err: Error): boolean;
~
node_modules/@types/node/http2.d.ts:1387:40 - error TS1005: ',' expected.
1387 emit(event: "sessionError", err: Error): boolean;
~
node_modules/@types/node/http2.d.ts:1387:48 - error TS1005: ';' expected.
1387 emit(event: "sessionError", err: Error): boolean;
~
node_modules/@types/node/http2.d.ts:1388:19 - error TS1005: ',' expected.
1388 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1388:37 - error TS1005: ',' expected.
1388 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1388:65 - error TS1005: ',' expected.
1388 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1388:93 - error TS1005: ',' expected.
1388 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1388:102 - error TS1005: ';' expected.
1388 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1389:19 - error TS1005: ',' expected.
1389 emit(event: "timeout"): boolean;
~
node_modules/@types/node/http2.d.ts:1389:31 - error TS1005: ';' expected.
1389 emit(event: "timeout"): boolean;
~
node_modules/@types/node/http2.d.ts:1390:19 - error TS1005: ',' expected.
1390 emit(event: string | symbol, ...args: any[]): boolean;
~
node_modules/@types/node/http2.d.ts:1390:45 - error TS1005: ',' expected.
1390 emit(event: string | symbol, ...args: any[]): boolean;
~
node_modules/@types/node/http2.d.ts:1390:51 - error TS1011: An element access expression should take an argument.
1390 emit(event: string | symbol, ...args: any[]): boolean;
node_modules/@types/node/http2.d.ts:1390:53 - error TS1005: ';' expected.
1390 emit(event: string | symbol, ...args: any[]): boolean;
~
node_modules/@types/node/http2.d.ts:1392:18 - error TS1005: ',' expected.
1392 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1393:21 - error TS1005: ',' expected.
1393 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1393:107 - error TS1109: Expression expected.
1393 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1394:10 - error TS1005: ';' expected.
1394 ): this;
~
node_modules/@types/node/http2.d.ts:1396:18 - error TS1005: ',' expected.
1396 event: "request",
~
node_modules/@types/node/http2.d.ts:1397:21 - error TS1005: ',' expected.
1397 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1397:107 - error TS1109: Expression expected.
1397 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1398:10 - error TS1005: ';' expected.
1398 ): this;
~
node_modules/@types/node/http2.d.ts:1400:18 - error TS1005: ',' expected.
1400 event: "session",
~
node_modules/@types/node/http2.d.ts:1401:21 - error TS1005: ',' expected.
1401 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1401:118 - error TS1109: Expression expected.
1401 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1402:10 - error TS1005: ';' expected.
1402 ): this;
~
node_modules/@types/node/http2.d.ts:1403:17 - error TS1005: ',' expected.
1403 on(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1403:43 - error TS1005: ',' expected.
1403 on(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1403:65 - error TS1109: Expression expected.
1403 on(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1403:66 - error TS1005: ';' expected.
1403 on(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1405:18 - error TS1005: ',' expected.
1405 event: "stream",
~
node_modules/@types/node/http2.d.ts:1406:21 - error TS1005: ',' expected.
1406 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1406:103 - error TS1109: Expression expected.
1406 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1407:10 - error TS1005: ';' expected.
1407 ): this;
~
node_modules/@types/node/http2.d.ts:1408:17 - error TS1005: ',' expected.
1408 on(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1408:38 - error TS1005: ',' expected.
1408 on(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1408:50 - error TS1109: Expression expected.
1408 on(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1408:51 - error TS1005: ';' expected.
1408 on(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1409:17 - error TS1005: ',' expected.
1409 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1409:44 - error TS1005: ',' expected.
1409 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1409:70 - error TS1109: Expression expected.
1409 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1409:71 - error TS1005: ';' expected.
1409 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1411:18 - error TS1005: ',' expected.
1411 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1412:21 - error TS1005: ',' expected.
1412 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1412:107 - error TS1109: Expression expected.
1412 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1413:10 - error TS1005: ';' expected.
1413 ): this;
~
node_modules/@types/node/http2.d.ts:1415:18 - error TS1005: ',' expected.
1415 event: "request",
~
node_modules/@types/node/http2.d.ts:1416:21 - error TS1005: ',' expected.
1416 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1416:107 - error TS1109: Expression expected.
1416 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1417:10 - error TS1005: ';' expected.
1417 ): this;
~
node_modules/@types/node/http2.d.ts:1419:18 - error TS1005: ',' expected.
1419 event: "session",
~
node_modules/@types/node/http2.d.ts:1420:21 - error TS1005: ',' expected.
1420 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1420:118 - error TS1109: Expression expected.
1420 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1421:10 - error TS1005: ';' expected.
1421 ): this;
~
node_modules/@types/node/http2.d.ts:1422:19 - error TS1005: ',' expected.
1422 once(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1422:45 - error TS1005: ',' expected.
1422 once(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1422:67 - error TS1109: Expression expected.
1422 once(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1422:68 - error TS1005: ';' expected.
1422 once(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1424:18 - error TS1005: ',' expected.
1424 event: "stream",
~
node_modules/@types/node/http2.d.ts:1425:21 - error TS1005: ',' expected.
1425 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1425:103 - error TS1109: Expression expected.
1425 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1426:10 - error TS1005: ';' expected.
1426 ): this;
~
node_modules/@types/node/http2.d.ts:1427:19 - error TS1005: ',' expected.
1427 once(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1427:40 - error TS1005: ',' expected.
1427 once(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1427:52 - error TS1109: Expression expected.
1427 once(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1427:53 - error TS1005: ';' expected.
1427 once(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1428:19 - error TS1005: ',' expected.
1428 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1428:46 - error TS1005: ',' expected.
1428 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1428:72 - error TS1109: Expression expected.
1428 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1428:73 - error TS1005: ';' expected.
1428 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1430:18 - error TS1005: ',' expected.
1430 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1431:21 - error TS1005: ',' expected.
1431 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1431:107 - error TS1109: Expression expected.
1431 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1432:10 - error TS1005: ';' expected.
1432 ): this;
~
node_modules/@types/node/http2.d.ts:1434:18 - error TS1005: ',' expected.
1434 event: "request",
~
node_modules/@types/node/http2.d.ts:1435:21 - error TS1005: ',' expected.
1435 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1435:107 - error TS1109: Expression expected.
1435 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1436:10 - error TS1005: ';' expected.
1436 ): this;
~
node_modules/@types/node/http2.d.ts:1438:18 - error TS1005: ',' expected.
1438 event: "session",
~
node_modules/@types/node/http2.d.ts:1439:21 - error TS1005: ',' expected.
1439 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1439:118 - error TS1109: Expression expected.
1439 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1440:10 - error TS1005: ';' expected.
1440 ): this;
~
node_modules/@types/node/http2.d.ts:1441:30 - error TS1005: ',' expected.
1441 prependListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1441:56 - error TS1005: ',' expected.
1441 prependListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1441:78 - error TS1109: Expression expected.
1441 prependListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1441:79 - error TS1005: ';' expected.
1441 prependListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1443:18 - error TS1005: ',' expected.
1443 event: "stream",
~
node_modules/@types/node/http2.d.ts:1444:21 - error TS1005: ',' expected.
1444 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1444:103 - error TS1109: Expression expected.
1444 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1445:10 - error TS1005: ';' expected.
1445 ): this;
~
node_modules/@types/node/http2.d.ts:1446:30 - error TS1005: ',' expected.
1446 prependListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1446:51 - error TS1005: ',' expected.
1446 prependListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1446:63 - error TS1109: Expression expected.
1446 prependListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1446:64 - error TS1005: ';' expected.
1446 prependListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1447:30 - error TS1005: ',' expected.
1447 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1447:57 - error TS1005: ',' expected.
1447 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1447:83 - error TS1109: Expression expected.
1447 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1447:84 - error TS1005: ';' expected.
1447 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1449:18 - error TS1005: ',' expected.
1449 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1450:21 - error TS1005: ',' expected.
1450 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1450:107 - error TS1109: Expression expected.
1450 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1451:10 - error TS1005: ';' expected.
1451 ): this;
~
node_modules/@types/node/http2.d.ts:1453:18 - error TS1005: ',' expected.
1453 event: "request",
~
node_modules/@types/node/http2.d.ts:1454:21 - error TS1005: ',' expected.
1454 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1454:107 - error TS1109: Expression expected.
1454 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1455:10 - error TS1005: ';' expected.
1455 ): this;
~
node_modules/@types/node/http2.d.ts:1457:18 - error TS1005: ',' expected.
1457 event: "session",
~
node_modules/@types/node/http2.d.ts:1458:21 - error TS1005: ',' expected.
1458 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1458:118 - error TS1109: Expression expected.
1458 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1459:10 - error TS1005: ';' expected.
1459 ): this;
~
node_modules/@types/node/http2.d.ts:1460:34 - error TS1005: ',' expected.
1460 prependOnceListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1460:60 - error TS1005: ',' expected.
1460 prependOnceListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1460:82 - error TS1109: Expression expected.
1460 prependOnceListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1460:83 - error TS1005: ';' expected.
1460 prependOnceListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1462:18 - error TS1005: ',' expected.
1462 event: "stream",
~
node_modules/@types/node/http2.d.ts:1463:21 - error TS1005: ',' expected.
1463 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1463:103 - error TS1109: Expression expected.
1463 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1464:10 - error TS1005: ';' expected.
1464 ): this;
~
node_modules/@types/node/http2.d.ts:1465:34 - error TS1005: ',' expected.
1465 prependOnceListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1465:55 - error TS1005: ',' expected.
1465 prependOnceListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1465:67 - error TS1109: Expression expected.
1465 prependOnceListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1465:68 - error TS1005: ';' expected.
1465 prependOnceListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1466:34 - error TS1005: ',' expected.
1466 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1466:61 - error TS1005: ',' expected.
1466 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1466:87 - error TS1109: Expression expected.
1466 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1466:88 - error TS1005: ';' expected.
1466 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1470:52 - error TS1005: ',' expected.
1470 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1470:81 - error TS1109: Expression expected.
1470 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1471:22 - error TS1005: ';' expected.
1471 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~~~~~~~
node_modules/@types/node/http2.d.ts:1471:56 - error TS1005: ';' expected.
1471 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~
node_modules/@types/node/http2.d.ts:1472:23 - error TS1005: ';' expected.
1472 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~~~~~~~
node_modules/@types/node/http2.d.ts:1472:86 - error TS1109: Expression expected.
1472 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~
node_modules/@types/node/http2.d.ts:1473:5 - error TS1109: Expression expected.
1473 > extends tls.Server, HTTP2ServerCommon {
~
node_modules/@types/node/http2.d.ts:1473:7 - error TS1109: Expression expected.
1473 > extends tls.Server, HTTP2ServerCommon {
~~~~~~~
node_modules/@types/node/http2.d.ts:1473:45 - error TS1005: ';' expected.
1473 > extends tls.Server, HTTP2ServerCommon {
~
node_modules/@types/node/http2.d.ts:1475:18 - error TS1005: ',' expected.
1475 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1476:21 - error TS1005: ',' expected.
1476 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1476:107 - error TS1109: Expression expected.
1476 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1477:10 - error TS1005: ';' expected.
1477 ): this;
~
node_modules/@types/node/http2.d.ts:1479:18 - error TS1005: ',' expected.
1479 event: "request",
~
node_modules/@types/node/http2.d.ts:1480:21 - error TS1005: ',' expected.
1480 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1480:107 - error TS1109: Expression expected.
1480 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1481:10 - error TS1005: ';' expected.
1481 ): this;
~
node_modules/@types/node/http2.d.ts:1483:18 - error TS1005: ',' expected.
1483 event: "session",
~
node_modules/@types/node/http2.d.ts:1484:21 - error TS1005: ',' expected.
1484 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1484:118 - error TS1109: Expression expected.
1484 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1485:10 - error TS1005: ';' expected.
1485 ): this;
~
node_modules/@types/node/http2.d.ts:1486:26 - error TS1005: ',' expected.
1486 addListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1486:52 - error TS1005: ',' expected.
1486 addListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1486:74 - error TS1109: Expression expected.
1486 addListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1486:75 - error TS1005: ';' expected.
1486 addListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1488:18 - error TS1005: ',' expected.
1488 event: "stream",
~
node_modules/@types/node/http2.d.ts:1489:21 - error TS1005: ',' expected.
1489 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1489:103 - error TS1109: Expression expected.
1489 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1490:10 - error TS1005: ';' expected.
1490 ): this;
~
node_modules/@types/node/http2.d.ts:1491:26 - error TS1005: ',' expected.
1491 addListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1491:47 - error TS1005: ',' expected.
1491 addListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1491:59 - error TS1109: Expression expected.
1491 addListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1491:60 - error TS1005: ';' expected.
1491 addListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1492:26 - error TS1005: ',' expected.
1492 addListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1492:55 - error TS1005: ',' expected.
1492 addListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1492:88 - error TS1109: Expression expected.
1492 addListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1492:89 - error TS1005: ';' expected.
1492 addListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1493:26 - error TS1005: ',' expected.
1493 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1493:53 - error TS1005: ',' expected.
1493 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1493:79 - error TS1109: Expression expected.
1493 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1493:80 - error TS1005: ';' expected.
1493 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1495:18 - error TS1005: ',' expected.
1495 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1496:20 - error TS1005: ',' expected.
1496 request: InstanceType<Http2Request>,
~
node_modules/@types/node/http2.d.ts:1496:48 - error TS1109: Expression expected.
1496 request: InstanceType<Http2Request>,
~
node_modules/@types/node/http2.d.ts:1497:21 - error TS1005: ',' expected.
1497 response: InstanceType<Http2Response>,
~
node_modules/@types/node/http2.d.ts:1497:50 - error TS1109: Expression expected.
1497 response: InstanceType<Http2Response>,
~
node_modules/@types/node/http2.d.ts:1498:10 - error TS1005: ';' expected.
1498 ): boolean;
~
node_modules/@types/node/http2.d.ts:1499:19 - error TS1005: ',' expected.
1499 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1499:39 - error TS1005: ',' expected.
1499 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1499:67 - error TS1109: Expression expected.
1499 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1499:77 - error TS1005: ',' expected.
1499 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1499:106 - error TS1005: '(' expected.
1499 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1499:107 - error TS1005: ',' expected.
1499 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1499:116 - error TS1005: ')' expected.
1499 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1501:18 - error TS1005: ',' expected.
1501 event: "session",
~
node_modules/@types/node/http2.d.ts:1502:20 - error TS1005: ',' expected.
1502 session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,
~
node_modules/@types/node/http2.d.ts:1502:98 - error TS1109: Expression expected.
1502 session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,
~
node_modules/@types/node/http2.d.ts:1503:10 - error TS1005: ';' expected.
1503 ): boolean;
~
node_modules/@types/node/http2.d.ts:1504:19 - error TS1005: ',' expected.
1504 emit(event: "sessionError", err: Error): boolean;
~
node_modules/@types/node/http2.d.ts:1504:40 - error TS1005: ',' expected.
1504 emit(event: "sessionError", err: Error): boolean;
~
node_modules/@types/node/http2.d.ts:1504:48 - error TS1005: ';' expected.
1504 emit(event: "sessionError", err: Error): boolean;
~
node_modules/@types/node/http2.d.ts:1505:19 - error TS1005: ',' expected.
1505 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1505:37 - error TS1005: ',' expected.
1505 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1505:65 - error TS1005: ',' expected.
1505 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1505:93 - error TS1005: ',' expected.
1505 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1505:102 - error TS1005: ';' expected.
1505 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1506:19 - error TS1005: ',' expected.
1506 emit(event: "timeout"): boolean;
~
node_modules/@types/node/http2.d.ts:1506:31 - error TS1005: ';' expected.
1506 emit(event: "timeout"): boolean;
~
node_modules/@types/node/http2.d.ts:1507:19 - error TS1005: ',' expected.
1507 emit(event: "unknownProtocol", socket: tls.TLSSocket): boolean;
~
node_modules/@types/node/http2.d.ts:1507:46 - error TS1005: ',' expected.
1507 emit(event: "unknownProtocol", socket: tls.TLSSocket): boolean;
~
node_modules/@types/node/http2.d.ts:1507:62 - error TS1005: ';' expected.
1507 emit(event: "unknownProtocol", socket: tls.TLSSocket): boolean;
~
node_modules/@types/node/http2.d.ts:1508:19 - error TS1005: ',' expected.
1508 emit(event: string | symbol, ...args: any[]): boolean;
~
node_modules/@types/node/http2.d.ts:1508:45 - error TS1005: ',' expected.
1508 emit(event: string | symbol, ...args: any[]): boolean;
~
node_modules/@types/node/http2.d.ts:1508:51 - error TS1011: An element access expression should take an argument.
1508 emit(event: string | symbol, ...args: any[]): boolean;
node_modules/@types/node/http2.d.ts:1508:53 - error TS1005: ';' expected.
1508 emit(event: string | symbol, ...args: any[]): boolean;
~
node_modules/@types/node/http2.d.ts:1510:18 - error TS1005: ',' expected.
1510 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1511:21 - error TS1005: ',' expected.
1511 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1511:107 - error TS1109: Expression expected.
1511 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1512:10 - error TS1005: ';' expected.
1512 ): this;
~
node_modules/@types/node/http2.d.ts:1514:18 - error TS1005: ',' expected.
1514 event: "request",
~
node_modules/@types/node/http2.d.ts:1515:21 - error TS1005: ',' expected.
1515 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1515:107 - error TS1109: Expression expected.
1515 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1516:10 - error TS1005: ';' expected.
1516 ): this;
~
node_modules/@types/node/http2.d.ts:1518:18 - error TS1005: ',' expected.
1518 event: "session",
~
node_modules/@types/node/http2.d.ts:1519:21 - error TS1005: ',' expected.
1519 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1519:118 - error TS1109: Expression expected.
1519 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1520:10 - error TS1005: ';' expected.
1520 ): this;
~
node_modules/@types/node/http2.d.ts:1521:17 - error TS1005: ',' expected.
1521 on(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1521:43 - error TS1005: ',' expected.
1521 on(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1521:65 - error TS1109: Expression expected.
1521 on(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1521:66 - error TS1005: ';' expected.
1521 on(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1523:18 - error TS1005: ',' expected.
1523 event: "stream",
~
node_modules/@types/node/http2.d.ts:1524:21 - error TS1005: ',' expected.
1524 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1524:103 - error TS1109: Expression expected.
1524 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1525:10 - error TS1005: ';' expected.
1525 ): this;
~
node_modules/@types/node/http2.d.ts:1526:17 - error TS1005: ',' expected.
1526 on(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1526:38 - error TS1005: ',' expected.
1526 on(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1526:50 - error TS1109: Expression expected.
1526 on(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1526:51 - error TS1005: ';' expected.
1526 on(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1527:17 - error TS1005: ',' expected.
1527 on(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1527:46 - error TS1005: ',' expected.
1527 on(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1527:79 - error TS1109: Expression expected.
1527 on(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1527:80 - error TS1005: ';' expected.
1527 on(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1528:17 - error TS1005: ',' expected.
1528 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1528:44 - error TS1005: ',' expected.
1528 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1528:70 - error TS1109: Expression expected.
1528 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1528:71 - error TS1005: ';' expected.
1528 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1530:18 - error TS1005: ',' expected.
1530 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1531:21 - error TS1005: ',' expected.
1531 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1531:107 - error TS1109: Expression expected.
1531 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1532:10 - error TS1005: ';' expected.
1532 ): this;
~
node_modules/@types/node/http2.d.ts:1534:18 - error TS1005: ',' expected.
1534 event: "request",
~
node_modules/@types/node/http2.d.ts:1535:21 - error TS1005: ',' expected.
1535 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1535:107 - error TS1109: Expression expected.
1535 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1536:10 - error TS1005: ';' expected.
1536 ): this;
~
node_modules/@types/node/http2.d.ts:1538:18 - error TS1005: ',' expected.
1538 event: "session",
~
node_modules/@types/node/http2.d.ts:1539:21 - error TS1005: ',' expected.
1539 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1539:118 - error TS1109: Expression expected.
1539 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1540:10 - error TS1005: ';' expected.
1540 ): this;
~
node_modules/@types/node/http2.d.ts:1541:19 - error TS1005: ',' expected.
1541 once(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1541:45 - error TS1005: ',' expected.
1541 once(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1541:67 - error TS1109: Expression expected.
1541 once(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1541:68 - error TS1005: ';' expected.
1541 once(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1543:18 - error TS1005: ',' expected.
1543 event: "stream",
~
node_modules/@types/node/http2.d.ts:1544:21 - error TS1005: ',' expected.
1544 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1544:103 - error TS1109: Expression expected.
1544 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1545:10 - error TS1005: ';' expected.
1545 ): this;
~
node_modules/@types/node/http2.d.ts:1546:19 - error TS1005: ',' expected.
1546 once(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1546:40 - error TS1005: ',' expected.
1546 once(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1546:52 - error TS1109: Expression expected.
1546 once(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1546:53 - error TS1005: ';' expected.
1546 once(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1547:19 - error TS1005: ',' expected.
1547 once(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1547:48 - error TS1005: ',' expected.
1547 once(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1547:81 - error TS1109: Expression expected.
1547 once(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1547:82 - error TS1005: ';' expected.
1547 once(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1548:19 - error TS1005: ',' expected.
1548 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1548:46 - error TS1005: ',' expected.
1548 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1548:72 - error TS1109: Expression expected.
1548 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1548:73 - error TS1005: ';' expected.
1548 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1550:18 - error TS1005: ',' expected.
1550 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1551:21 - error TS1005: ',' expected.
1551 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1551:107 - error TS1109: Expression expected.
1551 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1552:10 - error TS1005: ';' expected.
1552 ): this;
~
node_modules/@types/node/http2.d.ts:1554:18 - error TS1005: ',' expected.
1554 event: "request",
~
node_modules/@types/node/http2.d.ts:1555:21 - error TS1005: ',' expected.
1555 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1555:107 - error TS1109: Expression expected.
1555 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1556:10 - error TS1005: ';' expected.
1556 ): this;
~
node_modules/@types/node/http2.d.ts:1558:18 - error TS1005: ',' expected.
1558 event: "session",
~
node_modules/@types/node/http2.d.ts:1559:21 - error TS1005: ',' expected.
1559 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1559:118 - error TS1109: Expression expected.
1559 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1560:10 - error TS1005: ';' expected.
1560 ): this;
~
node_modules/@types/node/http2.d.ts:1561:30 - error TS1005: ',' expected.
1561 prependListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1561:56 - error TS1005: ',' expected.
1561 prependListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1561:78 - error TS1109: Expression expected.
1561 prependListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1561:79 - error TS1005: ';' expected.
1561 prependListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1563:18 - error TS1005: ',' expected.
1563 event: "stream",
~
node_modules/@types/node/http2.d.ts:1564:21 - error TS1005: ',' expected.
1564 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1564:103 - error TS1109: Expression expected.
1564 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1565:10 - error TS1005: ';' expected.
1565 ): this;
~
node_modules/@types/node/http2.d.ts:1566:30 - error TS1005: ',' expected.
1566 prependListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1566:51 - error TS1005: ',' expected.
1566 prependListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1566:63 - error TS1109: Expression expected.
1566 prependListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1566:64 - error TS1005: ';' expected.
1566 prependListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1567:30 - error TS1005: ',' expected.
1567 prependListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1567:59 - error TS1005: ',' expected.
1567 prependListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1567:92 - error TS1109: Expression expected.
1567 prependListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1567:93 - error TS1005: ';' expected.
1567 prependListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1568:30 - error TS1005: ',' expected.
1568 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1568:57 - error TS1005: ',' expected.
1568 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1568:83 - error TS1109: Expression expected.
1568 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1568:84 - error TS1005: ';' expected.
1568 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1570:18 - error TS1005: ',' expected.
1570 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1571:21 - error TS1005: ',' expected.
1571 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1571:107 - error TS1109: Expression expected.
1571 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1572:10 - error TS1005: ';' expected.
1572 ): this;
~
node_modules/@types/node/http2.d.ts:1574:18 - error TS1005: ',' expected.
1574 event: "request",
~
node_modules/@types/node/http2.d.ts:1575:21 - error TS1005: ',' expected.
1575 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1575:107 - error TS1109: Expression expected.
1575 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1576:10 - error TS1005: ';' expected.
1576 ): this;
~
node_modules/@types/node/http2.d.ts:1578:18 - error TS1005: ',' expected.
1578 event: "session",
~
node_modules/@types/node/http2.d.ts:1579:21 - error TS1005: ',' expected.
1579 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1579:118 - error TS1109: Expression expected.
1579 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1580:10 - error TS1005: ';' expected.
1580 ): this;
~
node_modules/@types/node/http2.d.ts:1581:34 - error TS1005: ',' expected.
1581 prependOnceListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1581:60 - error TS1005: ',' expected.
1581 prependOnceListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1581:82 - error TS1109: Expression expected.
1581 prependOnceListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1581:83 - error TS1005: ';' expected.
1581 prependOnceListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1583:18 - error TS1005: ',' expected.
1583 event: "stream",
~
node_modules/@types/node/http2.d.ts:1584:21 - error TS1005: ',' expected.
1584 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1584:103 - error TS1109: Expression expected.
1584 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1585:10 - error TS1005: ';' expected.
1585 ): this;
~
node_modules/@types/node/http2.d.ts:1586:34 - error TS1005: ',' expected.
1586 prependOnceListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1586:55 - error TS1005: ',' expected.
1586 prependOnceListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1586:67 - error TS1109: Expression expected.
1586 prependOnceListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1586:68 - error TS1005: ';' expected.
1586 prependOnceListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1587:34 - error TS1005: ',' expected.
1587 prependOnceListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1587:63 - error TS1005: ',' expected.
1587 prependOnceListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1587:96 - error TS1109: Expression expected.
1587 prependOnceListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1587:97 - error TS1005: ';' expected.
1587 prependOnceListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1588:34 - error TS1005: ',' expected.
1588 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1588:61 - error TS1005: ',' expected.
1588 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1588:87 - error TS1109: Expression expected.
1588 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1588:88 - error TS1005: ';' expected.
1588 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:2505:52 - error TS1005: ',' expected.
2505 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:2505:81 - error TS1109: Expression expected.
2505 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:2506:22 - error TS1005: ';' expected.
2506 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~~~~~~~
node_modules/@types/node/http2.d.ts:2506:56 - error TS1005: ';' expected.
2506 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~
node_modules/@types/node/http2.d.ts:2507:23 - error TS1005: ';' expected.
2507 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~~~~~~~
node_modules/@types/node/http2.d.ts:2507:86 - error TS1109: Expression expected.
2507 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~
node_modules/@types/node/http2.d.ts:2508:5 - error TS1109: Expression expected.
2508 >(
~
node_modules/@types/node/http2.d.ts:2509:16 - error TS1005: ')' expected.
2509 options: ServerOptions<Http1Request, Http1Response, Http2Request, Http2Response>,
~
node_modules/@types/node/http2.d.ts:2509:89 - error TS1109: Expression expected.
2509 options: ServerOptions<Http1Request, Http1Response, Http2Request, Http2Response>,
~
node_modules/@types/node/http2.d.ts:2510:26 - error TS1109: Expression expected.
2510 onRequestHandler?: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:2510:112 - error TS1109: Expression expected.
2510 onRequestHandler?: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:2511:5 - error TS1109: Expression expected.
2511 ): Http2Server<Http1Request, Http1Response, Http2Request, Http2Response>;
~
node_modules/@types/node/http2.d.ts:2511:6 - error TS1128: Declaration or statement expected.
2511 ): Http2Server<Http1Request, Http1Response, Http2Request, Http2Response>;
~
node_modules/@types/node/http2.d.ts:2511:77 - error TS1005: '(' expected.
2511 ): Http2Server<Http1Request, Http1Response, Http2Request, Http2Response>;
~
node_modules/@types/node/http2.d.ts:2545:52 - error TS1005: ',' expected.
2545 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:2545:81 - error TS1109: Expression expected.
2545 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:2546:22 - error TS1005: ';' expected.
2546 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~~~~~~~
node_modules/@types/node/http2.d.ts:2546:56 - error TS1005: ';' expected.
2546 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~
node_modules/@types/node/http2.d.ts:2547:23 - error TS1005: ';' expected.
2547 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~~~~~~~
node_modules/@types/node/http2.d.ts:2547:86 - error TS1109: Expression expected.
2547 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~
node_modules/@types/node/http2.d.ts:2548:5 - error TS1109: Expression expected.
2548 >(
~
node_modules/@types/node/http2.d.ts:2549:16 - error TS1005: ')' expected.
2549 options: SecureServerOptions<Http1Request, Http1Response, Http2Request, Http2Response>,
~
node_modules/@types/node/http2.d.ts:2549:95 - error TS1109: Expression expected.
2549 options: SecureServerOptions<Http1Request, Http1Response, Http2Request, Http2Response>,
~
node_modules/@types/node/http2.d.ts:2550:26 - error TS1109: Expression expected.
2550 onRequestHandler?: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:2550:112 - error TS1109: Expression expected.
2550 onRequestHandler?: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:2551:5 - error TS1109: Expression expected.
2551 ): Http2SecureServer<Http1Request, Http1Response, Http2Request, Http2Response>;
~
node_modules/@types/node/http2.d.ts:2551:6 - error TS1128: Declaration or statement expected.
2551 ): Http2SecureServer<Http1Request, Http1Response, Http2Request, Http2Response>;
~
node_modules/@types/node/http2.d.ts:2551:83 - error TS1005: '(' expected.
2551 ): Http2SecureServer<Http1Request, Http1Response, Http2Request, Http2Response>;
~
node_modules/@types/node/https.d.ts:13:52 - error TS1005: ',' expected.
13 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:13:65 - error TS1005: ',' expected.
13 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:13:74 - error TS1005: '(' expected.
13 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:13:76 - error TS1109: Expression expected.
13 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:14:5 - error TS1109: Expression expected.
14 > = tls.SecureContextOptions & tls.TlsOptions & http.ServerOptions<Request, Response>;
~
node_modules/@types/node/https.d.ts:14:7 - error TS1109: Expression expected.
14 > = tls.SecureContextOptions & tls.TlsOptions & http.ServerOptions<Request, Response>;
~
node_modules/@types/node/https.d.ts:14:90 - error TS1005: '(' expected.
14 > = tls.SecureContextOptions & tls.TlsOptions & http.ServerOptions<Request, Response>;
~
node_modules/@types/node/https.d.ts:37:52 - error TS1005: ',' expected.
37 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:37:76 - error TS1109: Expression expected.
37 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:38:5 - error TS1109: Expression expected.
38 > extends http.Server<Request, Response> {}
~
node_modules/@types/node/https.d.ts:38:7 - error TS1109: Expression expected.
38 > extends http.Server<Request, Response> {}
~~~~~~~
node_modules/@types/node/https.d.ts:45:52 - error TS1005: ',' expected.
45 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:45:76 - error TS1109: Expression expected.
45 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:46:5 - error TS1109: Expression expected.
46 > extends tls.Server {
~
node_modules/@types/node/https.d.ts:46:7 - error TS1109: Expression expected.
46 > extends tls.Server {
~~~~~~~
node_modules/@types/node/https.d.ts:46:26 - error TS1005: ';' expected.
46 > extends tls.Server {
~
node_modules/@types/node/https.d.ts:47:37 - error TS1109: Expression expected.
47 constructor(requestListener?: http.RequestListener<Request, Response>);
~
node_modules/@types/node/https.d.ts:47:78 - error TS1005: '(' expected.
47 constructor(requestListener?: http.RequestListener<Request, Response>);
~
node_modules/@types/node/https.d.ts:47:79 - error TS1005: ')' expected.
47 constructor(requestListener?: http.RequestListener<Request, Response>);
~
node_modules/@types/node/https.d.ts:49:20 - error TS1005: ',' expected.
49 options: ServerOptions<Request, Response>,
~
node_modules/@types/node/https.d.ts:49:54 - error TS1109: Expression expected.
49 options: ServerOptions<Request, Response>,
~
node_modules/@types/node/https.d.ts:50:29 - error TS1109: Expression expected.
50 requestListener?: http.RequestListener<Request, Response>,
~
node_modules/@types/node/https.d.ts:50:70 - error TS1109: Expression expected.
50 requestListener?: http.RequestListener<Request, Response>,
~
node_modules/@types/node/https.d.ts:56:30 - error TS1005: ';' expected.
56 closeAllConnections(): void;
~
node_modules/@types/node/https.d.ts:56:36 - error TS1109: Expression expected.
56 closeAllConnections(): void;
~
node_modules/@types/node/https.d.ts:61:31 - error TS1005: ';' expected.
61 closeIdleConnections(): void;
~
node_modules/@types/node/https.d.ts:61:37 - error TS1109: Expression expected.
61 closeIdleConnections(): void;
~
node_modules/@types/node/https.d.ts:62:26 - error TS1005: ',' expected.
62 addListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:62:44 - error TS1005: ',' expected.
62 addListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:62:70 - error TS1109: Expression expected.
62 addListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:62:71 - error TS1005: ';' expected.
62 addListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:63:26 - error TS1005: ',' expected.
63 addListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:63:46 - error TS1005: ',' expected.
63 addListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:63:96 - error TS1109: Expression expected.
63 addListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:63:97 - error TS1005: ';' expected.
63 addListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:65:18 - error TS1005: ',' expected.
65 event: "newSession",
~
node_modules/@types/node/https.d.ts:66:21 - error TS1005: ',' expected.
66 listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:66:117 - error TS1109: Expression expected.
66 listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:67:10 - error TS1005: ';' expected.
67 ): this;
~
node_modules/@types/node/https.d.ts:69:18 - error TS1005: ',' expected.
69 event: "OCSPRequest",
~
node_modules/@types/node/https.d.ts:70:21 - error TS1005: ',' expected.
70 listener: (
~
node_modules/@types/node/https.d.ts:74:22 - error TS1109: Expression expected.
74 ) => void,
~
node_modules/@types/node/https.d.ts:75:10 - error TS1005: ';' expected.
75 ): this;
~
node_modules/@types/node/https.d.ts:77:18 - error TS1005: ',' expected.
77 event: "resumeSession",
~
node_modules/@types/node/https.d.ts:78:21 - error TS1005: ',' expected.
78 listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:78:103 - error TS1109: Expression expected.
78 listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:79:10 - error TS1005: ';' expected.
79 ): this;
~
node_modules/@types/node/https.d.ts:80:26 - error TS1005: ',' expected.
80 addListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:80:56 - error TS1005: ',' expected.
80 addListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:80:92 - error TS1109: Expression expected.
80 addListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:80:93 - error TS1005: ';' expected.
80 addListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:81:26 - error TS1005: ',' expected.
81 addListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:81:54 - error TS1005: ',' expected.
81 addListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:81:102 - error TS1109: Expression expected.
81 addListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:81:103 - error TS1005: ';' expected.
81 addListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:82:26 - error TS1005: ',' expected.
82 addListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:82:45 - error TS1005: ',' expected.
82 addListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:82:57 - error TS1109: Expression expected.
82 addListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:82:58 - error TS1005: ';' expected.
82 addListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:83:26 - error TS1005: ',' expected.
83 addListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:83:50 - error TS1005: ',' expected.
83 addListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:83:76 - error TS1109: Expression expected.
83 addListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:83:77 - error TS1005: ';' expected.
83 addListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:84:26 - error TS1005: ',' expected.
84 addListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:84:45 - error TS1005: ',' expected.
84 addListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:84:67 - error TS1109: Expression expected.
84 addListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:84:68 - error TS1005: ';' expected.
84 addListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:85:26 - error TS1005: ',' expected.
85 addListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:85:49 - error TS1005: ',' expected.
85 addListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:85:61 - error TS1109: Expression expected.
85 addListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:85:62 - error TS1005: ';' expected.
85 addListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:86:26 - error TS1005: ',' expected.
86 addListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:86:53 - error TS1005: ',' expected.
86 addListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:86:94 - error TS1005: '(' expected.
86 addListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:86:95 - error TS1005: ',' expected.
86 addListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:86:101 - error TS1005: ')' expected.
86 addListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:87:26 - error TS1005: ',' expected.
87 addListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:87:56 - error TS1005: ',' expected.
87 addListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:87:97 - error TS1005: '(' expected.
87 addListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:87:98 - error TS1005: ',' expected.
87 addListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:87:104 - error TS1005: ')' expected.
87 addListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:88:26 - error TS1005: ',' expected.
88 addListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:88:51 - error TS1005: ',' expected.
88 addListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:88:89 - error TS1109: Expression expected.
88 addListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:88:90 - error TS1005: ';' expected.
88 addListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:90:18 - error TS1005: ',' expected.
90 event: "connect",
~
node_modules/@types/node/https.d.ts:91:21 - error TS1005: ',' expected.
91 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:91:89 - error TS1109: Expression expected.
91 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:92:10 - error TS1005: ';' expected.
92 ): this;
~
node_modules/@types/node/https.d.ts:93:26 - error TS1005: ',' expected.
93 addListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:93:47 - error TS1005: ',' expected.
93 addListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:93:88 - error TS1005: '(' expected.
93 addListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:93:89 - error TS1005: ',' expected.
93 addListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:93:95 - error TS1005: ')' expected.
93 addListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:95:18 - error TS1005: ',' expected.
95 event: "upgrade",
~
node_modules/@types/node/https.d.ts:96:21 - error TS1005: ',' expected.
96 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:96:89 - error TS1109: Expression expected.
96 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:97:10 - error TS1005: ';' expected.
97 ): this;
~
node_modules/@types/node/https.d.ts:98:19 - error TS1005: ',' expected.
98 emit(event: string, ...args: any[]): boolean;
~
node_modules/@types/node/https.d.ts:98:36 - error TS1005: ',' expected.
98 emit(event: string, ...args: any[]): boolean;
~
node_modules/@types/node/https.d.ts:98:42 - error TS1011: An element access expression should take an argument.
98 emit(event: string, ...args: any[]): boolean;
node_modules/@types/node/https.d.ts:98:44 - error TS1005: ';' expected.
98 emit(event: string, ...args: any[]): boolean;
~
node_modules/@types/node/https.d.ts:99:19 - error TS1005: ',' expected.
99 emit(event: "keylog", line: Buffer, tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:99:35 - error TS1005: ',' expected.
99 emit(event: "keylog", line: Buffer, tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:99:54 - error TS1005: ',' expected.
99 emit(event: "keylog", line: Buffer, tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:99:70 - error TS1005: ';' expected.
99 emit(event: "keylog", line: Buffer, tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:101:18 - error TS1005: ',' expected.
101 event: "newSession",
~
node_modules/@types/node/https.d.ts:102:22 - error TS1005: ',' expected.
102 sessionId: Buffer,
~
node_modules/@types/node/https.d.ts:103:24 - error TS1005: ',' expected.
103 sessionData: Buffer,
~
node_modules/@types/node/https.d.ts:104:21 - error TS1005: ',' expected.
104 callback: (err: Error, resp: Buffer) => void,
~
node_modules/@types/node/https.d.ts:104:57 - error TS1109: Expression expected.
104 callback: (err: Error, resp: Buffer) => void,
~
node_modules/@types/node/https.d.ts:105:10 - error TS1005: ';' expected.
105 ): boolean;
~
node_modules/@types/node/https.d.ts:107:18 - error TS1005: ',' expected.
107 event: "OCSPRequest",
~
node_modules/@types/node/https.d.ts:108:24 - error TS1005: ',' expected.
108 certificate: Buffer,
~
node_modules/@types/node/https.d.ts:109:19 - error TS1005: ',' expected.
109 issuer: Buffer,
~
node_modules/@types/node/https.d.ts:110:21 - error TS1005: ',' expected.
110 callback: (err: Error | null, resp: Buffer) => void,
~
node_modules/@types/node/https.d.ts:110:64 - error TS1109: Expression expected.
110 callback: (err: Error | null, resp: Buffer) => void,
~
node_modules/@types/node/https.d.ts:111:10 - error TS1005: ';' expected.
111 ): boolean;
~
node_modules/@types/node/https.d.ts:112:19 - error TS1005: ',' expected.
112 emit(event: "resumeSession", sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void): boolean;
~
node_modules/@types/node/https.d.ts:112:47 - error TS1005: ',' expected.
112 emit(event: "resumeSession", sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void): boolean;
~
node_modules/@types/node/https.d.ts:112:65 - error TS1005: ',' expected.
112 emit(event: "resumeSession", sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void): boolean;
~
node_modules/@types/node/https.d.ts:112:108 - error TS1109: Expression expected.
112 emit(event: "resumeSession", sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void): boolean;
~
node_modules/@types/node/https.d.ts:112:109 - error TS1005: ';' expected.
112 emit(event: "resumeSession", sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void): boolean;
~
node_modules/@types/node/https.d.ts:113:19 - error TS1005: ',' expected.
113 emit(event: "secureConnection", tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:113:50 - error TS1005: ',' expected.
113 emit(event: "secureConnection", tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:113:66 - error TS1005: ';' expected.
113 emit(event: "secureConnection", tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:114:19 - error TS1005: ',' expected.
114 emit(event: "tlsClientError", err: Error, tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:114:42 - error TS1005: ',' expected.
114 emit(event: "tlsClientError", err: Error, tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:114:60 - error TS1005: ',' expected.
114 emit(event: "tlsClientError", err: Error, tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:114:76 - error TS1005: ';' expected.
114 emit(event: "tlsClientError", err: Error, tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:115:19 - error TS1005: ',' expected.
115 emit(event: "close"): boolean;
~
node_modules/@types/node/https.d.ts:115:29 - error TS1005: ';' expected.
115 emit(event: "close"): boolean;
~
node_modules/@types/node/https.d.ts:116:19 - error TS1005: ',' expected.
116 emit(event: "connection", socket: Duplex): boolean;
~
node_modules/@types/node/https.d.ts:116:41 - error TS1005: ',' expected.
116 emit(event: "connection", socket: Duplex): boolean;
~
node_modules/@types/node/https.d.ts:116:50 - error TS1005: ';' expected.
116 emit(event: "connection", socket: Duplex): boolean;
~
node_modules/@types/node/https.d.ts:117:19 - error TS1005: ',' expected.
117 emit(event: "error", err: Error): boolean;
~
node_modules/@types/node/https.d.ts:117:33 - error TS1005: ',' expected.
117 emit(event: "error", err: Error): boolean;
~
node_modules/@types/node/https.d.ts:117:41 - error TS1005: ';' expected.
117 emit(event: "error", err: Error): boolean;
~
node_modules/@types/node/https.d.ts:118:19 - error TS1005: ',' expected.
118 emit(event: "listening"): boolean;
~
node_modules/@types/node/https.d.ts:118:33 - error TS1005: ';' expected.
118 emit(event: "listening"): boolean;
~
node_modules/@types/node/https.d.ts:120:18 - error TS1005: ',' expected.
120 event: "checkContinue",
~
node_modules/@types/node/https.d.ts:121:16 - error TS1005: ',' expected.
121 req: InstanceType<Request>,
~
node_modules/@types/node/https.d.ts:121:39 - error TS1109: Expression expected.
121 req: InstanceType<Request>,
~
node_modules/@types/node/https.d.ts:122:16 - error TS1005: ',' expected.
122 res: InstanceType<Response>,
~
node_modules/@types/node/https.d.ts:122:40 - error TS1109: Expression expected.
122 res: InstanceType<Response>,
~
node_modules/@types/node/https.d.ts:123:10 - error TS1005: ';' expected.
123 ): boolean;
~
node_modules/@types/node/https.d.ts:125:18 - error TS1005: ',' expected.
125 event: "checkExpectation",
~
node_modules/@types/node/https.d.ts:126:16 - error TS1005: ',' expected.
126 req: InstanceType<Request>,
~
node_modules/@types/node/https.d.ts:126:39 - error TS1109: Expression expected.
126 req: InstanceType<Request>,
~
node_modules/@types/node/https.d.ts:127:16 - error TS1005: ',' expected.
127 res: InstanceType<Response>,
~
node_modules/@types/node/https.d.ts:127:40 - error TS1109: Expression expected.
127 res: InstanceType<Response>,
~
node_modules/@types/node/https.d.ts:128:10 - error TS1005: ';' expected.
128 ): boolean;
~
node_modules/@types/node/https.d.ts:129:19 - error TS1005: ',' expected.
129 emit(event: "clientError", err: Error, socket: Duplex): boolean;
~
node_modules/@types/node/https.d.ts:129:39 - error TS1005: ',' expected.
129 emit(event: "clientError", err: Error, socket: Duplex): boolean;
~
node_modules/@types/node/https.d.ts:129:54 - error TS1005: ',' expected.
129 emit(event: "clientError", err: Error, socket: Duplex): boolean;
~
node_modules/@types/node/https.d.ts:129:63 - error TS1005: ';' expected.
129 emit(event: "clientError", err: Error, socket: Duplex): boolean;
~
node_modules/@types/node/https.d.ts:130:19 - error TS1005: ',' expected.
130 emit(event: "connect", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:130:35 - error TS1005: ',' expected.
130 emit(event: "connect", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:130:58 - error TS1109: Expression expected.
130 emit(event: "connect", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:130:66 - error TS1005: ',' expected.
130 emit(event: "connect", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:130:80 - error TS1005: ',' expected.
130 emit(event: "connect", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:130:89 - error TS1005: ';' expected.
130 emit(event: "connect", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:132:18 - error TS1005: ',' expected.
132 event: "request",
~
node_modules/@types/node/https.d.ts:133:16 - error TS1005: ',' expected.
133 req: InstanceType<Request>,
~
node_modules/@types/node/https.d.ts:133:39 - error TS1109: Expression expected.
133 req: InstanceType<Request>,
~
node_modules/@types/node/https.d.ts:134:16 - error TS1005: ',' expected.
134 res: InstanceType<Response>,
~
node_modules/@types/node/https.d.ts:134:40 - error TS1109: Expression expected.
134 res: InstanceType<Response>,
~
node_modules/@types/node/https.d.ts:135:10 - error TS1005: ';' expected.
135 ): boolean;
~
node_modules/@types/node/https.d.ts:136:19 - error TS1005: ',' expected.
136 emit(event: "upgrade", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:136:35 - error TS1005: ',' expected.
136 emit(event: "upgrade", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:136:58 - error TS1109: Expression expected.
136 emit(event: "upgrade", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:136:66 - error TS1005: ',' expected.
136 emit(event: "upgrade", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:136:80 - error TS1005: ',' expected.
136 emit(event: "upgrade", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:136:89 - error TS1005: ';' expected.
136 emit(event: "upgrade", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:137:17 - error TS1005: ',' expected.
137 on(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:137:35 - error TS1005: ',' expected.
137 on(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:137:61 - error TS1109: Expression expected.
137 on(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:137:62 - error TS1005: ';' expected.
137 on(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:138:17 - error TS1005: ',' expected.
138 on(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:138:37 - error TS1005: ',' expected.
138 on(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:138:87 - error TS1109: Expression expected.
138 on(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:138:88 - error TS1005: ';' expected.
138 on(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:140:18 - error TS1005: ',' expected.
140 event: "newSession",
~
node_modules/@types/node/https.d.ts:141:21 - error TS1005: ',' expected.
141 listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:141:117 - error TS1109: Expression expected.
141 listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:142:10 - error TS1005: ';' expected.
142 ): this;
~
node_modules/@types/node/https.d.ts:144:18 - error TS1005: ',' expected.
144 event: "OCSPRequest",
~
node_modules/@types/node/https.d.ts:145:21 - error TS1005: ',' expected.
145 listener: (
~
node_modules/@types/node/https.d.ts:149:22 - error TS1109: Expression expected.
149 ) => void,
~
node_modules/@types/node/https.d.ts:150:10 - error TS1005: ';' expected.
150 ): this;
~
node_modules/@types/node/https.d.ts:152:18 - error TS1005: ',' expected.
152 event: "resumeSession",
~
node_modules/@types/node/https.d.ts:153:21 - error TS1005: ',' expected.
153 listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:153:103 - error TS1109: Expression expected.
153 listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:154:10 - error TS1005: ';' expected.
154 ): this;
~
node_modules/@types/node/https.d.ts:155:17 - error TS1005: ',' expected.
155 on(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:155:47 - error TS1005: ',' expected.
155 on(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:155:83 - error TS1109: Expression expected.
155 on(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:155:84 - error TS1005: ';' expected.
155 on(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:156:17 - error TS1005: ',' expected.
156 on(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:156:45 - error TS1005: ',' expected.
156 on(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:156:93 - error TS1109: Expression expected.
156 on(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:156:94 - error TS1005: ';' expected.
156 on(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:157:17 - error TS1005: ',' expected.
157 on(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:157:36 - error TS1005: ',' expected.
157 on(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:157:48 - error TS1109: Expression expected.
157 on(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:157:49 - error TS1005: ';' expected.
157 on(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:158:17 - error TS1005: ',' expected.
158 on(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:158:41 - error TS1005: ',' expected.
158 on(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:158:67 - error TS1109: Expression expected.
158 on(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:158:68 - error TS1005: ';' expected.
158 on(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:159:17 - error TS1005: ',' expected.
159 on(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:159:36 - error TS1005: ',' expected.
159 on(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:159:58 - error TS1109: Expression expected.
159 on(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:159:59 - error TS1005: ';' expected.
159 on(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:160:17 - error TS1005: ',' expected.
160 on(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:160:40 - error TS1005: ',' expected.
160 on(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:160:52 - error TS1109: Expression expected.
160 on(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:160:53 - error TS1005: ';' expected.
160 on(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:161:17 - error TS1005: ',' expected.
161 on(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:161:44 - error TS1005: ',' expected.
161 on(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:161:85 - error TS1005: '(' expected.
161 on(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:161:86 - error TS1005: ',' expected.
161 on(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:161:92 - error TS1005: ')' expected.
161 on(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:162:17 - error TS1005: ',' expected.
162 on(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:162:47 - error TS1005: ',' expected.
162 on(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:162:88 - error TS1005: '(' expected.
162 on(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:162:89 - error TS1005: ',' expected.
162 on(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:162:95 - error TS1005: ')' expected.
162 on(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:163:17 - error TS1005: ',' expected.
163 on(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:163:42 - error TS1005: ',' expected.
163 on(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:163:80 - error TS1109: Expression expected.
163 on(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:163:81 - error TS1005: ';' expected.
163 on(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:164:17 - error TS1005: ',' expected.
164 on(event: "connect", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:164:38 - error TS1005: ',' expected.
164 on(event: "connect", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:164:106 - error TS1109: Expression expected.
164 on(event: "connect", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:164:107 - error TS1005: ';' expected.
164 on(event: "connect", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:165:17 - error TS1005: ',' expected.
165 on(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:165:38 - error TS1005: ',' expected.
165 on(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:165:79 - error TS1005: '(' expected.
165 on(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:165:80 - error TS1005: ',' expected.
165 on(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:165:86 - error TS1005: ')' expected.
165 on(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:166:17 - error TS1005: ',' expected.
166 on(event: "upgrade", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:166:38 - error TS1005: ',' expected.
166 on(event: "upgrade", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:166:106 - error TS1109: Expression expected.
166 on(event: "upgrade", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:166:107 - error TS1005: ';' expected.
166 on(event: "upgrade", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:167:19 - error TS1005: ',' expected.
167 once(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:167:37 - error TS1005: ',' expected.
167 once(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:167:63 - error TS1109: Expression expected.
167 once(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:167:64 - error TS1005: ';' expected.
167 once(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:168:19 - error TS1005: ',' expected.
168 once(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:168:39 - error TS1005: ',' expected.
168 once(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:168:89 - error TS1109: Expression expected.
168 once(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:168:90 - error TS1005: ';' expected.
168 once(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:170:18 - error TS1005: ',' expected.
170 event: "newSession",
~
node_modules/@types/node/https.d.ts:171:21 - error TS1005: ',' expected.
171 listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:171:117 - error TS1109: Expression expected.
171 listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:172:10 - error TS1005: ';' expected.
172 ): this;
~
node_modules/@types/node/https.d.ts:174:18 - error TS1005: ',' expected.
174 event: "OCSPRequest",
~
node_modules/@types/node/https.d.ts:175:21 - error TS1005: ',' expected.
175 listener: (
~
node_modules/@types/node/https.d.ts:179:22 - error TS1109: Expression expected.
179 ) => void,
~
node_modules/@types/node/https.d.ts:180:10 - error TS1005: ';' expected.
180 ): this;
~
node_modules/@types/node/https.d.ts:182:18 - error TS1005: ',' expected.
182 event: "resumeSession",
~
node_modules/@types/node/https.d.ts:183:21 - error TS1005: ',' expected.
183 listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:183:103 - error TS1109: Expression expected.
183 listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:184:10 - error TS1005: ';' expected.
184 ): this;
~
node_modules/@types/node/https.d.ts:185:19 - error TS1005: ',' expected.
185 once(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:185:49 - error TS1005: ',' expected.
185 once(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:185:85 - error TS1109: Expression expected.
185 once(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:185:86 - error TS1005: ';' expected.
185 once(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:186:19 - error TS1005: ',' expected.
186 once(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:186:47 - error TS1005: ',' expected.
186 once(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:186:95 - error TS1109: Expression expected.
186 once(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:186:96 - error TS1005: ';' expected.
186 once(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:187:19 - error TS1005: ',' expected.
187 once(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:187:38 - error TS1005: ',' expected.
187 once(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:187:50 - error TS1109: Expression expected.
187 once(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:187:51 - error TS1005: ';' expected.
187 once(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:188:19 - error TS1005: ',' expected.
188 once(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:188:43 - error TS1005: ',' expected.
188 once(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:188:69 - error TS1109: Expression expected.
188 once(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:188:70 - error TS1005: ';' expected.
188 once(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:189:19 - error TS1005: ',' expected.
189 once(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:189:38 - error TS1005: ',' expected.
189 once(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:189:60 - error TS1109: Expression expected.
189 once(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:189:61 - error TS1005: ';' expected.
189 once(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:190:19 - error TS1005: ',' expected.
190 once(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:190:42 - error TS1005: ',' expected.
190 once(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:190:54 - error TS1109: Expression expected.
190 once(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:190:55 - error TS1005: ';' expected.
190 once(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:191:19 - error TS1005: ',' expected.
191 once(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:191:46 - error TS1005: ',' expected.
191 once(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:191:87 - error TS1005: '(' expected.
191 once(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:191:88 - error TS1005: ',' expected.
191 once(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:191:94 - error TS1005: ')' expected.
191 once(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:192:19 - error TS1005: ',' expected.
192 once(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:192:49 - error TS1005: ',' expected.
192 once(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:192:90 - error TS1005: '(' expected.
192 once(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:192:91 - error TS1005: ',' expected.
192 once(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:192:97 - error TS1005: ')' expected.
192 once(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:193:19 - error TS1005: ',' expected.
193 once(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:193:44 - error TS1005: ',' expected.
193 once(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:193:82 - error TS1109: Expression expected.
193 once(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:193:83 - error TS1005: ';' expected.
193 once(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:194:19 - error TS1005: ',' expected.
194 once(event: "connect", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:194:40 - error TS1005: ',' expected.
194 once(event: "connect", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:194:108 - error TS1109: Expression expected.
194 once(event: "connect", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:194:109 - error TS1005: ';' expected.
194 once(event: "connect", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:195:19 - error TS1005: ',' expected.
195 once(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:195:40 - error TS1005: ',' expected.
195 once(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:195:81 - error TS1005: '(' expected.
195 once(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:195:82 - error TS1005: ',' expected.
195 once(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:195:88 - error TS1005: ')' expected.
195 once(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:196:19 - error TS1005: ',' expected.
196 once(event: "upgrade", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:196:40 - error TS1005: ',' expected.
196 once(event: "upgrade", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:196:108 - error TS1109: Expression expected.
196 once(event: "upgrade", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:196:109 - error TS1005: ';' expected.
196 once(event: "upgrade", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:197:30 - error TS1005: ',' expected.
197 prependListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:197:48 - error TS1005: ',' expected.
197 prependListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:197:74 - error TS1109: Expression expected.
197 prependListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:197:75 - error TS1005: ';' expected.
197 prependListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:198:30 - error TS1005: ',' expected.
198 prependListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:198:50 - error TS1005: ',' expected.
198 prependListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:198:100 - error TS1109: Expression expected.
198 prependListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:198:101 - error TS1005: ';' expected.
198 prependListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:200:18 - error TS1005: ',' expected.
200 event: "newSession",
~
node_modules/@types/node/https.d.ts:201:21 - error TS1005: ',' expected.
201 listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:201:117 - error TS1109: Expression expected.
201 listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:202:10 - error TS1005: ';' expected.
202 ): this;
~
node_modules/@types/node/https.d.ts:204:18 - error TS1005: ',' expected.
204 event: "OCSPRequest",
~
node_modules/@types/node/https.d.ts:205:21 - error TS1005: ',' expected.
205 listener: (
~
node_modules/@types/node/https.d.ts:209:22 - error TS1109: Expression expected.
209 ) => void,
~
node_modules/@types/node/https.d.ts:210:10 - error TS1005: ';' expected.
210 ): this;
~
node_modules/@types/node/https.d.ts:212:18 - error TS1005: ',' expected.
212 event: "resumeSession",
~
node_modules/@types/node/https.d.ts:213:21 - error TS1005: ',' expected.
213 listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:213:103 - error TS1109: Expression expected.
213 listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:214:10 - error TS1005: ';' expected.
214 ): this;
~
node_modules/@types/node/https.d.ts:215:30 - error TS1005: ',' expected.
215 prependListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:215:60 - error TS1005: ',' expected.
215 prependListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:215:96 - error TS1109: Expression expected.
215 prependListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:215:97 - error TS1005: ';' expected.
215 prependListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:216:30 - error TS1005: ',' expected.
216 prependListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:216:58 - error TS1005: ',' expected.
216 prependListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:216:106 - error TS1109: Expression expected.
216 prependListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:216:107 - error TS1005: ';' expected.
216 prependListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:217:30 - error TS1005: ',' expected.
217 prependListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:217:49 - error TS1005: ',' expected.
217 prependListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:217:61 - error TS1109: Expression expected.
217 prependListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:217:62 - error TS1005: ';' expected.
217 prependListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:218:30 - error TS1005: ',' expected.
218 prependListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:218:54 - error TS1005: ',' expected.
218 prependListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:218:80 - error TS1109: Expression expected.
218 prependListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:218:81 - error TS1005: ';' expected.
218 prependListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:219:30 - error TS1005: ',' expected.
219 prependListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:219:49 - error TS1005: ',' expected.
219 prependListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:219:71 - error TS1109: Expression expected.
219 prependListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:219:72 - error TS1005: ';' expected.
219 prependListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:220:30 - error TS1005: ',' expected.
220 prependListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:220:53 - error TS1005: ',' expected.
220 prependListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:220:65 - error TS1109: Expression expected.
220 prependListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:220:66 - error TS1005: ';' expected.
220 prependListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:221:30 - error TS1005: ',' expected.
221 prependListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:221:57 - error TS1005: ',' expected.
221 prependListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:221:98 - error TS1005: '(' expected.
221 prependListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:221:99 - error TS1005: ',' expected.
221 prependListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:221:105 - error TS1005: ')' expected.
221 prependListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:222:30 - error TS1005: ',' expected.
222 prependListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:222:60 - error TS1005: ',' expected.
222 prependListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:222:101 - error TS1005: '(' expected.
222 prependListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:222:102 - error TS1005: ',' expected.
222 prependListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:222:108 - error TS1005: ')' expected.
222 prependListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:223:30 - error TS1005: ',' expected.
223 prependListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:223:55 - error TS1005: ',' expected.
223 prependListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:223:93 - error TS1109: Expression expected.
223 prependListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:223:94 - error TS1005: ';' expected.
223 prependListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:225:18 - error TS1005: ',' expected.
225 event: "connect",
~
node_modules/@types/node/https.d.ts:226:21 - error TS1005: ',' expected.
226 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:226:89 - error TS1109: Expression expected.
226 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:227:10 - error TS1005: ';' expected.
227 ): this;
~
node_modules/@types/node/https.d.ts:228:30 - error TS1005: ',' expected.
228 prependListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:228:51 - error TS1005: ',' expected.
228 prependListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:228:92 - error TS1005: '(' expected.
228 prependListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:228:93 - error TS1005: ',' expected.
228 prependListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:228:99 - error TS1005: ')' expected.
228 prependListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:230:18 - error TS1005: ',' expected.
230 event: "upgrade",
~
node_modules/@types/node/https.d.ts:231:21 - error TS1005: ',' expected.
231 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:231:89 - error TS1109: Expression expected.
231 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:232:10 - error TS1005: ';' expected.
232 ): this;
~
node_modules/@types/node/https.d.ts:233:34 - error TS1005: ',' expected.
233 prependOnceListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:233:52 - error TS1005: ',' expected.
233 prependOnceListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:233:78 - error TS1109: Expression expected.
233 prependOnceListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:233:79 - error TS1005: ';' expected.
233 prependOnceListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:234:34 - error TS1005: ',' expected.
234 prependOnceListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:234:54 - error TS1005: ',' expected.
234 prependOnceListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:234:104 - error TS1109: Expression expected.
234 prependOnceListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:234:105 - error TS1005: ';' expected.
234 prependOnceListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:236:18 - error TS1005: ',' expected.
236 event: "newSession",
~
node_modules/@types/node/https.d.ts:237:21 - error TS1005: ',' expected.
237 listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:237:117 - error TS1109: Expression expected.
237 listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:238:10 - error TS1005: ';' expected.
238 ): this;
~
node_modules/@types/node/https.d.ts:240:18 - error TS1005: ',' expected.
240 event: "OCSPRequest",
~
node_modules/@types/node/https.d.ts:241:21 - error TS1005: ',' expected.
241 listener: (
~
node_modules/@types/node/https.d.ts:245:22 - error TS1109: Expression expected.
245 ) => void,
~
node_modules/@types/node/https.d.ts:246:10 - error TS1005: ';' expected.
246 ): this;
~
node_modules/@types/node/https.d.ts:248:18 - error TS1005: ',' expected.
248 event: "resumeSession",
~
node_modules/@types/node/https.d.ts:249:21 - error TS1005: ',' expected.
249 listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:249:103 - error TS1109: Expression expected.
249 listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:250:10 - error TS1005: ';' expected.
250 ): this;
~
node_modules/@types/node/https.d.ts:251:34 - error TS1005: ',' expected.
251 prependOnceListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:251:64 - error TS1005: ',' expected.
251 prependOnceListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:251:100 - error TS1109: Expression expected.
251 prependOnceListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:251:101 - error TS1005: ';' expected.
251 prependOnceListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:252:34 - error TS1005: ',' expected.
252 prependOnceListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:252:62 - error TS1005: ',' expected.
252 prependOnceListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:252:110 - error TS1109: Expression expected.
252 prependOnceListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:252:111 - error TS1005: ';' expected.
252 prependOnceListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:253:34 - error TS1005: ',' expected.
253 prependOnceListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:253:53 - error TS1005: ',' expected.
253 prependOnceListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:253:65 - error TS1109: Expression expected.
253 prependOnceListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:253:66 - error TS1005: ';' expected.
253 prependOnceListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:254:34 - error TS1005: ',' expected.
254 prependOnceListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:254:58 - error TS1005: ',' expected.
254 prependOnceListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:254:84 - error TS1109: Expression expected.
254 prependOnceListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:254:85 - error TS1005: ';' expected.
254 prependOnceListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:255:34 - error TS1005: ',' expected.
255 prependOnceListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:255:53 - error TS1005: ',' expected.
255 prependOnceListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:255:75 - error TS1109: Expression expected.
255 prependOnceListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:255:76 - error TS1005: ';' expected.
255 prependOnceListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:256:34 - error TS1005: ',' expected.
256 prependOnceListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:256:57 - error TS1005: ',' expected.
256 prependOnceListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:256:69 - error TS1109: Expression expected.
256 prependOnceListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:256:70 - error TS1005: ';' expected.
256 prependOnceListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:257:34 - error TS1005: ',' expected.
257 prependOnceListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:257:61 - error TS1005: ',' expected.
257 prependOnceListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:257:102 - error TS1005: '(' expected.
257 prependOnceListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:257:103 - error TS1005: ',' expected.
257 prependOnceListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:257:109 - error TS1005: ')' expected.
257 prependOnceListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:258:34 - error TS1005: ',' expected.
258 prependOnceListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:258:64 - error TS1005: ',' expected.
258 prependOnceListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:258:105 - error TS1005: '(' expected.
258 prependOnceListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:258:106 - error TS1005: ',' expected.
258 prependOnceListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:258:112 - error TS1005: ')' expected.
258 prependOnceListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:259:34 - error TS1005: ',' expected.
259 prependOnceListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:259:59 - error TS1005: ',' expected.
259 prependOnceListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:259:97 - error TS1109: Expression expected.
259 prependOnceListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:259:98 - error TS1005: ';' expected.
259 prependOnceListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:261:18 - error TS1005: ',' expected.
261 event: "connect",
~
node_modules/@types/node/https.d.ts:262:21 - error TS1005: ',' expected.
262 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:262:89 - error TS1109: Expression expected.
262 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:263:10 - error TS1005: ';' expected.
263 ): this;
~
node_modules/@types/node/https.d.ts:264:34 - error TS1005: ',' expected.
264 prependOnceListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:264:55 - error TS1005: ',' expected.
264 prependOnceListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:264:96 - error TS1005: '(' expected.
264 prependOnceListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:264:97 - error TS1005: ',' expected.
264 prependOnceListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:264:103 - error TS1005: ')' expected.
264 prependOnceListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:266:18 - error TS1005: ',' expected.
266 event: "upgrade",
~
node_modules/@types/node/https.d.ts:267:21 - error TS1005: ',' expected.
267 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:267:89 - error TS1109: Expression expected.
267 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:268:10 - error TS1005: ';' expected.
268 ): this;
~
node_modules/@types/node/https.d.ts:309:52 - error TS1005: ',' expected.
309 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:309:76 - error TS1109: Expression expected.
309 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:310:5 - error TS1109: Expression expected.
310 >(requestListener?: http.RequestListener<Request, Response>): Server<Request, Response>;
~
node_modules/@types/node/https.d.ts:310:23 - error TS1109: Expression expected.
310 >(requestListener?: http.RequestListener<Request, Response>): Server<Request, Response>;
~
node_modules/@types/node/https.d.ts:310:64 - error TS1005: '(' expected.
310 >(requestListener?: http.RequestListener<Request, Response>): Server<Request, Response>;
~
node_modules/@types/node/https.d.ts:310:65 - error TS1005: ')' expected.
310 >(requestListener?: http.RequestListener<Request, Response>): Server<Request, Response>;
~
node_modules/@types/node/https.d.ts:310:92 - error TS1005: '(' expected.
310 >(requestListener?: http.RequestListener<Request, Response>): Server<Request, Response>;
~
node_modules/@types/node/https.d.ts:313:52 - error TS1005: ',' expected.
313 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:313:76 - error TS1109: Expression expected.
313 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:314:5 - error TS1109: Expression expected.
314 >(
~
node_modules/@types/node/https.d.ts:315:16 - error TS1005: ')' expected.
315 options: ServerOptions<Request, Response>,
~
node_modules/@types/node/https.d.ts:315:50 - error TS1109: Expression expected.
315 options: ServerOptions<Request, Response>,
~
node_modules/@types/node/https.d.ts:316:25 - error TS1109: Expression expected.
316 requestListener?: http.RequestListener<Request, Response>,
~
node_modules/@types/node/https.d.ts:316:66 - error TS1109: Expression expected.
316 requestListener?: http.RequestListener<Request, Response>,
~
node_modules/@types/node/https.d.ts:317:5 - error TS1109: Expression expected.
317 ): Server<Request, Response>;
~
node_modules/@types/node/https.d.ts:317:6 - error TS1128: Declaration or statement expected.
317 ): Server<Request, Response>;
~
node_modules/@types/node/https.d.ts:317:33 - error TS1005: '(' expected.
317 ): Server<Request, Response>;
~
Found 1410 errors.
--- end ---
$ node_modules/.bin/jest -u
--- stderr ---
PASS tests/jest/RelatedArticles.test.js
PASS tests/jest/ext.relatedArticles.readMore.test.js
› 2 snapshots updated.
Snapshot Summary
› 2 snapshots updated from 1 test suite.
Test Suites: 2 passed, 2 total
Tests: 11 passed, 11 total
Snapshots: 2 updated, 3 passed, 5 total
Time: 3.572 s
Ran all test suites.
--- stdout ---
--------------------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
--------------------|---------|----------|---------|---------|-------------------
All files | 100 | 100 | 100 | 100 |
RelatedArticles.js | 100 | 100 | 100 | 100 |
index.js | 100 | 100 | 100 | 100 |
--------------------|---------|----------|---------|---------|-------------------
--- end ---
$ /usr/bin/npm test
--- stdout ---
> test
> npx tsc && npm -s run lint && npm run test:unit
node_modules/@types/babel__traverse/index.d.ts:1455:40 - error TS1005: '?' expected.
1455 K extends `${infer N extends number}` ? T[N]
~
node_modules/@types/babel__traverse/index.d.ts:1463:42 - error TS1005: '?' expected.
1463 : K extends `${infer N extends number}`
~
node_modules/@types/lodash/common/common.d.ts:262:65 - error TS1005: '?' expected.
262 type StringToNumber<T> = T extends `${infer N extends number}` ? N : never;
~
node_modules/@types/lodash/common/object.d.ts:1026:46 - error TS1005: '?' expected.
1026 : K extends `${infer N extends number}` ? T[N]
~
node_modules/@types/lodash/common/object.d.ts:1031:46 - error TS1005: '?' expected.
1031 : K extends `${infer N extends number}` ? T[N]
~
node_modules/@types/lodash/common/object.d.ts:1041:46 - error TS1005: '?' expected.
1041 : K extends `${infer N extends number}`
~
node_modules/@types/node/http.d.ts:239:47 - error TS1005: ',' expected.
239 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:239:71 - error TS1109: Expression expected.
239 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:240:5 - error TS1109: Expression expected.
240 > {
~
node_modules/@types/node/http.d.ts:244:46 - error TS1005: ',' expected.
244 IncomingMessage?: Request | undefined;
~
node_modules/@types/node/http.d.ts:248:46 - error TS1005: ',' expected.
248 ServerResponse?: Response | undefined;
~
node_modules/@types/node/http.d.ts:255:44 - error TS1005: ',' expected.
255 requestTimeout?: number | undefined;
~
node_modules/@types/node/http.d.ts:261:39 - error TS1005: ',' expected.
261 joinDuplicateHeaders?: boolean;
~
node_modules/@types/node/http.d.ts:269:46 - error TS1005: ',' expected.
269 keepAliveTimeout?: number | undefined;
~
node_modules/@types/node/http.d.ts:274:57 - error TS1005: ',' expected.
274 connectionsCheckingInterval?: number | undefined;
~
node_modules/@types/node/http.d.ts:281:44 - error TS1005: ',' expected.
281 headersTimeout?: number | undefined;
~
node_modules/@types/node/http.d.ts:288:43 - error TS1005: ',' expected.
288 highWaterMark?: number | undefined;
~
node_modules/@types/node/http.d.ts:295:49 - error TS1005: ',' expected.
295 insecureHTTPParser?: boolean | undefined;
~
node_modules/@types/node/http.d.ts:303:43 - error TS1005: ',' expected.
303 maxHeaderSize?: number | undefined;
~
node_modules/@types/node/http.d.ts:309:38 - error TS1005: ',' expected.
309 noDelay?: boolean | undefined;
~
node_modules/@types/node/http.d.ts:316:40 - error TS1005: ',' expected.
316 keepAlive?: boolean | undefined;
~
node_modules/@types/node/http.d.ts:322:51 - error TS1005: ',' expected.
322 keepAliveInitialDelay?: number | undefined;
~
node_modules/@types/node/http.d.ts:327:50 - error TS1005: '(' expected.
327 uniqueHeaders?: Array<string | string[]> | undefined;
~
node_modules/@types/node/http.d.ts:327:61 - error TS1005: ')' expected.
327 uniqueHeaders?: Array<string | string[]> | undefined;
~
node_modules/@types/node/http.d.ts:333:58 - error TS1005: ',' expected.
333 rejectNonStandardBodyWrites?: boolean | undefined;
~
node_modules/@types/node/http.d.ts:337:47 - error TS1005: ',' expected.
337 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:337:60 - error TS1005: ',' expected.
337 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:337:69 - error TS1005: '(' expected.
337 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:337:71 - error TS1109: Expression expected.
337 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:338:5 - error TS1109: Expression expected.
338 > = (req: InstanceType<Request>, res: InstanceType<Response> & { req: InstanceType<Request> }) => void;
~
node_modules/@types/node/http.d.ts:338:7 - error TS1109: Expression expected.
338 > = (req: InstanceType<Request>, res: InstanceType<Response> & { req: InstanceType<Request> }) => void;
~
node_modules/@types/node/http.d.ts:338:107 - error TS1109: Expression expected.
338 > = (req: InstanceType<Request>, res: InstanceType<Response> & { req: InstanceType<Request> }) => void;
~
node_modules/@types/node/http.d.ts:344:47 - error TS1005: ',' expected.
344 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:344:71 - error TS1109: Expression expected.
344 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:345:5 - error TS1109: Expression expected.
345 > extends NetServer {
~
node_modules/@types/node/http.d.ts:345:7 - error TS1109: Expression expected.
345 > extends NetServer {
~~~~~~~
node_modules/@types/node/http.d.ts:345:15 - error TS1434: Unexpected keyword or identifier.
345 > extends NetServer {
~~~~~~~~~
node_modules/@types/node/http.d.ts:346:37 - error TS1109: Expression expected.
346 constructor(requestListener?: RequestListener<Request, Response>);
~
node_modules/@types/node/http.d.ts:346:73 - error TS1005: '(' expected.
346 constructor(requestListener?: RequestListener<Request, Response>);
~
node_modules/@types/node/http.d.ts:346:74 - error TS1005: ')' expected.
346 constructor(requestListener?: RequestListener<Request, Response>);
~
node_modules/@types/node/http.d.ts:347:28 - error TS1005: ',' expected.
347 constructor(options: ServerOptions<Request, Response>, requestListener?: RequestListener<Request, Response>);
~
node_modules/@types/node/http.d.ts:347:62 - error TS1109: Expression expected.
347 constructor(options: ServerOptions<Request, Response>, requestListener?: RequestListener<Request, Response>);
~
node_modules/@types/node/http.d.ts:347:80 - error TS1109: Expression expected.
347 constructor(options: ServerOptions<Request, Response>, requestListener?: RequestListener<Request, Response>);
~
node_modules/@types/node/http.d.ts:347:116 - error TS1005: '(' expected.
347 constructor(options: ServerOptions<Request, Response>, requestListener?: RequestListener<Request, Response>);
~
node_modules/@types/node/http.d.ts:347:117 - error TS1005: ')' expected.
347 constructor(options: ServerOptions<Request, Response>, requestListener?: RequestListener<Request, Response>);
~
node_modules/@types/node/http.d.ts:362:26 - error TS1109: Expression expected.
362 setTimeout(msecs?: number, callback?: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:362:45 - error TS1109: Expression expected.
362 setTimeout(msecs?: number, callback?: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:362:71 - error TS1109: Expression expected.
362 setTimeout(msecs?: number, callback?: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:362:72 - error TS1005: ';' expected.
362 setTimeout(msecs?: number, callback?: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:363:28 - error TS1005: ',' expected.
363 setTimeout(callback: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:363:54 - error TS1109: Expression expected.
363 setTimeout(callback: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:363:55 - error TS1005: ';' expected.
363 setTimeout(callback: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:438:30 - error TS1005: ';' expected.
438 closeAllConnections(): void;
~
node_modules/@types/node/http.d.ts:438:36 - error TS1109: Expression expected.
438 closeAllConnections(): void;
~
node_modules/@types/node/http.d.ts:443:31 - error TS1005: ';' expected.
443 closeIdleConnections(): void;
~
node_modules/@types/node/http.d.ts:443:37 - error TS1109: Expression expected.
443 closeIdleConnections(): void;
~
node_modules/@types/node/http.d.ts:444:26 - error TS1005: ',' expected.
444 addListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:444:44 - error TS1005: ',' expected.
444 addListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:444:70 - error TS1109: Expression expected.
444 addListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:444:71 - error TS1005: ';' expected.
444 addListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:445:26 - error TS1005: ',' expected.
445 addListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:445:45 - error TS1005: ',' expected.
445 addListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:445:57 - error TS1109: Expression expected.
445 addListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:445:58 - error TS1005: ';' expected.
445 addListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:446:26 - error TS1005: ',' expected.
446 addListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:446:50 - error TS1005: ',' expected.
446 addListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:446:76 - error TS1109: Expression expected.
446 addListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:446:77 - error TS1005: ';' expected.
446 addListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:447:26 - error TS1005: ',' expected.
447 addListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:447:45 - error TS1005: ',' expected.
447 addListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:447:67 - error TS1109: Expression expected.
447 addListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:447:68 - error TS1005: ';' expected.
447 addListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:448:26 - error TS1005: ',' expected.
448 addListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:448:49 - error TS1005: ',' expected.
448 addListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:448:61 - error TS1109: Expression expected.
448 addListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:448:62 - error TS1005: ';' expected.
448 addListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:449:26 - error TS1005: ',' expected.
449 addListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:449:53 - error TS1005: ',' expected.
449 addListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:449:89 - error TS1005: '(' expected.
449 addListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:449:90 - error TS1005: ',' expected.
449 addListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:449:96 - error TS1005: ')' expected.
449 addListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:450:26 - error TS1005: ',' expected.
450 addListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:450:56 - error TS1005: ',' expected.
450 addListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:450:92 - error TS1005: '(' expected.
450 addListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:450:93 - error TS1005: ',' expected.
450 addListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:450:99 - error TS1005: ')' expected.
450 addListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:451:26 - error TS1005: ',' expected.
451 addListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:451:51 - error TS1005: ',' expected.
451 addListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:451:96 - error TS1109: Expression expected.
451 addListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:451:97 - error TS1005: ';' expected.
451 addListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:453:18 - error TS1005: ',' expected.
453 event: "connect",
~
node_modules/@types/node/http.d.ts:454:21 - error TS1005: ',' expected.
454 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:454:96 - error TS1109: Expression expected.
454 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:455:10 - error TS1005: ';' expected.
455 ): this;
~
node_modules/@types/node/http.d.ts:456:26 - error TS1005: ',' expected.
456 addListener(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:456:51 - error TS1005: ',' expected.
456 addListener(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:456:112 - error TS1109: Expression expected.
456 addListener(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:456:113 - error TS1005: ';' expected.
456 addListener(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:457:26 - error TS1005: ',' expected.
457 addListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:457:47 - error TS1005: ',' expected.
457 addListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:457:83 - error TS1005: '(' expected.
457 addListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:457:84 - error TS1005: ',' expected.
457 addListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:457:90 - error TS1005: ')' expected.
457 addListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:459:18 - error TS1005: ',' expected.
459 event: "upgrade",
~
node_modules/@types/node/http.d.ts:460:21 - error TS1005: ',' expected.
460 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:460:96 - error TS1109: Expression expected.
460 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:461:10 - error TS1005: ';' expected.
461 ): this;
~
node_modules/@types/node/http.d.ts:462:19 - error TS1005: ',' expected.
462 emit(event: string, ...args: any[]): boolean;
~
node_modules/@types/node/http.d.ts:462:36 - error TS1005: ',' expected.
462 emit(event: string, ...args: any[]): boolean;
~
node_modules/@types/node/http.d.ts:462:42 - error TS1011: An element access expression should take an argument.
462 emit(event: string, ...args: any[]): boolean;
node_modules/@types/node/http.d.ts:462:44 - error TS1005: ';' expected.
462 emit(event: string, ...args: any[]): boolean;
~
node_modules/@types/node/http.d.ts:463:19 - error TS1005: ',' expected.
463 emit(event: "close"): boolean;
~
node_modules/@types/node/http.d.ts:463:29 - error TS1005: ';' expected.
463 emit(event: "close"): boolean;
~
node_modules/@types/node/http.d.ts:464:19 - error TS1005: ',' expected.
464 emit(event: "connection", socket: Socket): boolean;
~
node_modules/@types/node/http.d.ts:464:41 - error TS1005: ',' expected.
464 emit(event: "connection", socket: Socket): boolean;
~
node_modules/@types/node/http.d.ts:464:50 - error TS1005: ';' expected.
464 emit(event: "connection", socket: Socket): boolean;
~
node_modules/@types/node/http.d.ts:465:19 - error TS1005: ',' expected.
465 emit(event: "error", err: Error): boolean;
~
node_modules/@types/node/http.d.ts:465:33 - error TS1005: ',' expected.
465 emit(event: "error", err: Error): boolean;
~
node_modules/@types/node/http.d.ts:465:41 - error TS1005: ';' expected.
465 emit(event: "error", err: Error): boolean;
~
node_modules/@types/node/http.d.ts:466:19 - error TS1005: ',' expected.
466 emit(event: "listening"): boolean;
~
node_modules/@types/node/http.d.ts:466:33 - error TS1005: ';' expected.
466 emit(event: "listening"): boolean;
~
node_modules/@types/node/http.d.ts:468:18 - error TS1005: ',' expected.
468 event: "checkContinue",
~
node_modules/@types/node/http.d.ts:469:16 - error TS1005: ',' expected.
469 req: InstanceType<Request>,
~
node_modules/@types/node/http.d.ts:469:39 - error TS1109: Expression expected.
469 req: InstanceType<Request>,
~
node_modules/@types/node/http.d.ts:470:16 - error TS1005: ',' expected.
470 res: InstanceType<Response> & { req: InstanceType<Request> },
~
node_modules/@types/node/http.d.ts:470:41 - error TS1005: '(' expected.
470 res: InstanceType<Response> & { req: InstanceType<Request> },
~
node_modules/@types/node/http.d.ts:470:72 - error TS1005: '(' expected.
470 res: InstanceType<Response> & { req: InstanceType<Request> },
~
node_modules/@types/node/http.d.ts:471:10 - error TS1005: ',' expected.
471 ): boolean;
~
node_modules/@types/node/http.d.ts:471:19 - error TS1005: ')' expected.
471 ): boolean;
~
node_modules/@types/node/http.d.ts:473:18 - error TS1005: ',' expected.
473 event: "checkExpectation",
~
node_modules/@types/node/http.d.ts:474:16 - error TS1005: ',' expected.
474 req: InstanceType<Request>,
~
node_modules/@types/node/http.d.ts:474:39 - error TS1109: Expression expected.
474 req: InstanceType<Request>,
~
node_modules/@types/node/http.d.ts:475:16 - error TS1005: ',' expected.
475 res: InstanceType<Response> & { req: InstanceType<Request> },
~
node_modules/@types/node/http.d.ts:475:41 - error TS1005: '(' expected.
475 res: InstanceType<Response> & { req: InstanceType<Request> },
~
node_modules/@types/node/http.d.ts:475:72 - error TS1005: '(' expected.
475 res: InstanceType<Response> & { req: InstanceType<Request> },
~
node_modules/@types/node/http.d.ts:476:10 - error TS1005: ',' expected.
476 ): boolean;
~
node_modules/@types/node/http.d.ts:476:19 - error TS1005: ')' expected.
476 ): boolean;
~
node_modules/@types/node/http.d.ts:477:19 - error TS1005: ',' expected.
477 emit(event: "clientError", err: Error, socket: stream.Duplex): boolean;
~
node_modules/@types/node/http.d.ts:477:39 - error TS1005: ',' expected.
477 emit(event: "clientError", err: Error, socket: stream.Duplex): boolean;
~
node_modules/@types/node/http.d.ts:477:54 - error TS1005: ',' expected.
477 emit(event: "clientError", err: Error, socket: stream.Duplex): boolean;
~
node_modules/@types/node/http.d.ts:477:70 - error TS1005: ';' expected.
477 emit(event: "clientError", err: Error, socket: stream.Duplex): boolean;
~
node_modules/@types/node/http.d.ts:478:19 - error TS1005: ',' expected.
478 emit(event: "connect", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:478:35 - error TS1005: ',' expected.
478 emit(event: "connect", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:478:58 - error TS1109: Expression expected.
478 emit(event: "connect", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:478:66 - error TS1005: ',' expected.
478 emit(event: "connect", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:478:87 - error TS1005: ',' expected.
478 emit(event: "connect", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:478:96 - error TS1005: ';' expected.
478 emit(event: "connect", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:479:19 - error TS1005: ',' expected.
479 emit(event: "dropRequest", req: InstanceType<Request>, socket: stream.Duplex): boolean;
~
node_modules/@types/node/http.d.ts:479:39 - error TS1005: ',' expected.
479 emit(event: "dropRequest", req: InstanceType<Request>, socket: stream.Duplex): boolean;
~
node_modules/@types/node/http.d.ts:479:62 - error TS1109: Expression expected.
479 emit(event: "dropRequest", req: InstanceType<Request>, socket: stream.Duplex): boolean;
~
node_modules/@types/node/http.d.ts:479:70 - error TS1005: ',' expected.
479 emit(event: "dropRequest", req: InstanceType<Request>, socket: stream.Duplex): boolean;
~
node_modules/@types/node/http.d.ts:479:86 - error TS1005: ';' expected.
479 emit(event: "dropRequest", req: InstanceType<Request>, socket: stream.Duplex): boolean;
~
node_modules/@types/node/http.d.ts:481:18 - error TS1005: ',' expected.
481 event: "request",
~
node_modules/@types/node/http.d.ts:482:16 - error TS1005: ',' expected.
482 req: InstanceType<Request>,
~
node_modules/@types/node/http.d.ts:482:39 - error TS1109: Expression expected.
482 req: InstanceType<Request>,
~
node_modules/@types/node/http.d.ts:483:16 - error TS1005: ',' expected.
483 res: InstanceType<Response> & { req: InstanceType<Request> },
~
node_modules/@types/node/http.d.ts:483:41 - error TS1005: '(' expected.
483 res: InstanceType<Response> & { req: InstanceType<Request> },
~
node_modules/@types/node/http.d.ts:483:72 - error TS1005: '(' expected.
483 res: InstanceType<Response> & { req: InstanceType<Request> },
~
node_modules/@types/node/http.d.ts:484:10 - error TS1005: ',' expected.
484 ): boolean;
~
node_modules/@types/node/http.d.ts:484:19 - error TS1005: ')' expected.
484 ): boolean;
~
node_modules/@types/node/http.d.ts:485:19 - error TS1005: ',' expected.
485 emit(event: "upgrade", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:485:35 - error TS1005: ',' expected.
485 emit(event: "upgrade", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:485:58 - error TS1109: Expression expected.
485 emit(event: "upgrade", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:485:66 - error TS1005: ',' expected.
485 emit(event: "upgrade", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:485:87 - error TS1005: ',' expected.
485 emit(event: "upgrade", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:485:96 - error TS1005: ';' expected.
485 emit(event: "upgrade", req: InstanceType<Request>, socket: stream.Duplex, head: Buffer): boolean;
~
node_modules/@types/node/http.d.ts:486:17 - error TS1005: ',' expected.
486 on(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:486:35 - error TS1005: ',' expected.
486 on(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:486:61 - error TS1109: Expression expected.
486 on(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:486:62 - error TS1005: ';' expected.
486 on(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:487:17 - error TS1005: ',' expected.
487 on(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:487:36 - error TS1005: ',' expected.
487 on(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:487:48 - error TS1109: Expression expected.
487 on(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:487:49 - error TS1005: ';' expected.
487 on(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:488:17 - error TS1005: ',' expected.
488 on(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:488:41 - error TS1005: ',' expected.
488 on(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:488:67 - error TS1109: Expression expected.
488 on(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:488:68 - error TS1005: ';' expected.
488 on(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:489:17 - error TS1005: ',' expected.
489 on(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:489:36 - error TS1005: ',' expected.
489 on(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:489:58 - error TS1109: Expression expected.
489 on(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:489:59 - error TS1005: ';' expected.
489 on(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:490:17 - error TS1005: ',' expected.
490 on(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:490:40 - error TS1005: ',' expected.
490 on(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:490:52 - error TS1109: Expression expected.
490 on(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:490:53 - error TS1005: ';' expected.
490 on(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:491:17 - error TS1005: ',' expected.
491 on(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:491:44 - error TS1005: ',' expected.
491 on(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:491:80 - error TS1005: '(' expected.
491 on(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:491:81 - error TS1005: ',' expected.
491 on(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:491:87 - error TS1005: ')' expected.
491 on(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:492:17 - error TS1005: ',' expected.
492 on(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:492:47 - error TS1005: ',' expected.
492 on(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:492:83 - error TS1005: '(' expected.
492 on(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:492:84 - error TS1005: ',' expected.
492 on(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:492:90 - error TS1005: ')' expected.
492 on(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:493:17 - error TS1005: ',' expected.
493 on(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:493:42 - error TS1005: ',' expected.
493 on(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:493:87 - error TS1109: Expression expected.
493 on(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:493:88 - error TS1005: ';' expected.
493 on(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:494:17 - error TS1005: ',' expected.
494 on(event: "connect", listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/http.d.ts:494:38 - error TS1005: ',' expected.
494 on(event: "connect", listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/http.d.ts:494:113 - error TS1109: Expression expected.
494 on(event: "connect", listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/http.d.ts:494:114 - error TS1005: ';' expected.
494 on(event: "connect", listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/http.d.ts:495:17 - error TS1005: ',' expected.
495 on(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:495:42 - error TS1005: ',' expected.
495 on(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:495:103 - error TS1109: Expression expected.
495 on(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:495:104 - error TS1005: ';' expected.
495 on(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:496:17 - error TS1005: ',' expected.
496 on(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:496:38 - error TS1005: ',' expected.
496 on(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:496:74 - error TS1005: '(' expected.
496 on(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:496:75 - error TS1005: ',' expected.
496 on(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:496:81 - error TS1005: ')' expected.
496 on(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:497:17 - error TS1005: ',' expected.
497 on(event: "upgrade", listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/http.d.ts:497:38 - error TS1005: ',' expected.
497 on(event: "upgrade", listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/http.d.ts:497:113 - error TS1109: Expression expected.
497 on(event: "upgrade", listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/http.d.ts:497:114 - error TS1005: ';' expected.
497 on(event: "upgrade", listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/http.d.ts:498:19 - error TS1005: ',' expected.
498 once(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:498:37 - error TS1005: ',' expected.
498 once(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:498:63 - error TS1109: Expression expected.
498 once(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:498:64 - error TS1005: ';' expected.
498 once(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:499:19 - error TS1005: ',' expected.
499 once(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:499:38 - error TS1005: ',' expected.
499 once(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:499:50 - error TS1109: Expression expected.
499 once(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:499:51 - error TS1005: ';' expected.
499 once(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:500:19 - error TS1005: ',' expected.
500 once(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:500:43 - error TS1005: ',' expected.
500 once(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:500:69 - error TS1109: Expression expected.
500 once(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:500:70 - error TS1005: ';' expected.
500 once(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:501:19 - error TS1005: ',' expected.
501 once(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:501:38 - error TS1005: ',' expected.
501 once(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:501:60 - error TS1109: Expression expected.
501 once(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:501:61 - error TS1005: ';' expected.
501 once(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:502:19 - error TS1005: ',' expected.
502 once(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:502:42 - error TS1005: ',' expected.
502 once(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:502:54 - error TS1109: Expression expected.
502 once(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:502:55 - error TS1005: ';' expected.
502 once(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:503:19 - error TS1005: ',' expected.
503 once(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:503:46 - error TS1005: ',' expected.
503 once(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:503:82 - error TS1005: '(' expected.
503 once(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:503:83 - error TS1005: ',' expected.
503 once(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:503:89 - error TS1005: ')' expected.
503 once(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:504:19 - error TS1005: ',' expected.
504 once(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:504:49 - error TS1005: ',' expected.
504 once(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:504:85 - error TS1005: '(' expected.
504 once(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:504:86 - error TS1005: ',' expected.
504 once(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:504:92 - error TS1005: ')' expected.
504 once(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:505:19 - error TS1005: ',' expected.
505 once(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:505:44 - error TS1005: ',' expected.
505 once(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:505:89 - error TS1109: Expression expected.
505 once(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:505:90 - error TS1005: ';' expected.
505 once(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:507:18 - error TS1005: ',' expected.
507 event: "connect",
~
node_modules/@types/node/http.d.ts:508:21 - error TS1005: ',' expected.
508 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:508:96 - error TS1109: Expression expected.
508 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:509:10 - error TS1005: ';' expected.
509 ): this;
~
node_modules/@types/node/http.d.ts:510:19 - error TS1005: ',' expected.
510 once(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:510:44 - error TS1005: ',' expected.
510 once(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:510:105 - error TS1109: Expression expected.
510 once(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:510:106 - error TS1005: ';' expected.
510 once(event: "dropRequest", listener: (req: InstanceType<Request>, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:511:19 - error TS1005: ',' expected.
511 once(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:511:40 - error TS1005: ',' expected.
511 once(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:511:76 - error TS1005: '(' expected.
511 once(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:511:77 - error TS1005: ',' expected.
511 once(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:511:83 - error TS1005: ')' expected.
511 once(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:513:18 - error TS1005: ',' expected.
513 event: "upgrade",
~
node_modules/@types/node/http.d.ts:514:21 - error TS1005: ',' expected.
514 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:514:96 - error TS1109: Expression expected.
514 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:515:10 - error TS1005: ';' expected.
515 ): this;
~
node_modules/@types/node/http.d.ts:516:30 - error TS1005: ',' expected.
516 prependListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:516:48 - error TS1005: ',' expected.
516 prependListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:516:74 - error TS1109: Expression expected.
516 prependListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:516:75 - error TS1005: ';' expected.
516 prependListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:517:30 - error TS1005: ',' expected.
517 prependListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:517:49 - error TS1005: ',' expected.
517 prependListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:517:61 - error TS1109: Expression expected.
517 prependListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:517:62 - error TS1005: ';' expected.
517 prependListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:518:30 - error TS1005: ',' expected.
518 prependListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:518:54 - error TS1005: ',' expected.
518 prependListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:518:80 - error TS1109: Expression expected.
518 prependListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:518:81 - error TS1005: ';' expected.
518 prependListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:519:30 - error TS1005: ',' expected.
519 prependListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:519:49 - error TS1005: ',' expected.
519 prependListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:519:71 - error TS1109: Expression expected.
519 prependListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:519:72 - error TS1005: ';' expected.
519 prependListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:520:30 - error TS1005: ',' expected.
520 prependListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:520:53 - error TS1005: ',' expected.
520 prependListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:520:65 - error TS1109: Expression expected.
520 prependListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:520:66 - error TS1005: ';' expected.
520 prependListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:521:30 - error TS1005: ',' expected.
521 prependListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:521:57 - error TS1005: ',' expected.
521 prependListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:521:93 - error TS1005: '(' expected.
521 prependListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:521:94 - error TS1005: ',' expected.
521 prependListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:521:100 - error TS1005: ')' expected.
521 prependListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:522:30 - error TS1005: ',' expected.
522 prependListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:522:60 - error TS1005: ',' expected.
522 prependListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:522:96 - error TS1005: '(' expected.
522 prependListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:522:97 - error TS1005: ',' expected.
522 prependListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:522:103 - error TS1005: ')' expected.
522 prependListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:523:30 - error TS1005: ',' expected.
523 prependListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:523:55 - error TS1005: ',' expected.
523 prependListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:523:100 - error TS1109: Expression expected.
523 prependListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:523:101 - error TS1005: ';' expected.
523 prependListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:525:18 - error TS1005: ',' expected.
525 event: "connect",
~
node_modules/@types/node/http.d.ts:526:21 - error TS1005: ',' expected.
526 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:526:96 - error TS1109: Expression expected.
526 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:527:10 - error TS1005: ';' expected.
527 ): this;
~
node_modules/@types/node/http.d.ts:529:18 - error TS1005: ',' expected.
529 event: "dropRequest",
~
node_modules/@types/node/http.d.ts:530:21 - error TS1005: ',' expected.
530 listener: (req: InstanceType<Request>, socket: stream.Duplex) => void,
~
node_modules/@types/node/http.d.ts:530:82 - error TS1109: Expression expected.
530 listener: (req: InstanceType<Request>, socket: stream.Duplex) => void,
~
node_modules/@types/node/http.d.ts:531:10 - error TS1005: ';' expected.
531 ): this;
~
node_modules/@types/node/http.d.ts:532:30 - error TS1005: ',' expected.
532 prependListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:532:51 - error TS1005: ',' expected.
532 prependListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:532:87 - error TS1005: '(' expected.
532 prependListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:532:88 - error TS1005: ',' expected.
532 prependListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:532:94 - error TS1005: ')' expected.
532 prependListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:534:18 - error TS1005: ',' expected.
534 event: "upgrade",
~
node_modules/@types/node/http.d.ts:535:21 - error TS1005: ',' expected.
535 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:535:96 - error TS1109: Expression expected.
535 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:536:10 - error TS1005: ';' expected.
536 ): this;
~
node_modules/@types/node/http.d.ts:537:34 - error TS1005: ',' expected.
537 prependOnceListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:537:52 - error TS1005: ',' expected.
537 prependOnceListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:537:78 - error TS1109: Expression expected.
537 prependOnceListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:537:79 - error TS1005: ';' expected.
537 prependOnceListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http.d.ts:538:34 - error TS1005: ',' expected.
538 prependOnceListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:538:53 - error TS1005: ',' expected.
538 prependOnceListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:538:65 - error TS1109: Expression expected.
538 prependOnceListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:538:66 - error TS1005: ';' expected.
538 prependOnceListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:539:34 - error TS1005: ',' expected.
539 prependOnceListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:539:58 - error TS1005: ',' expected.
539 prependOnceListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:539:84 - error TS1109: Expression expected.
539 prependOnceListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:539:85 - error TS1005: ';' expected.
539 prependOnceListener(event: "connection", listener: (socket: Socket) => void): this;
~
node_modules/@types/node/http.d.ts:540:34 - error TS1005: ',' expected.
540 prependOnceListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:540:53 - error TS1005: ',' expected.
540 prependOnceListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:540:75 - error TS1109: Expression expected.
540 prependOnceListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:540:76 - error TS1005: ';' expected.
540 prependOnceListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/http.d.ts:541:34 - error TS1005: ',' expected.
541 prependOnceListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:541:57 - error TS1005: ',' expected.
541 prependOnceListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:541:69 - error TS1109: Expression expected.
541 prependOnceListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:541:70 - error TS1005: ';' expected.
541 prependOnceListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/http.d.ts:542:34 - error TS1005: ',' expected.
542 prependOnceListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:542:61 - error TS1005: ',' expected.
542 prependOnceListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:542:97 - error TS1005: '(' expected.
542 prependOnceListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:542:98 - error TS1005: ',' expected.
542 prependOnceListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:542:104 - error TS1005: ')' expected.
542 prependOnceListener(event: "checkContinue", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:543:34 - error TS1005: ',' expected.
543 prependOnceListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:543:64 - error TS1005: ',' expected.
543 prependOnceListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:543:100 - error TS1005: '(' expected.
543 prependOnceListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:543:101 - error TS1005: ',' expected.
543 prependOnceListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:543:107 - error TS1005: ')' expected.
543 prependOnceListener(event: "checkExpectation", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:544:34 - error TS1005: ',' expected.
544 prependOnceListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:544:59 - error TS1005: ',' expected.
544 prependOnceListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:544:104 - error TS1109: Expression expected.
544 prependOnceListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:544:105 - error TS1005: ';' expected.
544 prependOnceListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this;
~
node_modules/@types/node/http.d.ts:546:18 - error TS1005: ',' expected.
546 event: "connect",
~
node_modules/@types/node/http.d.ts:547:21 - error TS1005: ',' expected.
547 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:547:96 - error TS1109: Expression expected.
547 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:548:10 - error TS1005: ';' expected.
548 ): this;
~
node_modules/@types/node/http.d.ts:550:18 - error TS1005: ',' expected.
550 event: "dropRequest",
~
node_modules/@types/node/http.d.ts:551:21 - error TS1005: ',' expected.
551 listener: (req: InstanceType<Request>, socket: stream.Duplex) => void,
~
node_modules/@types/node/http.d.ts:551:82 - error TS1109: Expression expected.
551 listener: (req: InstanceType<Request>, socket: stream.Duplex) => void,
~
node_modules/@types/node/http.d.ts:552:10 - error TS1005: ';' expected.
552 ): this;
~
node_modules/@types/node/http.d.ts:553:34 - error TS1005: ',' expected.
553 prependOnceListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:553:55 - error TS1005: ',' expected.
553 prependOnceListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:553:91 - error TS1005: '(' expected.
553 prependOnceListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:553:92 - error TS1005: ',' expected.
553 prependOnceListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:553:98 - error TS1005: ')' expected.
553 prependOnceListener(event: "request", listener: RequestListener<Request, Response>): this;
~
node_modules/@types/node/http.d.ts:555:18 - error TS1005: ',' expected.
555 event: "upgrade",
~
node_modules/@types/node/http.d.ts:556:21 - error TS1005: ',' expected.
556 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:556:96 - error TS1109: Expression expected.
556 listener: (req: InstanceType<Request>, socket: stream.Duplex, head: Buffer) => void,
~
node_modules/@types/node/http.d.ts:557:10 - error TS1005: ';' expected.
557 ): this;
~
node_modules/@types/node/http.d.ts:1633:47 - error TS1005: ',' expected.
1633 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:1633:71 - error TS1109: Expression expected.
1633 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:1634:5 - error TS1109: Expression expected.
1634 >(requestListener?: RequestListener<Request, Response>): Server<Request, Response>;
~
node_modules/@types/node/http.d.ts:1634:23 - error TS1109: Expression expected.
1634 >(requestListener?: RequestListener<Request, Response>): Server<Request, Response>;
~
node_modules/@types/node/http.d.ts:1634:59 - error TS1005: '(' expected.
1634 >(requestListener?: RequestListener<Request, Response>): Server<Request, Response>;
~
node_modules/@types/node/http.d.ts:1634:60 - error TS1005: ')' expected.
1634 >(requestListener?: RequestListener<Request, Response>): Server<Request, Response>;
~
node_modules/@types/node/http.d.ts:1634:87 - error TS1005: '(' expected.
1634 >(requestListener?: RequestListener<Request, Response>): Server<Request, Response>;
~
node_modules/@types/node/http.d.ts:1637:47 - error TS1005: ',' expected.
1637 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:1637:71 - error TS1109: Expression expected.
1637 Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
~
node_modules/@types/node/http.d.ts:1638:5 - error TS1109: Expression expected.
1638 >(
~
node_modules/@types/node/http.d.ts:1639:16 - error TS1005: ')' expected.
1639 options: ServerOptions<Request, Response>,
~
node_modules/@types/node/http.d.ts:1639:50 - error TS1109: Expression expected.
1639 options: ServerOptions<Request, Response>,
~
node_modules/@types/node/http.d.ts:1640:25 - error TS1109: Expression expected.
1640 requestListener?: RequestListener<Request, Response>,
~
node_modules/@types/node/http.d.ts:1640:61 - error TS1109: Expression expected.
1640 requestListener?: RequestListener<Request, Response>,
~
node_modules/@types/node/http.d.ts:1641:5 - error TS1109: Expression expected.
1641 ): Server<Request, Response>;
~
node_modules/@types/node/http.d.ts:1641:6 - error TS1128: Declaration or statement expected.
1641 ): Server<Request, Response>;
~
node_modules/@types/node/http.d.ts:1641:33 - error TS1005: '(' expected.
1641 ): Server<Request, Response>;
~
node_modules/@types/node/http2.d.ts:1057:52 - error TS1005: ',' expected.
1057 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1057:81 - error TS1109: Expression expected.
1057 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1058:22 - error TS1005: ';' expected.
1058 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~~~~~~~
node_modules/@types/node/http2.d.ts:1058:56 - error TS1005: ';' expected.
1058 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~
node_modules/@types/node/http2.d.ts:1059:23 - error TS1005: ';' expected.
1059 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~~~~~~~
node_modules/@types/node/http2.d.ts:1059:86 - error TS1109: Expression expected.
1059 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~
node_modules/@types/node/http2.d.ts:1060:5 - error TS1109: Expression expected.
1060 > extends Http2Session {
~
node_modules/@types/node/http2.d.ts:1060:7 - error TS1109: Expression expected.
1060 > extends Http2Session {
~~~~~~~
node_modules/@types/node/http2.d.ts:1060:15 - error TS1434: Unexpected keyword or identifier.
1060 > extends Http2Session {
~~~~~~~~~~~~
node_modules/@types/node/http2.d.ts:1061:9 - error TS1128: Declaration or statement expected.
1061 readonly server:
~~~~~~~~
node_modules/@types/node/http2.d.ts:1062:13 - error TS1109: Expression expected.
1062 | Http2Server<Http1Request, Http1Response, Http2Request, Http2Response>
~
node_modules/@types/node/http2.d.ts:1063:13 - error TS1005: '(' expected.
1063 | Http2SecureServer<Http1Request, Http1Response, Http2Request, Http2Response>;
~
node_modules/@types/node/http2.d.ts:1063:90 - error TS1005: '(' expected.
1063 | Http2SecureServer<Http1Request, Http1Response, Http2Request, Http2Response>;
~
node_modules/@types/node/http2.d.ts:1102:19 - error TS1005: ',' expected.
1102 altsvc(alt: string, originOrStream: number | string | url.URL | AlternativeServiceOptions): void;
~
node_modules/@types/node/http2.d.ts:1102:43 - error TS1005: ',' expected.
1102 altsvc(alt: string, originOrStream: number | string | url.URL | AlternativeServiceOptions): void;
~
node_modules/@types/node/http2.d.ts:1102:99 - error TS1005: ';' expected.
1102 altsvc(alt: string, originOrStream: number | string | url.URL | AlternativeServiceOptions): void;
~
node_modules/@types/node/http2.d.ts:1102:105 - error TS1109: Expression expected.
1102 altsvc(alt: string, originOrStream: number | string | url.URL | AlternativeServiceOptions): void;
~
node_modules/@types/node/http2.d.ts:1148:23 - error TS1005: ',' expected.
1148 ...origins: Array<
~
node_modules/@types/node/http2.d.ts:1155:9 - error TS1005: '(' expected.
1155 ): void;
~
node_modules/@types/node/http2.d.ts:1155:10 - error TS1005: ',' expected.
1155 ): void;
~
node_modules/@types/node/http2.d.ts:1155:16 - error TS1109: Expression expected.
1155 ): void;
~
node_modules/@types/node/http2.d.ts:1157:18 - error TS1005: ',' expected.
1157 event: "connect",
~
node_modules/@types/node/http2.d.ts:1158:21 - error TS1005: ',' expected.
1158 listener: (
~
node_modules/@types/node/http2.d.ts:1161:22 - error TS1109: Expression expected.
1161 ) => void,
~
node_modules/@types/node/http2.d.ts:1162:10 - error TS1005: ';' expected.
1162 ): this;
~
node_modules/@types/node/http2.d.ts:1164:18 - error TS1005: ',' expected.
1164 event: "stream",
~
node_modules/@types/node/http2.d.ts:1165:21 - error TS1005: ',' expected.
1165 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1165:103 - error TS1109: Expression expected.
1165 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1166:10 - error TS1005: ';' expected.
1166 ): this;
~
node_modules/@types/node/http2.d.ts:1167:26 - error TS1005: ',' expected.
1167 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1167:53 - error TS1005: ',' expected.
1167 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1167:79 - error TS1109: Expression expected.
1167 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1167:80 - error TS1005: ';' expected.
1167 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1169:18 - error TS1005: ',' expected.
1169 event: "connect",
~
node_modules/@types/node/http2.d.ts:1170:20 - error TS1005: ',' expected.
1170 session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,
~
node_modules/@types/node/http2.d.ts:1170:98 - error TS1109: Expression expected.
1170 session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,
~
node_modules/@types/node/http2.d.ts:1171:19 - error TS1005: ',' expected.
1171 socket: net.Socket | tls.TLSSocket,
~
node_modules/@types/node/http2.d.ts:1172:10 - error TS1005: ';' expected.
1172 ): boolean;
~
node_modules/@types/node/http2.d.ts:1173:19 - error TS1005: ',' expected.
1173 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1173:37 - error TS1005: ',' expected.
1173 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1173:65 - error TS1005: ',' expected.
1173 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1173:93 - error TS1005: ',' expected.
1173 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1173:102 - error TS1005: ';' expected.
1173 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1174:19 - error TS1005: ',' expected.
1174 emit(event: string | symbol, ...args: any[]): boolean;
~
node_modules/@types/node/http2.d.ts:1174:45 - error TS1005: ',' expected.
1174 emit(event: string | symbol, ...args: any[]): boolean;
~
node_modules/@types/node/http2.d.ts:1174:51 - error TS1011: An element access expression should take an argument.
1174 emit(event: string | symbol, ...args: any[]): boolean;
node_modules/@types/node/http2.d.ts:1174:53 - error TS1005: ';' expected.
1174 emit(event: string | symbol, ...args: any[]): boolean;
~
node_modules/@types/node/http2.d.ts:1176:18 - error TS1005: ',' expected.
1176 event: "connect",
~
node_modules/@types/node/http2.d.ts:1177:21 - error TS1005: ',' expected.
1177 listener: (
~
node_modules/@types/node/http2.d.ts:1180:22 - error TS1109: Expression expected.
1180 ) => void,
~
node_modules/@types/node/http2.d.ts:1181:10 - error TS1005: ';' expected.
1181 ): this;
~
node_modules/@types/node/http2.d.ts:1183:18 - error TS1005: ',' expected.
1183 event: "stream",
~
node_modules/@types/node/http2.d.ts:1184:21 - error TS1005: ',' expected.
1184 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1184:103 - error TS1109: Expression expected.
1184 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1185:10 - error TS1005: ';' expected.
1185 ): this;
~
node_modules/@types/node/http2.d.ts:1186:17 - error TS1005: ',' expected.
1186 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1186:44 - error TS1005: ',' expected.
1186 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1186:70 - error TS1109: Expression expected.
1186 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1186:71 - error TS1005: ';' expected.
1186 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1188:18 - error TS1005: ',' expected.
1188 event: "connect",
~
node_modules/@types/node/http2.d.ts:1189:21 - error TS1005: ',' expected.
1189 listener: (
~
node_modules/@types/node/http2.d.ts:1192:22 - error TS1109: Expression expected.
1192 ) => void,
~
node_modules/@types/node/http2.d.ts:1193:10 - error TS1005: ';' expected.
1193 ): this;
~
node_modules/@types/node/http2.d.ts:1195:18 - error TS1005: ',' expected.
1195 event: "stream",
~
node_modules/@types/node/http2.d.ts:1196:21 - error TS1005: ',' expected.
1196 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1196:103 - error TS1109: Expression expected.
1196 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1197:10 - error TS1005: ';' expected.
1197 ): this;
~
node_modules/@types/node/http2.d.ts:1198:19 - error TS1005: ',' expected.
1198 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1198:46 - error TS1005: ',' expected.
1198 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1198:72 - error TS1109: Expression expected.
1198 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1198:73 - error TS1005: ';' expected.
1198 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1200:18 - error TS1005: ',' expected.
1200 event: "connect",
~
node_modules/@types/node/http2.d.ts:1201:21 - error TS1005: ',' expected.
1201 listener: (
~
node_modules/@types/node/http2.d.ts:1204:22 - error TS1109: Expression expected.
1204 ) => void,
~
node_modules/@types/node/http2.d.ts:1205:10 - error TS1005: ';' expected.
1205 ): this;
~
node_modules/@types/node/http2.d.ts:1207:18 - error TS1005: ',' expected.
1207 event: "stream",
~
node_modules/@types/node/http2.d.ts:1208:21 - error TS1005: ',' expected.
1208 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1208:103 - error TS1109: Expression expected.
1208 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1209:10 - error TS1005: ';' expected.
1209 ): this;
~
node_modules/@types/node/http2.d.ts:1210:30 - error TS1005: ',' expected.
1210 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1210:57 - error TS1005: ',' expected.
1210 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1210:83 - error TS1109: Expression expected.
1210 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1210:84 - error TS1005: ';' expected.
1210 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1212:18 - error TS1005: ',' expected.
1212 event: "connect",
~
node_modules/@types/node/http2.d.ts:1213:21 - error TS1005: ',' expected.
1213 listener: (
~
node_modules/@types/node/http2.d.ts:1216:22 - error TS1109: Expression expected.
1216 ) => void,
~
node_modules/@types/node/http2.d.ts:1217:10 - error TS1005: ';' expected.
1217 ): this;
~
node_modules/@types/node/http2.d.ts:1219:18 - error TS1005: ',' expected.
1219 event: "stream",
~
node_modules/@types/node/http2.d.ts:1220:21 - error TS1005: ',' expected.
1220 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1220:103 - error TS1109: Expression expected.
1220 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1221:10 - error TS1005: ';' expected.
1221 ): this;
~
node_modules/@types/node/http2.d.ts:1222:34 - error TS1005: ',' expected.
1222 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1222:61 - error TS1005: ',' expected.
1222 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1222:87 - error TS1109: Expression expected.
1222 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1222:88 - error TS1005: ';' expected.
1222 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1313:52 - error TS1005: ',' expected.
1313 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1313:81 - error TS1109: Expression expected.
1313 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1314:22 - error TS1005: ';' expected.
1314 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~~~~~~~
node_modules/@types/node/http2.d.ts:1314:56 - error TS1005: ';' expected.
1314 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~
node_modules/@types/node/http2.d.ts:1315:23 - error TS1005: ';' expected.
1315 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~~~~~~~
node_modules/@types/node/http2.d.ts:1315:86 - error TS1109: Expression expected.
1315 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~
node_modules/@types/node/http2.d.ts:1316:5 - error TS1109: Expression expected.
1316 > extends SessionOptions {
~
node_modules/@types/node/http2.d.ts:1316:7 - error TS1109: Expression expected.
1316 > extends SessionOptions {
~~~~~~~
node_modules/@types/node/http2.d.ts:1316:15 - error TS1434: Unexpected keyword or identifier.
1316 > extends SessionOptions {
~~~~~~~~~~~~~~
node_modules/@types/node/http2.d.ts:1317:30 - error TS1109: Expression expected.
1317 Http1IncomingMessage?: Http1Request | undefined;
~
node_modules/@types/node/http2.d.ts:1318:29 - error TS1109: Expression expected.
1318 Http1ServerResponse?: Http1Response | undefined;
~
node_modules/@types/node/http2.d.ts:1319:28 - error TS1109: Expression expected.
1319 Http2ServerRequest?: Http2Request | undefined;
~
node_modules/@types/node/http2.d.ts:1320:29 - error TS1109: Expression expected.
1320 Http2ServerResponse?: Http2Response | undefined;
~
node_modules/@types/node/http2.d.ts:1325:52 - error TS1005: ',' expected.
1325 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1325:81 - error TS1109: Expression expected.
1325 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1326:22 - error TS1005: ';' expected.
1326 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~~~~~~~
node_modules/@types/node/http2.d.ts:1326:56 - error TS1005: ';' expected.
1326 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~
node_modules/@types/node/http2.d.ts:1327:23 - error TS1005: ';' expected.
1327 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~~~~~~~
node_modules/@types/node/http2.d.ts:1327:86 - error TS1109: Expression expected.
1327 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~
node_modules/@types/node/http2.d.ts:1328:5 - error TS1109: Expression expected.
1328 > extends ServerSessionOptions<Http1Request, Http1Response, Http2Request, Http2Response>, tls.TlsOptions {}
~
node_modules/@types/node/http2.d.ts:1328:7 - error TS1109: Expression expected.
1328 > extends ServerSessionOptions<Http1Request, Http1Response, Http2Request, Http2Response>, tls.TlsOptions {}
~~~~~~~
node_modules/@types/node/http2.d.ts:1328:93 - error TS1109: Expression expected.
1328 > extends ServerSessionOptions<Http1Request, Http1Response, Http2Request, Http2Response>, tls.TlsOptions {}
~
node_modules/@types/node/http2.d.ts:1328:110 - error TS1005: ';' expected.
1328 > extends ServerSessionOptions<Http1Request, Http1Response, Http2Request, Http2Response>, tls.TlsOptions {}
~
node_modules/@types/node/http2.d.ts:1331:52 - error TS1005: ',' expected.
1331 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1331:81 - error TS1109: Expression expected.
1331 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1332:22 - error TS1005: ';' expected.
1332 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~~~~~~~
node_modules/@types/node/http2.d.ts:1332:56 - error TS1005: ';' expected.
1332 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~
node_modules/@types/node/http2.d.ts:1333:23 - error TS1005: ';' expected.
1333 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~~~~~~~
node_modules/@types/node/http2.d.ts:1333:86 - error TS1109: Expression expected.
1333 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~
node_modules/@types/node/http2.d.ts:1334:5 - error TS1109: Expression expected.
1334 > extends ServerSessionOptions<Http1Request, Http1Response, Http2Request, Http2Response> {}
~
node_modules/@types/node/http2.d.ts:1334:7 - error TS1109: Expression expected.
1334 > extends ServerSessionOptions<Http1Request, Http1Response, Http2Request, Http2Response> {}
~~~~~~~
node_modules/@types/node/http2.d.ts:1337:52 - error TS1005: ',' expected.
1337 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1337:81 - error TS1109: Expression expected.
1337 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1338:22 - error TS1005: ';' expected.
1338 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~~~~~~~
node_modules/@types/node/http2.d.ts:1338:56 - error TS1005: ';' expected.
1338 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~
node_modules/@types/node/http2.d.ts:1339:23 - error TS1005: ';' expected.
1339 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~~~~~~~
node_modules/@types/node/http2.d.ts:1339:86 - error TS1109: Expression expected.
1339 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~
node_modules/@types/node/http2.d.ts:1340:5 - error TS1109: Expression expected.
1340 > extends SecureServerSessionOptions<Http1Request, Http1Response, Http2Request, Http2Response> {
~
node_modules/@types/node/http2.d.ts:1340:7 - error TS1109: Expression expected.
1340 > extends SecureServerSessionOptions<Http1Request, Http1Response, Http2Request, Http2Response> {
~~~~~~~
node_modules/@types/node/http2.d.ts:1341:41 - error TS1005: ',' expected.
1341 allowHTTP1?: boolean | undefined;
~
node_modules/@types/node/http2.d.ts:1342:26 - error TS1011: An element access expression should take an argument.
1342 origins?: string[] | undefined;
node_modules/@types/node/http2.d.ts:1342:39 - error TS1005: ',' expected.
1342 origins?: string[] | undefined;
~
node_modules/@types/node/http2.d.ts:1354:52 - error TS1005: ',' expected.
1354 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1354:81 - error TS1109: Expression expected.
1354 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1355:22 - error TS1005: ';' expected.
1355 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~~~~~~~
node_modules/@types/node/http2.d.ts:1355:56 - error TS1005: ';' expected.
1355 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~
node_modules/@types/node/http2.d.ts:1356:23 - error TS1005: ';' expected.
1356 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~~~~~~~
node_modules/@types/node/http2.d.ts:1356:86 - error TS1109: Expression expected.
1356 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~
node_modules/@types/node/http2.d.ts:1357:5 - error TS1109: Expression expected.
1357 > extends net.Server, HTTP2ServerCommon {
~
node_modules/@types/node/http2.d.ts:1357:7 - error TS1109: Expression expected.
1357 > extends net.Server, HTTP2ServerCommon {
~~~~~~~
node_modules/@types/node/http2.d.ts:1357:45 - error TS1005: ';' expected.
1357 > extends net.Server, HTTP2ServerCommon {
~
node_modules/@types/node/http2.d.ts:1359:18 - error TS1005: ',' expected.
1359 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1360:21 - error TS1005: ',' expected.
1360 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1360:107 - error TS1109: Expression expected.
1360 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1361:10 - error TS1005: ';' expected.
1361 ): this;
~
node_modules/@types/node/http2.d.ts:1363:18 - error TS1005: ',' expected.
1363 event: "request",
~
node_modules/@types/node/http2.d.ts:1364:21 - error TS1005: ',' expected.
1364 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1364:107 - error TS1109: Expression expected.
1364 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1365:10 - error TS1005: ';' expected.
1365 ): this;
~
node_modules/@types/node/http2.d.ts:1367:18 - error TS1005: ',' expected.
1367 event: "session",
~
node_modules/@types/node/http2.d.ts:1368:21 - error TS1005: ',' expected.
1368 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1368:118 - error TS1109: Expression expected.
1368 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1369:10 - error TS1005: ';' expected.
1369 ): this;
~
node_modules/@types/node/http2.d.ts:1370:26 - error TS1005: ',' expected.
1370 addListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1370:52 - error TS1005: ',' expected.
1370 addListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1370:74 - error TS1109: Expression expected.
1370 addListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1370:75 - error TS1005: ';' expected.
1370 addListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1372:18 - error TS1005: ',' expected.
1372 event: "stream",
~
node_modules/@types/node/http2.d.ts:1373:21 - error TS1005: ',' expected.
1373 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1373:103 - error TS1109: Expression expected.
1373 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1374:10 - error TS1005: ';' expected.
1374 ): this;
~
node_modules/@types/node/http2.d.ts:1375:26 - error TS1005: ',' expected.
1375 addListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1375:47 - error TS1005: ',' expected.
1375 addListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1375:59 - error TS1109: Expression expected.
1375 addListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1375:60 - error TS1005: ';' expected.
1375 addListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1376:26 - error TS1005: ',' expected.
1376 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1376:53 - error TS1005: ',' expected.
1376 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1376:79 - error TS1109: Expression expected.
1376 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1376:80 - error TS1005: ';' expected.
1376 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1378:18 - error TS1005: ',' expected.
1378 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1379:20 - error TS1005: ',' expected.
1379 request: InstanceType<Http2Request>,
~
node_modules/@types/node/http2.d.ts:1379:48 - error TS1109: Expression expected.
1379 request: InstanceType<Http2Request>,
~
node_modules/@types/node/http2.d.ts:1380:21 - error TS1005: ',' expected.
1380 response: InstanceType<Http2Response>,
~
node_modules/@types/node/http2.d.ts:1380:50 - error TS1109: Expression expected.
1380 response: InstanceType<Http2Response>,
~
node_modules/@types/node/http2.d.ts:1381:10 - error TS1005: ';' expected.
1381 ): boolean;
~
node_modules/@types/node/http2.d.ts:1382:19 - error TS1005: ',' expected.
1382 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1382:39 - error TS1005: ',' expected.
1382 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1382:67 - error TS1109: Expression expected.
1382 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1382:77 - error TS1005: ',' expected.
1382 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1382:106 - error TS1005: '(' expected.
1382 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1382:107 - error TS1005: ',' expected.
1382 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1382:116 - error TS1005: ')' expected.
1382 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1384:18 - error TS1005: ',' expected.
1384 event: "session",
~
node_modules/@types/node/http2.d.ts:1385:20 - error TS1005: ',' expected.
1385 session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,
~
node_modules/@types/node/http2.d.ts:1385:98 - error TS1109: Expression expected.
1385 session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,
~
node_modules/@types/node/http2.d.ts:1386:10 - error TS1005: ';' expected.
1386 ): boolean;
~
node_modules/@types/node/http2.d.ts:1387:19 - error TS1005: ',' expected.
1387 emit(event: "sessionError", err: Error): boolean;
~
node_modules/@types/node/http2.d.ts:1387:40 - error TS1005: ',' expected.
1387 emit(event: "sessionError", err: Error): boolean;
~
node_modules/@types/node/http2.d.ts:1387:48 - error TS1005: ';' expected.
1387 emit(event: "sessionError", err: Error): boolean;
~
node_modules/@types/node/http2.d.ts:1388:19 - error TS1005: ',' expected.
1388 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1388:37 - error TS1005: ',' expected.
1388 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1388:65 - error TS1005: ',' expected.
1388 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1388:93 - error TS1005: ',' expected.
1388 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1388:102 - error TS1005: ';' expected.
1388 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1389:19 - error TS1005: ',' expected.
1389 emit(event: "timeout"): boolean;
~
node_modules/@types/node/http2.d.ts:1389:31 - error TS1005: ';' expected.
1389 emit(event: "timeout"): boolean;
~
node_modules/@types/node/http2.d.ts:1390:19 - error TS1005: ',' expected.
1390 emit(event: string | symbol, ...args: any[]): boolean;
~
node_modules/@types/node/http2.d.ts:1390:45 - error TS1005: ',' expected.
1390 emit(event: string | symbol, ...args: any[]): boolean;
~
node_modules/@types/node/http2.d.ts:1390:51 - error TS1011: An element access expression should take an argument.
1390 emit(event: string | symbol, ...args: any[]): boolean;
node_modules/@types/node/http2.d.ts:1390:53 - error TS1005: ';' expected.
1390 emit(event: string | symbol, ...args: any[]): boolean;
~
node_modules/@types/node/http2.d.ts:1392:18 - error TS1005: ',' expected.
1392 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1393:21 - error TS1005: ',' expected.
1393 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1393:107 - error TS1109: Expression expected.
1393 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1394:10 - error TS1005: ';' expected.
1394 ): this;
~
node_modules/@types/node/http2.d.ts:1396:18 - error TS1005: ',' expected.
1396 event: "request",
~
node_modules/@types/node/http2.d.ts:1397:21 - error TS1005: ',' expected.
1397 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1397:107 - error TS1109: Expression expected.
1397 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1398:10 - error TS1005: ';' expected.
1398 ): this;
~
node_modules/@types/node/http2.d.ts:1400:18 - error TS1005: ',' expected.
1400 event: "session",
~
node_modules/@types/node/http2.d.ts:1401:21 - error TS1005: ',' expected.
1401 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1401:118 - error TS1109: Expression expected.
1401 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1402:10 - error TS1005: ';' expected.
1402 ): this;
~
node_modules/@types/node/http2.d.ts:1403:17 - error TS1005: ',' expected.
1403 on(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1403:43 - error TS1005: ',' expected.
1403 on(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1403:65 - error TS1109: Expression expected.
1403 on(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1403:66 - error TS1005: ';' expected.
1403 on(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1405:18 - error TS1005: ',' expected.
1405 event: "stream",
~
node_modules/@types/node/http2.d.ts:1406:21 - error TS1005: ',' expected.
1406 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1406:103 - error TS1109: Expression expected.
1406 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1407:10 - error TS1005: ';' expected.
1407 ): this;
~
node_modules/@types/node/http2.d.ts:1408:17 - error TS1005: ',' expected.
1408 on(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1408:38 - error TS1005: ',' expected.
1408 on(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1408:50 - error TS1109: Expression expected.
1408 on(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1408:51 - error TS1005: ';' expected.
1408 on(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1409:17 - error TS1005: ',' expected.
1409 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1409:44 - error TS1005: ',' expected.
1409 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1409:70 - error TS1109: Expression expected.
1409 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1409:71 - error TS1005: ';' expected.
1409 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1411:18 - error TS1005: ',' expected.
1411 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1412:21 - error TS1005: ',' expected.
1412 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1412:107 - error TS1109: Expression expected.
1412 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1413:10 - error TS1005: ';' expected.
1413 ): this;
~
node_modules/@types/node/http2.d.ts:1415:18 - error TS1005: ',' expected.
1415 event: "request",
~
node_modules/@types/node/http2.d.ts:1416:21 - error TS1005: ',' expected.
1416 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1416:107 - error TS1109: Expression expected.
1416 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1417:10 - error TS1005: ';' expected.
1417 ): this;
~
node_modules/@types/node/http2.d.ts:1419:18 - error TS1005: ',' expected.
1419 event: "session",
~
node_modules/@types/node/http2.d.ts:1420:21 - error TS1005: ',' expected.
1420 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1420:118 - error TS1109: Expression expected.
1420 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1421:10 - error TS1005: ';' expected.
1421 ): this;
~
node_modules/@types/node/http2.d.ts:1422:19 - error TS1005: ',' expected.
1422 once(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1422:45 - error TS1005: ',' expected.
1422 once(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1422:67 - error TS1109: Expression expected.
1422 once(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1422:68 - error TS1005: ';' expected.
1422 once(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1424:18 - error TS1005: ',' expected.
1424 event: "stream",
~
node_modules/@types/node/http2.d.ts:1425:21 - error TS1005: ',' expected.
1425 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1425:103 - error TS1109: Expression expected.
1425 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1426:10 - error TS1005: ';' expected.
1426 ): this;
~
node_modules/@types/node/http2.d.ts:1427:19 - error TS1005: ',' expected.
1427 once(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1427:40 - error TS1005: ',' expected.
1427 once(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1427:52 - error TS1109: Expression expected.
1427 once(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1427:53 - error TS1005: ';' expected.
1427 once(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1428:19 - error TS1005: ',' expected.
1428 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1428:46 - error TS1005: ',' expected.
1428 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1428:72 - error TS1109: Expression expected.
1428 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1428:73 - error TS1005: ';' expected.
1428 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1430:18 - error TS1005: ',' expected.
1430 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1431:21 - error TS1005: ',' expected.
1431 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1431:107 - error TS1109: Expression expected.
1431 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1432:10 - error TS1005: ';' expected.
1432 ): this;
~
node_modules/@types/node/http2.d.ts:1434:18 - error TS1005: ',' expected.
1434 event: "request",
~
node_modules/@types/node/http2.d.ts:1435:21 - error TS1005: ',' expected.
1435 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1435:107 - error TS1109: Expression expected.
1435 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1436:10 - error TS1005: ';' expected.
1436 ): this;
~
node_modules/@types/node/http2.d.ts:1438:18 - error TS1005: ',' expected.
1438 event: "session",
~
node_modules/@types/node/http2.d.ts:1439:21 - error TS1005: ',' expected.
1439 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1439:118 - error TS1109: Expression expected.
1439 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1440:10 - error TS1005: ';' expected.
1440 ): this;
~
node_modules/@types/node/http2.d.ts:1441:30 - error TS1005: ',' expected.
1441 prependListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1441:56 - error TS1005: ',' expected.
1441 prependListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1441:78 - error TS1109: Expression expected.
1441 prependListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1441:79 - error TS1005: ';' expected.
1441 prependListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1443:18 - error TS1005: ',' expected.
1443 event: "stream",
~
node_modules/@types/node/http2.d.ts:1444:21 - error TS1005: ',' expected.
1444 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1444:103 - error TS1109: Expression expected.
1444 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1445:10 - error TS1005: ';' expected.
1445 ): this;
~
node_modules/@types/node/http2.d.ts:1446:30 - error TS1005: ',' expected.
1446 prependListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1446:51 - error TS1005: ',' expected.
1446 prependListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1446:63 - error TS1109: Expression expected.
1446 prependListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1446:64 - error TS1005: ';' expected.
1446 prependListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1447:30 - error TS1005: ',' expected.
1447 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1447:57 - error TS1005: ',' expected.
1447 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1447:83 - error TS1109: Expression expected.
1447 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1447:84 - error TS1005: ';' expected.
1447 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1449:18 - error TS1005: ',' expected.
1449 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1450:21 - error TS1005: ',' expected.
1450 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1450:107 - error TS1109: Expression expected.
1450 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1451:10 - error TS1005: ';' expected.
1451 ): this;
~
node_modules/@types/node/http2.d.ts:1453:18 - error TS1005: ',' expected.
1453 event: "request",
~
node_modules/@types/node/http2.d.ts:1454:21 - error TS1005: ',' expected.
1454 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1454:107 - error TS1109: Expression expected.
1454 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1455:10 - error TS1005: ';' expected.
1455 ): this;
~
node_modules/@types/node/http2.d.ts:1457:18 - error TS1005: ',' expected.
1457 event: "session",
~
node_modules/@types/node/http2.d.ts:1458:21 - error TS1005: ',' expected.
1458 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1458:118 - error TS1109: Expression expected.
1458 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1459:10 - error TS1005: ';' expected.
1459 ): this;
~
node_modules/@types/node/http2.d.ts:1460:34 - error TS1005: ',' expected.
1460 prependOnceListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1460:60 - error TS1005: ',' expected.
1460 prependOnceListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1460:82 - error TS1109: Expression expected.
1460 prependOnceListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1460:83 - error TS1005: ';' expected.
1460 prependOnceListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1462:18 - error TS1005: ',' expected.
1462 event: "stream",
~
node_modules/@types/node/http2.d.ts:1463:21 - error TS1005: ',' expected.
1463 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1463:103 - error TS1109: Expression expected.
1463 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1464:10 - error TS1005: ';' expected.
1464 ): this;
~
node_modules/@types/node/http2.d.ts:1465:34 - error TS1005: ',' expected.
1465 prependOnceListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1465:55 - error TS1005: ',' expected.
1465 prependOnceListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1465:67 - error TS1109: Expression expected.
1465 prependOnceListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1465:68 - error TS1005: ';' expected.
1465 prependOnceListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1466:34 - error TS1005: ',' expected.
1466 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1466:61 - error TS1005: ',' expected.
1466 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1466:87 - error TS1109: Expression expected.
1466 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1466:88 - error TS1005: ';' expected.
1466 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1470:52 - error TS1005: ',' expected.
1470 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1470:81 - error TS1109: Expression expected.
1470 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:1471:22 - error TS1005: ';' expected.
1471 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~~~~~~~
node_modules/@types/node/http2.d.ts:1471:56 - error TS1005: ';' expected.
1471 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~
node_modules/@types/node/http2.d.ts:1472:23 - error TS1005: ';' expected.
1472 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~~~~~~~
node_modules/@types/node/http2.d.ts:1472:86 - error TS1109: Expression expected.
1472 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~
node_modules/@types/node/http2.d.ts:1473:5 - error TS1109: Expression expected.
1473 > extends tls.Server, HTTP2ServerCommon {
~
node_modules/@types/node/http2.d.ts:1473:7 - error TS1109: Expression expected.
1473 > extends tls.Server, HTTP2ServerCommon {
~~~~~~~
node_modules/@types/node/http2.d.ts:1473:45 - error TS1005: ';' expected.
1473 > extends tls.Server, HTTP2ServerCommon {
~
node_modules/@types/node/http2.d.ts:1475:18 - error TS1005: ',' expected.
1475 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1476:21 - error TS1005: ',' expected.
1476 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1476:107 - error TS1109: Expression expected.
1476 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1477:10 - error TS1005: ';' expected.
1477 ): this;
~
node_modules/@types/node/http2.d.ts:1479:18 - error TS1005: ',' expected.
1479 event: "request",
~
node_modules/@types/node/http2.d.ts:1480:21 - error TS1005: ',' expected.
1480 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1480:107 - error TS1109: Expression expected.
1480 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1481:10 - error TS1005: ';' expected.
1481 ): this;
~
node_modules/@types/node/http2.d.ts:1483:18 - error TS1005: ',' expected.
1483 event: "session",
~
node_modules/@types/node/http2.d.ts:1484:21 - error TS1005: ',' expected.
1484 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1484:118 - error TS1109: Expression expected.
1484 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1485:10 - error TS1005: ';' expected.
1485 ): this;
~
node_modules/@types/node/http2.d.ts:1486:26 - error TS1005: ',' expected.
1486 addListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1486:52 - error TS1005: ',' expected.
1486 addListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1486:74 - error TS1109: Expression expected.
1486 addListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1486:75 - error TS1005: ';' expected.
1486 addListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1488:18 - error TS1005: ',' expected.
1488 event: "stream",
~
node_modules/@types/node/http2.d.ts:1489:21 - error TS1005: ',' expected.
1489 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1489:103 - error TS1109: Expression expected.
1489 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1490:10 - error TS1005: ';' expected.
1490 ): this;
~
node_modules/@types/node/http2.d.ts:1491:26 - error TS1005: ',' expected.
1491 addListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1491:47 - error TS1005: ',' expected.
1491 addListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1491:59 - error TS1109: Expression expected.
1491 addListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1491:60 - error TS1005: ';' expected.
1491 addListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1492:26 - error TS1005: ',' expected.
1492 addListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1492:55 - error TS1005: ',' expected.
1492 addListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1492:88 - error TS1109: Expression expected.
1492 addListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1492:89 - error TS1005: ';' expected.
1492 addListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1493:26 - error TS1005: ',' expected.
1493 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1493:53 - error TS1005: ',' expected.
1493 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1493:79 - error TS1109: Expression expected.
1493 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1493:80 - error TS1005: ';' expected.
1493 addListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1495:18 - error TS1005: ',' expected.
1495 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1496:20 - error TS1005: ',' expected.
1496 request: InstanceType<Http2Request>,
~
node_modules/@types/node/http2.d.ts:1496:48 - error TS1109: Expression expected.
1496 request: InstanceType<Http2Request>,
~
node_modules/@types/node/http2.d.ts:1497:21 - error TS1005: ',' expected.
1497 response: InstanceType<Http2Response>,
~
node_modules/@types/node/http2.d.ts:1497:50 - error TS1109: Expression expected.
1497 response: InstanceType<Http2Response>,
~
node_modules/@types/node/http2.d.ts:1498:10 - error TS1005: ';' expected.
1498 ): boolean;
~
node_modules/@types/node/http2.d.ts:1499:19 - error TS1005: ',' expected.
1499 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1499:39 - error TS1005: ',' expected.
1499 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1499:67 - error TS1109: Expression expected.
1499 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1499:77 - error TS1005: ',' expected.
1499 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1499:106 - error TS1005: '(' expected.
1499 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1499:107 - error TS1005: ',' expected.
1499 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1499:116 - error TS1005: ')' expected.
1499 emit(event: "request", request: InstanceType<Http2Request>, response: InstanceType<Http2Response>): boolean;
~
node_modules/@types/node/http2.d.ts:1501:18 - error TS1005: ',' expected.
1501 event: "session",
~
node_modules/@types/node/http2.d.ts:1502:20 - error TS1005: ',' expected.
1502 session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,
~
node_modules/@types/node/http2.d.ts:1502:98 - error TS1109: Expression expected.
1502 session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>,
~
node_modules/@types/node/http2.d.ts:1503:10 - error TS1005: ';' expected.
1503 ): boolean;
~
node_modules/@types/node/http2.d.ts:1504:19 - error TS1005: ',' expected.
1504 emit(event: "sessionError", err: Error): boolean;
~
node_modules/@types/node/http2.d.ts:1504:40 - error TS1005: ',' expected.
1504 emit(event: "sessionError", err: Error): boolean;
~
node_modules/@types/node/http2.d.ts:1504:48 - error TS1005: ';' expected.
1504 emit(event: "sessionError", err: Error): boolean;
~
node_modules/@types/node/http2.d.ts:1505:19 - error TS1005: ',' expected.
1505 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1505:37 - error TS1005: ',' expected.
1505 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1505:65 - error TS1005: ',' expected.
1505 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1505:93 - error TS1005: ',' expected.
1505 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1505:102 - error TS1005: ';' expected.
1505 emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean;
~
node_modules/@types/node/http2.d.ts:1506:19 - error TS1005: ',' expected.
1506 emit(event: "timeout"): boolean;
~
node_modules/@types/node/http2.d.ts:1506:31 - error TS1005: ';' expected.
1506 emit(event: "timeout"): boolean;
~
node_modules/@types/node/http2.d.ts:1507:19 - error TS1005: ',' expected.
1507 emit(event: "unknownProtocol", socket: tls.TLSSocket): boolean;
~
node_modules/@types/node/http2.d.ts:1507:46 - error TS1005: ',' expected.
1507 emit(event: "unknownProtocol", socket: tls.TLSSocket): boolean;
~
node_modules/@types/node/http2.d.ts:1507:62 - error TS1005: ';' expected.
1507 emit(event: "unknownProtocol", socket: tls.TLSSocket): boolean;
~
node_modules/@types/node/http2.d.ts:1508:19 - error TS1005: ',' expected.
1508 emit(event: string | symbol, ...args: any[]): boolean;
~
node_modules/@types/node/http2.d.ts:1508:45 - error TS1005: ',' expected.
1508 emit(event: string | symbol, ...args: any[]): boolean;
~
node_modules/@types/node/http2.d.ts:1508:51 - error TS1011: An element access expression should take an argument.
1508 emit(event: string | symbol, ...args: any[]): boolean;
node_modules/@types/node/http2.d.ts:1508:53 - error TS1005: ';' expected.
1508 emit(event: string | symbol, ...args: any[]): boolean;
~
node_modules/@types/node/http2.d.ts:1510:18 - error TS1005: ',' expected.
1510 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1511:21 - error TS1005: ',' expected.
1511 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1511:107 - error TS1109: Expression expected.
1511 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1512:10 - error TS1005: ';' expected.
1512 ): this;
~
node_modules/@types/node/http2.d.ts:1514:18 - error TS1005: ',' expected.
1514 event: "request",
~
node_modules/@types/node/http2.d.ts:1515:21 - error TS1005: ',' expected.
1515 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1515:107 - error TS1109: Expression expected.
1515 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1516:10 - error TS1005: ';' expected.
1516 ): this;
~
node_modules/@types/node/http2.d.ts:1518:18 - error TS1005: ',' expected.
1518 event: "session",
~
node_modules/@types/node/http2.d.ts:1519:21 - error TS1005: ',' expected.
1519 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1519:118 - error TS1109: Expression expected.
1519 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1520:10 - error TS1005: ';' expected.
1520 ): this;
~
node_modules/@types/node/http2.d.ts:1521:17 - error TS1005: ',' expected.
1521 on(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1521:43 - error TS1005: ',' expected.
1521 on(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1521:65 - error TS1109: Expression expected.
1521 on(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1521:66 - error TS1005: ';' expected.
1521 on(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1523:18 - error TS1005: ',' expected.
1523 event: "stream",
~
node_modules/@types/node/http2.d.ts:1524:21 - error TS1005: ',' expected.
1524 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1524:103 - error TS1109: Expression expected.
1524 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1525:10 - error TS1005: ';' expected.
1525 ): this;
~
node_modules/@types/node/http2.d.ts:1526:17 - error TS1005: ',' expected.
1526 on(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1526:38 - error TS1005: ',' expected.
1526 on(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1526:50 - error TS1109: Expression expected.
1526 on(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1526:51 - error TS1005: ';' expected.
1526 on(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1527:17 - error TS1005: ',' expected.
1527 on(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1527:46 - error TS1005: ',' expected.
1527 on(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1527:79 - error TS1109: Expression expected.
1527 on(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1527:80 - error TS1005: ';' expected.
1527 on(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1528:17 - error TS1005: ',' expected.
1528 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1528:44 - error TS1005: ',' expected.
1528 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1528:70 - error TS1109: Expression expected.
1528 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1528:71 - error TS1005: ';' expected.
1528 on(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1530:18 - error TS1005: ',' expected.
1530 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1531:21 - error TS1005: ',' expected.
1531 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1531:107 - error TS1109: Expression expected.
1531 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1532:10 - error TS1005: ';' expected.
1532 ): this;
~
node_modules/@types/node/http2.d.ts:1534:18 - error TS1005: ',' expected.
1534 event: "request",
~
node_modules/@types/node/http2.d.ts:1535:21 - error TS1005: ',' expected.
1535 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1535:107 - error TS1109: Expression expected.
1535 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1536:10 - error TS1005: ';' expected.
1536 ): this;
~
node_modules/@types/node/http2.d.ts:1538:18 - error TS1005: ',' expected.
1538 event: "session",
~
node_modules/@types/node/http2.d.ts:1539:21 - error TS1005: ',' expected.
1539 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1539:118 - error TS1109: Expression expected.
1539 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1540:10 - error TS1005: ';' expected.
1540 ): this;
~
node_modules/@types/node/http2.d.ts:1541:19 - error TS1005: ',' expected.
1541 once(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1541:45 - error TS1005: ',' expected.
1541 once(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1541:67 - error TS1109: Expression expected.
1541 once(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1541:68 - error TS1005: ';' expected.
1541 once(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1543:18 - error TS1005: ',' expected.
1543 event: "stream",
~
node_modules/@types/node/http2.d.ts:1544:21 - error TS1005: ',' expected.
1544 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1544:103 - error TS1109: Expression expected.
1544 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1545:10 - error TS1005: ';' expected.
1545 ): this;
~
node_modules/@types/node/http2.d.ts:1546:19 - error TS1005: ',' expected.
1546 once(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1546:40 - error TS1005: ',' expected.
1546 once(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1546:52 - error TS1109: Expression expected.
1546 once(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1546:53 - error TS1005: ';' expected.
1546 once(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1547:19 - error TS1005: ',' expected.
1547 once(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1547:48 - error TS1005: ',' expected.
1547 once(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1547:81 - error TS1109: Expression expected.
1547 once(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1547:82 - error TS1005: ';' expected.
1547 once(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1548:19 - error TS1005: ',' expected.
1548 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1548:46 - error TS1005: ',' expected.
1548 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1548:72 - error TS1109: Expression expected.
1548 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1548:73 - error TS1005: ';' expected.
1548 once(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1550:18 - error TS1005: ',' expected.
1550 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1551:21 - error TS1005: ',' expected.
1551 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1551:107 - error TS1109: Expression expected.
1551 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1552:10 - error TS1005: ';' expected.
1552 ): this;
~
node_modules/@types/node/http2.d.ts:1554:18 - error TS1005: ',' expected.
1554 event: "request",
~
node_modules/@types/node/http2.d.ts:1555:21 - error TS1005: ',' expected.
1555 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1555:107 - error TS1109: Expression expected.
1555 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1556:10 - error TS1005: ';' expected.
1556 ): this;
~
node_modules/@types/node/http2.d.ts:1558:18 - error TS1005: ',' expected.
1558 event: "session",
~
node_modules/@types/node/http2.d.ts:1559:21 - error TS1005: ',' expected.
1559 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1559:118 - error TS1109: Expression expected.
1559 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1560:10 - error TS1005: ';' expected.
1560 ): this;
~
node_modules/@types/node/http2.d.ts:1561:30 - error TS1005: ',' expected.
1561 prependListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1561:56 - error TS1005: ',' expected.
1561 prependListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1561:78 - error TS1109: Expression expected.
1561 prependListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1561:79 - error TS1005: ';' expected.
1561 prependListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1563:18 - error TS1005: ',' expected.
1563 event: "stream",
~
node_modules/@types/node/http2.d.ts:1564:21 - error TS1005: ',' expected.
1564 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1564:103 - error TS1109: Expression expected.
1564 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1565:10 - error TS1005: ';' expected.
1565 ): this;
~
node_modules/@types/node/http2.d.ts:1566:30 - error TS1005: ',' expected.
1566 prependListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1566:51 - error TS1005: ',' expected.
1566 prependListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1566:63 - error TS1109: Expression expected.
1566 prependListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1566:64 - error TS1005: ';' expected.
1566 prependListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1567:30 - error TS1005: ',' expected.
1567 prependListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1567:59 - error TS1005: ',' expected.
1567 prependListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1567:92 - error TS1109: Expression expected.
1567 prependListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1567:93 - error TS1005: ';' expected.
1567 prependListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1568:30 - error TS1005: ',' expected.
1568 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1568:57 - error TS1005: ',' expected.
1568 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1568:83 - error TS1109: Expression expected.
1568 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1568:84 - error TS1005: ';' expected.
1568 prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1570:18 - error TS1005: ',' expected.
1570 event: "checkContinue",
~
node_modules/@types/node/http2.d.ts:1571:21 - error TS1005: ',' expected.
1571 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1571:107 - error TS1109: Expression expected.
1571 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1572:10 - error TS1005: ';' expected.
1572 ): this;
~
node_modules/@types/node/http2.d.ts:1574:18 - error TS1005: ',' expected.
1574 event: "request",
~
node_modules/@types/node/http2.d.ts:1575:21 - error TS1005: ',' expected.
1575 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1575:107 - error TS1109: Expression expected.
1575 listener: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1576:10 - error TS1005: ';' expected.
1576 ): this;
~
node_modules/@types/node/http2.d.ts:1578:18 - error TS1005: ',' expected.
1578 event: "session",
~
node_modules/@types/node/http2.d.ts:1579:21 - error TS1005: ',' expected.
1579 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1579:118 - error TS1109: Expression expected.
1579 listener: (session: ServerHttp2Session<Http1Request, Http1Response, Http2Request, Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:1580:10 - error TS1005: ';' expected.
1580 ): this;
~
node_modules/@types/node/http2.d.ts:1581:34 - error TS1005: ',' expected.
1581 prependOnceListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1581:60 - error TS1005: ',' expected.
1581 prependOnceListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1581:82 - error TS1109: Expression expected.
1581 prependOnceListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1581:83 - error TS1005: ';' expected.
1581 prependOnceListener(event: "sessionError", listener: (err: Error) => void): this;
~
node_modules/@types/node/http2.d.ts:1583:18 - error TS1005: ',' expected.
1583 event: "stream",
~
node_modules/@types/node/http2.d.ts:1584:21 - error TS1005: ',' expected.
1584 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1584:103 - error TS1109: Expression expected.
1584 listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void,
~
node_modules/@types/node/http2.d.ts:1585:10 - error TS1005: ';' expected.
1585 ): this;
~
node_modules/@types/node/http2.d.ts:1586:34 - error TS1005: ',' expected.
1586 prependOnceListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1586:55 - error TS1005: ',' expected.
1586 prependOnceListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1586:67 - error TS1109: Expression expected.
1586 prependOnceListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1586:68 - error TS1005: ';' expected.
1586 prependOnceListener(event: "timeout", listener: () => void): this;
~
node_modules/@types/node/http2.d.ts:1587:34 - error TS1005: ',' expected.
1587 prependOnceListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1587:63 - error TS1005: ',' expected.
1587 prependOnceListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1587:96 - error TS1109: Expression expected.
1587 prependOnceListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1587:97 - error TS1005: ';' expected.
1587 prependOnceListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/http2.d.ts:1588:34 - error TS1005: ',' expected.
1588 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1588:61 - error TS1005: ',' expected.
1588 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1588:87 - error TS1109: Expression expected.
1588 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:1588:88 - error TS1005: ';' expected.
1588 prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/http2.d.ts:2505:52 - error TS1005: ',' expected.
2505 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:2505:81 - error TS1109: Expression expected.
2505 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:2506:22 - error TS1005: ';' expected.
2506 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~~~~~~~
node_modules/@types/node/http2.d.ts:2506:56 - error TS1005: ';' expected.
2506 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~
node_modules/@types/node/http2.d.ts:2507:23 - error TS1005: ';' expected.
2507 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~~~~~~~
node_modules/@types/node/http2.d.ts:2507:86 - error TS1109: Expression expected.
2507 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~
node_modules/@types/node/http2.d.ts:2508:5 - error TS1109: Expression expected.
2508 >(
~
node_modules/@types/node/http2.d.ts:2509:16 - error TS1005: ')' expected.
2509 options: ServerOptions<Http1Request, Http1Response, Http2Request, Http2Response>,
~
node_modules/@types/node/http2.d.ts:2509:89 - error TS1109: Expression expected.
2509 options: ServerOptions<Http1Request, Http1Response, Http2Request, Http2Response>,
~
node_modules/@types/node/http2.d.ts:2510:26 - error TS1109: Expression expected.
2510 onRequestHandler?: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:2510:112 - error TS1109: Expression expected.
2510 onRequestHandler?: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:2511:5 - error TS1109: Expression expected.
2511 ): Http2Server<Http1Request, Http1Response, Http2Request, Http2Response>;
~
node_modules/@types/node/http2.d.ts:2511:6 - error TS1128: Declaration or statement expected.
2511 ): Http2Server<Http1Request, Http1Response, Http2Request, Http2Response>;
~
node_modules/@types/node/http2.d.ts:2511:77 - error TS1005: '(' expected.
2511 ): Http2Server<Http1Request, Http1Response, Http2Request, Http2Response>;
~
node_modules/@types/node/http2.d.ts:2545:52 - error TS1005: ',' expected.
2545 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:2545:81 - error TS1109: Expression expected.
2545 Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
~
node_modules/@types/node/http2.d.ts:2546:22 - error TS1005: ';' expected.
2546 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~~~~~~~
node_modules/@types/node/http2.d.ts:2546:56 - error TS1005: ';' expected.
2546 Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
~
node_modules/@types/node/http2.d.ts:2547:23 - error TS1005: ';' expected.
2547 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~~~~~~~
node_modules/@types/node/http2.d.ts:2547:86 - error TS1109: Expression expected.
2547 Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
~
node_modules/@types/node/http2.d.ts:2548:5 - error TS1109: Expression expected.
2548 >(
~
node_modules/@types/node/http2.d.ts:2549:16 - error TS1005: ')' expected.
2549 options: SecureServerOptions<Http1Request, Http1Response, Http2Request, Http2Response>,
~
node_modules/@types/node/http2.d.ts:2549:95 - error TS1109: Expression expected.
2549 options: SecureServerOptions<Http1Request, Http1Response, Http2Request, Http2Response>,
~
node_modules/@types/node/http2.d.ts:2550:26 - error TS1109: Expression expected.
2550 onRequestHandler?: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:2550:112 - error TS1109: Expression expected.
2550 onRequestHandler?: (request: InstanceType<Http2Request>, response: InstanceType<Http2Response>) => void,
~
node_modules/@types/node/http2.d.ts:2551:5 - error TS1109: Expression expected.
2551 ): Http2SecureServer<Http1Request, Http1Response, Http2Request, Http2Response>;
~
node_modules/@types/node/http2.d.ts:2551:6 - error TS1128: Declaration or statement expected.
2551 ): Http2SecureServer<Http1Request, Http1Response, Http2Request, Http2Response>;
~
node_modules/@types/node/http2.d.ts:2551:83 - error TS1005: '(' expected.
2551 ): Http2SecureServer<Http1Request, Http1Response, Http2Request, Http2Response>;
~
node_modules/@types/node/https.d.ts:13:52 - error TS1005: ',' expected.
13 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:13:65 - error TS1005: ',' expected.
13 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:13:74 - error TS1005: '(' expected.
13 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:13:76 - error TS1109: Expression expected.
13 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:14:5 - error TS1109: Expression expected.
14 > = tls.SecureContextOptions & tls.TlsOptions & http.ServerOptions<Request, Response>;
~
node_modules/@types/node/https.d.ts:14:7 - error TS1109: Expression expected.
14 > = tls.SecureContextOptions & tls.TlsOptions & http.ServerOptions<Request, Response>;
~
node_modules/@types/node/https.d.ts:14:90 - error TS1005: '(' expected.
14 > = tls.SecureContextOptions & tls.TlsOptions & http.ServerOptions<Request, Response>;
~
node_modules/@types/node/https.d.ts:37:52 - error TS1005: ',' expected.
37 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:37:76 - error TS1109: Expression expected.
37 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:38:5 - error TS1109: Expression expected.
38 > extends http.Server<Request, Response> {}
~
node_modules/@types/node/https.d.ts:38:7 - error TS1109: Expression expected.
38 > extends http.Server<Request, Response> {}
~~~~~~~
node_modules/@types/node/https.d.ts:45:52 - error TS1005: ',' expected.
45 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:45:76 - error TS1109: Expression expected.
45 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:46:5 - error TS1109: Expression expected.
46 > extends tls.Server {
~
node_modules/@types/node/https.d.ts:46:7 - error TS1109: Expression expected.
46 > extends tls.Server {
~~~~~~~
node_modules/@types/node/https.d.ts:46:26 - error TS1005: ';' expected.
46 > extends tls.Server {
~
node_modules/@types/node/https.d.ts:47:37 - error TS1109: Expression expected.
47 constructor(requestListener?: http.RequestListener<Request, Response>);
~
node_modules/@types/node/https.d.ts:47:78 - error TS1005: '(' expected.
47 constructor(requestListener?: http.RequestListener<Request, Response>);
~
node_modules/@types/node/https.d.ts:47:79 - error TS1005: ')' expected.
47 constructor(requestListener?: http.RequestListener<Request, Response>);
~
node_modules/@types/node/https.d.ts:49:20 - error TS1005: ',' expected.
49 options: ServerOptions<Request, Response>,
~
node_modules/@types/node/https.d.ts:49:54 - error TS1109: Expression expected.
49 options: ServerOptions<Request, Response>,
~
node_modules/@types/node/https.d.ts:50:29 - error TS1109: Expression expected.
50 requestListener?: http.RequestListener<Request, Response>,
~
node_modules/@types/node/https.d.ts:50:70 - error TS1109: Expression expected.
50 requestListener?: http.RequestListener<Request, Response>,
~
node_modules/@types/node/https.d.ts:56:30 - error TS1005: ';' expected.
56 closeAllConnections(): void;
~
node_modules/@types/node/https.d.ts:56:36 - error TS1109: Expression expected.
56 closeAllConnections(): void;
~
node_modules/@types/node/https.d.ts:61:31 - error TS1005: ';' expected.
61 closeIdleConnections(): void;
~
node_modules/@types/node/https.d.ts:61:37 - error TS1109: Expression expected.
61 closeIdleConnections(): void;
~
node_modules/@types/node/https.d.ts:62:26 - error TS1005: ',' expected.
62 addListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:62:44 - error TS1005: ',' expected.
62 addListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:62:70 - error TS1109: Expression expected.
62 addListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:62:71 - error TS1005: ';' expected.
62 addListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:63:26 - error TS1005: ',' expected.
63 addListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:63:46 - error TS1005: ',' expected.
63 addListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:63:96 - error TS1109: Expression expected.
63 addListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:63:97 - error TS1005: ';' expected.
63 addListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:65:18 - error TS1005: ',' expected.
65 event: "newSession",
~
node_modules/@types/node/https.d.ts:66:21 - error TS1005: ',' expected.
66 listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:66:117 - error TS1109: Expression expected.
66 listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:67:10 - error TS1005: ';' expected.
67 ): this;
~
node_modules/@types/node/https.d.ts:69:18 - error TS1005: ',' expected.
69 event: "OCSPRequest",
~
node_modules/@types/node/https.d.ts:70:21 - error TS1005: ',' expected.
70 listener: (
~
node_modules/@types/node/https.d.ts:74:22 - error TS1109: Expression expected.
74 ) => void,
~
node_modules/@types/node/https.d.ts:75:10 - error TS1005: ';' expected.
75 ): this;
~
node_modules/@types/node/https.d.ts:77:18 - error TS1005: ',' expected.
77 event: "resumeSession",
~
node_modules/@types/node/https.d.ts:78:21 - error TS1005: ',' expected.
78 listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:78:103 - error TS1109: Expression expected.
78 listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:79:10 - error TS1005: ';' expected.
79 ): this;
~
node_modules/@types/node/https.d.ts:80:26 - error TS1005: ',' expected.
80 addListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:80:56 - error TS1005: ',' expected.
80 addListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:80:92 - error TS1109: Expression expected.
80 addListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:80:93 - error TS1005: ';' expected.
80 addListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:81:26 - error TS1005: ',' expected.
81 addListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:81:54 - error TS1005: ',' expected.
81 addListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:81:102 - error TS1109: Expression expected.
81 addListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:81:103 - error TS1005: ';' expected.
81 addListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:82:26 - error TS1005: ',' expected.
82 addListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:82:45 - error TS1005: ',' expected.
82 addListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:82:57 - error TS1109: Expression expected.
82 addListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:82:58 - error TS1005: ';' expected.
82 addListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:83:26 - error TS1005: ',' expected.
83 addListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:83:50 - error TS1005: ',' expected.
83 addListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:83:76 - error TS1109: Expression expected.
83 addListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:83:77 - error TS1005: ';' expected.
83 addListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:84:26 - error TS1005: ',' expected.
84 addListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:84:45 - error TS1005: ',' expected.
84 addListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:84:67 - error TS1109: Expression expected.
84 addListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:84:68 - error TS1005: ';' expected.
84 addListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:85:26 - error TS1005: ',' expected.
85 addListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:85:49 - error TS1005: ',' expected.
85 addListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:85:61 - error TS1109: Expression expected.
85 addListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:85:62 - error TS1005: ';' expected.
85 addListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:86:26 - error TS1005: ',' expected.
86 addListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:86:53 - error TS1005: ',' expected.
86 addListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:86:94 - error TS1005: '(' expected.
86 addListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:86:95 - error TS1005: ',' expected.
86 addListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:86:101 - error TS1005: ')' expected.
86 addListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:87:26 - error TS1005: ',' expected.
87 addListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:87:56 - error TS1005: ',' expected.
87 addListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:87:97 - error TS1005: '(' expected.
87 addListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:87:98 - error TS1005: ',' expected.
87 addListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:87:104 - error TS1005: ')' expected.
87 addListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:88:26 - error TS1005: ',' expected.
88 addListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:88:51 - error TS1005: ',' expected.
88 addListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:88:89 - error TS1109: Expression expected.
88 addListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:88:90 - error TS1005: ';' expected.
88 addListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:90:18 - error TS1005: ',' expected.
90 event: "connect",
~
node_modules/@types/node/https.d.ts:91:21 - error TS1005: ',' expected.
91 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:91:89 - error TS1109: Expression expected.
91 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:92:10 - error TS1005: ';' expected.
92 ): this;
~
node_modules/@types/node/https.d.ts:93:26 - error TS1005: ',' expected.
93 addListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:93:47 - error TS1005: ',' expected.
93 addListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:93:88 - error TS1005: '(' expected.
93 addListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:93:89 - error TS1005: ',' expected.
93 addListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:93:95 - error TS1005: ')' expected.
93 addListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:95:18 - error TS1005: ',' expected.
95 event: "upgrade",
~
node_modules/@types/node/https.d.ts:96:21 - error TS1005: ',' expected.
96 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:96:89 - error TS1109: Expression expected.
96 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:97:10 - error TS1005: ';' expected.
97 ): this;
~
node_modules/@types/node/https.d.ts:98:19 - error TS1005: ',' expected.
98 emit(event: string, ...args: any[]): boolean;
~
node_modules/@types/node/https.d.ts:98:36 - error TS1005: ',' expected.
98 emit(event: string, ...args: any[]): boolean;
~
node_modules/@types/node/https.d.ts:98:42 - error TS1011: An element access expression should take an argument.
98 emit(event: string, ...args: any[]): boolean;
node_modules/@types/node/https.d.ts:98:44 - error TS1005: ';' expected.
98 emit(event: string, ...args: any[]): boolean;
~
node_modules/@types/node/https.d.ts:99:19 - error TS1005: ',' expected.
99 emit(event: "keylog", line: Buffer, tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:99:35 - error TS1005: ',' expected.
99 emit(event: "keylog", line: Buffer, tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:99:54 - error TS1005: ',' expected.
99 emit(event: "keylog", line: Buffer, tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:99:70 - error TS1005: ';' expected.
99 emit(event: "keylog", line: Buffer, tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:101:18 - error TS1005: ',' expected.
101 event: "newSession",
~
node_modules/@types/node/https.d.ts:102:22 - error TS1005: ',' expected.
102 sessionId: Buffer,
~
node_modules/@types/node/https.d.ts:103:24 - error TS1005: ',' expected.
103 sessionData: Buffer,
~
node_modules/@types/node/https.d.ts:104:21 - error TS1005: ',' expected.
104 callback: (err: Error, resp: Buffer) => void,
~
node_modules/@types/node/https.d.ts:104:57 - error TS1109: Expression expected.
104 callback: (err: Error, resp: Buffer) => void,
~
node_modules/@types/node/https.d.ts:105:10 - error TS1005: ';' expected.
105 ): boolean;
~
node_modules/@types/node/https.d.ts:107:18 - error TS1005: ',' expected.
107 event: "OCSPRequest",
~
node_modules/@types/node/https.d.ts:108:24 - error TS1005: ',' expected.
108 certificate: Buffer,
~
node_modules/@types/node/https.d.ts:109:19 - error TS1005: ',' expected.
109 issuer: Buffer,
~
node_modules/@types/node/https.d.ts:110:21 - error TS1005: ',' expected.
110 callback: (err: Error | null, resp: Buffer) => void,
~
node_modules/@types/node/https.d.ts:110:64 - error TS1109: Expression expected.
110 callback: (err: Error | null, resp: Buffer) => void,
~
node_modules/@types/node/https.d.ts:111:10 - error TS1005: ';' expected.
111 ): boolean;
~
node_modules/@types/node/https.d.ts:112:19 - error TS1005: ',' expected.
112 emit(event: "resumeSession", sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void): boolean;
~
node_modules/@types/node/https.d.ts:112:47 - error TS1005: ',' expected.
112 emit(event: "resumeSession", sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void): boolean;
~
node_modules/@types/node/https.d.ts:112:65 - error TS1005: ',' expected.
112 emit(event: "resumeSession", sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void): boolean;
~
node_modules/@types/node/https.d.ts:112:108 - error TS1109: Expression expected.
112 emit(event: "resumeSession", sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void): boolean;
~
node_modules/@types/node/https.d.ts:112:109 - error TS1005: ';' expected.
112 emit(event: "resumeSession", sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void): boolean;
~
node_modules/@types/node/https.d.ts:113:19 - error TS1005: ',' expected.
113 emit(event: "secureConnection", tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:113:50 - error TS1005: ',' expected.
113 emit(event: "secureConnection", tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:113:66 - error TS1005: ';' expected.
113 emit(event: "secureConnection", tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:114:19 - error TS1005: ',' expected.
114 emit(event: "tlsClientError", err: Error, tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:114:42 - error TS1005: ',' expected.
114 emit(event: "tlsClientError", err: Error, tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:114:60 - error TS1005: ',' expected.
114 emit(event: "tlsClientError", err: Error, tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:114:76 - error TS1005: ';' expected.
114 emit(event: "tlsClientError", err: Error, tlsSocket: tls.TLSSocket): boolean;
~
node_modules/@types/node/https.d.ts:115:19 - error TS1005: ',' expected.
115 emit(event: "close"): boolean;
~
node_modules/@types/node/https.d.ts:115:29 - error TS1005: ';' expected.
115 emit(event: "close"): boolean;
~
node_modules/@types/node/https.d.ts:116:19 - error TS1005: ',' expected.
116 emit(event: "connection", socket: Duplex): boolean;
~
node_modules/@types/node/https.d.ts:116:41 - error TS1005: ',' expected.
116 emit(event: "connection", socket: Duplex): boolean;
~
node_modules/@types/node/https.d.ts:116:50 - error TS1005: ';' expected.
116 emit(event: "connection", socket: Duplex): boolean;
~
node_modules/@types/node/https.d.ts:117:19 - error TS1005: ',' expected.
117 emit(event: "error", err: Error): boolean;
~
node_modules/@types/node/https.d.ts:117:33 - error TS1005: ',' expected.
117 emit(event: "error", err: Error): boolean;
~
node_modules/@types/node/https.d.ts:117:41 - error TS1005: ';' expected.
117 emit(event: "error", err: Error): boolean;
~
node_modules/@types/node/https.d.ts:118:19 - error TS1005: ',' expected.
118 emit(event: "listening"): boolean;
~
node_modules/@types/node/https.d.ts:118:33 - error TS1005: ';' expected.
118 emit(event: "listening"): boolean;
~
node_modules/@types/node/https.d.ts:120:18 - error TS1005: ',' expected.
120 event: "checkContinue",
~
node_modules/@types/node/https.d.ts:121:16 - error TS1005: ',' expected.
121 req: InstanceType<Request>,
~
node_modules/@types/node/https.d.ts:121:39 - error TS1109: Expression expected.
121 req: InstanceType<Request>,
~
node_modules/@types/node/https.d.ts:122:16 - error TS1005: ',' expected.
122 res: InstanceType<Response>,
~
node_modules/@types/node/https.d.ts:122:40 - error TS1109: Expression expected.
122 res: InstanceType<Response>,
~
node_modules/@types/node/https.d.ts:123:10 - error TS1005: ';' expected.
123 ): boolean;
~
node_modules/@types/node/https.d.ts:125:18 - error TS1005: ',' expected.
125 event: "checkExpectation",
~
node_modules/@types/node/https.d.ts:126:16 - error TS1005: ',' expected.
126 req: InstanceType<Request>,
~
node_modules/@types/node/https.d.ts:126:39 - error TS1109: Expression expected.
126 req: InstanceType<Request>,
~
node_modules/@types/node/https.d.ts:127:16 - error TS1005: ',' expected.
127 res: InstanceType<Response>,
~
node_modules/@types/node/https.d.ts:127:40 - error TS1109: Expression expected.
127 res: InstanceType<Response>,
~
node_modules/@types/node/https.d.ts:128:10 - error TS1005: ';' expected.
128 ): boolean;
~
node_modules/@types/node/https.d.ts:129:19 - error TS1005: ',' expected.
129 emit(event: "clientError", err: Error, socket: Duplex): boolean;
~
node_modules/@types/node/https.d.ts:129:39 - error TS1005: ',' expected.
129 emit(event: "clientError", err: Error, socket: Duplex): boolean;
~
node_modules/@types/node/https.d.ts:129:54 - error TS1005: ',' expected.
129 emit(event: "clientError", err: Error, socket: Duplex): boolean;
~
node_modules/@types/node/https.d.ts:129:63 - error TS1005: ';' expected.
129 emit(event: "clientError", err: Error, socket: Duplex): boolean;
~
node_modules/@types/node/https.d.ts:130:19 - error TS1005: ',' expected.
130 emit(event: "connect", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:130:35 - error TS1005: ',' expected.
130 emit(event: "connect", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:130:58 - error TS1109: Expression expected.
130 emit(event: "connect", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:130:66 - error TS1005: ',' expected.
130 emit(event: "connect", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:130:80 - error TS1005: ',' expected.
130 emit(event: "connect", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:130:89 - error TS1005: ';' expected.
130 emit(event: "connect", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:132:18 - error TS1005: ',' expected.
132 event: "request",
~
node_modules/@types/node/https.d.ts:133:16 - error TS1005: ',' expected.
133 req: InstanceType<Request>,
~
node_modules/@types/node/https.d.ts:133:39 - error TS1109: Expression expected.
133 req: InstanceType<Request>,
~
node_modules/@types/node/https.d.ts:134:16 - error TS1005: ',' expected.
134 res: InstanceType<Response>,
~
node_modules/@types/node/https.d.ts:134:40 - error TS1109: Expression expected.
134 res: InstanceType<Response>,
~
node_modules/@types/node/https.d.ts:135:10 - error TS1005: ';' expected.
135 ): boolean;
~
node_modules/@types/node/https.d.ts:136:19 - error TS1005: ',' expected.
136 emit(event: "upgrade", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:136:35 - error TS1005: ',' expected.
136 emit(event: "upgrade", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:136:58 - error TS1109: Expression expected.
136 emit(event: "upgrade", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:136:66 - error TS1005: ',' expected.
136 emit(event: "upgrade", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:136:80 - error TS1005: ',' expected.
136 emit(event: "upgrade", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:136:89 - error TS1005: ';' expected.
136 emit(event: "upgrade", req: InstanceType<Request>, socket: Duplex, head: Buffer): boolean;
~
node_modules/@types/node/https.d.ts:137:17 - error TS1005: ',' expected.
137 on(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:137:35 - error TS1005: ',' expected.
137 on(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:137:61 - error TS1109: Expression expected.
137 on(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:137:62 - error TS1005: ';' expected.
137 on(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:138:17 - error TS1005: ',' expected.
138 on(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:138:37 - error TS1005: ',' expected.
138 on(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:138:87 - error TS1109: Expression expected.
138 on(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:138:88 - error TS1005: ';' expected.
138 on(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:140:18 - error TS1005: ',' expected.
140 event: "newSession",
~
node_modules/@types/node/https.d.ts:141:21 - error TS1005: ',' expected.
141 listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:141:117 - error TS1109: Expression expected.
141 listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:142:10 - error TS1005: ';' expected.
142 ): this;
~
node_modules/@types/node/https.d.ts:144:18 - error TS1005: ',' expected.
144 event: "OCSPRequest",
~
node_modules/@types/node/https.d.ts:145:21 - error TS1005: ',' expected.
145 listener: (
~
node_modules/@types/node/https.d.ts:149:22 - error TS1109: Expression expected.
149 ) => void,
~
node_modules/@types/node/https.d.ts:150:10 - error TS1005: ';' expected.
150 ): this;
~
node_modules/@types/node/https.d.ts:152:18 - error TS1005: ',' expected.
152 event: "resumeSession",
~
node_modules/@types/node/https.d.ts:153:21 - error TS1005: ',' expected.
153 listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:153:103 - error TS1109: Expression expected.
153 listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:154:10 - error TS1005: ';' expected.
154 ): this;
~
node_modules/@types/node/https.d.ts:155:17 - error TS1005: ',' expected.
155 on(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:155:47 - error TS1005: ',' expected.
155 on(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:155:83 - error TS1109: Expression expected.
155 on(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:155:84 - error TS1005: ';' expected.
155 on(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:156:17 - error TS1005: ',' expected.
156 on(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:156:45 - error TS1005: ',' expected.
156 on(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:156:93 - error TS1109: Expression expected.
156 on(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:156:94 - error TS1005: ';' expected.
156 on(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:157:17 - error TS1005: ',' expected.
157 on(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:157:36 - error TS1005: ',' expected.
157 on(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:157:48 - error TS1109: Expression expected.
157 on(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:157:49 - error TS1005: ';' expected.
157 on(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:158:17 - error TS1005: ',' expected.
158 on(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:158:41 - error TS1005: ',' expected.
158 on(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:158:67 - error TS1109: Expression expected.
158 on(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:158:68 - error TS1005: ';' expected.
158 on(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:159:17 - error TS1005: ',' expected.
159 on(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:159:36 - error TS1005: ',' expected.
159 on(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:159:58 - error TS1109: Expression expected.
159 on(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:159:59 - error TS1005: ';' expected.
159 on(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:160:17 - error TS1005: ',' expected.
160 on(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:160:40 - error TS1005: ',' expected.
160 on(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:160:52 - error TS1109: Expression expected.
160 on(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:160:53 - error TS1005: ';' expected.
160 on(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:161:17 - error TS1005: ',' expected.
161 on(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:161:44 - error TS1005: ',' expected.
161 on(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:161:85 - error TS1005: '(' expected.
161 on(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:161:86 - error TS1005: ',' expected.
161 on(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:161:92 - error TS1005: ')' expected.
161 on(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:162:17 - error TS1005: ',' expected.
162 on(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:162:47 - error TS1005: ',' expected.
162 on(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:162:88 - error TS1005: '(' expected.
162 on(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:162:89 - error TS1005: ',' expected.
162 on(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:162:95 - error TS1005: ')' expected.
162 on(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:163:17 - error TS1005: ',' expected.
163 on(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:163:42 - error TS1005: ',' expected.
163 on(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:163:80 - error TS1109: Expression expected.
163 on(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:163:81 - error TS1005: ';' expected.
163 on(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:164:17 - error TS1005: ',' expected.
164 on(event: "connect", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:164:38 - error TS1005: ',' expected.
164 on(event: "connect", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:164:106 - error TS1109: Expression expected.
164 on(event: "connect", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:164:107 - error TS1005: ';' expected.
164 on(event: "connect", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:165:17 - error TS1005: ',' expected.
165 on(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:165:38 - error TS1005: ',' expected.
165 on(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:165:79 - error TS1005: '(' expected.
165 on(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:165:80 - error TS1005: ',' expected.
165 on(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:165:86 - error TS1005: ')' expected.
165 on(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:166:17 - error TS1005: ',' expected.
166 on(event: "upgrade", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:166:38 - error TS1005: ',' expected.
166 on(event: "upgrade", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:166:106 - error TS1109: Expression expected.
166 on(event: "upgrade", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:166:107 - error TS1005: ';' expected.
166 on(event: "upgrade", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:167:19 - error TS1005: ',' expected.
167 once(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:167:37 - error TS1005: ',' expected.
167 once(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:167:63 - error TS1109: Expression expected.
167 once(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:167:64 - error TS1005: ';' expected.
167 once(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:168:19 - error TS1005: ',' expected.
168 once(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:168:39 - error TS1005: ',' expected.
168 once(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:168:89 - error TS1109: Expression expected.
168 once(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:168:90 - error TS1005: ';' expected.
168 once(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:170:18 - error TS1005: ',' expected.
170 event: "newSession",
~
node_modules/@types/node/https.d.ts:171:21 - error TS1005: ',' expected.
171 listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:171:117 - error TS1109: Expression expected.
171 listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:172:10 - error TS1005: ';' expected.
172 ): this;
~
node_modules/@types/node/https.d.ts:174:18 - error TS1005: ',' expected.
174 event: "OCSPRequest",
~
node_modules/@types/node/https.d.ts:175:21 - error TS1005: ',' expected.
175 listener: (
~
node_modules/@types/node/https.d.ts:179:22 - error TS1109: Expression expected.
179 ) => void,
~
node_modules/@types/node/https.d.ts:180:10 - error TS1005: ';' expected.
180 ): this;
~
node_modules/@types/node/https.d.ts:182:18 - error TS1005: ',' expected.
182 event: "resumeSession",
~
node_modules/@types/node/https.d.ts:183:21 - error TS1005: ',' expected.
183 listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:183:103 - error TS1109: Expression expected.
183 listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:184:10 - error TS1005: ';' expected.
184 ): this;
~
node_modules/@types/node/https.d.ts:185:19 - error TS1005: ',' expected.
185 once(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:185:49 - error TS1005: ',' expected.
185 once(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:185:85 - error TS1109: Expression expected.
185 once(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:185:86 - error TS1005: ';' expected.
185 once(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:186:19 - error TS1005: ',' expected.
186 once(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:186:47 - error TS1005: ',' expected.
186 once(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:186:95 - error TS1109: Expression expected.
186 once(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:186:96 - error TS1005: ';' expected.
186 once(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:187:19 - error TS1005: ',' expected.
187 once(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:187:38 - error TS1005: ',' expected.
187 once(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:187:50 - error TS1109: Expression expected.
187 once(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:187:51 - error TS1005: ';' expected.
187 once(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:188:19 - error TS1005: ',' expected.
188 once(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:188:43 - error TS1005: ',' expected.
188 once(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:188:69 - error TS1109: Expression expected.
188 once(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:188:70 - error TS1005: ';' expected.
188 once(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:189:19 - error TS1005: ',' expected.
189 once(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:189:38 - error TS1005: ',' expected.
189 once(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:189:60 - error TS1109: Expression expected.
189 once(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:189:61 - error TS1005: ';' expected.
189 once(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:190:19 - error TS1005: ',' expected.
190 once(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:190:42 - error TS1005: ',' expected.
190 once(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:190:54 - error TS1109: Expression expected.
190 once(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:190:55 - error TS1005: ';' expected.
190 once(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:191:19 - error TS1005: ',' expected.
191 once(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:191:46 - error TS1005: ',' expected.
191 once(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:191:87 - error TS1005: '(' expected.
191 once(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:191:88 - error TS1005: ',' expected.
191 once(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:191:94 - error TS1005: ')' expected.
191 once(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:192:19 - error TS1005: ',' expected.
192 once(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:192:49 - error TS1005: ',' expected.
192 once(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:192:90 - error TS1005: '(' expected.
192 once(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:192:91 - error TS1005: ',' expected.
192 once(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:192:97 - error TS1005: ')' expected.
192 once(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:193:19 - error TS1005: ',' expected.
193 once(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:193:44 - error TS1005: ',' expected.
193 once(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:193:82 - error TS1109: Expression expected.
193 once(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:193:83 - error TS1005: ';' expected.
193 once(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:194:19 - error TS1005: ',' expected.
194 once(event: "connect", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:194:40 - error TS1005: ',' expected.
194 once(event: "connect", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:194:108 - error TS1109: Expression expected.
194 once(event: "connect", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:194:109 - error TS1005: ';' expected.
194 once(event: "connect", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:195:19 - error TS1005: ',' expected.
195 once(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:195:40 - error TS1005: ',' expected.
195 once(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:195:81 - error TS1005: '(' expected.
195 once(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:195:82 - error TS1005: ',' expected.
195 once(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:195:88 - error TS1005: ')' expected.
195 once(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:196:19 - error TS1005: ',' expected.
196 once(event: "upgrade", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:196:40 - error TS1005: ',' expected.
196 once(event: "upgrade", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:196:108 - error TS1109: Expression expected.
196 once(event: "upgrade", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:196:109 - error TS1005: ';' expected.
196 once(event: "upgrade", listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void): this;
~
node_modules/@types/node/https.d.ts:197:30 - error TS1005: ',' expected.
197 prependListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:197:48 - error TS1005: ',' expected.
197 prependListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:197:74 - error TS1109: Expression expected.
197 prependListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:197:75 - error TS1005: ';' expected.
197 prependListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:198:30 - error TS1005: ',' expected.
198 prependListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:198:50 - error TS1005: ',' expected.
198 prependListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:198:100 - error TS1109: Expression expected.
198 prependListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:198:101 - error TS1005: ';' expected.
198 prependListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:200:18 - error TS1005: ',' expected.
200 event: "newSession",
~
node_modules/@types/node/https.d.ts:201:21 - error TS1005: ',' expected.
201 listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:201:117 - error TS1109: Expression expected.
201 listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:202:10 - error TS1005: ';' expected.
202 ): this;
~
node_modules/@types/node/https.d.ts:204:18 - error TS1005: ',' expected.
204 event: "OCSPRequest",
~
node_modules/@types/node/https.d.ts:205:21 - error TS1005: ',' expected.
205 listener: (
~
node_modules/@types/node/https.d.ts:209:22 - error TS1109: Expression expected.
209 ) => void,
~
node_modules/@types/node/https.d.ts:210:10 - error TS1005: ';' expected.
210 ): this;
~
node_modules/@types/node/https.d.ts:212:18 - error TS1005: ',' expected.
212 event: "resumeSession",
~
node_modules/@types/node/https.d.ts:213:21 - error TS1005: ',' expected.
213 listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:213:103 - error TS1109: Expression expected.
213 listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:214:10 - error TS1005: ';' expected.
214 ): this;
~
node_modules/@types/node/https.d.ts:215:30 - error TS1005: ',' expected.
215 prependListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:215:60 - error TS1005: ',' expected.
215 prependListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:215:96 - error TS1109: Expression expected.
215 prependListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:215:97 - error TS1005: ';' expected.
215 prependListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:216:30 - error TS1005: ',' expected.
216 prependListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:216:58 - error TS1005: ',' expected.
216 prependListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:216:106 - error TS1109: Expression expected.
216 prependListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:216:107 - error TS1005: ';' expected.
216 prependListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:217:30 - error TS1005: ',' expected.
217 prependListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:217:49 - error TS1005: ',' expected.
217 prependListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:217:61 - error TS1109: Expression expected.
217 prependListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:217:62 - error TS1005: ';' expected.
217 prependListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:218:30 - error TS1005: ',' expected.
218 prependListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:218:54 - error TS1005: ',' expected.
218 prependListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:218:80 - error TS1109: Expression expected.
218 prependListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:218:81 - error TS1005: ';' expected.
218 prependListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:219:30 - error TS1005: ',' expected.
219 prependListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:219:49 - error TS1005: ',' expected.
219 prependListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:219:71 - error TS1109: Expression expected.
219 prependListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:219:72 - error TS1005: ';' expected.
219 prependListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:220:30 - error TS1005: ',' expected.
220 prependListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:220:53 - error TS1005: ',' expected.
220 prependListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:220:65 - error TS1109: Expression expected.
220 prependListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:220:66 - error TS1005: ';' expected.
220 prependListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:221:30 - error TS1005: ',' expected.
221 prependListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:221:57 - error TS1005: ',' expected.
221 prependListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:221:98 - error TS1005: '(' expected.
221 prependListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:221:99 - error TS1005: ',' expected.
221 prependListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:221:105 - error TS1005: ')' expected.
221 prependListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:222:30 - error TS1005: ',' expected.
222 prependListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:222:60 - error TS1005: ',' expected.
222 prependListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:222:101 - error TS1005: '(' expected.
222 prependListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:222:102 - error TS1005: ',' expected.
222 prependListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:222:108 - error TS1005: ')' expected.
222 prependListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:223:30 - error TS1005: ',' expected.
223 prependListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:223:55 - error TS1005: ',' expected.
223 prependListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:223:93 - error TS1109: Expression expected.
223 prependListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:223:94 - error TS1005: ';' expected.
223 prependListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:225:18 - error TS1005: ',' expected.
225 event: "connect",
~
node_modules/@types/node/https.d.ts:226:21 - error TS1005: ',' expected.
226 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:226:89 - error TS1109: Expression expected.
226 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:227:10 - error TS1005: ';' expected.
227 ): this;
~
node_modules/@types/node/https.d.ts:228:30 - error TS1005: ',' expected.
228 prependListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:228:51 - error TS1005: ',' expected.
228 prependListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:228:92 - error TS1005: '(' expected.
228 prependListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:228:93 - error TS1005: ',' expected.
228 prependListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:228:99 - error TS1005: ')' expected.
228 prependListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:230:18 - error TS1005: ',' expected.
230 event: "upgrade",
~
node_modules/@types/node/https.d.ts:231:21 - error TS1005: ',' expected.
231 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:231:89 - error TS1109: Expression expected.
231 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:232:10 - error TS1005: ';' expected.
232 ): this;
~
node_modules/@types/node/https.d.ts:233:34 - error TS1005: ',' expected.
233 prependOnceListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:233:52 - error TS1005: ',' expected.
233 prependOnceListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:233:78 - error TS1109: Expression expected.
233 prependOnceListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:233:79 - error TS1005: ';' expected.
233 prependOnceListener(event: string, listener: (...args: any[]) => void): this;
~
node_modules/@types/node/https.d.ts:234:34 - error TS1005: ',' expected.
234 prependOnceListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:234:54 - error TS1005: ',' expected.
234 prependOnceListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:234:104 - error TS1109: Expression expected.
234 prependOnceListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:234:105 - error TS1005: ';' expected.
234 prependOnceListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:236:18 - error TS1005: ',' expected.
236 event: "newSession",
~
node_modules/@types/node/https.d.ts:237:21 - error TS1005: ',' expected.
237 listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:237:117 - error TS1109: Expression expected.
237 listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:238:10 - error TS1005: ';' expected.
238 ): this;
~
node_modules/@types/node/https.d.ts:240:18 - error TS1005: ',' expected.
240 event: "OCSPRequest",
~
node_modules/@types/node/https.d.ts:241:21 - error TS1005: ',' expected.
241 listener: (
~
node_modules/@types/node/https.d.ts:245:22 - error TS1109: Expression expected.
245 ) => void,
~
node_modules/@types/node/https.d.ts:246:10 - error TS1005: ';' expected.
246 ): this;
~
node_modules/@types/node/https.d.ts:248:18 - error TS1005: ',' expected.
248 event: "resumeSession",
~
node_modules/@types/node/https.d.ts:249:21 - error TS1005: ',' expected.
249 listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:249:103 - error TS1109: Expression expected.
249 listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void,
~
node_modules/@types/node/https.d.ts:250:10 - error TS1005: ';' expected.
250 ): this;
~
node_modules/@types/node/https.d.ts:251:34 - error TS1005: ',' expected.
251 prependOnceListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:251:64 - error TS1005: ',' expected.
251 prependOnceListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:251:100 - error TS1109: Expression expected.
251 prependOnceListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:251:101 - error TS1005: ';' expected.
251 prependOnceListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:252:34 - error TS1005: ',' expected.
252 prependOnceListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:252:62 - error TS1005: ',' expected.
252 prependOnceListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:252:110 - error TS1109: Expression expected.
252 prependOnceListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:252:111 - error TS1005: ';' expected.
252 prependOnceListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this;
~
node_modules/@types/node/https.d.ts:253:34 - error TS1005: ',' expected.
253 prependOnceListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:253:53 - error TS1005: ',' expected.
253 prependOnceListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:253:65 - error TS1109: Expression expected.
253 prependOnceListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:253:66 - error TS1005: ';' expected.
253 prependOnceListener(event: "close", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:254:34 - error TS1005: ',' expected.
254 prependOnceListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:254:58 - error TS1005: ',' expected.
254 prependOnceListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:254:84 - error TS1109: Expression expected.
254 prependOnceListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:254:85 - error TS1005: ';' expected.
254 prependOnceListener(event: "connection", listener: (socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:255:34 - error TS1005: ',' expected.
255 prependOnceListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:255:53 - error TS1005: ',' expected.
255 prependOnceListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:255:75 - error TS1109: Expression expected.
255 prependOnceListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:255:76 - error TS1005: ';' expected.
255 prependOnceListener(event: "error", listener: (err: Error) => void): this;
~
node_modules/@types/node/https.d.ts:256:34 - error TS1005: ',' expected.
256 prependOnceListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:256:57 - error TS1005: ',' expected.
256 prependOnceListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:256:69 - error TS1109: Expression expected.
256 prependOnceListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:256:70 - error TS1005: ';' expected.
256 prependOnceListener(event: "listening", listener: () => void): this;
~
node_modules/@types/node/https.d.ts:257:34 - error TS1005: ',' expected.
257 prependOnceListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:257:61 - error TS1005: ',' expected.
257 prependOnceListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:257:102 - error TS1005: '(' expected.
257 prependOnceListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:257:103 - error TS1005: ',' expected.
257 prependOnceListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:257:109 - error TS1005: ')' expected.
257 prependOnceListener(event: "checkContinue", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:258:34 - error TS1005: ',' expected.
258 prependOnceListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:258:64 - error TS1005: ',' expected.
258 prependOnceListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:258:105 - error TS1005: '(' expected.
258 prependOnceListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:258:106 - error TS1005: ',' expected.
258 prependOnceListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:258:112 - error TS1005: ')' expected.
258 prependOnceListener(event: "checkExpectation", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:259:34 - error TS1005: ',' expected.
259 prependOnceListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:259:59 - error TS1005: ',' expected.
259 prependOnceListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:259:97 - error TS1109: Expression expected.
259 prependOnceListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:259:98 - error TS1005: ';' expected.
259 prependOnceListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this;
~
node_modules/@types/node/https.d.ts:261:18 - error TS1005: ',' expected.
261 event: "connect",
~
node_modules/@types/node/https.d.ts:262:21 - error TS1005: ',' expected.
262 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:262:89 - error TS1109: Expression expected.
262 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:263:10 - error TS1005: ';' expected.
263 ): this;
~
node_modules/@types/node/https.d.ts:264:34 - error TS1005: ',' expected.
264 prependOnceListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:264:55 - error TS1005: ',' expected.
264 prependOnceListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:264:96 - error TS1005: '(' expected.
264 prependOnceListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:264:97 - error TS1005: ',' expected.
264 prependOnceListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:264:103 - error TS1005: ')' expected.
264 prependOnceListener(event: "request", listener: http.RequestListener<Request, Response>): this;
~
node_modules/@types/node/https.d.ts:266:18 - error TS1005: ',' expected.
266 event: "upgrade",
~
node_modules/@types/node/https.d.ts:267:21 - error TS1005: ',' expected.
267 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:267:89 - error TS1109: Expression expected.
267 listener: (req: InstanceType<Request>, socket: Duplex, head: Buffer) => void,
~
node_modules/@types/node/https.d.ts:268:10 - error TS1005: ';' expected.
268 ): this;
~
node_modules/@types/node/https.d.ts:309:52 - error TS1005: ',' expected.
309 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:309:76 - error TS1109: Expression expected.
309 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:310:5 - error TS1109: Expression expected.
310 >(requestListener?: http.RequestListener<Request, Response>): Server<Request, Response>;
~
node_modules/@types/node/https.d.ts:310:23 - error TS1109: Expression expected.
310 >(requestListener?: http.RequestListener<Request, Response>): Server<Request, Response>;
~
node_modules/@types/node/https.d.ts:310:64 - error TS1005: '(' expected.
310 >(requestListener?: http.RequestListener<Request, Response>): Server<Request, Response>;
~
node_modules/@types/node/https.d.ts:310:65 - error TS1005: ')' expected.
310 >(requestListener?: http.RequestListener<Request, Response>): Server<Request, Response>;
~
node_modules/@types/node/https.d.ts:310:92 - error TS1005: '(' expected.
310 >(requestListener?: http.RequestListener<Request, Response>): Server<Request, Response>;
~
node_modules/@types/node/https.d.ts:313:52 - error TS1005: ',' expected.
313 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:313:76 - error TS1109: Expression expected.
313 Response extends typeof http.ServerResponse<InstanceType<Request>> = typeof http.ServerResponse,
~
node_modules/@types/node/https.d.ts:314:5 - error TS1109: Expression expected.
314 >(
~
node_modules/@types/node/https.d.ts:315:16 - error TS1005: ')' expected.
315 options: ServerOptions<Request, Response>,
~
node_modules/@types/node/https.d.ts:315:50 - error TS1109: Expression expected.
315 options: ServerOptions<Request, Response>,
~
node_modules/@types/node/https.d.ts:316:25 - error TS1109: Expression expected.
316 requestListener?: http.RequestListener<Request, Response>,
~
node_modules/@types/node/https.d.ts:316:66 - error TS1109: Expression expected.
316 requestListener?: http.RequestListener<Request, Response>,
~
node_modules/@types/node/https.d.ts:317:5 - error TS1109: Expression expected.
317 ): Server<Request, Response>;
~
node_modules/@types/node/https.d.ts:317:6 - error TS1128: Declaration or statement expected.
317 ): Server<Request, Response>;
~
node_modules/@types/node/https.d.ts:317:33 - error TS1005: '(' expected.
317 ): Server<Request, Response>;
~
Found 1410 errors.
--- end ---
Traceback (most recent call last):
File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 325, in npm_test
self.check_call(["npm", "test"])
File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/shell2.py", line 63, in check_call
res.check_returncode()
File "/usr/lib/python3.11/subprocess.py", line 502, in check_returncode
raise CalledProcessError(self.returncode, self.args, self.stdout,
subprocess.CalledProcessError: Command '['/usr/bin/npm', 'test']' returned non-zero exit status 2.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 2026, in main
libup.run(args.repo, args.output, args.branch)
File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 1962, in run
self.npm_upgrade(plan)
File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 1256, in npm_upgrade
self.npm_test()
File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/__init__.py", line 331, in npm_test
self.check_call(["npm", "test"])
File "/venv/lib/python3.11/site-packages/runner-0.1.0-py3.11.egg/runner/shell2.py", line 63, in check_call
res.check_returncode()
File "/usr/lib/python3.11/subprocess.py", line 502, in check_returncode
raise CalledProcessError(self.returncode, self.args, self.stdout,
subprocess.CalledProcessError: Command '['/usr/bin/npm', 'test']' returned non-zero exit status 2.