testeranto 0.125.3 → 0.129.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +248 -6
- package/dist/common/src/Node.js +5 -0
- package/dist/common/src/PM/base.js +6 -0
- package/dist/common/src/PM/index.js +0 -1
- package/dist/common/src/PM/main.js +84 -22
- package/dist/common/src/PM/web.js +1 -1
- package/dist/common/src/ReportServer.js +39 -2
- package/dist/common/src/build.js +41 -6
- package/dist/common/src/lib/abstractBase.js +22 -107
- package/dist/common/src/lib/basebuilder.js +20 -21
- package/dist/common/src/lib/classBuilder.js +12 -1
- package/dist/common/src/lib/core.js +1 -8
- package/dist/common/src/lib/index.js +2 -5
- package/dist/common/src/lib/pmProxy.js +294 -0
- package/dist/common/testeranto.config.js +43 -34
- package/dist/common/tsconfig.common.tsbuildinfo +1 -1
- package/dist/module/src/Node.js +5 -0
- package/dist/module/src/PM/base.js +6 -0
- package/dist/module/src/PM/index.js +0 -1
- package/dist/module/src/PM/main.js +84 -22
- package/dist/module/src/PM/web.js +1 -1
- package/dist/module/src/Project.js +6 -6
- package/dist/module/src/ReportClient.js +3 -3
- package/dist/module/src/ReportServer.js +39 -2
- package/dist/module/src/build.js +41 -6
- package/dist/module/src/lib/abstractBase.js +22 -107
- package/dist/module/src/lib/basebuilder.js +20 -21
- package/dist/module/src/lib/classBuilder.js +12 -1
- package/dist/module/src/lib/core.js +1 -8
- package/dist/module/src/lib/index.js +2 -5
- package/dist/module/src/lib/pmProxy.js +285 -0
- package/dist/module/testeranto.config.js +40 -34
- package/dist/module/tsconfig.module.tsbuildinfo +1 -1
- package/dist/prebuild/Project.css +1 -26
- package/dist/prebuild/Project.js +4 -4
- package/dist/prebuild/ReportClient.css +1 -26
- package/dist/prebuild/ReportClient.js +3 -3
- package/dist/prebuild/ReportServer.mjs +1 -2
- package/dist/prebuild/TestReport.css +1 -26
- package/dist/prebuild/build.mjs +42 -7
- package/dist/prebuild/run.mjs +95 -20
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/PM/web.d.ts +1 -1
- package/dist/types/src/Types.d.ts +2 -1
- package/dist/types/src/lib/abstractBase.d.ts +4 -6
- package/dist/types/src/lib/index.d.ts +1 -1
- package/dist/types/src/lib/pmProxy.d.ts +7 -0
- package/dist/types/tsconfig.types.tsbuildinfo +1 -1
- package/package.json +14 -7
- package/src/Init.ts +1 -0
- package/src/Node.ts +6 -0
- package/src/PM/base.ts +8 -0
- package/src/PM/index.ts +2 -7
- package/src/PM/main.ts +128 -26
- package/src/PM/web.ts +3 -3
- package/src/Project.tsx +6 -6
- package/src/ReportClient.tsx +3 -3
- package/src/ReportServer.ts +43 -2
- package/src/Types.ts +3 -2
- package/src/build.ts +47 -6
- package/src/lib/abstractBase.ts +45 -184
- package/src/lib/basebuilder.ts +25 -28
- package/src/lib/classBuilder.ts +13 -2
- package/src/lib/core.ts +10 -14
- package/src/lib/index.ts +6 -29
- package/src/lib/pmProxy.ts +366 -0
- package/testeranto/bundles/node/{react → redux}/metafile.json +186 -254
- package/testeranto/bundles/pure/redux/metafile.json +554 -0
- package/testeranto/bundles/web/redux/metafile.json +504 -0
- package/testeranto/bundles/web/{react/src/SubPackages/react-test-renderer/component → redux}/test/web.html +1 -1
- package/testeranto/index.html +1 -1
- package/testeranto/reports/{react → redux}/config.json +26 -10
- package/testeranto/reports/{react → redux}/index.html +5 -5
- package/testeranto/reports/redux/summary.json +20 -0
- package/testeranto.config.ts +46 -34
- package/tsc.log +3 -1
- package/testeranto/bundles/node/react/src/SubPackages/react-test-renderer/component/test/node.mjs +0 -24687
- package/testeranto/bundles/pure/react/metafile.json +0 -8
- package/testeranto/bundles/pure/react/src/SubPackages/react-test-renderer/component/test/pure.mjs +0 -24625
- package/testeranto/bundles/web/react/metafile.json +0 -8
- package/testeranto/bundles/web/react/src/SubPackages/react-test-renderer/component/test/web.mjs +0 -21290
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/node/node/console_log.txt +0 -0
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/pure/pure/bdd_errors.txt +0 -1
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/pure/pure/featurePrompt.txt +0 -0
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/pure/pure/lint_errors.json +0 -3381
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/pure/pure/littleBoard.html +0 -20
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/pure/pure/log.txt +0 -40
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/pure/pure/prompt.txt +0 -24
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/pure/pure/tests.json +0 -132
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/pure/pure/type_errors.txt +0 -17
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/web/web/bdd_errors.txt +0 -1
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/web/web/console_log.txt +0 -1
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/web/web/lint_errors.json +0 -2947
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/web/web/littleBoard.html +0 -20
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/web/web/log.txt +0 -40
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/web/web/prompt.txt +0 -23
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/web/web/tests.json +0 -132
- package/testeranto/reports/react/src/SubPackages/react-test-renderer/component/test/web/web/type_errors.txt +0 -18
- package/testeranto/reports/react/summary.json +0 -8
|
@@ -1,3381 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"filePath": "/Users/adam/Code/testeranto/src/PM/index.ts",
|
|
4
|
-
"messages": [
|
|
5
|
-
{
|
|
6
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
7
|
-
"severity": 2,
|
|
8
|
-
"message": "'CdpPage' is defined but never used.",
|
|
9
|
-
"line": 3,
|
|
10
|
-
"column": 3,
|
|
11
|
-
"nodeType": null,
|
|
12
|
-
"messageId": "unusedVar",
|
|
13
|
-
"endLine": 3,
|
|
14
|
-
"endColumn": 10
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
18
|
-
"severity": 2,
|
|
19
|
-
"message": "'fPaths' is assigned a value but never used.",
|
|
20
|
-
"line": 9,
|
|
21
|
-
"column": 7,
|
|
22
|
-
"nodeType": null,
|
|
23
|
-
"messageId": "unusedVar",
|
|
24
|
-
"endLine": 9,
|
|
25
|
-
"endColumn": 13
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
29
|
-
"severity": 2,
|
|
30
|
-
"message": "Unexpected any. Specify a different type.",
|
|
31
|
-
"line": 12,
|
|
32
|
-
"column": 11,
|
|
33
|
-
"nodeType": "TSAnyKeyword",
|
|
34
|
-
"messageId": "unexpectedAny",
|
|
35
|
-
"endLine": 12,
|
|
36
|
-
"endColumn": 14,
|
|
37
|
-
"suggestions": [
|
|
38
|
-
{
|
|
39
|
-
"messageId": "suggestUnknown",
|
|
40
|
-
"fix": {
|
|
41
|
-
"range": [
|
|
42
|
-
280,
|
|
43
|
-
283
|
|
44
|
-
],
|
|
45
|
-
"text": "unknown"
|
|
46
|
-
},
|
|
47
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"messageId": "suggestNever",
|
|
51
|
-
"fix": {
|
|
52
|
-
"range": [
|
|
53
|
-
280,
|
|
54
|
-
283
|
|
55
|
-
],
|
|
56
|
-
"text": "never"
|
|
57
|
-
},
|
|
58
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
59
|
-
}
|
|
60
|
-
]
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
64
|
-
"severity": 2,
|
|
65
|
-
"message": "Unexpected any. Specify a different type.",
|
|
66
|
-
"line": 19,
|
|
67
|
-
"column": 33,
|
|
68
|
-
"nodeType": "TSAnyKeyword",
|
|
69
|
-
"messageId": "unexpectedAny",
|
|
70
|
-
"endLine": 19,
|
|
71
|
-
"endColumn": 36,
|
|
72
|
-
"suggestions": [
|
|
73
|
-
{
|
|
74
|
-
"messageId": "suggestUnknown",
|
|
75
|
-
"fix": {
|
|
76
|
-
"range": [
|
|
77
|
-
526,
|
|
78
|
-
529
|
|
79
|
-
],
|
|
80
|
-
"text": "unknown"
|
|
81
|
-
},
|
|
82
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"messageId": "suggestNever",
|
|
86
|
-
"fix": {
|
|
87
|
-
"range": [
|
|
88
|
-
526,
|
|
89
|
-
529
|
|
90
|
-
],
|
|
91
|
-
"text": "never"
|
|
92
|
-
},
|
|
93
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
94
|
-
}
|
|
95
|
-
]
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
99
|
-
"severity": 2,
|
|
100
|
-
"message": "Unexpected any. Specify a different type.",
|
|
101
|
-
"line": 20,
|
|
102
|
-
"column": 37,
|
|
103
|
-
"nodeType": "TSAnyKeyword",
|
|
104
|
-
"messageId": "unexpectedAny",
|
|
105
|
-
"endLine": 20,
|
|
106
|
-
"endColumn": 40,
|
|
107
|
-
"suggestions": [
|
|
108
|
-
{
|
|
109
|
-
"messageId": "suggestUnknown",
|
|
110
|
-
"fix": {
|
|
111
|
-
"range": [
|
|
112
|
-
567,
|
|
113
|
-
570
|
|
114
|
-
],
|
|
115
|
-
"text": "unknown"
|
|
116
|
-
},
|
|
117
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"messageId": "suggestNever",
|
|
121
|
-
"fix": {
|
|
122
|
-
"range": [
|
|
123
|
-
567,
|
|
124
|
-
570
|
|
125
|
-
],
|
|
126
|
-
"text": "never"
|
|
127
|
-
},
|
|
128
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
129
|
-
}
|
|
130
|
-
]
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
134
|
-
"severity": 2,
|
|
135
|
-
"message": "Unexpected any. Specify a different type.",
|
|
136
|
-
"line": 21,
|
|
137
|
-
"column": 26,
|
|
138
|
-
"nodeType": "TSAnyKeyword",
|
|
139
|
-
"messageId": "unexpectedAny",
|
|
140
|
-
"endLine": 21,
|
|
141
|
-
"endColumn": 29,
|
|
142
|
-
"suggestions": [
|
|
143
|
-
{
|
|
144
|
-
"messageId": "suggestUnknown",
|
|
145
|
-
"fix": {
|
|
146
|
-
"range": [
|
|
147
|
-
597,
|
|
148
|
-
600
|
|
149
|
-
],
|
|
150
|
-
"text": "unknown"
|
|
151
|
-
},
|
|
152
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"messageId": "suggestNever",
|
|
156
|
-
"fix": {
|
|
157
|
-
"range": [
|
|
158
|
-
597,
|
|
159
|
-
600
|
|
160
|
-
],
|
|
161
|
-
"text": "never"
|
|
162
|
-
},
|
|
163
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
164
|
-
}
|
|
165
|
-
]
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
169
|
-
"severity": 2,
|
|
170
|
-
"message": "Unexpected any. Specify a different type.",
|
|
171
|
-
"line": 27,
|
|
172
|
-
"column": 59,
|
|
173
|
-
"nodeType": "TSAnyKeyword",
|
|
174
|
-
"messageId": "unexpectedAny",
|
|
175
|
-
"endLine": 27,
|
|
176
|
-
"endColumn": 62,
|
|
177
|
-
"suggestions": [
|
|
178
|
-
{
|
|
179
|
-
"messageId": "suggestUnknown",
|
|
180
|
-
"fix": {
|
|
181
|
-
"range": [
|
|
182
|
-
781,
|
|
183
|
-
784
|
|
184
|
-
],
|
|
185
|
-
"text": "unknown"
|
|
186
|
-
},
|
|
187
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"messageId": "suggestNever",
|
|
191
|
-
"fix": {
|
|
192
|
-
"range": [
|
|
193
|
-
781,
|
|
194
|
-
784
|
|
195
|
-
],
|
|
196
|
-
"text": "never"
|
|
197
|
-
},
|
|
198
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
199
|
-
}
|
|
200
|
-
]
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
204
|
-
"severity": 2,
|
|
205
|
-
"message": "Unexpected any. Specify a different type.",
|
|
206
|
-
"line": 30,
|
|
207
|
-
"column": 39,
|
|
208
|
-
"nodeType": "TSAnyKeyword",
|
|
209
|
-
"messageId": "unexpectedAny",
|
|
210
|
-
"endLine": 30,
|
|
211
|
-
"endColumn": 42,
|
|
212
|
-
"suggestions": [
|
|
213
|
-
{
|
|
214
|
-
"messageId": "suggestUnknown",
|
|
215
|
-
"fix": {
|
|
216
|
-
"range": [
|
|
217
|
-
924,
|
|
218
|
-
927
|
|
219
|
-
],
|
|
220
|
-
"text": "unknown"
|
|
221
|
-
},
|
|
222
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"messageId": "suggestNever",
|
|
226
|
-
"fix": {
|
|
227
|
-
"range": [
|
|
228
|
-
924,
|
|
229
|
-
927
|
|
230
|
-
],
|
|
231
|
-
"text": "never"
|
|
232
|
-
},
|
|
233
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
234
|
-
}
|
|
235
|
-
]
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
239
|
-
"severity": 2,
|
|
240
|
-
"message": "Unexpected any. Specify a different type.",
|
|
241
|
-
"line": 31,
|
|
242
|
-
"column": 63,
|
|
243
|
-
"nodeType": "TSAnyKeyword",
|
|
244
|
-
"messageId": "unexpectedAny",
|
|
245
|
-
"endLine": 31,
|
|
246
|
-
"endColumn": 66,
|
|
247
|
-
"suggestions": [
|
|
248
|
-
{
|
|
249
|
-
"messageId": "suggestUnknown",
|
|
250
|
-
"fix": {
|
|
251
|
-
"range": [
|
|
252
|
-
991,
|
|
253
|
-
994
|
|
254
|
-
],
|
|
255
|
-
"text": "unknown"
|
|
256
|
-
},
|
|
257
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"messageId": "suggestNever",
|
|
261
|
-
"fix": {
|
|
262
|
-
"range": [
|
|
263
|
-
991,
|
|
264
|
-
994
|
|
265
|
-
],
|
|
266
|
-
"text": "never"
|
|
267
|
-
},
|
|
268
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
269
|
-
}
|
|
270
|
-
]
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
274
|
-
"severity": 2,
|
|
275
|
-
"message": "Unexpected any. Specify a different type.",
|
|
276
|
-
"line": 32,
|
|
277
|
-
"column": 37,
|
|
278
|
-
"nodeType": "TSAnyKeyword",
|
|
279
|
-
"messageId": "unexpectedAny",
|
|
280
|
-
"endLine": 32,
|
|
281
|
-
"endColumn": 40,
|
|
282
|
-
"suggestions": [
|
|
283
|
-
{
|
|
284
|
-
"messageId": "suggestUnknown",
|
|
285
|
-
"fix": {
|
|
286
|
-
"range": [
|
|
287
|
-
1032,
|
|
288
|
-
1035
|
|
289
|
-
],
|
|
290
|
-
"text": "unknown"
|
|
291
|
-
},
|
|
292
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"messageId": "suggestNever",
|
|
296
|
-
"fix": {
|
|
297
|
-
"range": [
|
|
298
|
-
1032,
|
|
299
|
-
1035
|
|
300
|
-
],
|
|
301
|
-
"text": "never"
|
|
302
|
-
},
|
|
303
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
304
|
-
}
|
|
305
|
-
]
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
309
|
-
"severity": 2,
|
|
310
|
-
"message": "Unexpected any. Specify a different type.",
|
|
311
|
-
"line": 33,
|
|
312
|
-
"column": 34,
|
|
313
|
-
"nodeType": "TSAnyKeyword",
|
|
314
|
-
"messageId": "unexpectedAny",
|
|
315
|
-
"endLine": 33,
|
|
316
|
-
"endColumn": 37,
|
|
317
|
-
"suggestions": [
|
|
318
|
-
{
|
|
319
|
-
"messageId": "suggestUnknown",
|
|
320
|
-
"fix": {
|
|
321
|
-
"range": [
|
|
322
|
-
1070,
|
|
323
|
-
1073
|
|
324
|
-
],
|
|
325
|
-
"text": "unknown"
|
|
326
|
-
},
|
|
327
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"messageId": "suggestNever",
|
|
331
|
-
"fix": {
|
|
332
|
-
"range": [
|
|
333
|
-
1070,
|
|
334
|
-
1073
|
|
335
|
-
],
|
|
336
|
-
"text": "never"
|
|
337
|
-
},
|
|
338
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
339
|
-
}
|
|
340
|
-
]
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
344
|
-
"severity": 2,
|
|
345
|
-
"message": "Unexpected any. Specify a different type.",
|
|
346
|
-
"line": 39,
|
|
347
|
-
"column": 68,
|
|
348
|
-
"nodeType": "TSAnyKeyword",
|
|
349
|
-
"messageId": "unexpectedAny",
|
|
350
|
-
"endLine": 39,
|
|
351
|
-
"endColumn": 71,
|
|
352
|
-
"suggestions": [
|
|
353
|
-
{
|
|
354
|
-
"messageId": "suggestUnknown",
|
|
355
|
-
"fix": {
|
|
356
|
-
"range": [
|
|
357
|
-
1360,
|
|
358
|
-
1363
|
|
359
|
-
],
|
|
360
|
-
"text": "unknown"
|
|
361
|
-
},
|
|
362
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"messageId": "suggestNever",
|
|
366
|
-
"fix": {
|
|
367
|
-
"range": [
|
|
368
|
-
1360,
|
|
369
|
-
1363
|
|
370
|
-
],
|
|
371
|
-
"text": "never"
|
|
372
|
-
},
|
|
373
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
374
|
-
}
|
|
375
|
-
]
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
379
|
-
"severity": 2,
|
|
380
|
-
"message": "Unexpected any. Specify a different type.",
|
|
381
|
-
"line": 40,
|
|
382
|
-
"column": 39,
|
|
383
|
-
"nodeType": "TSAnyKeyword",
|
|
384
|
-
"messageId": "unexpectedAny",
|
|
385
|
-
"endLine": 40,
|
|
386
|
-
"endColumn": 42,
|
|
387
|
-
"suggestions": [
|
|
388
|
-
{
|
|
389
|
-
"messageId": "suggestUnknown",
|
|
390
|
-
"fix": {
|
|
391
|
-
"range": [
|
|
392
|
-
1403,
|
|
393
|
-
1406
|
|
394
|
-
],
|
|
395
|
-
"text": "unknown"
|
|
396
|
-
},
|
|
397
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"messageId": "suggestNever",
|
|
401
|
-
"fix": {
|
|
402
|
-
"range": [
|
|
403
|
-
1403,
|
|
404
|
-
1406
|
|
405
|
-
],
|
|
406
|
-
"text": "never"
|
|
407
|
-
},
|
|
408
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
409
|
-
}
|
|
410
|
-
]
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
414
|
-
"severity": 2,
|
|
415
|
-
"message": "Unexpected any. Specify a different type.",
|
|
416
|
-
"line": 41,
|
|
417
|
-
"column": 55,
|
|
418
|
-
"nodeType": "TSAnyKeyword",
|
|
419
|
-
"messageId": "unexpectedAny",
|
|
420
|
-
"endLine": 41,
|
|
421
|
-
"endColumn": 58,
|
|
422
|
-
"suggestions": [
|
|
423
|
-
{
|
|
424
|
-
"messageId": "suggestUnknown",
|
|
425
|
-
"fix": {
|
|
426
|
-
"range": [
|
|
427
|
-
1462,
|
|
428
|
-
1465
|
|
429
|
-
],
|
|
430
|
-
"text": "unknown"
|
|
431
|
-
},
|
|
432
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"messageId": "suggestNever",
|
|
436
|
-
"fix": {
|
|
437
|
-
"range": [
|
|
438
|
-
1462,
|
|
439
|
-
1465
|
|
440
|
-
],
|
|
441
|
-
"text": "never"
|
|
442
|
-
},
|
|
443
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
444
|
-
}
|
|
445
|
-
]
|
|
446
|
-
}
|
|
447
|
-
],
|
|
448
|
-
"suppressedMessages": [],
|
|
449
|
-
"errorCount": 14,
|
|
450
|
-
"fatalErrorCount": 0,
|
|
451
|
-
"warningCount": 0,
|
|
452
|
-
"fixableErrorCount": 0,
|
|
453
|
-
"fixableWarningCount": 0,
|
|
454
|
-
"usedDeprecatedRules": []
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"filePath": "/Users/adam/Code/testeranto/src/PM/pure.ts",
|
|
458
|
-
"messages": [
|
|
459
|
-
{
|
|
460
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
461
|
-
"severity": 2,
|
|
462
|
-
"message": "Unexpected any. Specify a different type.",
|
|
463
|
-
"line": 14,
|
|
464
|
-
"column": 50,
|
|
465
|
-
"nodeType": "TSAnyKeyword",
|
|
466
|
-
"messageId": "unexpectedAny",
|
|
467
|
-
"endLine": 14,
|
|
468
|
-
"endColumn": 53,
|
|
469
|
-
"suggestions": [
|
|
470
|
-
{
|
|
471
|
-
"messageId": "suggestUnknown",
|
|
472
|
-
"fix": {
|
|
473
|
-
"range": [
|
|
474
|
-
387,
|
|
475
|
-
390
|
|
476
|
-
],
|
|
477
|
-
"text": "unknown"
|
|
478
|
-
},
|
|
479
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
480
|
-
},
|
|
481
|
-
{
|
|
482
|
-
"messageId": "suggestNever",
|
|
483
|
-
"fix": {
|
|
484
|
-
"range": [
|
|
485
|
-
387,
|
|
486
|
-
390
|
|
487
|
-
],
|
|
488
|
-
"text": "never"
|
|
489
|
-
},
|
|
490
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
491
|
-
}
|
|
492
|
-
]
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
496
|
-
"severity": 2,
|
|
497
|
-
"message": "Unexpected any. Specify a different type.",
|
|
498
|
-
"line": 38,
|
|
499
|
-
"column": 42,
|
|
500
|
-
"nodeType": "TSAnyKeyword",
|
|
501
|
-
"messageId": "unexpectedAny",
|
|
502
|
-
"endLine": 38,
|
|
503
|
-
"endColumn": 45,
|
|
504
|
-
"suggestions": [
|
|
505
|
-
{
|
|
506
|
-
"messageId": "suggestUnknown",
|
|
507
|
-
"fix": {
|
|
508
|
-
"range": [
|
|
509
|
-
873,
|
|
510
|
-
876
|
|
511
|
-
],
|
|
512
|
-
"text": "unknown"
|
|
513
|
-
},
|
|
514
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
515
|
-
},
|
|
516
|
-
{
|
|
517
|
-
"messageId": "suggestNever",
|
|
518
|
-
"fix": {
|
|
519
|
-
"range": [
|
|
520
|
-
873,
|
|
521
|
-
876
|
|
522
|
-
],
|
|
523
|
-
"text": "never"
|
|
524
|
-
},
|
|
525
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
526
|
-
}
|
|
527
|
-
]
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
531
|
-
"severity": 2,
|
|
532
|
-
"message": "Unexpected any. Specify a different type.",
|
|
533
|
-
"line": 46,
|
|
534
|
-
"column": 40,
|
|
535
|
-
"nodeType": "TSAnyKeyword",
|
|
536
|
-
"messageId": "unexpectedAny",
|
|
537
|
-
"endLine": 46,
|
|
538
|
-
"endColumn": 43,
|
|
539
|
-
"suggestions": [
|
|
540
|
-
{
|
|
541
|
-
"messageId": "suggestUnknown",
|
|
542
|
-
"fix": {
|
|
543
|
-
"range": [
|
|
544
|
-
1040,
|
|
545
|
-
1043
|
|
546
|
-
],
|
|
547
|
-
"text": "unknown"
|
|
548
|
-
},
|
|
549
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
550
|
-
},
|
|
551
|
-
{
|
|
552
|
-
"messageId": "suggestNever",
|
|
553
|
-
"fix": {
|
|
554
|
-
"range": [
|
|
555
|
-
1040,
|
|
556
|
-
1043
|
|
557
|
-
],
|
|
558
|
-
"text": "never"
|
|
559
|
-
},
|
|
560
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
561
|
-
}
|
|
562
|
-
]
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
566
|
-
"severity": 2,
|
|
567
|
-
"message": "Unexpected any. Specify a different type.",
|
|
568
|
-
"line": 134,
|
|
569
|
-
"column": 40,
|
|
570
|
-
"nodeType": "TSAnyKeyword",
|
|
571
|
-
"messageId": "unexpectedAny",
|
|
572
|
-
"endLine": 134,
|
|
573
|
-
"endColumn": 43,
|
|
574
|
-
"suggestions": [
|
|
575
|
-
{
|
|
576
|
-
"messageId": "suggestUnknown",
|
|
577
|
-
"fix": {
|
|
578
|
-
"range": [
|
|
579
|
-
3092,
|
|
580
|
-
3095
|
|
581
|
-
],
|
|
582
|
-
"text": "unknown"
|
|
583
|
-
},
|
|
584
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
"messageId": "suggestNever",
|
|
588
|
-
"fix": {
|
|
589
|
-
"range": [
|
|
590
|
-
3092,
|
|
591
|
-
3095
|
|
592
|
-
],
|
|
593
|
-
"text": "never"
|
|
594
|
-
},
|
|
595
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
596
|
-
}
|
|
597
|
-
]
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
601
|
-
"severity": 2,
|
|
602
|
-
"message": "'rej' is defined but never used.",
|
|
603
|
-
"line": 155,
|
|
604
|
-
"column": 33,
|
|
605
|
-
"nodeType": null,
|
|
606
|
-
"messageId": "unusedVar",
|
|
607
|
-
"endLine": 155,
|
|
608
|
-
"endColumn": 36
|
|
609
|
-
},
|
|
610
|
-
{
|
|
611
|
-
"ruleId": "@typescript-eslint/ban-ts-comment",
|
|
612
|
-
"severity": 2,
|
|
613
|
-
"message": "Use \"@ts-expect-error\" instead of \"@ts-ignore\", as \"@ts-ignore\" will do nothing if the following line is error-free.",
|
|
614
|
-
"line": 188,
|
|
615
|
-
"column": 15,
|
|
616
|
-
"nodeType": "Block",
|
|
617
|
-
"messageId": "tsIgnoreInsteadOfExpectError",
|
|
618
|
-
"endLine": 188,
|
|
619
|
-
"endColumn": 41,
|
|
620
|
-
"suggestions": [
|
|
621
|
-
{
|
|
622
|
-
"messageId": "replaceTsIgnoreWithTsExpectError",
|
|
623
|
-
"fix": {
|
|
624
|
-
"range": [
|
|
625
|
-
4684,
|
|
626
|
-
4710
|
|
627
|
-
],
|
|
628
|
-
"text": "/* @ts-expect-error:next-line */"
|
|
629
|
-
},
|
|
630
|
-
"desc": "Replace \"@ts-ignore\" with \"@ts-expect-error\"."
|
|
631
|
-
}
|
|
632
|
-
]
|
|
633
|
-
},
|
|
634
|
-
{
|
|
635
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
636
|
-
"severity": 2,
|
|
637
|
-
"message": "'options' is defined but never used.",
|
|
638
|
-
"line": 204,
|
|
639
|
-
"column": 18,
|
|
640
|
-
"nodeType": null,
|
|
641
|
-
"messageId": "unusedVar",
|
|
642
|
-
"endLine": 204,
|
|
643
|
-
"endColumn": 25
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
647
|
-
"severity": 2,
|
|
648
|
-
"message": "Unexpected any. Specify a different type.",
|
|
649
|
-
"line": 204,
|
|
650
|
-
"column": 28,
|
|
651
|
-
"nodeType": "TSAnyKeyword",
|
|
652
|
-
"messageId": "unexpectedAny",
|
|
653
|
-
"endLine": 204,
|
|
654
|
-
"endColumn": 31,
|
|
655
|
-
"suggestions": [
|
|
656
|
-
{
|
|
657
|
-
"messageId": "suggestUnknown",
|
|
658
|
-
"fix": {
|
|
659
|
-
"range": [
|
|
660
|
-
5131,
|
|
661
|
-
5134
|
|
662
|
-
],
|
|
663
|
-
"text": "unknown"
|
|
664
|
-
},
|
|
665
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
666
|
-
},
|
|
667
|
-
{
|
|
668
|
-
"messageId": "suggestNever",
|
|
669
|
-
"fix": {
|
|
670
|
-
"range": [
|
|
671
|
-
5131,
|
|
672
|
-
5134
|
|
673
|
-
],
|
|
674
|
-
"text": "never"
|
|
675
|
-
},
|
|
676
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
677
|
-
}
|
|
678
|
-
]
|
|
679
|
-
},
|
|
680
|
-
{
|
|
681
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
682
|
-
"severity": 2,
|
|
683
|
-
"message": "Unexpected any. Specify a different type.",
|
|
684
|
-
"line": 204,
|
|
685
|
-
"column": 34,
|
|
686
|
-
"nodeType": "TSAnyKeyword",
|
|
687
|
-
"messageId": "unexpectedAny",
|
|
688
|
-
"endLine": 204,
|
|
689
|
-
"endColumn": 37,
|
|
690
|
-
"suggestions": [
|
|
691
|
-
{
|
|
692
|
-
"messageId": "suggestUnknown",
|
|
693
|
-
"fix": {
|
|
694
|
-
"range": [
|
|
695
|
-
5137,
|
|
696
|
-
5140
|
|
697
|
-
],
|
|
698
|
-
"text": "unknown"
|
|
699
|
-
},
|
|
700
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
701
|
-
},
|
|
702
|
-
{
|
|
703
|
-
"messageId": "suggestNever",
|
|
704
|
-
"fix": {
|
|
705
|
-
"range": [
|
|
706
|
-
5137,
|
|
707
|
-
5140
|
|
708
|
-
],
|
|
709
|
-
"text": "never"
|
|
710
|
-
},
|
|
711
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
712
|
-
}
|
|
713
|
-
]
|
|
714
|
-
}
|
|
715
|
-
],
|
|
716
|
-
"suppressedMessages": [],
|
|
717
|
-
"errorCount": 9,
|
|
718
|
-
"fatalErrorCount": 0,
|
|
719
|
-
"warningCount": 0,
|
|
720
|
-
"fixableErrorCount": 0,
|
|
721
|
-
"fixableWarningCount": 0,
|
|
722
|
-
"usedDeprecatedRules": []
|
|
723
|
-
},
|
|
724
|
-
{
|
|
725
|
-
"filePath": "/Users/adam/Code/testeranto/src/Pure.ts",
|
|
726
|
-
"messages": [
|
|
727
|
-
{
|
|
728
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
729
|
-
"severity": 2,
|
|
730
|
-
"message": "'Ibdd_in' is defined but never used.",
|
|
731
|
-
"line": 8,
|
|
732
|
-
"column": 3,
|
|
733
|
-
"nodeType": null,
|
|
734
|
-
"messageId": "unusedVar",
|
|
735
|
-
"endLine": 8,
|
|
736
|
-
"endColumn": 10
|
|
737
|
-
},
|
|
738
|
-
{
|
|
739
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
740
|
-
"severity": 2,
|
|
741
|
-
"message": "'Ibdd_out' is defined but never used.",
|
|
742
|
-
"line": 9,
|
|
743
|
-
"column": 3,
|
|
744
|
-
"nodeType": null,
|
|
745
|
-
"messageId": "unusedVar",
|
|
746
|
-
"endLine": 9,
|
|
747
|
-
"endColumn": 11
|
|
748
|
-
}
|
|
749
|
-
],
|
|
750
|
-
"suppressedMessages": [],
|
|
751
|
-
"errorCount": 2,
|
|
752
|
-
"fatalErrorCount": 0,
|
|
753
|
-
"warningCount": 0,
|
|
754
|
-
"fixableErrorCount": 0,
|
|
755
|
-
"fixableWarningCount": 0,
|
|
756
|
-
"usedDeprecatedRules": []
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
"filePath": "/Users/adam/Code/testeranto/src/SubPackages/react-test-renderer/component/interface.ts",
|
|
760
|
-
"messages": [
|
|
761
|
-
{
|
|
762
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
763
|
-
"severity": 2,
|
|
764
|
-
"message": "Unexpected any. Specify a different type.",
|
|
765
|
-
"line": 11,
|
|
766
|
-
"column": 29,
|
|
767
|
-
"nodeType": "TSAnyKeyword",
|
|
768
|
-
"messageId": "unexpectedAny",
|
|
769
|
-
"endLine": 11,
|
|
770
|
-
"endColumn": 32,
|
|
771
|
-
"suggestions": [
|
|
772
|
-
{
|
|
773
|
-
"messageId": "suggestUnknown",
|
|
774
|
-
"fix": {
|
|
775
|
-
"range": [
|
|
776
|
-
280,
|
|
777
|
-
283
|
|
778
|
-
],
|
|
779
|
-
"text": "unknown"
|
|
780
|
-
},
|
|
781
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
782
|
-
},
|
|
783
|
-
{
|
|
784
|
-
"messageId": "suggestNever",
|
|
785
|
-
"fix": {
|
|
786
|
-
"range": [
|
|
787
|
-
280,
|
|
788
|
-
283
|
|
789
|
-
],
|
|
790
|
-
"text": "never"
|
|
791
|
-
},
|
|
792
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
793
|
-
}
|
|
794
|
-
]
|
|
795
|
-
},
|
|
796
|
-
{
|
|
797
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
798
|
-
"severity": 2,
|
|
799
|
-
"message": "'rej' is defined but never used.",
|
|
800
|
-
"line": 16,
|
|
801
|
-
"column": 30,
|
|
802
|
-
"nodeType": null,
|
|
803
|
-
"messageId": "unusedVar",
|
|
804
|
-
"endLine": 16,
|
|
805
|
-
"endColumn": 33
|
|
806
|
-
},
|
|
807
|
-
{
|
|
808
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
809
|
-
"severity": 2,
|
|
810
|
-
"message": "Unexpected any. Specify a different type.",
|
|
811
|
-
"line": 25,
|
|
812
|
-
"column": 13,
|
|
813
|
-
"nodeType": "TSAnyKeyword",
|
|
814
|
-
"messageId": "unexpectedAny",
|
|
815
|
-
"endLine": 25,
|
|
816
|
-
"endColumn": 16,
|
|
817
|
-
"suggestions": [
|
|
818
|
-
{
|
|
819
|
-
"messageId": "suggestUnknown",
|
|
820
|
-
"fix": {
|
|
821
|
-
"range": [
|
|
822
|
-
692,
|
|
823
|
-
695
|
|
824
|
-
],
|
|
825
|
-
"text": "unknown"
|
|
826
|
-
},
|
|
827
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
828
|
-
},
|
|
829
|
-
{
|
|
830
|
-
"messageId": "suggestNever",
|
|
831
|
-
"fix": {
|
|
832
|
-
"range": [
|
|
833
|
-
692,
|
|
834
|
-
695
|
|
835
|
-
],
|
|
836
|
-
"text": "never"
|
|
837
|
-
},
|
|
838
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
839
|
-
}
|
|
840
|
-
]
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
844
|
-
"severity": 2,
|
|
845
|
-
"message": "'tr' is defined but never used.",
|
|
846
|
-
"line": 34,
|
|
847
|
-
"column": 39,
|
|
848
|
-
"nodeType": null,
|
|
849
|
-
"messageId": "unusedVar",
|
|
850
|
-
"endLine": 34,
|
|
851
|
-
"endColumn": 41
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
855
|
-
"severity": 2,
|
|
856
|
-
"message": "'store' is defined but never used.",
|
|
857
|
-
"line": 37,
|
|
858
|
-
"column": 30,
|
|
859
|
-
"nodeType": null,
|
|
860
|
-
"messageId": "unusedVar",
|
|
861
|
-
"endLine": 37,
|
|
862
|
-
"endColumn": 35
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
866
|
-
"severity": 2,
|
|
867
|
-
"message": "'ndx' is defined but never used.",
|
|
868
|
-
"line": 37,
|
|
869
|
-
"column": 37,
|
|
870
|
-
"nodeType": null,
|
|
871
|
-
"messageId": "unusedVar",
|
|
872
|
-
"endLine": 37,
|
|
873
|
-
"endColumn": 40
|
|
874
|
-
},
|
|
875
|
-
{
|
|
876
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
877
|
-
"severity": 2,
|
|
878
|
-
"message": "'artificer' is defined but never used.",
|
|
879
|
-
"line": 37,
|
|
880
|
-
"column": 42,
|
|
881
|
-
"nodeType": null,
|
|
882
|
-
"messageId": "unusedVar",
|
|
883
|
-
"endLine": 37,
|
|
884
|
-
"endColumn": 51
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
888
|
-
"severity": 2,
|
|
889
|
-
"message": "'store' is defined but never used.",
|
|
890
|
-
"line": 40,
|
|
891
|
-
"column": 14,
|
|
892
|
-
"nodeType": null,
|
|
893
|
-
"messageId": "unusedVar",
|
|
894
|
-
"endLine": 40,
|
|
895
|
-
"endColumn": 19
|
|
896
|
-
},
|
|
897
|
-
{
|
|
898
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
899
|
-
"severity": 2,
|
|
900
|
-
"message": "'artificer' is defined but never used.",
|
|
901
|
-
"line": 40,
|
|
902
|
-
"column": 21,
|
|
903
|
-
"nodeType": null,
|
|
904
|
-
"messageId": "unusedVar",
|
|
905
|
-
"endLine": 40,
|
|
906
|
-
"endColumn": 30
|
|
907
|
-
}
|
|
908
|
-
],
|
|
909
|
-
"suppressedMessages": [],
|
|
910
|
-
"errorCount": 9,
|
|
911
|
-
"fatalErrorCount": 0,
|
|
912
|
-
"warningCount": 0,
|
|
913
|
-
"fixableErrorCount": 0,
|
|
914
|
-
"fixableWarningCount": 0,
|
|
915
|
-
"usedDeprecatedRules": []
|
|
916
|
-
},
|
|
917
|
-
{
|
|
918
|
-
"filePath": "/Users/adam/Code/testeranto/src/SubPackages/react-test-renderer/component/pure.ts",
|
|
919
|
-
"messages": [
|
|
920
|
-
{
|
|
921
|
-
"ruleId": "@typescript-eslint/no-empty-object-type",
|
|
922
|
-
"severity": 2,
|
|
923
|
-
"message": "The `{}` (\"empty object\") type allows any non-nullish value, including literals like `0` and `\"\"`.\n- If that's what you want, disable this lint rule with an inline comment or configure the 'allowObjectTypes' rule option.\n- If you want a type meaning \"any object\", you probably want `object` instead.\n- If you want a type meaning \"any value\", you probably want `unknown` instead.",
|
|
924
|
-
"line": 8,
|
|
925
|
-
"column": 35,
|
|
926
|
-
"nodeType": "TSTypeLiteral",
|
|
927
|
-
"messageId": "noEmptyObject",
|
|
928
|
-
"endLine": 8,
|
|
929
|
-
"endColumn": 37,
|
|
930
|
-
"suggestions": [
|
|
931
|
-
{
|
|
932
|
-
"messageId": "replaceEmptyObjectType",
|
|
933
|
-
"data": {
|
|
934
|
-
"replacement": "object"
|
|
935
|
-
},
|
|
936
|
-
"fix": {
|
|
937
|
-
"range": [
|
|
938
|
-
246,
|
|
939
|
-
248
|
|
940
|
-
],
|
|
941
|
-
"text": "object"
|
|
942
|
-
},
|
|
943
|
-
"desc": "Replace `{}` with `object`."
|
|
944
|
-
},
|
|
945
|
-
{
|
|
946
|
-
"messageId": "replaceEmptyObjectType",
|
|
947
|
-
"data": {
|
|
948
|
-
"replacement": "unknown"
|
|
949
|
-
},
|
|
950
|
-
"fix": {
|
|
951
|
-
"range": [
|
|
952
|
-
246,
|
|
953
|
-
248
|
|
954
|
-
],
|
|
955
|
-
"text": "unknown"
|
|
956
|
-
},
|
|
957
|
-
"desc": "Replace `{}` with `unknown`."
|
|
958
|
-
}
|
|
959
|
-
]
|
|
960
|
-
},
|
|
961
|
-
{
|
|
962
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
963
|
-
"severity": 2,
|
|
964
|
-
"message": "Unexpected any. Specify a different type.",
|
|
965
|
-
"line": 11,
|
|
966
|
-
"column": 21,
|
|
967
|
-
"nodeType": "TSAnyKeyword",
|
|
968
|
-
"messageId": "unexpectedAny",
|
|
969
|
-
"endLine": 11,
|
|
970
|
-
"endColumn": 24,
|
|
971
|
-
"suggestions": [
|
|
972
|
-
{
|
|
973
|
-
"messageId": "suggestUnknown",
|
|
974
|
-
"fix": {
|
|
975
|
-
"range": [
|
|
976
|
-
372,
|
|
977
|
-
375
|
|
978
|
-
],
|
|
979
|
-
"text": "unknown"
|
|
980
|
-
},
|
|
981
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
982
|
-
},
|
|
983
|
-
{
|
|
984
|
-
"messageId": "suggestNever",
|
|
985
|
-
"fix": {
|
|
986
|
-
"range": [
|
|
987
|
-
372,
|
|
988
|
-
375
|
|
989
|
-
],
|
|
990
|
-
"text": "never"
|
|
991
|
-
},
|
|
992
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
993
|
-
}
|
|
994
|
-
]
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
998
|
-
"severity": 2,
|
|
999
|
-
"message": "Unexpected any. Specify a different type.",
|
|
1000
|
-
"line": 11,
|
|
1001
|
-
"column": 26,
|
|
1002
|
-
"nodeType": "TSAnyKeyword",
|
|
1003
|
-
"messageId": "unexpectedAny",
|
|
1004
|
-
"endLine": 11,
|
|
1005
|
-
"endColumn": 29,
|
|
1006
|
-
"suggestions": [
|
|
1007
|
-
{
|
|
1008
|
-
"messageId": "suggestUnknown",
|
|
1009
|
-
"fix": {
|
|
1010
|
-
"range": [
|
|
1011
|
-
377,
|
|
1012
|
-
380
|
|
1013
|
-
],
|
|
1014
|
-
"text": "unknown"
|
|
1015
|
-
},
|
|
1016
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
1017
|
-
},
|
|
1018
|
-
{
|
|
1019
|
-
"messageId": "suggestNever",
|
|
1020
|
-
"fix": {
|
|
1021
|
-
"range": [
|
|
1022
|
-
377,
|
|
1023
|
-
380
|
|
1024
|
-
],
|
|
1025
|
-
"text": "never"
|
|
1026
|
-
},
|
|
1027
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
1028
|
-
}
|
|
1029
|
-
]
|
|
1030
|
-
}
|
|
1031
|
-
],
|
|
1032
|
-
"suppressedMessages": [],
|
|
1033
|
-
"errorCount": 3,
|
|
1034
|
-
"fatalErrorCount": 0,
|
|
1035
|
-
"warningCount": 0,
|
|
1036
|
-
"fixableErrorCount": 0,
|
|
1037
|
-
"fixableWarningCount": 0,
|
|
1038
|
-
"usedDeprecatedRules": []
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"filePath": "/Users/adam/Code/testeranto/src/SubPackages/react-test-renderer/component/test/implementation.ts",
|
|
1042
|
-
"messages": [
|
|
1043
|
-
{
|
|
1044
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1045
|
-
"severity": 2,
|
|
1046
|
-
"message": "'ReactTestRenderer' is defined but never used.",
|
|
1047
|
-
"line": 4,
|
|
1048
|
-
"column": 10,
|
|
1049
|
-
"nodeType": null,
|
|
1050
|
-
"messageId": "unusedVar",
|
|
1051
|
-
"endLine": 4,
|
|
1052
|
-
"endColumn": 27
|
|
1053
|
-
}
|
|
1054
|
-
],
|
|
1055
|
-
"suppressedMessages": [
|
|
1056
|
-
{
|
|
1057
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1058
|
-
"severity": 2,
|
|
1059
|
-
"message": "'error' is defined but never used.",
|
|
1060
|
-
"line": 31,
|
|
1061
|
-
"column": 16,
|
|
1062
|
-
"nodeType": null,
|
|
1063
|
-
"messageId": "unusedVar",
|
|
1064
|
-
"endLine": 31,
|
|
1065
|
-
"endColumn": 21,
|
|
1066
|
-
"suppressions": [
|
|
1067
|
-
{
|
|
1068
|
-
"kind": "directive",
|
|
1069
|
-
"justification": ""
|
|
1070
|
-
}
|
|
1071
|
-
]
|
|
1072
|
-
},
|
|
1073
|
-
{
|
|
1074
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1075
|
-
"severity": 2,
|
|
1076
|
-
"message": "'error' is defined but never used.",
|
|
1077
|
-
"line": 52,
|
|
1078
|
-
"column": 16,
|
|
1079
|
-
"nodeType": null,
|
|
1080
|
-
"messageId": "unusedVar",
|
|
1081
|
-
"endLine": 52,
|
|
1082
|
-
"endColumn": 21,
|
|
1083
|
-
"suppressions": [
|
|
1084
|
-
{
|
|
1085
|
-
"kind": "directive",
|
|
1086
|
-
"justification": ""
|
|
1087
|
-
}
|
|
1088
|
-
]
|
|
1089
|
-
}
|
|
1090
|
-
],
|
|
1091
|
-
"errorCount": 1,
|
|
1092
|
-
"fatalErrorCount": 0,
|
|
1093
|
-
"warningCount": 0,
|
|
1094
|
-
"fixableErrorCount": 0,
|
|
1095
|
-
"fixableWarningCount": 0,
|
|
1096
|
-
"usedDeprecatedRules": []
|
|
1097
|
-
},
|
|
1098
|
-
{
|
|
1099
|
-
"filePath": "/Users/adam/Code/testeranto/src/lib/abstractBase.ts",
|
|
1100
|
-
"messages": [
|
|
1101
|
-
{
|
|
1102
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1103
|
-
"severity": 2,
|
|
1104
|
-
"message": "'artifactory' is defined but never used.",
|
|
1105
|
-
"line": 57,
|
|
1106
|
-
"column": 5,
|
|
1107
|
-
"nodeType": null,
|
|
1108
|
-
"messageId": "unusedVar",
|
|
1109
|
-
"endLine": 57,
|
|
1110
|
-
"endColumn": 16
|
|
1111
|
-
},
|
|
1112
|
-
{
|
|
1113
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1114
|
-
"severity": 2,
|
|
1115
|
-
"message": "'tr' is defined but never used.",
|
|
1116
|
-
"line": 58,
|
|
1117
|
-
"column": 5,
|
|
1118
|
-
"nodeType": null,
|
|
1119
|
-
"messageId": "unusedVar",
|
|
1120
|
-
"endLine": 58,
|
|
1121
|
-
"endColumn": 7
|
|
1122
|
-
},
|
|
1123
|
-
{
|
|
1124
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1125
|
-
"severity": 2,
|
|
1126
|
-
"message": "'pm' is defined but never used.",
|
|
1127
|
-
"line": 59,
|
|
1128
|
-
"column": 5,
|
|
1129
|
-
"nodeType": null,
|
|
1130
|
-
"messageId": "unusedVar",
|
|
1131
|
-
"endLine": 59,
|
|
1132
|
-
"endColumn": 7
|
|
1133
|
-
},
|
|
1134
|
-
{
|
|
1135
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1136
|
-
"severity": 2,
|
|
1137
|
-
"message": "'artifactory' is defined but never used.",
|
|
1138
|
-
"line": 68,
|
|
1139
|
-
"column": 32,
|
|
1140
|
-
"nodeType": null,
|
|
1141
|
-
"messageId": "unusedVar",
|
|
1142
|
-
"endLine": 68,
|
|
1143
|
-
"endColumn": 43
|
|
1144
|
-
},
|
|
1145
|
-
{
|
|
1146
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1147
|
-
"severity": 2,
|
|
1148
|
-
"message": "'pm' is defined but never used.",
|
|
1149
|
-
"line": 68,
|
|
1150
|
-
"column": 63,
|
|
1151
|
-
"nodeType": null,
|
|
1152
|
-
"messageId": "unusedVar",
|
|
1153
|
-
"endLine": 68,
|
|
1154
|
-
"endColumn": 65
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1158
|
-
"severity": 2,
|
|
1159
|
-
"message": "'sName' is assigned a value but never used.",
|
|
1160
|
-
"line": 88,
|
|
1161
|
-
"column": 11,
|
|
1162
|
-
"nodeType": null,
|
|
1163
|
-
"messageId": "unusedVar",
|
|
1164
|
-
"endLine": 88,
|
|
1165
|
-
"endColumn": 16
|
|
1166
|
-
},
|
|
1167
|
-
{
|
|
1168
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1169
|
-
"severity": 2,
|
|
1170
|
-
"message": "'receiver' is defined but never used.",
|
|
1171
|
-
"line": 91,
|
|
1172
|
-
"column": 25,
|
|
1173
|
-
"nodeType": null,
|
|
1174
|
-
"messageId": "unusedVar",
|
|
1175
|
-
"endLine": 91,
|
|
1176
|
-
"endColumn": 33
|
|
1177
|
-
},
|
|
1178
|
-
{
|
|
1179
|
-
"ruleId": "@typescript-eslint/ban-ts-comment",
|
|
1180
|
-
"severity": 2,
|
|
1181
|
-
"message": "Use \"@ts-expect-error\" instead of \"@ts-ignore\", as \"@ts-ignore\" will do nothing if the following line is error-free.",
|
|
1182
|
-
"line": 109,
|
|
1183
|
-
"column": 9,
|
|
1184
|
-
"nodeType": "Block",
|
|
1185
|
-
"messageId": "tsIgnoreInsteadOfExpectError",
|
|
1186
|
-
"endLine": 109,
|
|
1187
|
-
"endColumn": 35,
|
|
1188
|
-
"suggestions": [
|
|
1189
|
-
{
|
|
1190
|
-
"messageId": "replaceTsIgnoreWithTsExpectError",
|
|
1191
|
-
"fix": {
|
|
1192
|
-
"range": [
|
|
1193
|
-
2949,
|
|
1194
|
-
2975
|
|
1195
|
-
],
|
|
1196
|
-
"text": "/* @ts-expect-error:next-line */"
|
|
1197
|
-
},
|
|
1198
|
-
"desc": "Replace \"@ts-ignore\" with \"@ts-expect-error\"."
|
|
1199
|
-
}
|
|
1200
|
-
]
|
|
1201
|
-
},
|
|
1202
|
-
{
|
|
1203
|
-
"ruleId": "prefer-rest-params",
|
|
1204
|
-
"severity": 2,
|
|
1205
|
-
"message": "Use the rest parameters instead of 'arguments'.",
|
|
1206
|
-
"line": 110,
|
|
1207
|
-
"column": 31,
|
|
1208
|
-
"nodeType": "Identifier",
|
|
1209
|
-
"messageId": "preferRestParams",
|
|
1210
|
-
"endLine": 110,
|
|
1211
|
-
"endColumn": 40
|
|
1212
|
-
},
|
|
1213
|
-
{
|
|
1214
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1215
|
-
"severity": 2,
|
|
1216
|
-
"message": "'g' is assigned a value but never used.",
|
|
1217
|
-
"line": 121,
|
|
1218
|
-
"column": 23,
|
|
1219
|
-
"nodeType": null,
|
|
1220
|
-
"messageId": "unusedVar",
|
|
1221
|
-
"endLine": 121,
|
|
1222
|
-
"endColumn": 24
|
|
1223
|
-
},
|
|
1224
|
-
{
|
|
1225
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1226
|
-
"severity": 2,
|
|
1227
|
-
"message": "'e' is defined but never used.",
|
|
1228
|
-
"line": 134,
|
|
1229
|
-
"column": 16,
|
|
1230
|
-
"nodeType": null,
|
|
1231
|
-
"messageId": "unusedVar",
|
|
1232
|
-
"endLine": 134,
|
|
1233
|
-
"endColumn": 17
|
|
1234
|
-
},
|
|
1235
|
-
{
|
|
1236
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1237
|
-
"severity": 2,
|
|
1238
|
-
"message": "'ndx' is assigned a value but never used.",
|
|
1239
|
-
"line": 143,
|
|
1240
|
-
"column": 17,
|
|
1241
|
-
"nodeType": null,
|
|
1242
|
-
"messageId": "unusedVar",
|
|
1243
|
-
"endLine": 143,
|
|
1244
|
-
"endColumn": 20
|
|
1245
|
-
},
|
|
1246
|
-
{
|
|
1247
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
1248
|
-
"severity": 2,
|
|
1249
|
-
"message": "Unexpected any. Specify a different type.",
|
|
1250
|
-
"line": 192,
|
|
1251
|
-
"column": 9,
|
|
1252
|
-
"nodeType": "TSAnyKeyword",
|
|
1253
|
-
"messageId": "unexpectedAny",
|
|
1254
|
-
"endLine": 192,
|
|
1255
|
-
"endColumn": 12,
|
|
1256
|
-
"suggestions": [
|
|
1257
|
-
{
|
|
1258
|
-
"messageId": "suggestUnknown",
|
|
1259
|
-
"fix": {
|
|
1260
|
-
"range": [
|
|
1261
|
-
4683,
|
|
1262
|
-
4686
|
|
1263
|
-
],
|
|
1264
|
-
"text": "unknown"
|
|
1265
|
-
},
|
|
1266
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
1267
|
-
},
|
|
1268
|
-
{
|
|
1269
|
-
"messageId": "suggestNever",
|
|
1270
|
-
"fix": {
|
|
1271
|
-
"range": [
|
|
1272
|
-
4683,
|
|
1273
|
-
4686
|
|
1274
|
-
],
|
|
1275
|
-
"text": "never"
|
|
1276
|
-
},
|
|
1277
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
1278
|
-
}
|
|
1279
|
-
]
|
|
1280
|
-
},
|
|
1281
|
-
{
|
|
1282
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
1283
|
-
"severity": 2,
|
|
1284
|
-
"message": "Unexpected any. Specify a different type.",
|
|
1285
|
-
"line": 196,
|
|
1286
|
-
"column": 18,
|
|
1287
|
-
"nodeType": "TSAnyKeyword",
|
|
1288
|
-
"messageId": "unexpectedAny",
|
|
1289
|
-
"endLine": 196,
|
|
1290
|
-
"endColumn": 21,
|
|
1291
|
-
"suggestions": [
|
|
1292
|
-
{
|
|
1293
|
-
"messageId": "suggestUnknown",
|
|
1294
|
-
"fix": {
|
|
1295
|
-
"range": [
|
|
1296
|
-
4779,
|
|
1297
|
-
4782
|
|
1298
|
-
],
|
|
1299
|
-
"text": "unknown"
|
|
1300
|
-
},
|
|
1301
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
1302
|
-
},
|
|
1303
|
-
{
|
|
1304
|
-
"messageId": "suggestNever",
|
|
1305
|
-
"fix": {
|
|
1306
|
-
"range": [
|
|
1307
|
-
4779,
|
|
1308
|
-
4782
|
|
1309
|
-
],
|
|
1310
|
-
"text": "never"
|
|
1311
|
-
},
|
|
1312
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
1313
|
-
}
|
|
1314
|
-
]
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
1318
|
-
"severity": 2,
|
|
1319
|
-
"message": "Unexpected any. Specify a different type.",
|
|
1320
|
-
"line": 206,
|
|
1321
|
-
"column": 20,
|
|
1322
|
-
"nodeType": "TSAnyKeyword",
|
|
1323
|
-
"messageId": "unexpectedAny",
|
|
1324
|
-
"endLine": 206,
|
|
1325
|
-
"endColumn": 23,
|
|
1326
|
-
"suggestions": [
|
|
1327
|
-
{
|
|
1328
|
-
"messageId": "suggestUnknown",
|
|
1329
|
-
"fix": {
|
|
1330
|
-
"range": [
|
|
1331
|
-
4972,
|
|
1332
|
-
4975
|
|
1333
|
-
],
|
|
1334
|
-
"text": "unknown"
|
|
1335
|
-
},
|
|
1336
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
1337
|
-
},
|
|
1338
|
-
{
|
|
1339
|
-
"messageId": "suggestNever",
|
|
1340
|
-
"fix": {
|
|
1341
|
-
"range": [
|
|
1342
|
-
4972,
|
|
1343
|
-
4975
|
|
1344
|
-
],
|
|
1345
|
-
"text": "never"
|
|
1346
|
-
},
|
|
1347
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
1348
|
-
}
|
|
1349
|
-
]
|
|
1350
|
-
},
|
|
1351
|
-
{
|
|
1352
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
1353
|
-
"severity": 2,
|
|
1354
|
-
"message": "Unexpected any. Specify a different type.",
|
|
1355
|
-
"line": 237,
|
|
1356
|
-
"column": 20,
|
|
1357
|
-
"nodeType": "TSAnyKeyword",
|
|
1358
|
-
"messageId": "unexpectedAny",
|
|
1359
|
-
"endLine": 237,
|
|
1360
|
-
"endColumn": 23,
|
|
1361
|
-
"suggestions": [
|
|
1362
|
-
{
|
|
1363
|
-
"messageId": "suggestUnknown",
|
|
1364
|
-
"fix": {
|
|
1365
|
-
"range": [
|
|
1366
|
-
5670,
|
|
1367
|
-
5673
|
|
1368
|
-
],
|
|
1369
|
-
"text": "unknown"
|
|
1370
|
-
},
|
|
1371
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
1372
|
-
},
|
|
1373
|
-
{
|
|
1374
|
-
"messageId": "suggestNever",
|
|
1375
|
-
"fix": {
|
|
1376
|
-
"range": [
|
|
1377
|
-
5670,
|
|
1378
|
-
5673
|
|
1379
|
-
],
|
|
1380
|
-
"text": "never"
|
|
1381
|
-
},
|
|
1382
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
1383
|
-
}
|
|
1384
|
-
]
|
|
1385
|
-
},
|
|
1386
|
-
{
|
|
1387
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1388
|
-
"severity": 2,
|
|
1389
|
-
"message": "'key' is defined but never used.",
|
|
1390
|
-
"line": 243,
|
|
1391
|
-
"column": 5,
|
|
1392
|
-
"nodeType": null,
|
|
1393
|
-
"messageId": "unusedVar",
|
|
1394
|
-
"endLine": 243,
|
|
1395
|
-
"endColumn": 8
|
|
1396
|
-
},
|
|
1397
|
-
{
|
|
1398
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1399
|
-
"severity": 2,
|
|
1400
|
-
"message": "'artifactory' is defined but never used.",
|
|
1401
|
-
"line": 244,
|
|
1402
|
-
"column": 5,
|
|
1403
|
-
"nodeType": null,
|
|
1404
|
-
"messageId": "unusedVar",
|
|
1405
|
-
"endLine": 244,
|
|
1406
|
-
"endColumn": 16
|
|
1407
|
-
},
|
|
1408
|
-
{
|
|
1409
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1410
|
-
"severity": 2,
|
|
1411
|
-
"message": "'pm' is defined but never used.",
|
|
1412
|
-
"line": 245,
|
|
1413
|
-
"column": 5,
|
|
1414
|
-
"nodeType": null,
|
|
1415
|
-
"messageId": "unusedVar",
|
|
1416
|
-
"endLine": 245,
|
|
1417
|
-
"endColumn": 7
|
|
1418
|
-
},
|
|
1419
|
-
{
|
|
1420
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1421
|
-
"severity": 2,
|
|
1422
|
-
"message": "'receiver' is defined but never used.",
|
|
1423
|
-
"line": 271,
|
|
1424
|
-
"column": 25,
|
|
1425
|
-
"nodeType": null,
|
|
1426
|
-
"messageId": "unusedVar",
|
|
1427
|
-
"endLine": 271,
|
|
1428
|
-
"endColumn": 33
|
|
1429
|
-
},
|
|
1430
|
-
{
|
|
1431
|
-
"ruleId": "@typescript-eslint/ban-ts-comment",
|
|
1432
|
-
"severity": 2,
|
|
1433
|
-
"message": "Use \"@ts-expect-error\" instead of \"@ts-ignore\", as \"@ts-ignore\" will do nothing if the following line is error-free.",
|
|
1434
|
-
"line": 302,
|
|
1435
|
-
"column": 9,
|
|
1436
|
-
"nodeType": "Block",
|
|
1437
|
-
"messageId": "tsIgnoreInsteadOfExpectError",
|
|
1438
|
-
"endLine": 302,
|
|
1439
|
-
"endColumn": 35,
|
|
1440
|
-
"suggestions": [
|
|
1441
|
-
{
|
|
1442
|
-
"messageId": "replaceTsIgnoreWithTsExpectError",
|
|
1443
|
-
"fix": {
|
|
1444
|
-
"range": [
|
|
1445
|
-
7256,
|
|
1446
|
-
7282
|
|
1447
|
-
],
|
|
1448
|
-
"text": "/* @ts-expect-error:next-line */"
|
|
1449
|
-
},
|
|
1450
|
-
"desc": "Replace \"@ts-ignore\" with \"@ts-expect-error\"."
|
|
1451
|
-
}
|
|
1452
|
-
]
|
|
1453
|
-
},
|
|
1454
|
-
{
|
|
1455
|
-
"ruleId": "prefer-rest-params",
|
|
1456
|
-
"severity": 2,
|
|
1457
|
-
"message": "Use the rest parameters instead of 'arguments'.",
|
|
1458
|
-
"line": 303,
|
|
1459
|
-
"column": 31,
|
|
1460
|
-
"nodeType": "Identifier",
|
|
1461
|
-
"messageId": "preferRestParams",
|
|
1462
|
-
"endLine": 303,
|
|
1463
|
-
"endColumn": 40
|
|
1464
|
-
},
|
|
1465
|
-
{
|
|
1466
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1467
|
-
"severity": 2,
|
|
1468
|
-
"message": "'receiver' is defined but never used.",
|
|
1469
|
-
"line": 358,
|
|
1470
|
-
"column": 29,
|
|
1471
|
-
"nodeType": null,
|
|
1472
|
-
"messageId": "unusedVar",
|
|
1473
|
-
"endLine": 358,
|
|
1474
|
-
"endColumn": 37
|
|
1475
|
-
},
|
|
1476
|
-
{
|
|
1477
|
-
"ruleId": "@typescript-eslint/ban-ts-comment",
|
|
1478
|
-
"severity": 2,
|
|
1479
|
-
"message": "Use \"@ts-expect-error\" instead of \"@ts-ignore\", as \"@ts-ignore\" will do nothing if the following line is error-free.",
|
|
1480
|
-
"line": 378,
|
|
1481
|
-
"column": 13,
|
|
1482
|
-
"nodeType": "Block",
|
|
1483
|
-
"messageId": "tsIgnoreInsteadOfExpectError",
|
|
1484
|
-
"endLine": 378,
|
|
1485
|
-
"endColumn": 39,
|
|
1486
|
-
"suggestions": [
|
|
1487
|
-
{
|
|
1488
|
-
"messageId": "replaceTsIgnoreWithTsExpectError",
|
|
1489
|
-
"fix": {
|
|
1490
|
-
"range": [
|
|
1491
|
-
9143,
|
|
1492
|
-
9169
|
|
1493
|
-
],
|
|
1494
|
-
"text": "/* @ts-expect-error:next-line */"
|
|
1495
|
-
},
|
|
1496
|
-
"desc": "Replace \"@ts-ignore\" with \"@ts-expect-error\"."
|
|
1497
|
-
}
|
|
1498
|
-
]
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
"ruleId": "prefer-rest-params",
|
|
1502
|
-
"severity": 2,
|
|
1503
|
-
"message": "Use the rest parameters instead of 'arguments'.",
|
|
1504
|
-
"line": 379,
|
|
1505
|
-
"column": 35,
|
|
1506
|
-
"nodeType": "Identifier",
|
|
1507
|
-
"messageId": "preferRestParams",
|
|
1508
|
-
"endLine": 379,
|
|
1509
|
-
"endColumn": 44
|
|
1510
|
-
},
|
|
1511
|
-
{
|
|
1512
|
-
"ruleId": "no-unsafe-finally",
|
|
1513
|
-
"severity": 2,
|
|
1514
|
-
"message": "Unsafe usage of ThrowStatement.",
|
|
1515
|
-
"line": 392,
|
|
1516
|
-
"column": 9,
|
|
1517
|
-
"nodeType": "ThrowStatement",
|
|
1518
|
-
"messageId": "unsafeUsage",
|
|
1519
|
-
"endLine": 392,
|
|
1520
|
-
"endColumn": 17
|
|
1521
|
-
},
|
|
1522
|
-
{
|
|
1523
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
1524
|
-
"severity": 2,
|
|
1525
|
-
"message": "Unexpected any. Specify a different type.",
|
|
1526
|
-
"line": 416,
|
|
1527
|
-
"column": 14,
|
|
1528
|
-
"nodeType": "TSAnyKeyword",
|
|
1529
|
-
"messageId": "unexpectedAny",
|
|
1530
|
-
"endLine": 416,
|
|
1531
|
-
"endColumn": 17,
|
|
1532
|
-
"suggestions": [
|
|
1533
|
-
{
|
|
1534
|
-
"messageId": "suggestUnknown",
|
|
1535
|
-
"fix": {
|
|
1536
|
-
"range": [
|
|
1537
|
-
9981,
|
|
1538
|
-
9984
|
|
1539
|
-
],
|
|
1540
|
-
"text": "unknown"
|
|
1541
|
-
},
|
|
1542
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
1543
|
-
},
|
|
1544
|
-
{
|
|
1545
|
-
"messageId": "suggestNever",
|
|
1546
|
-
"fix": {
|
|
1547
|
-
"range": [
|
|
1548
|
-
9981,
|
|
1549
|
-
9984
|
|
1550
|
-
],
|
|
1551
|
-
"text": "never"
|
|
1552
|
-
},
|
|
1553
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
1554
|
-
}
|
|
1555
|
-
]
|
|
1556
|
-
},
|
|
1557
|
-
{
|
|
1558
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1559
|
-
"severity": 2,
|
|
1560
|
-
"message": "'receiver' is defined but never used.",
|
|
1561
|
-
"line": 435,
|
|
1562
|
-
"column": 25,
|
|
1563
|
-
"nodeType": null,
|
|
1564
|
-
"messageId": "unusedVar",
|
|
1565
|
-
"endLine": 435,
|
|
1566
|
-
"endColumn": 33
|
|
1567
|
-
},
|
|
1568
|
-
{
|
|
1569
|
-
"ruleId": "@typescript-eslint/ban-ts-comment",
|
|
1570
|
-
"severity": 2,
|
|
1571
|
-
"message": "Use \"@ts-expect-error\" instead of \"@ts-ignore\", as \"@ts-ignore\" will do nothing if the following line is error-free.",
|
|
1572
|
-
"line": 451,
|
|
1573
|
-
"column": 9,
|
|
1574
|
-
"nodeType": "Block",
|
|
1575
|
-
"messageId": "tsIgnoreInsteadOfExpectError",
|
|
1576
|
-
"endLine": 451,
|
|
1577
|
-
"endColumn": 35,
|
|
1578
|
-
"suggestions": [
|
|
1579
|
-
{
|
|
1580
|
-
"messageId": "replaceTsIgnoreWithTsExpectError",
|
|
1581
|
-
"fix": {
|
|
1582
|
-
"range": [
|
|
1583
|
-
10726,
|
|
1584
|
-
10752
|
|
1585
|
-
],
|
|
1586
|
-
"text": "/* @ts-expect-error:next-line */"
|
|
1587
|
-
},
|
|
1588
|
-
"desc": "Replace \"@ts-ignore\" with \"@ts-expect-error\"."
|
|
1589
|
-
}
|
|
1590
|
-
]
|
|
1591
|
-
},
|
|
1592
|
-
{
|
|
1593
|
-
"ruleId": "prefer-rest-params",
|
|
1594
|
-
"severity": 2,
|
|
1595
|
-
"message": "Use the rest parameters instead of 'arguments'.",
|
|
1596
|
-
"line": 452,
|
|
1597
|
-
"column": 31,
|
|
1598
|
-
"nodeType": "Identifier",
|
|
1599
|
-
"messageId": "preferRestParams",
|
|
1600
|
-
"endLine": 452,
|
|
1601
|
-
"endColumn": 40
|
|
1602
|
-
},
|
|
1603
|
-
{
|
|
1604
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1605
|
-
"severity": 2,
|
|
1606
|
-
"message": "'e' is defined but never used.",
|
|
1607
|
-
"line": 461,
|
|
1608
|
-
"column": 14,
|
|
1609
|
-
"nodeType": null,
|
|
1610
|
-
"messageId": "unusedVar",
|
|
1611
|
-
"endLine": 461,
|
|
1612
|
-
"endColumn": 15
|
|
1613
|
-
},
|
|
1614
|
-
{
|
|
1615
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
1616
|
-
"severity": 2,
|
|
1617
|
-
"message": "Unexpected any. Specify a different type.",
|
|
1618
|
-
"line": 504,
|
|
1619
|
-
"column": 14,
|
|
1620
|
-
"nodeType": "TSAnyKeyword",
|
|
1621
|
-
"messageId": "unexpectedAny",
|
|
1622
|
-
"endLine": 504,
|
|
1623
|
-
"endColumn": 17,
|
|
1624
|
-
"suggestions": [
|
|
1625
|
-
{
|
|
1626
|
-
"messageId": "suggestUnknown",
|
|
1627
|
-
"fix": {
|
|
1628
|
-
"range": [
|
|
1629
|
-
11860,
|
|
1630
|
-
11863
|
|
1631
|
-
],
|
|
1632
|
-
"text": "unknown"
|
|
1633
|
-
},
|
|
1634
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
1635
|
-
},
|
|
1636
|
-
{
|
|
1637
|
-
"messageId": "suggestNever",
|
|
1638
|
-
"fix": {
|
|
1639
|
-
"range": [
|
|
1640
|
-
11860,
|
|
1641
|
-
11863
|
|
1642
|
-
],
|
|
1643
|
-
"text": "never"
|
|
1644
|
-
},
|
|
1645
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
1646
|
-
}
|
|
1647
|
-
]
|
|
1648
|
-
},
|
|
1649
|
-
{
|
|
1650
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1651
|
-
"severity": 2,
|
|
1652
|
-
"message": "'receiver' is defined but never used.",
|
|
1653
|
-
"line": 528,
|
|
1654
|
-
"column": 27,
|
|
1655
|
-
"nodeType": null,
|
|
1656
|
-
"messageId": "unusedVar",
|
|
1657
|
-
"endLine": 528,
|
|
1658
|
-
"endColumn": 35
|
|
1659
|
-
},
|
|
1660
|
-
{
|
|
1661
|
-
"ruleId": "@typescript-eslint/ban-ts-comment",
|
|
1662
|
-
"severity": 2,
|
|
1663
|
-
"message": "Use \"@ts-expect-error\" instead of \"@ts-ignore\", as \"@ts-ignore\" will do nothing if the following line is error-free.",
|
|
1664
|
-
"line": 545,
|
|
1665
|
-
"column": 11,
|
|
1666
|
-
"nodeType": "Block",
|
|
1667
|
-
"messageId": "tsIgnoreInsteadOfExpectError",
|
|
1668
|
-
"endLine": 545,
|
|
1669
|
-
"endColumn": 37,
|
|
1670
|
-
"suggestions": [
|
|
1671
|
-
{
|
|
1672
|
-
"messageId": "replaceTsIgnoreWithTsExpectError",
|
|
1673
|
-
"fix": {
|
|
1674
|
-
"range": [
|
|
1675
|
-
12831,
|
|
1676
|
-
12857
|
|
1677
|
-
],
|
|
1678
|
-
"text": "/* @ts-expect-error:next-line */"
|
|
1679
|
-
},
|
|
1680
|
-
"desc": "Replace \"@ts-ignore\" with \"@ts-expect-error\"."
|
|
1681
|
-
}
|
|
1682
|
-
]
|
|
1683
|
-
},
|
|
1684
|
-
{
|
|
1685
|
-
"ruleId": "prefer-rest-params",
|
|
1686
|
-
"severity": 2,
|
|
1687
|
-
"message": "Use the rest parameters instead of 'arguments'.",
|
|
1688
|
-
"line": 546,
|
|
1689
|
-
"column": 33,
|
|
1690
|
-
"nodeType": "Identifier",
|
|
1691
|
-
"messageId": "preferRestParams",
|
|
1692
|
-
"endLine": 546,
|
|
1693
|
-
"endColumn": 42
|
|
1694
|
-
},
|
|
1695
|
-
{
|
|
1696
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
1697
|
-
"severity": 2,
|
|
1698
|
-
"message": "Unexpected any. Specify a different type.",
|
|
1699
|
-
"line": 573,
|
|
1700
|
-
"column": 45,
|
|
1701
|
-
"nodeType": "TSAnyKeyword",
|
|
1702
|
-
"messageId": "unexpectedAny",
|
|
1703
|
-
"endLine": 573,
|
|
1704
|
-
"endColumn": 48,
|
|
1705
|
-
"suggestions": [
|
|
1706
|
-
{
|
|
1707
|
-
"messageId": "suggestUnknown",
|
|
1708
|
-
"fix": {
|
|
1709
|
-
"range": [
|
|
1710
|
-
13384,
|
|
1711
|
-
13387
|
|
1712
|
-
],
|
|
1713
|
-
"text": "unknown"
|
|
1714
|
-
},
|
|
1715
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
1716
|
-
},
|
|
1717
|
-
{
|
|
1718
|
-
"messageId": "suggestNever",
|
|
1719
|
-
"fix": {
|
|
1720
|
-
"range": [
|
|
1721
|
-
13384,
|
|
1722
|
-
13387
|
|
1723
|
-
],
|
|
1724
|
-
"text": "never"
|
|
1725
|
-
},
|
|
1726
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
1727
|
-
}
|
|
1728
|
-
]
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
1732
|
-
"severity": 2,
|
|
1733
|
-
"message": "Unexpected any. Specify a different type.",
|
|
1734
|
-
"line": 574,
|
|
1735
|
-
"column": 18,
|
|
1736
|
-
"nodeType": "TSAnyKeyword",
|
|
1737
|
-
"messageId": "unexpectedAny",
|
|
1738
|
-
"endLine": 574,
|
|
1739
|
-
"endColumn": 21,
|
|
1740
|
-
"suggestions": [
|
|
1741
|
-
{
|
|
1742
|
-
"messageId": "suggestUnknown",
|
|
1743
|
-
"fix": {
|
|
1744
|
-
"range": [
|
|
1745
|
-
13406,
|
|
1746
|
-
13409
|
|
1747
|
-
],
|
|
1748
|
-
"text": "unknown"
|
|
1749
|
-
},
|
|
1750
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
1751
|
-
},
|
|
1752
|
-
{
|
|
1753
|
-
"messageId": "suggestNever",
|
|
1754
|
-
"fix": {
|
|
1755
|
-
"range": [
|
|
1756
|
-
13406,
|
|
1757
|
-
13409
|
|
1758
|
-
],
|
|
1759
|
-
"text": "never"
|
|
1760
|
-
},
|
|
1761
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
1762
|
-
}
|
|
1763
|
-
]
|
|
1764
|
-
},
|
|
1765
|
-
{
|
|
1766
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
1767
|
-
"severity": 2,
|
|
1768
|
-
"message": "Unexpected any. Specify a different type.",
|
|
1769
|
-
"line": 576,
|
|
1770
|
-
"column": 12,
|
|
1771
|
-
"nodeType": "TSAnyKeyword",
|
|
1772
|
-
"messageId": "unexpectedAny",
|
|
1773
|
-
"endLine": 576,
|
|
1774
|
-
"endColumn": 15,
|
|
1775
|
-
"suggestions": [
|
|
1776
|
-
{
|
|
1777
|
-
"messageId": "suggestUnknown",
|
|
1778
|
-
"fix": {
|
|
1779
|
-
"range": [
|
|
1780
|
-
13444,
|
|
1781
|
-
13447
|
|
1782
|
-
],
|
|
1783
|
-
"text": "unknown"
|
|
1784
|
-
},
|
|
1785
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
1786
|
-
},
|
|
1787
|
-
{
|
|
1788
|
-
"messageId": "suggestNever",
|
|
1789
|
-
"fix": {
|
|
1790
|
-
"range": [
|
|
1791
|
-
13444,
|
|
1792
|
-
13447
|
|
1793
|
-
],
|
|
1794
|
-
"text": "never"
|
|
1795
|
-
},
|
|
1796
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
1797
|
-
}
|
|
1798
|
-
]
|
|
1799
|
-
},
|
|
1800
|
-
{
|
|
1801
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
1802
|
-
"severity": 2,
|
|
1803
|
-
"message": "Unexpected any. Specify a different type.",
|
|
1804
|
-
"line": 581,
|
|
1805
|
-
"column": 47,
|
|
1806
|
-
"nodeType": "TSAnyKeyword",
|
|
1807
|
-
"messageId": "unexpectedAny",
|
|
1808
|
-
"endLine": 581,
|
|
1809
|
-
"endColumn": 50,
|
|
1810
|
-
"suggestions": [
|
|
1811
|
-
{
|
|
1812
|
-
"messageId": "suggestUnknown",
|
|
1813
|
-
"fix": {
|
|
1814
|
-
"range": [
|
|
1815
|
-
13553,
|
|
1816
|
-
13556
|
|
1817
|
-
],
|
|
1818
|
-
"text": "unknown"
|
|
1819
|
-
},
|
|
1820
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
1821
|
-
},
|
|
1822
|
-
{
|
|
1823
|
-
"messageId": "suggestNever",
|
|
1824
|
-
"fix": {
|
|
1825
|
-
"range": [
|
|
1826
|
-
13553,
|
|
1827
|
-
13556
|
|
1828
|
-
],
|
|
1829
|
-
"text": "never"
|
|
1830
|
-
},
|
|
1831
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
1832
|
-
}
|
|
1833
|
-
]
|
|
1834
|
-
},
|
|
1835
|
-
{
|
|
1836
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
1837
|
-
"severity": 2,
|
|
1838
|
-
"message": "Unexpected any. Specify a different type.",
|
|
1839
|
-
"line": 582,
|
|
1840
|
-
"column": 8,
|
|
1841
|
-
"nodeType": "TSAnyKeyword",
|
|
1842
|
-
"messageId": "unexpectedAny",
|
|
1843
|
-
"endLine": 582,
|
|
1844
|
-
"endColumn": 11,
|
|
1845
|
-
"suggestions": [
|
|
1846
|
-
{
|
|
1847
|
-
"messageId": "suggestUnknown",
|
|
1848
|
-
"fix": {
|
|
1849
|
-
"range": [
|
|
1850
|
-
13565,
|
|
1851
|
-
13568
|
|
1852
|
-
],
|
|
1853
|
-
"text": "unknown"
|
|
1854
|
-
},
|
|
1855
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
1856
|
-
},
|
|
1857
|
-
{
|
|
1858
|
-
"messageId": "suggestNever",
|
|
1859
|
-
"fix": {
|
|
1860
|
-
"range": [
|
|
1861
|
-
13565,
|
|
1862
|
-
13568
|
|
1863
|
-
],
|
|
1864
|
-
"text": "never"
|
|
1865
|
-
},
|
|
1866
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
1867
|
-
}
|
|
1868
|
-
]
|
|
1869
|
-
},
|
|
1870
|
-
{
|
|
1871
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
1872
|
-
"severity": 2,
|
|
1873
|
-
"message": "Unexpected any. Specify a different type.",
|
|
1874
|
-
"line": 583,
|
|
1875
|
-
"column": 14,
|
|
1876
|
-
"nodeType": "TSAnyKeyword",
|
|
1877
|
-
"messageId": "unexpectedAny",
|
|
1878
|
-
"endLine": 583,
|
|
1879
|
-
"endColumn": 17,
|
|
1880
|
-
"suggestions": [
|
|
1881
|
-
{
|
|
1882
|
-
"messageId": "suggestUnknown",
|
|
1883
|
-
"fix": {
|
|
1884
|
-
"range": [
|
|
1885
|
-
13583,
|
|
1886
|
-
13586
|
|
1887
|
-
],
|
|
1888
|
-
"text": "unknown"
|
|
1889
|
-
},
|
|
1890
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
1891
|
-
},
|
|
1892
|
-
{
|
|
1893
|
-
"messageId": "suggestNever",
|
|
1894
|
-
"fix": {
|
|
1895
|
-
"range": [
|
|
1896
|
-
13583,
|
|
1897
|
-
13586
|
|
1898
|
-
],
|
|
1899
|
-
"text": "never"
|
|
1900
|
-
},
|
|
1901
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
1902
|
-
}
|
|
1903
|
-
]
|
|
1904
|
-
},
|
|
1905
|
-
{
|
|
1906
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1907
|
-
"severity": 2,
|
|
1908
|
-
"message": "'key' is defined but never used.",
|
|
1909
|
-
"line": 611,
|
|
1910
|
-
"column": 5,
|
|
1911
|
-
"nodeType": null,
|
|
1912
|
-
"messageId": "unusedVar",
|
|
1913
|
-
"endLine": 611,
|
|
1914
|
-
"endColumn": 8
|
|
1915
|
-
},
|
|
1916
|
-
{
|
|
1917
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1918
|
-
"severity": 2,
|
|
1919
|
-
"message": "'artifactory' is defined but never used.",
|
|
1920
|
-
"line": 612,
|
|
1921
|
-
"column": 5,
|
|
1922
|
-
"nodeType": null,
|
|
1923
|
-
"messageId": "unusedVar",
|
|
1924
|
-
"endLine": 612,
|
|
1925
|
-
"endColumn": 16
|
|
1926
|
-
},
|
|
1927
|
-
{
|
|
1928
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
1929
|
-
"severity": 2,
|
|
1930
|
-
"message": "'pm' is defined but never used.",
|
|
1931
|
-
"line": 613,
|
|
1932
|
-
"column": 5,
|
|
1933
|
-
"nodeType": null,
|
|
1934
|
-
"messageId": "unusedVar",
|
|
1935
|
-
"endLine": 613,
|
|
1936
|
-
"endColumn": 7
|
|
1937
|
-
}
|
|
1938
|
-
],
|
|
1939
|
-
"suppressedMessages": [],
|
|
1940
|
-
"errorCount": 44,
|
|
1941
|
-
"fatalErrorCount": 0,
|
|
1942
|
-
"warningCount": 0,
|
|
1943
|
-
"fixableErrorCount": 0,
|
|
1944
|
-
"fixableWarningCount": 0,
|
|
1945
|
-
"usedDeprecatedRules": []
|
|
1946
|
-
},
|
|
1947
|
-
{
|
|
1948
|
-
"filePath": "/Users/adam/Code/testeranto/src/lib/basebuilder.ts",
|
|
1949
|
-
"messages": [
|
|
1950
|
-
{
|
|
1951
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
1952
|
-
"severity": 2,
|
|
1953
|
-
"message": "Unexpected any. Specify a different type.",
|
|
1954
|
-
"line": 31,
|
|
1955
|
-
"column": 10,
|
|
1956
|
-
"nodeType": "TSAnyKeyword",
|
|
1957
|
-
"messageId": "unexpectedAny",
|
|
1958
|
-
"endLine": 31,
|
|
1959
|
-
"endColumn": 13,
|
|
1960
|
-
"suggestions": [
|
|
1961
|
-
{
|
|
1962
|
-
"messageId": "suggestUnknown",
|
|
1963
|
-
"fix": {
|
|
1964
|
-
"range": [
|
|
1965
|
-
566,
|
|
1966
|
-
569
|
|
1967
|
-
],
|
|
1968
|
-
"text": "unknown"
|
|
1969
|
-
},
|
|
1970
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
1971
|
-
},
|
|
1972
|
-
{
|
|
1973
|
-
"messageId": "suggestNever",
|
|
1974
|
-
"fix": {
|
|
1975
|
-
"range": [
|
|
1976
|
-
566,
|
|
1977
|
-
569
|
|
1978
|
-
],
|
|
1979
|
-
"text": "never"
|
|
1980
|
-
},
|
|
1981
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
1982
|
-
}
|
|
1983
|
-
]
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
"ruleId": "@typescript-eslint/no-empty-object-type",
|
|
1987
|
-
"severity": 2,
|
|
1988
|
-
"message": "The `{}` (\"empty object\") type allows any non-nullish value, including literals like `0` and `\"\"`.\n- If that's what you want, disable this lint rule with an inline comment or configure the 'allowObjectTypes' rule option.\n- If you want a type meaning \"any object\", you probably want `object` instead.\n- If you want a type meaning \"any value\", you probably want `unknown` instead.",
|
|
1989
|
-
"line": 33,
|
|
1990
|
-
"column": 33,
|
|
1991
|
-
"nodeType": "TSTypeLiteral",
|
|
1992
|
-
"messageId": "noEmptyObject",
|
|
1993
|
-
"endLine": 33,
|
|
1994
|
-
"endColumn": 35,
|
|
1995
|
-
"suggestions": [
|
|
1996
|
-
{
|
|
1997
|
-
"messageId": "replaceEmptyObjectType",
|
|
1998
|
-
"data": {
|
|
1999
|
-
"replacement": "object"
|
|
2000
|
-
},
|
|
2001
|
-
"fix": {
|
|
2002
|
-
"range": [
|
|
2003
|
-
604,
|
|
2004
|
-
606
|
|
2005
|
-
],
|
|
2006
|
-
"text": "object"
|
|
2007
|
-
},
|
|
2008
|
-
"desc": "Replace `{}` with `object`."
|
|
2009
|
-
},
|
|
2010
|
-
{
|
|
2011
|
-
"messageId": "replaceEmptyObjectType",
|
|
2012
|
-
"data": {
|
|
2013
|
-
"replacement": "unknown"
|
|
2014
|
-
},
|
|
2015
|
-
"fix": {
|
|
2016
|
-
"range": [
|
|
2017
|
-
604,
|
|
2018
|
-
606
|
|
2019
|
-
],
|
|
2020
|
-
"text": "unknown"
|
|
2021
|
-
},
|
|
2022
|
-
"desc": "Replace `{}` with `unknown`."
|
|
2023
|
-
}
|
|
2024
|
-
]
|
|
2025
|
-
},
|
|
2026
|
-
{
|
|
2027
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2028
|
-
"severity": 2,
|
|
2029
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2030
|
-
"line": 54,
|
|
2031
|
-
"column": 24,
|
|
2032
|
-
"nodeType": "TSAnyKeyword",
|
|
2033
|
-
"messageId": "unexpectedAny",
|
|
2034
|
-
"endLine": 54,
|
|
2035
|
-
"endColumn": 27,
|
|
2036
|
-
"suggestions": [
|
|
2037
|
-
{
|
|
2038
|
-
"messageId": "suggestUnknown",
|
|
2039
|
-
"fix": {
|
|
2040
|
-
"range": [
|
|
2041
|
-
1572,
|
|
2042
|
-
1575
|
|
2043
|
-
],
|
|
2044
|
-
"text": "unknown"
|
|
2045
|
-
},
|
|
2046
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2047
|
-
},
|
|
2048
|
-
{
|
|
2049
|
-
"messageId": "suggestNever",
|
|
2050
|
-
"fix": {
|
|
2051
|
-
"range": [
|
|
2052
|
-
1572,
|
|
2053
|
-
1575
|
|
2054
|
-
],
|
|
2055
|
-
"text": "never"
|
|
2056
|
-
},
|
|
2057
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2058
|
-
}
|
|
2059
|
-
]
|
|
2060
|
-
},
|
|
2061
|
-
{
|
|
2062
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
2063
|
-
"severity": 2,
|
|
2064
|
-
"message": "'start' is assigned a value but never used.",
|
|
2065
|
-
"line": 108,
|
|
2066
|
-
"column": 17,
|
|
2067
|
-
"nodeType": null,
|
|
2068
|
-
"messageId": "unusedVar",
|
|
2069
|
-
"endLine": 108,
|
|
2070
|
-
"endColumn": 22
|
|
2071
|
-
},
|
|
2072
|
-
{
|
|
2073
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
2074
|
-
"severity": 2,
|
|
2075
|
-
"message": "'x' is assigned a value but never used.",
|
|
2076
|
-
"line": 116,
|
|
2077
|
-
"column": 19,
|
|
2078
|
-
"nodeType": null,
|
|
2079
|
-
"messageId": "unusedVar",
|
|
2080
|
-
"endLine": 116,
|
|
2081
|
-
"endColumn": 20
|
|
2082
|
-
},
|
|
2083
|
-
{
|
|
2084
|
-
"ruleId": "no-async-promise-executor",
|
|
2085
|
-
"severity": 2,
|
|
2086
|
-
"message": "Promise executor functions should not be async.",
|
|
2087
|
-
"line": 122,
|
|
2088
|
-
"column": 42,
|
|
2089
|
-
"nodeType": "Identifier",
|
|
2090
|
-
"messageId": "async",
|
|
2091
|
-
"endLine": 122,
|
|
2092
|
-
"endColumn": 47
|
|
2093
|
-
},
|
|
2094
|
-
{
|
|
2095
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
2096
|
-
"severity": 2,
|
|
2097
|
-
"message": "'rej' is defined but never used.",
|
|
2098
|
-
"line": 122,
|
|
2099
|
-
"column": 54,
|
|
2100
|
-
"nodeType": null,
|
|
2101
|
-
"messageId": "unusedVar",
|
|
2102
|
-
"endLine": 122,
|
|
2103
|
-
"endColumn": 57
|
|
2104
|
-
},
|
|
2105
|
-
{
|
|
2106
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
2107
|
-
"severity": 2,
|
|
2108
|
-
"message": "'b' is assigned a value but never used.",
|
|
2109
|
-
"line": 129,
|
|
2110
|
-
"column": 17,
|
|
2111
|
-
"nodeType": null,
|
|
2112
|
-
"messageId": "unusedVar",
|
|
2113
|
-
"endLine": 129,
|
|
2114
|
-
"endColumn": 18
|
|
2115
|
-
},
|
|
2116
|
-
{
|
|
2117
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2118
|
-
"severity": 2,
|
|
2119
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2120
|
-
"line": 204,
|
|
2121
|
-
"column": 34,
|
|
2122
|
-
"nodeType": "TSAnyKeyword",
|
|
2123
|
-
"messageId": "unexpectedAny",
|
|
2124
|
-
"endLine": 204,
|
|
2125
|
-
"endColumn": 37,
|
|
2126
|
-
"suggestions": [
|
|
2127
|
-
{
|
|
2128
|
-
"messageId": "suggestUnknown",
|
|
2129
|
-
"fix": {
|
|
2130
|
-
"range": [
|
|
2131
|
-
5345,
|
|
2132
|
-
5348
|
|
2133
|
-
],
|
|
2134
|
-
"text": "unknown"
|
|
2135
|
-
},
|
|
2136
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2137
|
-
},
|
|
2138
|
-
{
|
|
2139
|
-
"messageId": "suggestNever",
|
|
2140
|
-
"fix": {
|
|
2141
|
-
"range": [
|
|
2142
|
-
5345,
|
|
2143
|
-
5348
|
|
2144
|
-
],
|
|
2145
|
-
"text": "never"
|
|
2146
|
-
},
|
|
2147
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2148
|
-
}
|
|
2149
|
-
]
|
|
2150
|
-
},
|
|
2151
|
-
{
|
|
2152
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2153
|
-
"severity": 2,
|
|
2154
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2155
|
-
"line": 211,
|
|
2156
|
-
"column": 47,
|
|
2157
|
-
"nodeType": "TSAnyKeyword",
|
|
2158
|
-
"messageId": "unexpectedAny",
|
|
2159
|
-
"endLine": 211,
|
|
2160
|
-
"endColumn": 50,
|
|
2161
|
-
"suggestions": [
|
|
2162
|
-
{
|
|
2163
|
-
"messageId": "suggestUnknown",
|
|
2164
|
-
"fix": {
|
|
2165
|
-
"range": [
|
|
2166
|
-
5496,
|
|
2167
|
-
5499
|
|
2168
|
-
],
|
|
2169
|
-
"text": "unknown"
|
|
2170
|
-
},
|
|
2171
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2172
|
-
},
|
|
2173
|
-
{
|
|
2174
|
-
"messageId": "suggestNever",
|
|
2175
|
-
"fix": {
|
|
2176
|
-
"range": [
|
|
2177
|
-
5496,
|
|
2178
|
-
5499
|
|
2179
|
-
],
|
|
2180
|
-
"text": "never"
|
|
2181
|
-
},
|
|
2182
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2183
|
-
}
|
|
2184
|
-
]
|
|
2185
|
-
},
|
|
2186
|
-
{
|
|
2187
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2188
|
-
"severity": 2,
|
|
2189
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2190
|
-
"line": 220,
|
|
2191
|
-
"column": 44,
|
|
2192
|
-
"nodeType": "TSAnyKeyword",
|
|
2193
|
-
"messageId": "unexpectedAny",
|
|
2194
|
-
"endLine": 220,
|
|
2195
|
-
"endColumn": 47,
|
|
2196
|
-
"suggestions": [
|
|
2197
|
-
{
|
|
2198
|
-
"messageId": "suggestUnknown",
|
|
2199
|
-
"fix": {
|
|
2200
|
-
"range": [
|
|
2201
|
-
5675,
|
|
2202
|
-
5678
|
|
2203
|
-
],
|
|
2204
|
-
"text": "unknown"
|
|
2205
|
-
},
|
|
2206
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2207
|
-
},
|
|
2208
|
-
{
|
|
2209
|
-
"messageId": "suggestNever",
|
|
2210
|
-
"fix": {
|
|
2211
|
-
"range": [
|
|
2212
|
-
5675,
|
|
2213
|
-
5678
|
|
2214
|
-
],
|
|
2215
|
-
"text": "never"
|
|
2216
|
-
},
|
|
2217
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2218
|
-
}
|
|
2219
|
-
]
|
|
2220
|
-
}
|
|
2221
|
-
],
|
|
2222
|
-
"suppressedMessages": [],
|
|
2223
|
-
"errorCount": 11,
|
|
2224
|
-
"fatalErrorCount": 0,
|
|
2225
|
-
"warningCount": 0,
|
|
2226
|
-
"fixableErrorCount": 0,
|
|
2227
|
-
"fixableWarningCount": 0,
|
|
2228
|
-
"usedDeprecatedRules": []
|
|
2229
|
-
},
|
|
2230
|
-
{
|
|
2231
|
-
"filePath": "/Users/adam/Code/testeranto/src/lib/classBuilder.ts",
|
|
2232
|
-
"messages": [
|
|
2233
|
-
{
|
|
2234
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
2235
|
-
"severity": 2,
|
|
2236
|
-
"message": "'g' is defined but never used.",
|
|
2237
|
-
"line": 56,
|
|
2238
|
-
"column": 17,
|
|
2239
|
-
"nodeType": null,
|
|
2240
|
-
"messageId": "unusedVar",
|
|
2241
|
-
"endLine": 56,
|
|
2242
|
-
"endColumn": 18
|
|
2243
|
-
},
|
|
2244
|
-
{
|
|
2245
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2246
|
-
"severity": 2,
|
|
2247
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2248
|
-
"line": 74,
|
|
2249
|
-
"column": 40,
|
|
2250
|
-
"nodeType": "TSAnyKeyword",
|
|
2251
|
-
"messageId": "unexpectedAny",
|
|
2252
|
-
"endLine": 74,
|
|
2253
|
-
"endColumn": 43,
|
|
2254
|
-
"suggestions": [
|
|
2255
|
-
{
|
|
2256
|
-
"messageId": "suggestUnknown",
|
|
2257
|
-
"fix": {
|
|
2258
|
-
"range": [
|
|
2259
|
-
1913,
|
|
2260
|
-
1916
|
|
2261
|
-
],
|
|
2262
|
-
"text": "unknown"
|
|
2263
|
-
},
|
|
2264
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2265
|
-
},
|
|
2266
|
-
{
|
|
2267
|
-
"messageId": "suggestNever",
|
|
2268
|
-
"fix": {
|
|
2269
|
-
"range": [
|
|
2270
|
-
1913,
|
|
2271
|
-
1916
|
|
2272
|
-
],
|
|
2273
|
-
"text": "never"
|
|
2274
|
-
},
|
|
2275
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2276
|
-
}
|
|
2277
|
-
]
|
|
2278
|
-
},
|
|
2279
|
-
{
|
|
2280
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2281
|
-
"severity": 2,
|
|
2282
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2283
|
-
"line": 75,
|
|
2284
|
-
"column": 29,
|
|
2285
|
-
"nodeType": "TSAnyKeyword",
|
|
2286
|
-
"messageId": "unexpectedAny",
|
|
2287
|
-
"endLine": 75,
|
|
2288
|
-
"endColumn": 32,
|
|
2289
|
-
"suggestions": [
|
|
2290
|
-
{
|
|
2291
|
-
"messageId": "suggestUnknown",
|
|
2292
|
-
"fix": {
|
|
2293
|
-
"range": [
|
|
2294
|
-
1952,
|
|
2295
|
-
1955
|
|
2296
|
-
],
|
|
2297
|
-
"text": "unknown"
|
|
2298
|
-
},
|
|
2299
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2300
|
-
},
|
|
2301
|
-
{
|
|
2302
|
-
"messageId": "suggestNever",
|
|
2303
|
-
"fix": {
|
|
2304
|
-
"range": [
|
|
2305
|
-
1952,
|
|
2306
|
-
1955
|
|
2307
|
-
],
|
|
2308
|
-
"text": "never"
|
|
2309
|
-
},
|
|
2310
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2311
|
-
}
|
|
2312
|
-
]
|
|
2313
|
-
},
|
|
2314
|
-
{
|
|
2315
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2316
|
-
"severity": 2,
|
|
2317
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2318
|
-
"line": 87,
|
|
2319
|
-
"column": 40,
|
|
2320
|
-
"nodeType": "TSAnyKeyword",
|
|
2321
|
-
"messageId": "unexpectedAny",
|
|
2322
|
-
"endLine": 87,
|
|
2323
|
-
"endColumn": 43,
|
|
2324
|
-
"suggestions": [
|
|
2325
|
-
{
|
|
2326
|
-
"messageId": "suggestUnknown",
|
|
2327
|
-
"fix": {
|
|
2328
|
-
"range": [
|
|
2329
|
-
2286,
|
|
2330
|
-
2289
|
|
2331
|
-
],
|
|
2332
|
-
"text": "unknown"
|
|
2333
|
-
},
|
|
2334
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2335
|
-
},
|
|
2336
|
-
{
|
|
2337
|
-
"messageId": "suggestNever",
|
|
2338
|
-
"fix": {
|
|
2339
|
-
"range": [
|
|
2340
|
-
2286,
|
|
2341
|
-
2289
|
|
2342
|
-
],
|
|
2343
|
-
"text": "never"
|
|
2344
|
-
},
|
|
2345
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2346
|
-
}
|
|
2347
|
-
]
|
|
2348
|
-
},
|
|
2349
|
-
{
|
|
2350
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2351
|
-
"severity": 2,
|
|
2352
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2353
|
-
"line": 88,
|
|
2354
|
-
"column": 29,
|
|
2355
|
-
"nodeType": "TSAnyKeyword",
|
|
2356
|
-
"messageId": "unexpectedAny",
|
|
2357
|
-
"endLine": 88,
|
|
2358
|
-
"endColumn": 32,
|
|
2359
|
-
"suggestions": [
|
|
2360
|
-
{
|
|
2361
|
-
"messageId": "suggestUnknown",
|
|
2362
|
-
"fix": {
|
|
2363
|
-
"range": [
|
|
2364
|
-
2325,
|
|
2365
|
-
2328
|
|
2366
|
-
],
|
|
2367
|
-
"text": "unknown"
|
|
2368
|
-
},
|
|
2369
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2370
|
-
},
|
|
2371
|
-
{
|
|
2372
|
-
"messageId": "suggestNever",
|
|
2373
|
-
"fix": {
|
|
2374
|
-
"range": [
|
|
2375
|
-
2325,
|
|
2376
|
-
2328
|
|
2377
|
-
],
|
|
2378
|
-
"text": "never"
|
|
2379
|
-
},
|
|
2380
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2381
|
-
}
|
|
2382
|
-
]
|
|
2383
|
-
},
|
|
2384
|
-
{
|
|
2385
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
2386
|
-
"severity": 2,
|
|
2387
|
-
"message": "'x' is defined but never used.",
|
|
2388
|
-
"line": 88,
|
|
2389
|
-
"column": 34,
|
|
2390
|
-
"nodeType": null,
|
|
2391
|
-
"messageId": "unusedVar",
|
|
2392
|
-
"endLine": 88,
|
|
2393
|
-
"endColumn": 35
|
|
2394
|
-
}
|
|
2395
|
-
],
|
|
2396
|
-
"suppressedMessages": [],
|
|
2397
|
-
"errorCount": 6,
|
|
2398
|
-
"fatalErrorCount": 0,
|
|
2399
|
-
"warningCount": 0,
|
|
2400
|
-
"fixableErrorCount": 0,
|
|
2401
|
-
"fixableWarningCount": 0,
|
|
2402
|
-
"usedDeprecatedRules": []
|
|
2403
|
-
},
|
|
2404
|
-
{
|
|
2405
|
-
"filePath": "/Users/adam/Code/testeranto/src/lib/core.ts",
|
|
2406
|
-
"messages": [
|
|
2407
|
-
{
|
|
2408
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
2409
|
-
"severity": 2,
|
|
2410
|
-
"message": "'artifactory' is defined but never used.",
|
|
2411
|
-
"line": 65,
|
|
2412
|
-
"column": 15,
|
|
2413
|
-
"nodeType": null,
|
|
2414
|
-
"messageId": "unusedVar",
|
|
2415
|
-
"endLine": 65,
|
|
2416
|
-
"endColumn": 26
|
|
2417
|
-
},
|
|
2418
|
-
{
|
|
2419
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
2420
|
-
"severity": 2,
|
|
2421
|
-
"message": "'tr' is defined but never used.",
|
|
2422
|
-
"line": 66,
|
|
2423
|
-
"column": 15,
|
|
2424
|
-
"nodeType": null,
|
|
2425
|
-
"messageId": "unusedVar",
|
|
2426
|
-
"endLine": 66,
|
|
2427
|
-
"endColumn": 17
|
|
2428
|
-
},
|
|
2429
|
-
{
|
|
2430
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
2431
|
-
"severity": 2,
|
|
2432
|
-
"message": "'pm' is defined but never used.",
|
|
2433
|
-
"line": 67,
|
|
2434
|
-
"column": 15,
|
|
2435
|
-
"nodeType": null,
|
|
2436
|
-
"messageId": "unusedVar",
|
|
2437
|
-
"endLine": 67,
|
|
2438
|
-
"endColumn": 17
|
|
2439
|
-
},
|
|
2440
|
-
{
|
|
2441
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2442
|
-
"severity": 2,
|
|
2443
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2444
|
-
"line": 68,
|
|
2445
|
-
"column": 27,
|
|
2446
|
-
"nodeType": "TSAnyKeyword",
|
|
2447
|
-
"messageId": "unexpectedAny",
|
|
2448
|
-
"endLine": 68,
|
|
2449
|
-
"endColumn": 30,
|
|
2450
|
-
"suggestions": [
|
|
2451
|
-
{
|
|
2452
|
-
"messageId": "suggestUnknown",
|
|
2453
|
-
"fix": {
|
|
2454
|
-
"range": [
|
|
2455
|
-
1674,
|
|
2456
|
-
1677
|
|
2457
|
-
],
|
|
2458
|
-
"text": "unknown"
|
|
2459
|
-
},
|
|
2460
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2461
|
-
},
|
|
2462
|
-
{
|
|
2463
|
-
"messageId": "suggestNever",
|
|
2464
|
-
"fix": {
|
|
2465
|
-
"range": [
|
|
2466
|
-
1674,
|
|
2467
|
-
1677
|
|
2468
|
-
],
|
|
2469
|
-
"text": "never"
|
|
2470
|
-
},
|
|
2471
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2472
|
-
}
|
|
2473
|
-
]
|
|
2474
|
-
},
|
|
2475
|
-
{
|
|
2476
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2477
|
-
"severity": 2,
|
|
2478
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2479
|
-
"line": 76,
|
|
2480
|
-
"column": 12,
|
|
2481
|
-
"nodeType": "TSAnyKeyword",
|
|
2482
|
-
"messageId": "unexpectedAny",
|
|
2483
|
-
"endLine": 76,
|
|
2484
|
-
"endColumn": 15,
|
|
2485
|
-
"suggestions": [
|
|
2486
|
-
{
|
|
2487
|
-
"messageId": "suggestUnknown",
|
|
2488
|
-
"fix": {
|
|
2489
|
-
"range": [
|
|
2490
|
-
1828,
|
|
2491
|
-
1831
|
|
2492
|
-
],
|
|
2493
|
-
"text": "unknown"
|
|
2494
|
-
},
|
|
2495
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2496
|
-
},
|
|
2497
|
-
{
|
|
2498
|
-
"messageId": "suggestNever",
|
|
2499
|
-
"fix": {
|
|
2500
|
-
"range": [
|
|
2501
|
-
1828,
|
|
2502
|
-
1831
|
|
2503
|
-
],
|
|
2504
|
-
"text": "never"
|
|
2505
|
-
},
|
|
2506
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2507
|
-
}
|
|
2508
|
-
]
|
|
2509
|
-
},
|
|
2510
|
-
{
|
|
2511
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2512
|
-
"severity": 2,
|
|
2513
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2514
|
-
"line": 109,
|
|
2515
|
-
"column": 12,
|
|
2516
|
-
"nodeType": "TSAnyKeyword",
|
|
2517
|
-
"messageId": "unexpectedAny",
|
|
2518
|
-
"endLine": 109,
|
|
2519
|
-
"endColumn": 15,
|
|
2520
|
-
"suggestions": [
|
|
2521
|
-
{
|
|
2522
|
-
"messageId": "suggestUnknown",
|
|
2523
|
-
"fix": {
|
|
2524
|
-
"range": [
|
|
2525
|
-
2542,
|
|
2526
|
-
2545
|
|
2527
|
-
],
|
|
2528
|
-
"text": "unknown"
|
|
2529
|
-
},
|
|
2530
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2531
|
-
},
|
|
2532
|
-
{
|
|
2533
|
-
"messageId": "suggestNever",
|
|
2534
|
-
"fix": {
|
|
2535
|
-
"range": [
|
|
2536
|
-
2542,
|
|
2537
|
-
2545
|
|
2538
|
-
],
|
|
2539
|
-
"text": "never"
|
|
2540
|
-
},
|
|
2541
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2542
|
-
}
|
|
2543
|
-
]
|
|
2544
|
-
},
|
|
2545
|
-
{
|
|
2546
|
-
"ruleId": "no-useless-catch",
|
|
2547
|
-
"severity": 2,
|
|
2548
|
-
"message": "Unnecessary try/catch wrapper.",
|
|
2549
|
-
"line": 113,
|
|
2550
|
-
"column": 11,
|
|
2551
|
-
"nodeType": "TryStatement",
|
|
2552
|
-
"messageId": "unnecessaryCatch",
|
|
2553
|
-
"endLine": 122,
|
|
2554
|
-
"endColumn": 12
|
|
2555
|
-
},
|
|
2556
|
-
{
|
|
2557
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2558
|
-
"severity": 2,
|
|
2559
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2560
|
-
"line": 124,
|
|
2561
|
-
"column": 12,
|
|
2562
|
-
"nodeType": "TSAnyKeyword",
|
|
2563
|
-
"messageId": "unexpectedAny",
|
|
2564
|
-
"endLine": 124,
|
|
2565
|
-
"endColumn": 15,
|
|
2566
|
-
"suggestions": [
|
|
2567
|
-
{
|
|
2568
|
-
"messageId": "suggestUnknown",
|
|
2569
|
-
"fix": {
|
|
2570
|
-
"range": [
|
|
2571
|
-
2893,
|
|
2572
|
-
2896
|
|
2573
|
-
],
|
|
2574
|
-
"text": "unknown"
|
|
2575
|
-
},
|
|
2576
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2577
|
-
},
|
|
2578
|
-
{
|
|
2579
|
-
"messageId": "suggestNever",
|
|
2580
|
-
"fix": {
|
|
2581
|
-
"range": [
|
|
2582
|
-
2893,
|
|
2583
|
-
2896
|
|
2584
|
-
],
|
|
2585
|
-
"text": "never"
|
|
2586
|
-
},
|
|
2587
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2588
|
-
}
|
|
2589
|
-
]
|
|
2590
|
-
},
|
|
2591
|
-
{
|
|
2592
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2593
|
-
"severity": 2,
|
|
2594
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2595
|
-
"line": 128,
|
|
2596
|
-
"column": 18,
|
|
2597
|
-
"nodeType": "TSAnyKeyword",
|
|
2598
|
-
"messageId": "unexpectedAny",
|
|
2599
|
-
"endLine": 128,
|
|
2600
|
-
"endColumn": 21,
|
|
2601
|
-
"suggestions": [
|
|
2602
|
-
{
|
|
2603
|
-
"messageId": "suggestUnknown",
|
|
2604
|
-
"fix": {
|
|
2605
|
-
"range": [
|
|
2606
|
-
2978,
|
|
2607
|
-
2981
|
|
2608
|
-
],
|
|
2609
|
-
"text": "unknown"
|
|
2610
|
-
},
|
|
2611
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2612
|
-
},
|
|
2613
|
-
{
|
|
2614
|
-
"messageId": "suggestNever",
|
|
2615
|
-
"fix": {
|
|
2616
|
-
"range": [
|
|
2617
|
-
2978,
|
|
2618
|
-
2981
|
|
2619
|
-
],
|
|
2620
|
-
"text": "never"
|
|
2621
|
-
},
|
|
2622
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2623
|
-
}
|
|
2624
|
-
]
|
|
2625
|
-
},
|
|
2626
|
-
{
|
|
2627
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2628
|
-
"severity": 2,
|
|
2629
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2630
|
-
"line": 130,
|
|
2631
|
-
"column": 25,
|
|
2632
|
-
"nodeType": "TSAnyKeyword",
|
|
2633
|
-
"messageId": "unexpectedAny",
|
|
2634
|
-
"endLine": 130,
|
|
2635
|
-
"endColumn": 28,
|
|
2636
|
-
"suggestions": [
|
|
2637
|
-
{
|
|
2638
|
-
"messageId": "suggestUnknown",
|
|
2639
|
-
"fix": {
|
|
2640
|
-
"range": [
|
|
2641
|
-
3025,
|
|
2642
|
-
3028
|
|
2643
|
-
],
|
|
2644
|
-
"text": "unknown"
|
|
2645
|
-
},
|
|
2646
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2647
|
-
},
|
|
2648
|
-
{
|
|
2649
|
-
"messageId": "suggestNever",
|
|
2650
|
-
"fix": {
|
|
2651
|
-
"range": [
|
|
2652
|
-
3025,
|
|
2653
|
-
3028
|
|
2654
|
-
],
|
|
2655
|
-
"text": "never"
|
|
2656
|
-
},
|
|
2657
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2658
|
-
}
|
|
2659
|
-
]
|
|
2660
|
-
},
|
|
2661
|
-
{
|
|
2662
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2663
|
-
"severity": 2,
|
|
2664
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2665
|
-
"line": 145,
|
|
2666
|
-
"column": 12,
|
|
2667
|
-
"nodeType": "TSAnyKeyword",
|
|
2668
|
-
"messageId": "unexpectedAny",
|
|
2669
|
-
"endLine": 145,
|
|
2670
|
-
"endColumn": 15,
|
|
2671
|
-
"suggestions": [
|
|
2672
|
-
{
|
|
2673
|
-
"messageId": "suggestUnknown",
|
|
2674
|
-
"fix": {
|
|
2675
|
-
"range": [
|
|
2676
|
-
3409,
|
|
2677
|
-
3412
|
|
2678
|
-
],
|
|
2679
|
-
"text": "unknown"
|
|
2680
|
-
},
|
|
2681
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2682
|
-
},
|
|
2683
|
-
{
|
|
2684
|
-
"messageId": "suggestNever",
|
|
2685
|
-
"fix": {
|
|
2686
|
-
"range": [
|
|
2687
|
-
3409,
|
|
2688
|
-
3412
|
|
2689
|
-
],
|
|
2690
|
-
"text": "never"
|
|
2691
|
-
},
|
|
2692
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2693
|
-
}
|
|
2694
|
-
]
|
|
2695
|
-
},
|
|
2696
|
-
{
|
|
2697
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2698
|
-
"severity": 2,
|
|
2699
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2700
|
-
"line": 148,
|
|
2701
|
-
"column": 24,
|
|
2702
|
-
"nodeType": "TSAnyKeyword",
|
|
2703
|
-
"messageId": "unexpectedAny",
|
|
2704
|
-
"endLine": 148,
|
|
2705
|
-
"endColumn": 27,
|
|
2706
|
-
"suggestions": [
|
|
2707
|
-
{
|
|
2708
|
-
"messageId": "suggestUnknown",
|
|
2709
|
-
"fix": {
|
|
2710
|
-
"range": [
|
|
2711
|
-
3479,
|
|
2712
|
-
3482
|
|
2713
|
-
],
|
|
2714
|
-
"text": "unknown"
|
|
2715
|
-
},
|
|
2716
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2717
|
-
},
|
|
2718
|
-
{
|
|
2719
|
-
"messageId": "suggestNever",
|
|
2720
|
-
"fix": {
|
|
2721
|
-
"range": [
|
|
2722
|
-
3479,
|
|
2723
|
-
3482
|
|
2724
|
-
],
|
|
2725
|
-
"text": "never"
|
|
2726
|
-
},
|
|
2727
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2728
|
-
}
|
|
2729
|
-
]
|
|
2730
|
-
},
|
|
2731
|
-
{
|
|
2732
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2733
|
-
"severity": 2,
|
|
2734
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2735
|
-
"line": 153,
|
|
2736
|
-
"column": 55,
|
|
2737
|
-
"nodeType": "TSAnyKeyword",
|
|
2738
|
-
"messageId": "unexpectedAny",
|
|
2739
|
-
"endLine": 153,
|
|
2740
|
-
"endColumn": 58,
|
|
2741
|
-
"suggestions": [
|
|
2742
|
-
{
|
|
2743
|
-
"messageId": "suggestUnknown",
|
|
2744
|
-
"fix": {
|
|
2745
|
-
"range": [
|
|
2746
|
-
3614,
|
|
2747
|
-
3617
|
|
2748
|
-
],
|
|
2749
|
-
"text": "unknown"
|
|
2750
|
-
},
|
|
2751
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2752
|
-
},
|
|
2753
|
-
{
|
|
2754
|
-
"messageId": "suggestNever",
|
|
2755
|
-
"fix": {
|
|
2756
|
-
"range": [
|
|
2757
|
-
3614,
|
|
2758
|
-
3617
|
|
2759
|
-
],
|
|
2760
|
-
"text": "never"
|
|
2761
|
-
},
|
|
2762
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2763
|
-
}
|
|
2764
|
-
]
|
|
2765
|
-
},
|
|
2766
|
-
{
|
|
2767
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2768
|
-
"severity": 2,
|
|
2769
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2770
|
-
"line": 189,
|
|
2771
|
-
"column": 12,
|
|
2772
|
-
"nodeType": "TSAnyKeyword",
|
|
2773
|
-
"messageId": "unexpectedAny",
|
|
2774
|
-
"endLine": 189,
|
|
2775
|
-
"endColumn": 15,
|
|
2776
|
-
"suggestions": [
|
|
2777
|
-
{
|
|
2778
|
-
"messageId": "suggestUnknown",
|
|
2779
|
-
"fix": {
|
|
2780
|
-
"range": [
|
|
2781
|
-
4414,
|
|
2782
|
-
4417
|
|
2783
|
-
],
|
|
2784
|
-
"text": "unknown"
|
|
2785
|
-
},
|
|
2786
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2787
|
-
},
|
|
2788
|
-
{
|
|
2789
|
-
"messageId": "suggestNever",
|
|
2790
|
-
"fix": {
|
|
2791
|
-
"range": [
|
|
2792
|
-
4414,
|
|
2793
|
-
4417
|
|
2794
|
-
],
|
|
2795
|
-
"text": "never"
|
|
2796
|
-
},
|
|
2797
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2798
|
-
}
|
|
2799
|
-
]
|
|
2800
|
-
}
|
|
2801
|
-
],
|
|
2802
|
-
"suppressedMessages": [],
|
|
2803
|
-
"errorCount": 14,
|
|
2804
|
-
"fatalErrorCount": 0,
|
|
2805
|
-
"warningCount": 0,
|
|
2806
|
-
"fixableErrorCount": 0,
|
|
2807
|
-
"fixableWarningCount": 0,
|
|
2808
|
-
"usedDeprecatedRules": []
|
|
2809
|
-
},
|
|
2810
|
-
{
|
|
2811
|
-
"filePath": "/Users/adam/Code/testeranto/src/lib/index.ts",
|
|
2812
|
-
"messages": [
|
|
2813
|
-
{
|
|
2814
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
2815
|
-
"severity": 2,
|
|
2816
|
-
"message": "'Ibdd_out' is defined but never used.",
|
|
2817
|
-
"line": 7,
|
|
2818
|
-
"column": 3,
|
|
2819
|
-
"nodeType": null,
|
|
2820
|
-
"messageId": "unusedVar",
|
|
2821
|
-
"endLine": 7,
|
|
2822
|
-
"endColumn": 11
|
|
2823
|
-
},
|
|
2824
|
-
{
|
|
2825
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2826
|
-
"severity": 2,
|
|
2827
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2828
|
-
"line": 25,
|
|
2829
|
-
"column": 14,
|
|
2830
|
-
"nodeType": "TSAnyKeyword",
|
|
2831
|
-
"messageId": "unexpectedAny",
|
|
2832
|
-
"endLine": 25,
|
|
2833
|
-
"endColumn": 17,
|
|
2834
|
-
"suggestions": [
|
|
2835
|
-
{
|
|
2836
|
-
"messageId": "suggestUnknown",
|
|
2837
|
-
"fix": {
|
|
2838
|
-
"range": [
|
|
2839
|
-
566,
|
|
2840
|
-
569
|
|
2841
|
-
],
|
|
2842
|
-
"text": "unknown"
|
|
2843
|
-
},
|
|
2844
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2845
|
-
},
|
|
2846
|
-
{
|
|
2847
|
-
"messageId": "suggestNever",
|
|
2848
|
-
"fix": {
|
|
2849
|
-
"range": [
|
|
2850
|
-
566,
|
|
2851
|
-
569
|
|
2852
|
-
],
|
|
2853
|
-
"text": "never"
|
|
2854
|
-
},
|
|
2855
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2856
|
-
}
|
|
2857
|
-
]
|
|
2858
|
-
},
|
|
2859
|
-
{
|
|
2860
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
2861
|
-
"severity": 2,
|
|
2862
|
-
"message": "'initialValues' is defined but never used.",
|
|
2863
|
-
"line": 26,
|
|
2864
|
-
"column": 5,
|
|
2865
|
-
"nodeType": null,
|
|
2866
|
-
"messageId": "unusedVar",
|
|
2867
|
-
"endLine": 26,
|
|
2868
|
-
"endColumn": 18
|
|
2869
|
-
},
|
|
2870
|
-
{
|
|
2871
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2872
|
-
"severity": 2,
|
|
2873
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2874
|
-
"line": 26,
|
|
2875
|
-
"column": 20,
|
|
2876
|
-
"nodeType": "TSAnyKeyword",
|
|
2877
|
-
"messageId": "unexpectedAny",
|
|
2878
|
-
"endLine": 26,
|
|
2879
|
-
"endColumn": 23,
|
|
2880
|
-
"suggestions": [
|
|
2881
|
-
{
|
|
2882
|
-
"messageId": "suggestUnknown",
|
|
2883
|
-
"fix": {
|
|
2884
|
-
"range": [
|
|
2885
|
-
590,
|
|
2886
|
-
593
|
|
2887
|
-
],
|
|
2888
|
-
"text": "unknown"
|
|
2889
|
-
},
|
|
2890
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2891
|
-
},
|
|
2892
|
-
{
|
|
2893
|
-
"messageId": "suggestNever",
|
|
2894
|
-
"fix": {
|
|
2895
|
-
"range": [
|
|
2896
|
-
590,
|
|
2897
|
-
593
|
|
2898
|
-
],
|
|
2899
|
-
"text": "never"
|
|
2900
|
-
},
|
|
2901
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2902
|
-
}
|
|
2903
|
-
]
|
|
2904
|
-
},
|
|
2905
|
-
{
|
|
2906
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
2907
|
-
"severity": 2,
|
|
2908
|
-
"message": "'x' is defined but never used.",
|
|
2909
|
-
"line": 27,
|
|
2910
|
-
"column": 5,
|
|
2911
|
-
"nodeType": null,
|
|
2912
|
-
"messageId": "unusedVar",
|
|
2913
|
-
"endLine": 27,
|
|
2914
|
-
"endColumn": 6
|
|
2915
|
-
},
|
|
2916
|
-
{
|
|
2917
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2918
|
-
"severity": 2,
|
|
2919
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2920
|
-
"line": 27,
|
|
2921
|
-
"column": 8,
|
|
2922
|
-
"nodeType": "TSAnyKeyword",
|
|
2923
|
-
"messageId": "unexpectedAny",
|
|
2924
|
-
"endLine": 27,
|
|
2925
|
-
"endColumn": 11,
|
|
2926
|
-
"suggestions": [
|
|
2927
|
-
{
|
|
2928
|
-
"messageId": "suggestUnknown",
|
|
2929
|
-
"fix": {
|
|
2930
|
-
"range": [
|
|
2931
|
-
602,
|
|
2932
|
-
605
|
|
2933
|
-
],
|
|
2934
|
-
"text": "unknown"
|
|
2935
|
-
},
|
|
2936
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2937
|
-
},
|
|
2938
|
-
{
|
|
2939
|
-
"messageId": "suggestNever",
|
|
2940
|
-
"fix": {
|
|
2941
|
-
"range": [
|
|
2942
|
-
602,
|
|
2943
|
-
605
|
|
2944
|
-
],
|
|
2945
|
-
"text": "never"
|
|
2946
|
-
},
|
|
2947
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2948
|
-
}
|
|
2949
|
-
]
|
|
2950
|
-
},
|
|
2951
|
-
{
|
|
2952
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
2953
|
-
"severity": 2,
|
|
2954
|
-
"message": "'testResource' is defined but never used.",
|
|
2955
|
-
"line": 28,
|
|
2956
|
-
"column": 5,
|
|
2957
|
-
"nodeType": null,
|
|
2958
|
-
"messageId": "unusedVar",
|
|
2959
|
-
"endLine": 28,
|
|
2960
|
-
"endColumn": 17
|
|
2961
|
-
},
|
|
2962
|
-
{
|
|
2963
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
2964
|
-
"severity": 2,
|
|
2965
|
-
"message": "Unexpected any. Specify a different type.",
|
|
2966
|
-
"line": 28,
|
|
2967
|
-
"column": 19,
|
|
2968
|
-
"nodeType": "TSAnyKeyword",
|
|
2969
|
-
"messageId": "unexpectedAny",
|
|
2970
|
-
"endLine": 28,
|
|
2971
|
-
"endColumn": 22,
|
|
2972
|
-
"suggestions": [
|
|
2973
|
-
{
|
|
2974
|
-
"messageId": "suggestUnknown",
|
|
2975
|
-
"fix": {
|
|
2976
|
-
"range": [
|
|
2977
|
-
625,
|
|
2978
|
-
628
|
|
2979
|
-
],
|
|
2980
|
-
"text": "unknown"
|
|
2981
|
-
},
|
|
2982
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
2983
|
-
},
|
|
2984
|
-
{
|
|
2985
|
-
"messageId": "suggestNever",
|
|
2986
|
-
"fix": {
|
|
2987
|
-
"range": [
|
|
2988
|
-
625,
|
|
2989
|
-
628
|
|
2990
|
-
],
|
|
2991
|
-
"text": "never"
|
|
2992
|
-
},
|
|
2993
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
2994
|
-
}
|
|
2995
|
-
]
|
|
2996
|
-
},
|
|
2997
|
-
{
|
|
2998
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
2999
|
-
"severity": 2,
|
|
3000
|
-
"message": "'pm' is defined but never used.",
|
|
3001
|
-
"line": 29,
|
|
3002
|
-
"column": 5,
|
|
3003
|
-
"nodeType": null,
|
|
3004
|
-
"messageId": "unusedVar",
|
|
3005
|
-
"endLine": 29,
|
|
3006
|
-
"endColumn": 7
|
|
3007
|
-
},
|
|
3008
|
-
{
|
|
3009
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
3010
|
-
"severity": 2,
|
|
3011
|
-
"message": "Unexpected any. Specify a different type.",
|
|
3012
|
-
"line": 31,
|
|
3013
|
-
"column": 23,
|
|
3014
|
-
"nodeType": "TSAnyKeyword",
|
|
3015
|
-
"messageId": "unexpectedAny",
|
|
3016
|
-
"endLine": 31,
|
|
3017
|
-
"endColumn": 26,
|
|
3018
|
-
"suggestions": [
|
|
3019
|
-
{
|
|
3020
|
-
"messageId": "suggestUnknown",
|
|
3021
|
-
"fix": {
|
|
3022
|
-
"range": [
|
|
3023
|
-
670,
|
|
3024
|
-
673
|
|
3025
|
-
],
|
|
3026
|
-
"text": "unknown"
|
|
3027
|
-
},
|
|
3028
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
3029
|
-
},
|
|
3030
|
-
{
|
|
3031
|
-
"messageId": "suggestNever",
|
|
3032
|
-
"fix": {
|
|
3033
|
-
"range": [
|
|
3034
|
-
670,
|
|
3035
|
-
673
|
|
3036
|
-
],
|
|
3037
|
-
"text": "never"
|
|
3038
|
-
},
|
|
3039
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
3040
|
-
}
|
|
3041
|
-
]
|
|
3042
|
-
},
|
|
3043
|
-
{
|
|
3044
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
3045
|
-
"severity": 2,
|
|
3046
|
-
"message": "'store' is defined but never used.",
|
|
3047
|
-
"line": 35,
|
|
3048
|
-
"column": 5,
|
|
3049
|
-
"nodeType": null,
|
|
3050
|
-
"messageId": "unusedVar",
|
|
3051
|
-
"endLine": 35,
|
|
3052
|
-
"endColumn": 10
|
|
3053
|
-
},
|
|
3054
|
-
{
|
|
3055
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
3056
|
-
"severity": 2,
|
|
3057
|
-
"message": "Unexpected any. Specify a different type.",
|
|
3058
|
-
"line": 55,
|
|
3059
|
-
"column": 13,
|
|
3060
|
-
"nodeType": "TSAnyKeyword",
|
|
3061
|
-
"messageId": "unexpectedAny",
|
|
3062
|
-
"endLine": 55,
|
|
3063
|
-
"endColumn": 16,
|
|
3064
|
-
"suggestions": [
|
|
3065
|
-
{
|
|
3066
|
-
"messageId": "suggestUnknown",
|
|
3067
|
-
"fix": {
|
|
3068
|
-
"range": [
|
|
3069
|
-
1053,
|
|
3070
|
-
1056
|
|
3071
|
-
],
|
|
3072
|
-
"text": "unknown"
|
|
3073
|
-
},
|
|
3074
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
3075
|
-
},
|
|
3076
|
-
{
|
|
3077
|
-
"messageId": "suggestNever",
|
|
3078
|
-
"fix": {
|
|
3079
|
-
"range": [
|
|
3080
|
-
1053,
|
|
3081
|
-
1056
|
|
3082
|
-
],
|
|
3083
|
-
"text": "never"
|
|
3084
|
-
},
|
|
3085
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
3086
|
-
}
|
|
3087
|
-
]
|
|
3088
|
-
},
|
|
3089
|
-
{
|
|
3090
|
-
"ruleId": "@typescript-eslint/no-unused-vars",
|
|
3091
|
-
"severity": 2,
|
|
3092
|
-
"message": "'e' is defined but never used.",
|
|
3093
|
-
"line": 59,
|
|
3094
|
-
"column": 14,
|
|
3095
|
-
"nodeType": null,
|
|
3096
|
-
"messageId": "unusedVar",
|
|
3097
|
-
"endLine": 59,
|
|
3098
|
-
"endColumn": 15
|
|
3099
|
-
},
|
|
3100
|
-
{
|
|
3101
|
-
"ruleId": "no-empty",
|
|
3102
|
-
"severity": 2,
|
|
3103
|
-
"message": "Empty block statement.",
|
|
3104
|
-
"line": 59,
|
|
3105
|
-
"column": 17,
|
|
3106
|
-
"nodeType": "BlockStatement",
|
|
3107
|
-
"messageId": "unexpected",
|
|
3108
|
-
"endLine": 59,
|
|
3109
|
-
"endColumn": 19,
|
|
3110
|
-
"suggestions": [
|
|
3111
|
-
{
|
|
3112
|
-
"messageId": "suggestComment",
|
|
3113
|
-
"data": {
|
|
3114
|
-
"type": "block"
|
|
3115
|
-
},
|
|
3116
|
-
"fix": {
|
|
3117
|
-
"range": [
|
|
3118
|
-
1114,
|
|
3119
|
-
1114
|
|
3120
|
-
],
|
|
3121
|
-
"text": " /* empty */ "
|
|
3122
|
-
},
|
|
3123
|
-
"desc": "Add comment inside empty block statement."
|
|
3124
|
-
}
|
|
3125
|
-
]
|
|
3126
|
-
},
|
|
3127
|
-
{
|
|
3128
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
3129
|
-
"severity": 2,
|
|
3130
|
-
"message": "Unexpected any. Specify a different type.",
|
|
3131
|
-
"line": 66,
|
|
3132
|
-
"column": 29,
|
|
3133
|
-
"nodeType": "TSAnyKeyword",
|
|
3134
|
-
"messageId": "unexpectedAny",
|
|
3135
|
-
"endLine": 66,
|
|
3136
|
-
"endColumn": 32,
|
|
3137
|
-
"suggestions": [
|
|
3138
|
-
{
|
|
3139
|
-
"messageId": "suggestUnknown",
|
|
3140
|
-
"fix": {
|
|
3141
|
-
"range": [
|
|
3142
|
-
1244,
|
|
3143
|
-
1247
|
|
3144
|
-
],
|
|
3145
|
-
"text": "unknown"
|
|
3146
|
-
},
|
|
3147
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
3148
|
-
},
|
|
3149
|
-
{
|
|
3150
|
-
"messageId": "suggestNever",
|
|
3151
|
-
"fix": {
|
|
3152
|
-
"range": [
|
|
3153
|
-
1244,
|
|
3154
|
-
1247
|
|
3155
|
-
],
|
|
3156
|
-
"text": "never"
|
|
3157
|
-
},
|
|
3158
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
3159
|
-
}
|
|
3160
|
-
]
|
|
3161
|
-
},
|
|
3162
|
-
{
|
|
3163
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
3164
|
-
"severity": 2,
|
|
3165
|
-
"message": "Unexpected any. Specify a different type.",
|
|
3166
|
-
"line": 67,
|
|
3167
|
-
"column": 19,
|
|
3168
|
-
"nodeType": "TSAnyKeyword",
|
|
3169
|
-
"messageId": "unexpectedAny",
|
|
3170
|
-
"endLine": 67,
|
|
3171
|
-
"endColumn": 22,
|
|
3172
|
-
"suggestions": [
|
|
3173
|
-
{
|
|
3174
|
-
"messageId": "suggestUnknown",
|
|
3175
|
-
"fix": {
|
|
3176
|
-
"range": [
|
|
3177
|
-
1268,
|
|
3178
|
-
1271
|
|
3179
|
-
],
|
|
3180
|
-
"text": "unknown"
|
|
3181
|
-
},
|
|
3182
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
3183
|
-
},
|
|
3184
|
-
{
|
|
3185
|
-
"messageId": "suggestNever",
|
|
3186
|
-
"fix": {
|
|
3187
|
-
"range": [
|
|
3188
|
-
1268,
|
|
3189
|
-
1271
|
|
3190
|
-
],
|
|
3191
|
-
"text": "never"
|
|
3192
|
-
},
|
|
3193
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
3194
|
-
}
|
|
3195
|
-
]
|
|
3196
|
-
},
|
|
3197
|
-
{
|
|
3198
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
3199
|
-
"severity": 2,
|
|
3200
|
-
"message": "Unexpected any. Specify a different type.",
|
|
3201
|
-
"line": 94,
|
|
3202
|
-
"column": 40,
|
|
3203
|
-
"nodeType": "TSAnyKeyword",
|
|
3204
|
-
"messageId": "unexpectedAny",
|
|
3205
|
-
"endLine": 94,
|
|
3206
|
-
"endColumn": 43,
|
|
3207
|
-
"suggestions": [
|
|
3208
|
-
{
|
|
3209
|
-
"messageId": "suggestUnknown",
|
|
3210
|
-
"fix": {
|
|
3211
|
-
"range": [
|
|
3212
|
-
1720,
|
|
3213
|
-
1723
|
|
3214
|
-
],
|
|
3215
|
-
"text": "unknown"
|
|
3216
|
-
},
|
|
3217
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
3218
|
-
},
|
|
3219
|
-
{
|
|
3220
|
-
"messageId": "suggestNever",
|
|
3221
|
-
"fix": {
|
|
3222
|
-
"range": [
|
|
3223
|
-
1720,
|
|
3224
|
-
1723
|
|
3225
|
-
],
|
|
3226
|
-
"text": "never"
|
|
3227
|
-
},
|
|
3228
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
3229
|
-
}
|
|
3230
|
-
]
|
|
3231
|
-
},
|
|
3232
|
-
{
|
|
3233
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
3234
|
-
"severity": 2,
|
|
3235
|
-
"message": "Unexpected any. Specify a different type.",
|
|
3236
|
-
"line": 94,
|
|
3237
|
-
"column": 46,
|
|
3238
|
-
"nodeType": "TSAnyKeyword",
|
|
3239
|
-
"messageId": "unexpectedAny",
|
|
3240
|
-
"endLine": 94,
|
|
3241
|
-
"endColumn": 49,
|
|
3242
|
-
"suggestions": [
|
|
3243
|
-
{
|
|
3244
|
-
"messageId": "suggestUnknown",
|
|
3245
|
-
"fix": {
|
|
3246
|
-
"range": [
|
|
3247
|
-
1726,
|
|
3248
|
-
1729
|
|
3249
|
-
],
|
|
3250
|
-
"text": "unknown"
|
|
3251
|
-
},
|
|
3252
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
3253
|
-
},
|
|
3254
|
-
{
|
|
3255
|
-
"messageId": "suggestNever",
|
|
3256
|
-
"fix": {
|
|
3257
|
-
"range": [
|
|
3258
|
-
1726,
|
|
3259
|
-
1729
|
|
3260
|
-
],
|
|
3261
|
-
"text": "never"
|
|
3262
|
-
},
|
|
3263
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
3264
|
-
}
|
|
3265
|
-
]
|
|
3266
|
-
},
|
|
3267
|
-
{
|
|
3268
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
3269
|
-
"severity": 2,
|
|
3270
|
-
"message": "Unexpected any. Specify a different type.",
|
|
3271
|
-
"line": 95,
|
|
3272
|
-
"column": 52,
|
|
3273
|
-
"nodeType": "TSAnyKeyword",
|
|
3274
|
-
"messageId": "unexpectedAny",
|
|
3275
|
-
"endLine": 95,
|
|
3276
|
-
"endColumn": 55,
|
|
3277
|
-
"suggestions": [
|
|
3278
|
-
{
|
|
3279
|
-
"messageId": "suggestUnknown",
|
|
3280
|
-
"fix": {
|
|
3281
|
-
"range": [
|
|
3282
|
-
1782,
|
|
3283
|
-
1785
|
|
3284
|
-
],
|
|
3285
|
-
"text": "unknown"
|
|
3286
|
-
},
|
|
3287
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
3288
|
-
},
|
|
3289
|
-
{
|
|
3290
|
-
"messageId": "suggestNever",
|
|
3291
|
-
"fix": {
|
|
3292
|
-
"range": [
|
|
3293
|
-
1782,
|
|
3294
|
-
1785
|
|
3295
|
-
],
|
|
3296
|
-
"text": "never"
|
|
3297
|
-
},
|
|
3298
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
3299
|
-
}
|
|
3300
|
-
]
|
|
3301
|
-
},
|
|
3302
|
-
{
|
|
3303
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
3304
|
-
"severity": 2,
|
|
3305
|
-
"message": "Unexpected any. Specify a different type.",
|
|
3306
|
-
"line": 96,
|
|
3307
|
-
"column": 20,
|
|
3308
|
-
"nodeType": "TSAnyKeyword",
|
|
3309
|
-
"messageId": "unexpectedAny",
|
|
3310
|
-
"endLine": 96,
|
|
3311
|
-
"endColumn": 23,
|
|
3312
|
-
"suggestions": [
|
|
3313
|
-
{
|
|
3314
|
-
"messageId": "suggestUnknown",
|
|
3315
|
-
"fix": {
|
|
3316
|
-
"range": [
|
|
3317
|
-
1806,
|
|
3318
|
-
1809
|
|
3319
|
-
],
|
|
3320
|
-
"text": "unknown"
|
|
3321
|
-
},
|
|
3322
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
3323
|
-
},
|
|
3324
|
-
{
|
|
3325
|
-
"messageId": "suggestNever",
|
|
3326
|
-
"fix": {
|
|
3327
|
-
"range": [
|
|
3328
|
-
1806,
|
|
3329
|
-
1809
|
|
3330
|
-
],
|
|
3331
|
-
"text": "never"
|
|
3332
|
-
},
|
|
3333
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
3334
|
-
}
|
|
3335
|
-
]
|
|
3336
|
-
},
|
|
3337
|
-
{
|
|
3338
|
-
"ruleId": "@typescript-eslint/no-explicit-any",
|
|
3339
|
-
"severity": 2,
|
|
3340
|
-
"message": "Unexpected any. Specify a different type.",
|
|
3341
|
-
"line": 103,
|
|
3342
|
-
"column": 50,
|
|
3343
|
-
"nodeType": "TSAnyKeyword",
|
|
3344
|
-
"messageId": "unexpectedAny",
|
|
3345
|
-
"endLine": 103,
|
|
3346
|
-
"endColumn": 53,
|
|
3347
|
-
"suggestions": [
|
|
3348
|
-
{
|
|
3349
|
-
"messageId": "suggestUnknown",
|
|
3350
|
-
"fix": {
|
|
3351
|
-
"range": [
|
|
3352
|
-
1985,
|
|
3353
|
-
1988
|
|
3354
|
-
],
|
|
3355
|
-
"text": "unknown"
|
|
3356
|
-
},
|
|
3357
|
-
"desc": "Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."
|
|
3358
|
-
},
|
|
3359
|
-
{
|
|
3360
|
-
"messageId": "suggestNever",
|
|
3361
|
-
"fix": {
|
|
3362
|
-
"range": [
|
|
3363
|
-
1985,
|
|
3364
|
-
1988
|
|
3365
|
-
],
|
|
3366
|
-
"text": "never"
|
|
3367
|
-
},
|
|
3368
|
-
"desc": "Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."
|
|
3369
|
-
}
|
|
3370
|
-
]
|
|
3371
|
-
}
|
|
3372
|
-
],
|
|
3373
|
-
"suppressedMessages": [],
|
|
3374
|
-
"errorCount": 21,
|
|
3375
|
-
"fatalErrorCount": 0,
|
|
3376
|
-
"warningCount": 0,
|
|
3377
|
-
"fixableErrorCount": 0,
|
|
3378
|
-
"fixableWarningCount": 0,
|
|
3379
|
-
"usedDeprecatedRules": []
|
|
3380
|
-
}
|
|
3381
|
-
]
|