tpmkms_4wp 9.0.3-beta.0 → 9.0.3-beta.2

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.
@@ -108,120 +108,6 @@
108
108
  "positive": [
109
109
  {
110
110
  "context": [
111
- [
112
- "wear",
113
- 0
114
- ],
115
- [
116
- "article",
117
- 0
118
- ],
119
- [
120
- "unknown",
121
- 0
122
- ],
123
- [
124
- "wearable",
125
- 0
126
- ]
127
- ],
128
- "choose": 0
129
- },
130
- {
131
- "context": [
132
- [
133
- "wear",
134
- 0
135
- ],
136
- [
137
- "article",
138
- 0
139
- ],
140
- [
141
- "unknown",
142
- 1
143
- ],
144
- [
145
- "wearable",
146
- 0
147
- ]
148
- ],
149
- "choose": 0
150
- },
151
- {
152
- "context": [
153
- [
154
- "wear",
155
- 0
156
- ],
157
- [
158
- "article",
159
- 0
160
- ],
161
- [
162
- "wearable",
163
- 0
164
- ]
165
- ],
166
- "choose": 0
167
- },
168
- {
169
- "context": [
170
- [
171
- "wear",
172
- 0
173
- ],
174
- [
175
- "article",
176
- 0
177
- ],
178
- [
179
- "wearable",
180
- 1
181
- ]
182
- ],
183
- "choose": 0
184
- },
185
- {
186
- "context": [
187
- [
188
- "wear",
189
- 0
190
- ],
191
- [
192
- "article",
193
- 0
194
- ],
195
- [
196
- "unknown",
197
- 0
198
- ]
199
- ],
200
- "choose": 0
201
- },
202
- {
203
- "context": [
204
- [
205
- "wear",
206
- 0
207
- ],
208
- [
209
- "article",
210
- 0
211
- ],
212
- [
213
- "unknown",
214
- 1
215
- ]
216
- ],
217
- "choose": 0
218
- },
219
- {
220
- "context": [
221
- [
222
- "equip",
223
- 0
224
- ],
225
111
  [
226
112
  "the",
227
113
  0
@@ -239,14 +125,10 @@
239
125
  0
240
126
  ]
241
127
  ],
242
- "choose": 0
128
+ "choose": 1
243
129
  },
244
130
  {
245
131
  "context": [
246
- [
247
- "equip",
248
- 0
249
- ],
250
132
  [
251
133
  "the",
252
134
  0
@@ -264,75 +146,13 @@
264
146
  0
265
147
  ]
266
148
  ],
267
- "choose": 0
268
- },
269
- {
270
- "context": [
271
- [
272
- "what",
273
- 0
274
- ],
275
- [
276
- "is",
277
- 0
278
- ],
279
- [
280
- "article",
281
- 0
282
- ],
283
- [
284
- "type",
285
- 1
286
- ],
287
- [
288
- "propertyOf",
289
- 0
290
- ],
291
- [
292
- "item",
293
- 0
294
- ],
295
- [
296
- "property",
297
- 0
298
- ]
299
- ],
300
- "choose": 1
301
- },
302
- {
303
- "context": [
304
- [
305
- "what",
306
- 0
307
- ],
308
- [
309
- "is",
310
- 0
311
- ],
312
- [
313
- "article",
314
- 0
315
- ],
316
- [
317
- "type",
318
- 1
319
- ],
320
- [
321
- "propertyOf",
322
- 0
323
- ],
324
- [
325
- "object",
326
- 1
327
- ]
328
- ],
329
149
  "choose": 1
330
150
  }
331
151
  ]
332
152
  },
