yaml-language-server 1.12.1-42b7a8e.0 → 1.12.1-5069823.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/eslint-result.sarif +69 -407
- package/lib/esm/languageservice/parser/yaml-documents.d.ts +8 -0
- package/lib/esm/languageservice/parser/yaml-documents.js +11 -1
- package/lib/esm/languageservice/parser/yaml-documents.js.map +1 -1
- package/lib/esm/languageservice/services/validation/unused-anchors.js +4 -2
- package/lib/esm/languageservice/services/validation/unused-anchors.js.map +1 -1
- package/lib/esm/languageservice/services/yamlCompletion.js +11 -22
- package/lib/esm/languageservice/services/yamlCompletion.js.map +1 -1
- package/lib/esm/languageservice/utils/schemaUtils.js +1 -1
- package/lib/esm/languageservice/utils/schemaUtils.js.map +1 -1
- package/lib/umd/languageservice/parser/yaml-documents.d.ts +8 -0
- package/lib/umd/languageservice/parser/yaml-documents.js +11 -1
- package/lib/umd/languageservice/parser/yaml-documents.js.map +1 -1
- package/lib/umd/languageservice/services/validation/unused-anchors.js +4 -2
- package/lib/umd/languageservice/services/validation/unused-anchors.js.map +1 -1
- package/lib/umd/languageservice/services/yamlCompletion.js +11 -22
- package/lib/umd/languageservice/services/yamlCompletion.js.map +1 -1
- package/lib/umd/languageservice/utils/schemaUtils.js +1 -1
- package/lib/umd/languageservice/utils/schemaUtils.js.map +1 -1
- package/out/server/src/languageservice/parser/yaml-documents.d.ts +8 -0
- package/out/server/src/languageservice/parser/yaml-documents.js +11 -1
- package/out/server/src/languageservice/parser/yaml-documents.js.map +1 -1
- package/out/server/src/languageservice/services/validation/unused-anchors.js +4 -2
- package/out/server/src/languageservice/services/validation/unused-anchors.js.map +1 -1
- package/out/server/src/languageservice/services/yamlCompletion.js +11 -22
- package/out/server/src/languageservice/services/yamlCompletion.js.map +1 -1
- package/out/server/src/languageservice/utils/schemaUtils.js +1 -1
- package/out/server/src/languageservice/utils/schemaUtils.js.map +1 -1
- package/out/server/test/schemaValidation.test.js +2 -1
- package/out/server/test/schemaValidation.test.js.map +1 -1
- package/out/server/test/yamlValidation.test.js +3 -2
- package/out/server/test/yamlValidation.test.js.map +1 -1
- package/package.json +1 -1
package/eslint-result.sarif
CHANGED
|
@@ -24,14 +24,6 @@
|
|
|
24
24
|
"text": "Disallow unused variables"
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
|
-
{
|
|
28
|
-
"id": "no-self-assign",
|
|
29
|
-
"helpUri": "https://eslint.org/docs/rules/no-self-assign",
|
|
30
|
-
"properties": {},
|
|
31
|
-
"shortDescription": {
|
|
32
|
-
"text": "Disallow assignments where both sides are exactly the same"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
27
|
{
|
|
36
28
|
"id": "@typescript-eslint/no-var-requires",
|
|
37
29
|
"helpUri": "https://typescript-eslint.io/rules/no-var-requires",
|
|
@@ -1088,336 +1080,6 @@
|
|
|
1088
1080
|
}
|
|
1089
1081
|
]
|
|
1090
1082
|
},
|
|
1091
|
-
{
|
|
1092
|
-
"level": "error",
|
|
1093
|
-
"message": {
|
|
1094
|
-
"text": "'currentDoc.internalDocument' is assigned to itself."
|
|
1095
|
-
},
|
|
1096
|
-
"locations": [
|
|
1097
|
-
{
|
|
1098
|
-
"physicalLocation": {
|
|
1099
|
-
"artifactLocation": {
|
|
1100
|
-
"uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
|
|
1101
|
-
"index": 30
|
|
1102
|
-
},
|
|
1103
|
-
"region": {
|
|
1104
|
-
"startLine": 346,
|
|
1105
|
-
"startColumn": 41,
|
|
1106
|
-
"endLine": 346,
|
|
1107
|
-
"endColumn": 68
|
|
1108
|
-
}
|
|
1109
|
-
}
|
|
1110
|
-
}
|
|
1111
|
-
],
|
|
1112
|
-
"ruleId": "no-self-assign",
|
|
1113
|
-
"ruleIndex": 2,
|
|
1114
|
-
"suppressions": [
|
|
1115
|
-
{
|
|
1116
|
-
"kind": "inSource",
|
|
1117
|
-
"justification": ""
|
|
1118
|
-
}
|
|
1119
|
-
]
|
|
1120
|
-
},
|
|
1121
|
-
{
|
|
1122
|
-
"level": "error",
|
|
1123
|
-
"message": {
|
|
1124
|
-
"text": "'currentDoc.internalDocument' is assigned to itself."
|
|
1125
|
-
},
|
|
1126
|
-
"locations": [
|
|
1127
|
-
{
|
|
1128
|
-
"physicalLocation": {
|
|
1129
|
-
"artifactLocation": {
|
|
1130
|
-
"uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
|
|
1131
|
-
"index": 30
|
|
1132
|
-
},
|
|
1133
|
-
"region": {
|
|
1134
|
-
"startLine": 373,
|
|
1135
|
-
"startColumn": 57,
|
|
1136
|
-
"endLine": 373,
|
|
1137
|
-
"endColumn": 84
|
|
1138
|
-
}
|
|
1139
|
-
}
|
|
1140
|
-
}
|
|
1141
|
-
],
|
|
1142
|
-
"ruleId": "no-self-assign",
|
|
1143
|
-
"ruleIndex": 2,
|
|
1144
|
-
"suppressions": [
|
|
1145
|
-
{
|
|
1146
|
-
"kind": "inSource",
|
|
1147
|
-
"justification": ""
|
|
1148
|
-
}
|
|
1149
|
-
]
|
|
1150
|
-
},
|
|
1151
|
-
{
|
|
1152
|
-
"level": "error",
|
|
1153
|
-
"message": {
|
|
1154
|
-
"text": "'currentDoc.internalDocument' is assigned to itself."
|
|
1155
|
-
},
|
|
1156
|
-
"locations": [
|
|
1157
|
-
{
|
|
1158
|
-
"physicalLocation": {
|
|
1159
|
-
"artifactLocation": {
|
|
1160
|
-
"uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
|
|
1161
|
-
"index": 30
|
|
1162
|
-
},
|
|
1163
|
-
"region": {
|
|
1164
|
-
"startLine": 378,
|
|
1165
|
-
"startColumn": 55,
|
|
1166
|
-
"endLine": 378,
|
|
1167
|
-
"endColumn": 82
|
|
1168
|
-
}
|
|
1169
|
-
}
|
|
1170
|
-
}
|
|
1171
|
-
],
|
|
1172
|
-
"ruleId": "no-self-assign",
|
|
1173
|
-
"ruleIndex": 2,
|
|
1174
|
-
"suppressions": [
|
|
1175
|
-
{
|
|
1176
|
-
"kind": "inSource",
|
|
1177
|
-
"justification": ""
|
|
1178
|
-
}
|
|
1179
|
-
]
|
|
1180
|
-
},
|
|
1181
|
-
{
|
|
1182
|
-
"level": "error",
|
|
1183
|
-
"message": {
|
|
1184
|
-
"text": "'currentDoc.internalDocument' is assigned to itself."
|
|
1185
|
-
},
|
|
1186
|
-
"locations": [
|
|
1187
|
-
{
|
|
1188
|
-
"physicalLocation": {
|
|
1189
|
-
"artifactLocation": {
|
|
1190
|
-
"uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
|
|
1191
|
-
"index": 30
|
|
1192
|
-
},
|
|
1193
|
-
"region": {
|
|
1194
|
-
"startLine": 382,
|
|
1195
|
-
"startColumn": 55,
|
|
1196
|
-
"endLine": 382,
|
|
1197
|
-
"endColumn": 82
|
|
1198
|
-
}
|
|
1199
|
-
}
|
|
1200
|
-
}
|
|
1201
|
-
],
|
|
1202
|
-
"ruleId": "no-self-assign",
|
|
1203
|
-
"ruleIndex": 2,
|
|
1204
|
-
"suppressions": [
|
|
1205
|
-
{
|
|
1206
|
-
"kind": "inSource",
|
|
1207
|
-
"justification": ""
|
|
1208
|
-
}
|
|
1209
|
-
]
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
"level": "error",
|
|
1213
|
-
"message": {
|
|
1214
|
-
"text": "'currentDoc.internalDocument' is assigned to itself."
|
|
1215
|
-
},
|
|
1216
|
-
"locations": [
|
|
1217
|
-
{
|
|
1218
|
-
"physicalLocation": {
|
|
1219
|
-
"artifactLocation": {
|
|
1220
|
-
"uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
|
|
1221
|
-
"index": 30
|
|
1222
|
-
},
|
|
1223
|
-
"region": {
|
|
1224
|
-
"startLine": 406,
|
|
1225
|
-
"startColumn": 51,
|
|
1226
|
-
"endLine": 406,
|
|
1227
|
-
"endColumn": 78
|
|
1228
|
-
}
|
|
1229
|
-
}
|
|
1230
|
-
}
|
|
1231
|
-
],
|
|
1232
|
-
"ruleId": "no-self-assign",
|
|
1233
|
-
"ruleIndex": 2,
|
|
1234
|
-
"suppressions": [
|
|
1235
|
-
{
|
|
1236
|
-
"kind": "inSource",
|
|
1237
|
-
"justification": ""
|
|
1238
|
-
}
|
|
1239
|
-
]
|
|
1240
|
-
},
|
|
1241
|
-
{
|
|
1242
|
-
"level": "error",
|
|
1243
|
-
"message": {
|
|
1244
|
-
"text": "'currentDoc.internalDocument' is assigned to itself."
|
|
1245
|
-
},
|
|
1246
|
-
"locations": [
|
|
1247
|
-
{
|
|
1248
|
-
"physicalLocation": {
|
|
1249
|
-
"artifactLocation": {
|
|
1250
|
-
"uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
|
|
1251
|
-
"index": 30
|
|
1252
|
-
},
|
|
1253
|
-
"region": {
|
|
1254
|
-
"startLine": 430,
|
|
1255
|
-
"startColumn": 59,
|
|
1256
|
-
"endLine": 430,
|
|
1257
|
-
"endColumn": 86
|
|
1258
|
-
}
|
|
1259
|
-
}
|
|
1260
|
-
}
|
|
1261
|
-
],
|
|
1262
|
-
"ruleId": "no-self-assign",
|
|
1263
|
-
"ruleIndex": 2,
|
|
1264
|
-
"suppressions": [
|
|
1265
|
-
{
|
|
1266
|
-
"kind": "inSource",
|
|
1267
|
-
"justification": ""
|
|
1268
|
-
}
|
|
1269
|
-
]
|
|
1270
|
-
},
|
|
1271
|
-
{
|
|
1272
|
-
"level": "error",
|
|
1273
|
-
"message": {
|
|
1274
|
-
"text": "'currentDoc.internalDocument' is assigned to itself."
|
|
1275
|
-
},
|
|
1276
|
-
"locations": [
|
|
1277
|
-
{
|
|
1278
|
-
"physicalLocation": {
|
|
1279
|
-
"artifactLocation": {
|
|
1280
|
-
"uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
|
|
1281
|
-
"index": 30
|
|
1282
|
-
},
|
|
1283
|
-
"region": {
|
|
1284
|
-
"startLine": 434,
|
|
1285
|
-
"startColumn": 59,
|
|
1286
|
-
"endLine": 434,
|
|
1287
|
-
"endColumn": 86
|
|
1288
|
-
}
|
|
1289
|
-
}
|
|
1290
|
-
}
|
|
1291
|
-
],
|
|
1292
|
-
"ruleId": "no-self-assign",
|
|
1293
|
-
"ruleIndex": 2,
|
|
1294
|
-
"suppressions": [
|
|
1295
|
-
{
|
|
1296
|
-
"kind": "inSource",
|
|
1297
|
-
"justification": ""
|
|
1298
|
-
}
|
|
1299
|
-
]
|
|
1300
|
-
},
|
|
1301
|
-
{
|
|
1302
|
-
"level": "error",
|
|
1303
|
-
"message": {
|
|
1304
|
-
"text": "'currentDoc.internalDocument' is assigned to itself."
|
|
1305
|
-
},
|
|
1306
|
-
"locations": [
|
|
1307
|
-
{
|
|
1308
|
-
"physicalLocation": {
|
|
1309
|
-
"artifactLocation": {
|
|
1310
|
-
"uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
|
|
1311
|
-
"index": 30
|
|
1312
|
-
},
|
|
1313
|
-
"region": {
|
|
1314
|
-
"startLine": 452,
|
|
1315
|
-
"startColumn": 51,
|
|
1316
|
-
"endLine": 452,
|
|
1317
|
-
"endColumn": 78
|
|
1318
|
-
}
|
|
1319
|
-
}
|
|
1320
|
-
}
|
|
1321
|
-
],
|
|
1322
|
-
"ruleId": "no-self-assign",
|
|
1323
|
-
"ruleIndex": 2,
|
|
1324
|
-
"suppressions": [
|
|
1325
|
-
{
|
|
1326
|
-
"kind": "inSource",
|
|
1327
|
-
"justification": ""
|
|
1328
|
-
}
|
|
1329
|
-
]
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
"level": "error",
|
|
1333
|
-
"message": {
|
|
1334
|
-
"text": "'currentDoc.internalDocument' is assigned to itself."
|
|
1335
|
-
},
|
|
1336
|
-
"locations": [
|
|
1337
|
-
{
|
|
1338
|
-
"physicalLocation": {
|
|
1339
|
-
"artifactLocation": {
|
|
1340
|
-
"uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
|
|
1341
|
-
"index": 30
|
|
1342
|
-
},
|
|
1343
|
-
"region": {
|
|
1344
|
-
"startLine": 459,
|
|
1345
|
-
"startColumn": 51,
|
|
1346
|
-
"endLine": 459,
|
|
1347
|
-
"endColumn": 78
|
|
1348
|
-
}
|
|
1349
|
-
}
|
|
1350
|
-
}
|
|
1351
|
-
],
|
|
1352
|
-
"ruleId": "no-self-assign",
|
|
1353
|
-
"ruleIndex": 2,
|
|
1354
|
-
"suppressions": [
|
|
1355
|
-
{
|
|
1356
|
-
"kind": "inSource",
|
|
1357
|
-
"justification": ""
|
|
1358
|
-
}
|
|
1359
|
-
]
|
|
1360
|
-
},
|
|
1361
|
-
{
|
|
1362
|
-
"level": "error",
|
|
1363
|
-
"message": {
|
|
1364
|
-
"text": "'currentDoc.internalDocument' is assigned to itself."
|
|
1365
|
-
},
|
|
1366
|
-
"locations": [
|
|
1367
|
-
{
|
|
1368
|
-
"physicalLocation": {
|
|
1369
|
-
"artifactLocation": {
|
|
1370
|
-
"uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
|
|
1371
|
-
"index": 30
|
|
1372
|
-
},
|
|
1373
|
-
"region": {
|
|
1374
|
-
"startLine": 478,
|
|
1375
|
-
"startColumn": 43,
|
|
1376
|
-
"endLine": 478,
|
|
1377
|
-
"endColumn": 70
|
|
1378
|
-
}
|
|
1379
|
-
}
|
|
1380
|
-
}
|
|
1381
|
-
],
|
|
1382
|
-
"ruleId": "no-self-assign",
|
|
1383
|
-
"ruleIndex": 2,
|
|
1384
|
-
"suppressions": [
|
|
1385
|
-
{
|
|
1386
|
-
"kind": "inSource",
|
|
1387
|
-
"justification": ""
|
|
1388
|
-
}
|
|
1389
|
-
]
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
"level": "error",
|
|
1393
|
-
"message": {
|
|
1394
|
-
"text": "'currentDoc.internalDocument' is assigned to itself."
|
|
1395
|
-
},
|
|
1396
|
-
"locations": [
|
|
1397
|
-
{
|
|
1398
|
-
"physicalLocation": {
|
|
1399
|
-
"artifactLocation": {
|
|
1400
|
-
"uri": "file:///home/runner/work/yaml-language-server/yaml-language-server/src/languageservice/services/yamlCompletion.ts",
|
|
1401
|
-
"index": 30
|
|
1402
|
-
},
|
|
1403
|
-
"region": {
|
|
1404
|
-
"startLine": 492,
|
|
1405
|
-
"startColumn": 45,
|
|
1406
|
-
"endLine": 492,
|
|
1407
|
-
"endColumn": 72
|
|
1408
|
-
}
|
|
1409
|
-
}
|
|
1410
|
-
}
|
|
1411
|
-
],
|
|
1412
|
-
"ruleId": "no-self-assign",
|
|
1413
|
-
"ruleIndex": 2,
|
|
1414
|
-
"suppressions": [
|
|
1415
|
-
{
|
|
1416
|
-
"kind": "inSource",
|
|
1417
|
-
"justification": ""
|
|
1418
|
-
}
|
|
1419
|
-
]
|
|
1420
|
-
},
|
|
1421
1083
|
{
|
|
1422
1084
|
"level": "warning",
|
|
1423
1085
|
"message": {
|
|
@@ -1431,9 +1093,9 @@
|
|
|
1431
1093
|
"index": 30
|
|
1432
1094
|
},
|
|
1433
1095
|
"region": {
|
|
1434
|
-
"startLine":
|
|
1096
|
+
"startLine": 1180,
|
|
1435
1097
|
"startColumn": 41,
|
|
1436
|
-
"endLine":
|
|
1098
|
+
"endLine": 1180,
|
|
1437
1099
|
"endColumn": 44
|
|
1438
1100
|
}
|
|
1439
1101
|
}
|
|
@@ -1461,9 +1123,9 @@
|
|
|
1461
1123
|
"index": 30
|
|
1462
1124
|
},
|
|
1463
1125
|
"region": {
|
|
1464
|
-
"startLine":
|
|
1126
|
+
"startLine": 1218,
|
|
1465
1127
|
"startColumn": 47,
|
|
1466
|
-
"endLine":
|
|
1128
|
+
"endLine": 1218,
|
|
1467
1129
|
"endColumn": 50
|
|
1468
1130
|
}
|
|
1469
1131
|
}
|
|
@@ -1491,9 +1153,9 @@
|
|
|
1491
1153
|
"index": 30
|
|
1492
1154
|
},
|
|
1493
1155
|
"region": {
|
|
1494
|
-
"startLine":
|
|
1156
|
+
"startLine": 1246,
|
|
1495
1157
|
"startColumn": 40,
|
|
1496
|
-
"endLine":
|
|
1158
|
+
"endLine": 1246,
|
|
1497
1159
|
"endColumn": 43
|
|
1498
1160
|
}
|
|
1499
1161
|
}
|
|
@@ -1521,9 +1183,9 @@
|
|
|
1521
1183
|
"index": 30
|
|
1522
1184
|
},
|
|
1523
1185
|
"region": {
|
|
1524
|
-
"startLine":
|
|
1186
|
+
"startLine": 1507,
|
|
1525
1187
|
"startColumn": 47,
|
|
1526
|
-
"endLine":
|
|
1188
|
+
"endLine": 1507,
|
|
1527
1189
|
"endColumn": 50
|
|
1528
1190
|
}
|
|
1529
1191
|
}
|
|
@@ -1551,9 +1213,9 @@
|
|
|
1551
1213
|
"index": 30
|
|
1552
1214
|
},
|
|
1553
1215
|
"region": {
|
|
1554
|
-
"startLine":
|
|
1216
|
+
"startLine": 1509,
|
|
1555
1217
|
"startColumn": 30,
|
|
1556
|
-
"endLine":
|
|
1218
|
+
"endLine": 1509,
|
|
1557
1219
|
"endColumn": 33
|
|
1558
1220
|
}
|
|
1559
1221
|
}
|
|
@@ -1581,9 +1243,9 @@
|
|
|
1581
1243
|
"index": 30
|
|
1582
1244
|
},
|
|
1583
1245
|
"region": {
|
|
1584
|
-
"startLine":
|
|
1246
|
+
"startLine": 1509,
|
|
1585
1247
|
"startColumn": 45,
|
|
1586
|
-
"endLine":
|
|
1248
|
+
"endLine": 1509,
|
|
1587
1249
|
"endColumn": 48
|
|
1588
1250
|
}
|
|
1589
1251
|
}
|
|
@@ -1611,9 +1273,9 @@
|
|
|
1611
1273
|
"index": 30
|
|
1612
1274
|
},
|
|
1613
1275
|
"region": {
|
|
1614
|
-
"startLine":
|
|
1276
|
+
"startLine": 1544,
|
|
1615
1277
|
"startColumn": 42,
|
|
1616
|
-
"endLine":
|
|
1278
|
+
"endLine": 1544,
|
|
1617
1279
|
"endColumn": 45
|
|
1618
1280
|
}
|
|
1619
1281
|
}
|
|
@@ -1641,9 +1303,9 @@
|
|
|
1641
1303
|
"index": 30
|
|
1642
1304
|
},
|
|
1643
1305
|
"region": {
|
|
1644
|
-
"startLine":
|
|
1306
|
+
"startLine": 1582,
|
|
1645
1307
|
"startColumn": 35,
|
|
1646
|
-
"endLine":
|
|
1308
|
+
"endLine": 1582,
|
|
1647
1309
|
"endColumn": 38
|
|
1648
1310
|
}
|
|
1649
1311
|
}
|
|
@@ -1671,9 +1333,9 @@
|
|
|
1671
1333
|
"index": 30
|
|
1672
1334
|
},
|
|
1673
1335
|
"region": {
|
|
1674
|
-
"startLine":
|
|
1336
|
+
"startLine": 1585,
|
|
1675
1337
|
"startColumn": 22,
|
|
1676
|
-
"endLine":
|
|
1338
|
+
"endLine": 1585,
|
|
1677
1339
|
"endColumn": 25
|
|
1678
1340
|
}
|
|
1679
1341
|
}
|
|
@@ -1710,7 +1372,7 @@
|
|
|
1710
1372
|
}
|
|
1711
1373
|
],
|
|
1712
1374
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
1713
|
-
"ruleIndex":
|
|
1375
|
+
"ruleIndex": 2,
|
|
1714
1376
|
"suppressions": [
|
|
1715
1377
|
{
|
|
1716
1378
|
"kind": "inSource",
|
|
@@ -1860,7 +1522,7 @@
|
|
|
1860
1522
|
}
|
|
1861
1523
|
],
|
|
1862
1524
|
"ruleId": "@typescript-eslint/no-use-before-define",
|
|
1863
|
-
"ruleIndex":
|
|
1525
|
+
"ruleIndex": 3,
|
|
1864
1526
|
"suppressions": [
|
|
1865
1527
|
{
|
|
1866
1528
|
"kind": "inSource",
|
|
@@ -2160,7 +1822,7 @@
|
|
|
2160
1822
|
}
|
|
2161
1823
|
],
|
|
2162
1824
|
"ruleId": "@typescript-eslint/no-namespace",
|
|
2163
|
-
"ruleIndex":
|
|
1825
|
+
"ruleIndex": 4,
|
|
2164
1826
|
"suppressions": [
|
|
2165
1827
|
{
|
|
2166
1828
|
"kind": "inSource",
|
|
@@ -2190,7 +1852,7 @@
|
|
|
2190
1852
|
}
|
|
2191
1853
|
],
|
|
2192
1854
|
"ruleId": "@typescript-eslint/no-namespace",
|
|
2193
|
-
"ruleIndex":
|
|
1855
|
+
"ruleIndex": 4,
|
|
2194
1856
|
"suppressions": [
|
|
2195
1857
|
{
|
|
2196
1858
|
"kind": "inSource",
|
|
@@ -2220,7 +1882,7 @@
|
|
|
2220
1882
|
}
|
|
2221
1883
|
],
|
|
2222
1884
|
"ruleId": "@typescript-eslint/no-namespace",
|
|
2223
|
-
"ruleIndex":
|
|
1885
|
+
"ruleIndex": 4,
|
|
2224
1886
|
"suppressions": [
|
|
2225
1887
|
{
|
|
2226
1888
|
"kind": "inSource",
|
|
@@ -2250,7 +1912,7 @@
|
|
|
2250
1912
|
}
|
|
2251
1913
|
],
|
|
2252
1914
|
"ruleId": "@typescript-eslint/no-namespace",
|
|
2253
|
-
"ruleIndex":
|
|
1915
|
+
"ruleIndex": 4,
|
|
2254
1916
|
"suppressions": [
|
|
2255
1917
|
{
|
|
2256
1918
|
"kind": "inSource",
|
|
@@ -2280,7 +1942,7 @@
|
|
|
2280
1942
|
}
|
|
2281
1943
|
],
|
|
2282
1944
|
"ruleId": "@typescript-eslint/no-namespace",
|
|
2283
|
-
"ruleIndex":
|
|
1945
|
+
"ruleIndex": 4,
|
|
2284
1946
|
"suppressions": [
|
|
2285
1947
|
{
|
|
2286
1948
|
"kind": "inSource",
|
|
@@ -2310,7 +1972,7 @@
|
|
|
2310
1972
|
}
|
|
2311
1973
|
],
|
|
2312
1974
|
"ruleId": "@typescript-eslint/no-namespace",
|
|
2313
|
-
"ruleIndex":
|
|
1975
|
+
"ruleIndex": 4,
|
|
2314
1976
|
"suppressions": [
|
|
2315
1977
|
{
|
|
2316
1978
|
"kind": "inSource",
|
|
@@ -2340,7 +2002,7 @@
|
|
|
2340
2002
|
}
|
|
2341
2003
|
],
|
|
2342
2004
|
"ruleId": "@typescript-eslint/no-namespace",
|
|
2343
|
-
"ruleIndex":
|
|
2005
|
+
"ruleIndex": 4,
|
|
2344
2006
|
"suppressions": [
|
|
2345
2007
|
{
|
|
2346
2008
|
"kind": "inSource",
|
|
@@ -2370,7 +2032,7 @@
|
|
|
2370
2032
|
}
|
|
2371
2033
|
],
|
|
2372
2034
|
"ruleId": "@typescript-eslint/no-namespace",
|
|
2373
|
-
"ruleIndex":
|
|
2035
|
+
"ruleIndex": 4,
|
|
2374
2036
|
"suppressions": [
|
|
2375
2037
|
{
|
|
2376
2038
|
"kind": "inSource",
|
|
@@ -2400,7 +2062,7 @@
|
|
|
2400
2062
|
}
|
|
2401
2063
|
],
|
|
2402
2064
|
"ruleId": "@typescript-eslint/no-namespace",
|
|
2403
|
-
"ruleIndex":
|
|
2065
|
+
"ruleIndex": 4,
|
|
2404
2066
|
"suppressions": [
|
|
2405
2067
|
{
|
|
2406
2068
|
"kind": "inSource",
|
|
@@ -2430,7 +2092,7 @@
|
|
|
2430
2092
|
}
|
|
2431
2093
|
],
|
|
2432
2094
|
"ruleId": "@typescript-eslint/no-namespace",
|
|
2433
|
-
"ruleIndex":
|
|
2095
|
+
"ruleIndex": 4,
|
|
2434
2096
|
"suppressions": [
|
|
2435
2097
|
{
|
|
2436
2098
|
"kind": "inSource",
|
|
@@ -2490,7 +2152,7 @@
|
|
|
2490
2152
|
}
|
|
2491
2153
|
],
|
|
2492
2154
|
"ruleId": "@typescript-eslint/no-namespace",
|
|
2493
|
-
"ruleIndex":
|
|
2155
|
+
"ruleIndex": 4,
|
|
2494
2156
|
"suppressions": [
|
|
2495
2157
|
{
|
|
2496
2158
|
"kind": "inSource",
|
|
@@ -2520,7 +2182,7 @@
|
|
|
2520
2182
|
}
|
|
2521
2183
|
],
|
|
2522
2184
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
2523
|
-
"ruleIndex":
|
|
2185
|
+
"ruleIndex": 2,
|
|
2524
2186
|
"suppressions": [
|
|
2525
2187
|
{
|
|
2526
2188
|
"kind": "inSource",
|
|
@@ -2550,7 +2212,7 @@
|
|
|
2550
2212
|
}
|
|
2551
2213
|
],
|
|
2552
2214
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
2553
|
-
"ruleIndex":
|
|
2215
|
+
"ruleIndex": 2,
|
|
2554
2216
|
"suppressions": [
|
|
2555
2217
|
{
|
|
2556
2218
|
"kind": "inSource",
|
|
@@ -2580,7 +2242,7 @@
|
|
|
2580
2242
|
}
|
|
2581
2243
|
],
|
|
2582
2244
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
2583
|
-
"ruleIndex":
|
|
2245
|
+
"ruleIndex": 2,
|
|
2584
2246
|
"suppressions": [
|
|
2585
2247
|
{
|
|
2586
2248
|
"kind": "inSource",
|
|
@@ -2610,7 +2272,7 @@
|
|
|
2610
2272
|
}
|
|
2611
2273
|
],
|
|
2612
2274
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
2613
|
-
"ruleIndex":
|
|
2275
|
+
"ruleIndex": 2,
|
|
2614
2276
|
"suppressions": [
|
|
2615
2277
|
{
|
|
2616
2278
|
"kind": "inSource",
|
|
@@ -2640,7 +2302,7 @@
|
|
|
2640
2302
|
}
|
|
2641
2303
|
],
|
|
2642
2304
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
2643
|
-
"ruleIndex":
|
|
2305
|
+
"ruleIndex": 2,
|
|
2644
2306
|
"suppressions": [
|
|
2645
2307
|
{
|
|
2646
2308
|
"kind": "inSource",
|
|
@@ -2670,7 +2332,7 @@
|
|
|
2670
2332
|
}
|
|
2671
2333
|
],
|
|
2672
2334
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
2673
|
-
"ruleIndex":
|
|
2335
|
+
"ruleIndex": 2,
|
|
2674
2336
|
"suppressions": [
|
|
2675
2337
|
{
|
|
2676
2338
|
"kind": "inSource",
|
|
@@ -2700,7 +2362,7 @@
|
|
|
2700
2362
|
}
|
|
2701
2363
|
],
|
|
2702
2364
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
2703
|
-
"ruleIndex":
|
|
2365
|
+
"ruleIndex": 2,
|
|
2704
2366
|
"suppressions": [
|
|
2705
2367
|
{
|
|
2706
2368
|
"kind": "inSource",
|
|
@@ -2730,7 +2392,7 @@
|
|
|
2730
2392
|
}
|
|
2731
2393
|
],
|
|
2732
2394
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
2733
|
-
"ruleIndex":
|
|
2395
|
+
"ruleIndex": 2,
|
|
2734
2396
|
"suppressions": [
|
|
2735
2397
|
{
|
|
2736
2398
|
"kind": "inSource",
|
|
@@ -2760,7 +2422,7 @@
|
|
|
2760
2422
|
}
|
|
2761
2423
|
],
|
|
2762
2424
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
2763
|
-
"ruleIndex":
|
|
2425
|
+
"ruleIndex": 2,
|
|
2764
2426
|
"suppressions": [
|
|
2765
2427
|
{
|
|
2766
2428
|
"kind": "inSource",
|
|
@@ -2790,7 +2452,7 @@
|
|
|
2790
2452
|
}
|
|
2791
2453
|
],
|
|
2792
2454
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
2793
|
-
"ruleIndex":
|
|
2455
|
+
"ruleIndex": 2,
|
|
2794
2456
|
"suppressions": [
|
|
2795
2457
|
{
|
|
2796
2458
|
"kind": "inSource",
|
|
@@ -2820,7 +2482,7 @@
|
|
|
2820
2482
|
}
|
|
2821
2483
|
],
|
|
2822
2484
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
2823
|
-
"ruleIndex":
|
|
2485
|
+
"ruleIndex": 2,
|
|
2824
2486
|
"suppressions": [
|
|
2825
2487
|
{
|
|
2826
2488
|
"kind": "inSource",
|
|
@@ -2850,7 +2512,7 @@
|
|
|
2850
2512
|
}
|
|
2851
2513
|
],
|
|
2852
2514
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
2853
|
-
"ruleIndex":
|
|
2515
|
+
"ruleIndex": 2,
|
|
2854
2516
|
"suppressions": [
|
|
2855
2517
|
{
|
|
2856
2518
|
"kind": "inSource",
|
|
@@ -2880,7 +2542,7 @@
|
|
|
2880
2542
|
}
|
|
2881
2543
|
],
|
|
2882
2544
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
2883
|
-
"ruleIndex":
|
|
2545
|
+
"ruleIndex": 2,
|
|
2884
2546
|
"suppressions": [
|
|
2885
2547
|
{
|
|
2886
2548
|
"kind": "inSource",
|
|
@@ -2910,7 +2572,7 @@
|
|
|
2910
2572
|
}
|
|
2911
2573
|
],
|
|
2912
2574
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
2913
|
-
"ruleIndex":
|
|
2575
|
+
"ruleIndex": 2,
|
|
2914
2576
|
"suppressions": [
|
|
2915
2577
|
{
|
|
2916
2578
|
"kind": "inSource",
|
|
@@ -2940,7 +2602,7 @@
|
|
|
2940
2602
|
}
|
|
2941
2603
|
],
|
|
2942
2604
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
2943
|
-
"ruleIndex":
|
|
2605
|
+
"ruleIndex": 2,
|
|
2944
2606
|
"suppressions": [
|
|
2945
2607
|
{
|
|
2946
2608
|
"kind": "inSource",
|
|
@@ -2970,7 +2632,7 @@
|
|
|
2970
2632
|
}
|
|
2971
2633
|
],
|
|
2972
2634
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
2973
|
-
"ruleIndex":
|
|
2635
|
+
"ruleIndex": 2,
|
|
2974
2636
|
"suppressions": [
|
|
2975
2637
|
{
|
|
2976
2638
|
"kind": "inSource",
|
|
@@ -3000,7 +2662,7 @@
|
|
|
3000
2662
|
}
|
|
3001
2663
|
],
|
|
3002
2664
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
3003
|
-
"ruleIndex":
|
|
2665
|
+
"ruleIndex": 2,
|
|
3004
2666
|
"suppressions": [
|
|
3005
2667
|
{
|
|
3006
2668
|
"kind": "inSource",
|
|
@@ -3030,7 +2692,7 @@
|
|
|
3030
2692
|
}
|
|
3031
2693
|
],
|
|
3032
2694
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
3033
|
-
"ruleIndex":
|
|
2695
|
+
"ruleIndex": 2,
|
|
3034
2696
|
"suppressions": [
|
|
3035
2697
|
{
|
|
3036
2698
|
"kind": "inSource",
|
|
@@ -3060,7 +2722,7 @@
|
|
|
3060
2722
|
}
|
|
3061
2723
|
],
|
|
3062
2724
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
3063
|
-
"ruleIndex":
|
|
2725
|
+
"ruleIndex": 2,
|
|
3064
2726
|
"suppressions": [
|
|
3065
2727
|
{
|
|
3066
2728
|
"kind": "inSource",
|
|
@@ -3090,7 +2752,7 @@
|
|
|
3090
2752
|
}
|
|
3091
2753
|
],
|
|
3092
2754
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
3093
|
-
"ruleIndex":
|
|
2755
|
+
"ruleIndex": 2,
|
|
3094
2756
|
"suppressions": [
|
|
3095
2757
|
{
|
|
3096
2758
|
"kind": "inSource",
|
|
@@ -3120,7 +2782,7 @@
|
|
|
3120
2782
|
}
|
|
3121
2783
|
],
|
|
3122
2784
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
3123
|
-
"ruleIndex":
|
|
2785
|
+
"ruleIndex": 2,
|
|
3124
2786
|
"suppressions": [
|
|
3125
2787
|
{
|
|
3126
2788
|
"kind": "inSource",
|
|
@@ -3150,7 +2812,7 @@
|
|
|
3150
2812
|
}
|
|
3151
2813
|
],
|
|
3152
2814
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
3153
|
-
"ruleIndex":
|
|
2815
|
+
"ruleIndex": 2,
|
|
3154
2816
|
"suppressions": [
|
|
3155
2817
|
{
|
|
3156
2818
|
"kind": "inSource",
|
|
@@ -3210,7 +2872,7 @@
|
|
|
3210
2872
|
}
|
|
3211
2873
|
],
|
|
3212
2874
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
3213
|
-
"ruleIndex":
|
|
2875
|
+
"ruleIndex": 2,
|
|
3214
2876
|
"suppressions": [
|
|
3215
2877
|
{
|
|
3216
2878
|
"kind": "inSource",
|
|
@@ -3240,7 +2902,7 @@
|
|
|
3240
2902
|
}
|
|
3241
2903
|
],
|
|
3242
2904
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
3243
|
-
"ruleIndex":
|
|
2905
|
+
"ruleIndex": 2,
|
|
3244
2906
|
"suppressions": [
|
|
3245
2907
|
{
|
|
3246
2908
|
"kind": "inSource",
|
|
@@ -3270,7 +2932,7 @@
|
|
|
3270
2932
|
}
|
|
3271
2933
|
],
|
|
3272
2934
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
3273
|
-
"ruleIndex":
|
|
2935
|
+
"ruleIndex": 2,
|
|
3274
2936
|
"suppressions": [
|
|
3275
2937
|
{
|
|
3276
2938
|
"kind": "inSource",
|
|
@@ -3300,7 +2962,7 @@
|
|
|
3300
2962
|
}
|
|
3301
2963
|
],
|
|
3302
2964
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
3303
|
-
"ruleIndex":
|
|
2965
|
+
"ruleIndex": 2,
|
|
3304
2966
|
"suppressions": [
|
|
3305
2967
|
{
|
|
3306
2968
|
"kind": "inSource",
|
|
@@ -3321,16 +2983,16 @@
|
|
|
3321
2983
|
"index": 82
|
|
3322
2984
|
},
|
|
3323
2985
|
"region": {
|
|
3324
|
-
"startLine":
|
|
2986
|
+
"startLine": 1486,
|
|
3325
2987
|
"startColumn": 22,
|
|
3326
|
-
"endLine":
|
|
2988
|
+
"endLine": 1486,
|
|
3327
2989
|
"endColumn": 96
|
|
3328
2990
|
}
|
|
3329
2991
|
}
|
|
3330
2992
|
}
|
|
3331
2993
|
],
|
|
3332
2994
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
3333
|
-
"ruleIndex":
|
|
2995
|
+
"ruleIndex": 2,
|
|
3334
2996
|
"suppressions": [
|
|
3335
2997
|
{
|
|
3336
2998
|
"kind": "inSource",
|
|
@@ -3351,16 +3013,16 @@
|
|
|
3351
3013
|
"index": 82
|
|
3352
3014
|
},
|
|
3353
3015
|
"region": {
|
|
3354
|
-
"startLine":
|
|
3016
|
+
"startLine": 1503,
|
|
3355
3017
|
"startColumn": 22,
|
|
3356
|
-
"endLine":
|
|
3018
|
+
"endLine": 1503,
|
|
3357
3019
|
"endColumn": 96
|
|
3358
3020
|
}
|
|
3359
3021
|
}
|
|
3360
3022
|
}
|
|
3361
3023
|
],
|
|
3362
3024
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
3363
|
-
"ruleIndex":
|
|
3025
|
+
"ruleIndex": 2,
|
|
3364
3026
|
"suppressions": [
|
|
3365
3027
|
{
|
|
3366
3028
|
"kind": "inSource",
|
|
@@ -3381,16 +3043,16 @@
|
|
|
3381
3043
|
"index": 82
|
|
3382
3044
|
},
|
|
3383
3045
|
"region": {
|
|
3384
|
-
"startLine":
|
|
3046
|
+
"startLine": 1516,
|
|
3385
3047
|
"startColumn": 22,
|
|
3386
|
-
"endLine":
|
|
3048
|
+
"endLine": 1516,
|
|
3387
3049
|
"endColumn": 96
|
|
3388
3050
|
}
|
|
3389
3051
|
}
|
|
3390
3052
|
}
|
|
3391
3053
|
],
|
|
3392
3054
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
3393
|
-
"ruleIndex":
|
|
3055
|
+
"ruleIndex": 2,
|
|
3394
3056
|
"suppressions": [
|
|
3395
3057
|
{
|
|
3396
3058
|
"kind": "inSource",
|
|
@@ -3411,16 +3073,16 @@
|
|
|
3411
3073
|
"index": 82
|
|
3412
3074
|
},
|
|
3413
3075
|
"region": {
|
|
3414
|
-
"startLine":
|
|
3076
|
+
"startLine": 1529,
|
|
3415
3077
|
"startColumn": 22,
|
|
3416
|
-
"endLine":
|
|
3078
|
+
"endLine": 1529,
|
|
3417
3079
|
"endColumn": 96
|
|
3418
3080
|
}
|
|
3419
3081
|
}
|
|
3420
3082
|
}
|
|
3421
3083
|
],
|
|
3422
3084
|
"ruleId": "@typescript-eslint/no-var-requires",
|
|
3423
|
-
"ruleIndex":
|
|
3085
|
+
"ruleIndex": 2,
|
|
3424
3086
|
"suppressions": [
|
|
3425
3087
|
{
|
|
3426
3088
|
"kind": "inSource",
|