333
153
  "bridges": [
334
154
  {
335
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:169",
155
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:159",
336
156
  "id": "put",
337
157
  "isA": [
338
158
  "verb"
@@ -340,7 +160,7 @@
340
160
  "generatorp": "({context}) => `put on`"
341
161
  },
342
162
  {
343
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:175",
163
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:165",
344
164
  "id": "propertyCondition",
345
165
  "before": [
346
166
  "adjective",
@@ -352,7 +172,7 @@
352
172
  "bridge": "{ ...next(after[0]), condition: before[0], modifiers: ['condition'] }"
353
173
  },
354
174
  {
355
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:183",
175
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:173",
356
176
  "id": "on",
357
177
  "isA": [
358
178
  "preposition"
@@ -363,7 +183,7 @@
363
183
  "semantic": "({api, context}) => {\n api.change(context.item.marker)\n }"
364
184
  },
365
185
  {
366
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:194",
186
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:184",
367
187
  "id": "change",
368
188
  "isA": [
369
189
  "verb"
@@ -380,7 +200,7 @@
380
200
  "semantic": "({api, context}) => {\n api.change(context.item.marker)\n }"
381
201
  },
382
202
  {
383
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:206",
203
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:196",
384
204
  "id": "disarm",
385
205
  "isA": [
386
206
  "verb"
@@ -389,7 +209,7 @@
389
209
  "semantic": "({api, context}) => {\n api.disarm()\n }"
390
210
  },
391
211
  {
392
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:215",
212
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:205",
393
213
  "id": "strip",
394
214
  "isA": [
395
215
  "verb"
@@ -398,7 +218,7 @@
398
218
  "semantic": "({api, context}) => {\n api.strip()\n }"
399
219
  },
400
220
  {
401
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:224",
221
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:214",
402
222
  "id": "call",
403
223
  "isA": [
404
224
  "verb"
@@ -409,7 +229,7 @@
409
229
  "semantic": "({api, context}) => {\n api.setName(context.item, context.name.name.value)\n }"
410
230
  },
411
231
  {
412
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:235",
232
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:225",
413
233
  "id": "putOn",
414
234
  "isA": [
415
235
  "verb"
@@ -420,7 +240,7 @@
420
240
  "semantic": "({api, context}) => {\n if (context.item.name) {\n api.wear({ name: context.item.name.value, type: 'outfit' })\n } else {\n api.wear({ type: context.item.value })\n }\n }"
421
241
  },
422
242
  {
423
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:250",
243
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:240",
424
244
  "id": "wear",
425
245
  "isA": [
426
246
  "verb"
@@ -440,7 +260,7 @@
440
260
  "semantic": "({api, context}) => {\n if (context.item.name) {\n api.wear({ name: context.item.name.value, type: 'outfit' })\n } else {\n api.wear({ type: context.item.value })\n }\n }"
441
261
  },
442
262
  {
443
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:267",
263
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:257",
444
264
  "id": "equip",
445
265
  "isA": [
446
266
  "verb"
@@ -465,7 +285,7 @@
465
285
  "semantic": "async ({api, context}) => {\n let condition\n if (context.item.condition) {\n condition = { selector: context.item.condition.marker, property: context.item.condition.property[0].marker }\n }\n api.equip({ type: context.item.value, condition })\n }"
466
286
  },
467
287
  {
468
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:283",
288
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:273",
469
289
  "id": "toDrink",
470
290
  "isA": [
471
291
  "verb"
@@ -476,7 +296,7 @@
476
296
  "semantic": "async ({api, context, e}) => {\n const value = await e(context.item)\n api.drink(value.value)\n }"
477
297
  },
478
298
  {
479
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:295",
299
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:285",
480
300
  "id": "eat",
481
301
  "localHierarchy": [
482
302
  [
@@ -493,7 +313,7 @@
493
313
  "semantic": "async ({api, context}) => {\n api.eat(context.item.value)\n }"
494
314
  },
495
315
  {
496
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:307",
316
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:297",
497
317
  "id": "take",
498
318
  "isA": [
499
319
  "verb"
@@ -504,7 +324,7 @@
504
324
  "semantic": "async ({api, context, e}) => {\n const value = await e(context.item)\n api.take(value.value)\n }"
505
325
  },
506
326
  {
507
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:319",
327
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:309",
508
328
  "id": "nameable",
509
329
  "isA": [
510
330
  "theAble"
@@ -29926,10 +29746,6 @@
29926
29746
  "modifies",
29927
29747
  0
29928
29748
  ],
29929
- [
29930
- "unknown",
29931
- 0
29932
- ],
29933
29749
  [
29934
29750
  "unknown",
29935
29751
  0
@@ -29937,23 +29753,6 @@
29937
29753
  ],
29938
29754
  "counter": 1
29939
29755
  },
29940
- {
29941
- "op": [
29942
- "unknown",
29943
- 0
29944
- ],
29945
- "ops": [
29946
- [
29947
- "modifies",
29948
- 0
29949
- ],
29950
- [
29951
- "unknown",
29952
- 0
29953
- ]
29954
- ],
29955
- "counter": 2
29956
- },
29957
29756
  {
29958
29757
  "op": [
29959
29758
  "modifies",
@@ -29965,7 +29764,7 @@
29965
29764
  0
29966
29765
  ]
29967
29766
  ],
29968
- "counter": 3
29767
+ "counter": 2
29969
29768
  }
29970
29769
  ]
29971
29770
  },
@@ -29998,16 +29797,16 @@
29998
29797
  }
29999
29798
  ],
30000
29799
  "concept": {
29800
+ "marker": "property",
30001
29801
  "value": "property",
30002
- "unknown": true,
29802
+ "default": true,
30003
29803
  "text": "property",
30004
- "marker": "unknown",
29804
+ "dead": true,
30005
29805
  "word": "property",
30006
29806
  "range": {
30007
29807
  "start": 14,
30008
29808
  "end": 21
30009
29809
  },
30010
- "dead": true,
30011
29810
  "level": 0
30012
29811
  },
30013
29812
  "level": 1,
@@ -30035,6 +29834,10 @@
30035
29834
  "modifies",
30036
29835
  0
30037
29836
  ],
29837
+ [
29838
+ "property",
29839
+ 0
29840
+ ],
30038
29841
  [
30039
29842
  "unknown",
30040
29843
  0
@@ -30068,7 +29871,7 @@
30068
29871
  },
30069
29872
  {
30070
29873
  "marker": [
30071
- "unknown",
29874
+ "property",
30072
29875
  0
30073
29876
  ],
30074
29877
  "range": {
@@ -30103,7 +29906,7 @@
30103
29906
  },
30104
29907
  {
30105
29908
  "marker": [
30106
- "unknown",
29909
+ "property",
30107
29910
  0
30108
29911
  ],
30109
29912
  "range": {
@@ -30114,41 +29917,6 @@
30114
29917
  ],
30115
29918
  "counter": 2
30116
29919
  },
30117
- {
30118
- "operators": [
30119
- {
30120
- "marker": [
30121
- "unknown",
30122
- 0
30123
- ],
30124
- "range": {
30125
- "start": 0,
30126
- "end": 3
30127
- }
30128
- },
30129
- {
30130
- "marker": [
30131
- "modifies",
30132
- 0
30133
- ],
30134
- "range": {
30135
- "start": 5,
30136
- "end": 12
30137
- }
30138
- },
30139
- {
30140
- "marker": [
30141
- "unknown",
30142
- 0
30143
- ],
30144
- "range": {
30145
- "start": 14,
30146
- "end": 21
30147
- }
30148
- }
30149
- ],
30150
- "counter": 3
30151
- },
30152
29920
  {
30153
29921
  "operators": [
30154
29922
  {
@@ -30162,7 +29930,7 @@
30162
29930
  }
30163
29931
  }
30164
29932
  ],
30165
- "counter": 4
29933
+ "counter": 3
30166
29934
  }
30167
29935
  ],
30168
29936
  "length": 1
@@ -35273,120 +35041,6 @@
35273
35041
  "positive": [
35274
35042
  {
35275
35043
  "context": [
35276
- [
35277
- "wear",
35278
- 0
35279
- ],
35280
- [
35281
- "article",
35282
- 0
35283
- ],
35284
- [
35285
- "unknown",
35286
- 0
35287
- ],
35288
- [
35289
- "wearable",
35290
- 0
35291
- ]
35292
- ],
35293
- "choose": 0
35294
- },
35295
- {
35296
- "context": [
35297
- [
35298
- "wear",
35299
- 0
35300
- ],
35301
- [
35302
- "article",
35303
- 0
35304
- ],
35305
- [
35306
- "unknown",
35307
- 1
35308
- ],
35309
- [
35310
- "wearable",
35311
- 0
35312
- ]
35313
- ],
35314
- "choose": 0
35315
- },
35316
- {
35317
- "context": [
35318
- [
35319
- "wear",
35320
- 0
35321
- ],
35322
- [
35323
- "article",
35324
- 0
35325
- ],
35326
- [
35327
- "wearable",
35328
- 0
35329
- ]
35330
- ],
35331
- "choose": 0
35332
- },
35333
- {
35334
- "context": [
35335
- [
35336
- "wear",
35337
- 0
35338
- ],
35339
- [
35340
- "article",
35341
- 0
35342
- ],
35343
- [
35344
- "wearable",
35345
- 1
35346
- ]
35347
- ],
35348
- "choose": 0
35349
- },
35350
- {
35351
- "context": [
35352
- [
35353
- "wear",
35354
- 0
35355
- ],
35356
- [
35357
- "article",
35358
- 0
35359
- ],
35360
- [
35361
- "unknown",
35362
- 0
35363
- ]
35364
- ],
35365
- "choose": 0
35366
- },
35367
- {
35368
- "context": [
35369
- [
35370
- "wear",
35371
- 0
35372
- ],
35373
- [
35374
- "article",
35375
- 0
35376
- ],
35377
- [
35378
- "unknown",
35379
- 1
35380
- ]
35381
- ],
35382
- "choose": 0
35383
- },
35384
- {
35385
- "context": [
35386
- [
35387
- "equip",
35388
- 0
35389
- ],
35390
35044
  [
35391
35045
  "the",
35392
35046
  0
@@ -35404,14 +35058,10 @@
35404
35058
  0
35405
35059
  ]
35406
35060
  ],
35407
- "choose": 0
35061
+ "choose": 1
35408
35062
  },
35409
35063
  {
35410
35064
  "context": [
35411
- [
35412
- "equip",
35413
- 0
35414
- ],
35415
35065
  [
35416
35066
  "the",
35417
35067
  0
@@ -35429,82 +35079,20 @@
35429
35079
  0
35430
35080
  ]
35431
35081
  ],
35432
- "choose": 0
35433
- },
35434
- {
35435
- "context": [
35436
- [
35437
- "what",
35438
- 0
35439
- ],
35440
- [
35441
- "is",
35442
- 0
35443
- ],
35444
- [
35445
- "article",
35446
- 0
35447
- ],
35448
- [
35449
- "type",
35450
- 1
35451
- ],
35452
- [
35453
- "propertyOf",
35454
- 0
35455
- ],
35456
- [
35457
- "item",
35458
- 0
35459
- ],
35460
- [
35461
- "property",
35462
- 0
35463
- ]
35464
- ],
35465
- "choose": 1
35466
- },
35467
- {
35468
- "context": [
35469
- [
35470
- "what",
35471
- 0
35472
- ],
35473
- [
35474
- "is",
35475
- 0
35476
- ],
35477
- [
35478
- "article",
35479
- 0
35480
- ],
35481
- [
35482
- "type",
35483
- 1
35484
- ],
35485
- [
35486
- "propertyOf",
35487
- 0
35488
- ],
35489
- [
35490
- "object",
35491
- 1
35492
- ]
35493
- ],
35494
35082
  "choose": 1
35495
35083
  }
35496
35084
  ]
35497
35085
  },
35498
35086
  "bridges": [
35499
35087
  {
35500
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:169",
35088
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:159",
35501
35089
  "id": "put",
35502
35090
  "isA": [
35503
35091
  "verb"
35504
35092
  ]
35505
35093
  },
35506
35094
  {
35507
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:175",
35095
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:165",
35508
35096
  "id": "propertyCondition",
35509
35097
  "before": [
35510
35098
  "adjective",
@@ -35516,7 +35104,7 @@
35516
35104
  "bridge": "{ ...next(after[0]), condition: before[0], modifiers: ['condition'] }"
35517
35105
  },
35518
35106
  {
35519
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:183",
35107
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:173",
35520
35108
  "id": "on",
35521
35109
  "isA": [
35522
35110
  "preposition"
@@ -35525,7 +35113,7 @@
35525
35113
  "bridge": "{ ...before, marker: operator('putOn', 0), dead: false }"
35526
35114
  },
35527
35115
  {
35528
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:194",
35116
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:184",
35529
35117
  "id": "change",
35530
35118
  "isA": [
35531
35119
  "verb"
@@ -35540,21 +35128,21 @@
35540
35128
  ]
35541
35129
  },
35542
35130
  {
35543
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:206",
35131
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:196",
35544
35132
  "id": "disarm",
35545
35133
  "isA": [
35546
35134
  "verb"
35547
35135
  ]
35548
35136
  },
35549
35137
  {
35550
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:215",
35138
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:205",
35551
35139
  "id": "strip",
35552
35140
  "isA": [
35553
35141
  "verb"
35554
35142
  ]
35555
35143
  },
35556
35144
  {
35557
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:224",
35145
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:214",
35558
35146
  "id": "call",
35559
35147
  "isA": [
35560
35148
  "verb"
@@ -35563,7 +35151,7 @@
35563
35151
  "bridge": "{ ...next(operator), item: after[0], name: after[1] }"
35564
35152
  },
35565
35153
  {
35566
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:235",
35154
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:225",
35567
35155
  "id": "putOn",
35568
35156
  "isA": [
35569
35157
  "verb"
@@ -35572,7 +35160,7 @@
35572
35160
  "bridge": "{ ...next(operator), item: after[0] }"
35573
35161
  },
35574
35162
  {
35575
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:250",
35163
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:240",
35576
35164
  "id": "wear",
35577
35165
  "isA": [
35578
35166
  "verb"
@@ -35590,7 +35178,7 @@
35590
35178
  "bridge": "{ ...next(operator), item: after[0] }"
35591
35179
  },
35592
35180
  {
35593
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:267",
35181
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:257",
35594
35182
  "id": "equip",
35595
35183
  "isA": [
35596
35184
  "verb"
@@ -35613,7 +35201,7 @@
35613
35201
  "bridge": "{ ...next(operator), item: after[0] }"
35614
35202
  },
35615
35203
  {
35616
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:283",
35204
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:273",
35617
35205
  "id": "toDrink",
35618
35206
  "isA": [
35619
35207
  "verb"
@@ -35622,7 +35210,7 @@
35622
35210
  "bridge": "{ ...next(operator), item: after[0] }"
35623
35211
  },
35624
35212
  {
35625
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:295",
35213
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:285",
35626
35214
  "id": "eat",
35627
35215
  "localHierarchy": [
35628
35216
  [
@@ -35637,7 +35225,7 @@
35637
35225
  "bridge": "{ ...next(operator), item: after[0] }"
35638
35226
  },
35639
35227
  {
35640
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:307",
35228
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:297",
35641
35229
  "id": "take",
35642
35230
  "isA": [
35643
35231
  "verb"
@@ -35646,7 +35234,7 @@
35646
35234
  "bridge": "{ ...next(operator), item: after[0] }"
35647
35235
  },
35648
35236
  {
35649
- "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:319",
35237
+ "where": "/home/dev/code/theprogrammablemind/kms/common/pipboy.js:309",
35650
35238
  "id": "nameable",
35651
35239
  "isA": [
35652
35240
  "theAble"
@@ -36412,6 +36000,10 @@
36412
36000
  "modifies",
36413
36001
  0
36414
36002
  ],
36003
+ [
36004
+ "property",
36005
+ 0
36006
+ ],
36415
36007
  [
36416
36008
  "unknown",
36417
36009
  0
@@ -40360,7 +39952,7 @@
40360
39952
  },
40361
39953
  {
40362
39954
  "marker": [
40363
- "unknown",
39955
+ "property",
40364
39956
  0
40365
39957
  ],
40366
39958
  "range": {
@@ -40395,7 +39987,7 @@
40395
39987
  },
40396
39988
  {
40397
39989
  "marker": [
40398
- "unknown",
39990
+ "property",
40399
39991
  0
40400
39992
  ],
40401
39993
  "range": {
@@ -40406,41 +39998,6 @@
40406
39998
  ],
40407
39999
  "counter": 2
40408
40000
  },
40409
- {
40410
- "operators": [
40411
- {
40412
- "marker": [
40413
- "unknown",
40414
- 0
40415
- ],
40416
- "range": {
40417
- "start": 0,
40418
- "end": 3
40419
- }
40420
- },
40421
- {
40422
- "marker": [
40423
- "modifies",
40424
- 0
40425
- ],
40426
- "range": {
40427
- "start": 5,
40428
- "end": 12
40429
- }
40430
- },
40431
- {
40432
- "marker": [
40433
- "unknown",
40434
- 0
40435
- ],
40436
- "range": {
40437
- "start": 14,
40438
- "end": 21
40439
- }
40440
- }
40441
- ],
40442
- "counter": 3
40443
- },
40444
40001
  {
40445
40002
  "operators": [
40446
40003
  {
@@ -40454,7 +40011,7 @@
40454
40011
  }
40455
40012
  }
40456
40013
  ],
40457
- "counter": 4
40014
+ "counter": 3
40458
40015
  }
40459
40016
  ],
40460
40017
  "length": 1