tpmkms_4wp 8.9.1-beta.17 → 8.9.1-beta.19

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.
Files changed (43) hide show
  1. package/common/animals.instance.json +91 -78
  2. package/common/articles.js +4 -4
  3. package/common/asking.test.json +41 -0
  4. package/common/colors.instance.json +98 -128
  5. package/common/comparable.instance.json +21 -18
  6. package/common/comparable.js +1 -1
  7. package/common/countable.js +1 -1
  8. package/common/crew.instance.json +182 -224
  9. package/common/dialogues.js +5 -5
  10. package/common/dimension.instance.json +7 -6
  11. package/common/edible.instance.json +224 -236
  12. package/common/emotions.instance.json +7 -66
  13. package/common/fastfood.instance.json +709 -1161
  14. package/common/fastfood.js +1 -1
  15. package/common/formulas.instance.json +7 -6
  16. package/common/formulas.test.json +461 -10
  17. package/common/gdefaults.js +1 -1
  18. package/common/helpers/concept.js +2 -2
  19. package/common/helpers/properties.js +1 -1
  20. package/common/kirk.instance.json +7 -6
  21. package/common/length.instance.json +105 -90
  22. package/common/math.instance.json +7 -6
  23. package/common/ordering.instance.json +14 -132
  24. package/common/ordinals.js +1 -0
  25. package/common/people.instance.json +56 -48
  26. package/common/pipboy.instance.json +129 -112
  27. package/common/pipboy.js +5 -5
  28. package/common/pokemon.instance.json +91 -78
  29. package/common/pos.js +6 -6
  30. package/common/pressure.instance.json +28 -24
  31. package/common/properties.instance.json +7 -50
  32. package/common/properties.js +3 -3
  33. package/common/reports.instance.json +15 -13
  34. package/common/reports.js +1 -1
  35. package/common/sizeable.js +1 -1
  36. package/common/spock.instance.json +7 -6
  37. package/common/temperature.instance.json +28 -220
  38. package/common/ui.instance.json +7 -6
  39. package/common/weight.instance.json +84 -140
  40. package/common/wp.instance.json +140 -169
  41. package/common/wp.js +16 -6
  42. package/common/wp.test.json +4906 -987
  43. package/package.json +2 -2
@@ -117,7 +117,27 @@
117
117
  "optional": {
118
118
  "-1": "{ ...operator, invisible: true }"
119
119
  },
120
- "bridge": "{ ...before[0], context: append(before[0].context, [after[0]]), generate: [before[0], operator, after[0]] }"
120
+ "bridge": "{ ...next(before[0]), context: append(before[0].context, [after[0]]), generate: [before[0], operator, after[0]], modifiers: [] }",
121
+ "semantic": "(args) => {\n const { context, contexts } = args\n for (let i = context.context_index + 1; i < contexts.length; ++i) {\n if (contexts[i].marker == 'applyStyle_wp') {\n debugger\n debugger\n const element = contexts[i].element\n if (!element.context) {\n element.context = []\n }\n element.context = element.context.concat(context.context)\n }\n }\n console.log(JSON.stringify(Object.keys(args)))\n }"
122
+ },
123
+ {
124
+ "id": "applyStyle_wp",
125
+ "parents": [
126
+ "verb"
127
+ ],
128
+ "convolution": true,
129
+ "bridge": "{ ...next(operator), element: after[0], state: before[0], operator: operator, generate: ['state', 'element'] }",
130
+ "localHierarchy": [
131
+ [
132
+ "thisitthat",
133
+ "statefulElement_wp"
134
+ ],
135
+ [
136
+ "everything",
137
+ "statefulElement_wp"
138
+ ]
139
+ ],
140
+ "semantic": "(args) => {\n changeState({...args, element: args.context.element, state: args.context.state})\n }"
121
141
  },
122
142
  {
123
143
  "id": "modifiedByStyle_wp",
@@ -190,25 +210,6 @@
190
210
  },
191
211
  "bridge": "{ ...next(operator), operator: operator, letters: after[1], generate: ['operator', 'letters'] }"
192
212
  },
193
- {
194
- "id": "applyStyle_wp",
195
- "parents": [
196
- "verb"
197
- ],
198
- "convolution": true,
199
- "bridge": "{ ...next(operator), element: after[0], state: before[0], operator: operator, generate: ['state', 'element'] }",
200
- "localHierarchy": [
201
- [
202
- "thisitthat",
203
- "statefulElement_wp"
204
- ],
205
- [
206
- "everything",
207
- "statefulElement_wp"
208
- ]
209
- ],
210
- "semantic": "(args) => {\n changeState({...args, element: args.context.element, state: args.context.state})\n }"
211
- },
212
213
  {
213
214
  "id": "changeState_wp",
214
215
  "parents": [
@@ -461,7 +462,7 @@
461
462
  "hierarchy": [
462
463
  [
463
464
  "a",
464
- "articlePOS",
465
+ "article",
465
466
  false
466
467
  ],
467
468
  [
@@ -560,8 +561,8 @@
560
561
  false
561
562
  ],
562
563
  [
563
- "articlePOS",
564
- "articlePOS",
564
+ "article",
565
+ "article",
565
566
  false
566
567
  ],
567
568
  [
@@ -1116,7 +1117,7 @@
1116
1117
  ],
1117
1118
  [
1118
1119
  "each",
1119
- "articlePOS",
1120
+ "article",
1120
1121
  false
1121
1122
  ],
1122
1123
  [
@@ -1126,7 +1127,7 @@
1126
1127
  ],
1127
1128
  [
1128
1129
  "every",
1129
- "articlePOS",
1130
+ "article",
1130
1131
  false
1131
1132
  ],
1132
1133
  [
@@ -2336,7 +2337,7 @@
2336
2337
  ],
2337
2338
  [
2338
2339
  "the",
2339
- "articlePOS",
2340
+ "article",
2340
2341
  false
2341
2342
  ],
2342
2343
  [
@@ -2661,6 +2662,7 @@
2661
2662
  "level": 1
2662
2663
  },
2663
2664
  "level": 1,
2665
+ "context_index": 1,
2664
2666
  "topLevel": true,
2665
2667
  "touchedBy": [
2666
2668
  "wp#call2"
@@ -2710,7 +2712,7 @@
2710
2712
  "hierarchy": [
2711
2713
  [
2712
2714
  "a",
2713
- "articlePOS",
2715
+ "article",
2714
2716
  false
2715
2717
  ],
2716
2718
  [
@@ -2809,8 +2811,8 @@
2809
2811
  false
2810
2812
  ],
2811
2813
  [
2812
- "articlePOS",
2813
- "articlePOS",
2814
+ "article",
2815
+ "article",
2814
2816
  false
2815
2817
  ],
2816
2818
  [
@@ -3365,7 +3367,7 @@
3365
3367
  ],
3366
3368
  [
3367
3369
  "each",
3368
- "articlePOS",
3370
+ "article",
3369
3371
  false
3370
3372
  ],
3371
3373
  [
@@ -3375,7 +3377,7 @@
3375
3377
  ],
3376
3378
  [
3377
3379
  "every",
3378
- "articlePOS",
3380
+ "article",
3379
3381
  false
3380
3382
  ],
3381
3383
  [
@@ -4585,7 +4587,7 @@
4585
4587
  ],
4586
4588
  [
4587
4589
  "the",
4588
- "articlePOS",
4590
+ "article",
4589
4591
  false
4590
4592
  ],
4591
4593
  [
@@ -5282,6 +5284,7 @@
5282
5284
  },
5283
5285
  "dead": true,
5284
5286
  "level": 2,
5287
+ "context_index": 1,
5285
5288
  "topLevel": true,
5286
5289
  "touchedBy": [
5287
5290
  "wp#call2"
@@ -5473,7 +5476,7 @@
5473
5476
  "hierarchy": [
5474
5477
  [
5475
5478
  "a",
5476
- "articlePOS",
5479
+ "article",
5477
5480
  false
5478
5481
  ],
5479
5482
  [
@@ -5572,8 +5575,8 @@
5572
5575
  false
5573
5576
  ],
5574
5577
  [
5575
- "articlePOS",
5576
- "articlePOS",
5578
+ "article",
5579
+ "article",
5577
5580
  false
5578
5581
  ],
5579
5582
  [
@@ -6128,7 +6131,7 @@
6128
6131
  ],
6129
6132
  [
6130
6133
  "each",
6131
- "articlePOS",
6134
+ "article",
6132
6135
  false
6133
6136
  ],
6134
6137
  [
@@ -6138,7 +6141,7 @@
6138
6141
  ],
6139
6142
  [
6140
6143
  "every",
6141
- "articlePOS",
6144
+ "article",
6142
6145
  false
6143
6146
  ],
6144
6147
  [
@@ -7418,7 +7421,7 @@
7418
7421
  ],
7419
7422
  [
7420
7423
  "the",
7421
- "articlePOS",
7424
+ "article",
7422
7425
  false
7423
7426
  ],
7424
7427
  [
@@ -8053,6 +8056,7 @@
8053
8056
  },
8054
8057
  "dead": true,
8055
8058
  "level": 2,
8059
+ "context_index": 1,
8056
8060
  "topLevel": true,
8057
8061
  "touchedBy": [
8058
8062
  "wp#call2"
@@ -8222,7 +8226,7 @@
8222
8226
  "hierarchy": [
8223
8227
  [
8224
8228
  "a",
8225
- "articlePOS",
8229
+ "article",
8226
8230
  false
8227
8231
  ],
8228
8232
  [
@@ -8321,8 +8325,8 @@
8321
8325
  false
8322
8326
  ],
8323
8327
  [
8324
- "articlePOS",
8325
- "articlePOS",
8328
+ "article",
8329
+ "article",
8326
8330
  false
8327
8331
  ],
8328
8332
  [
@@ -8932,7 +8936,7 @@
8932
8936
  ],
8933
8937
  [
8934
8938
  "each",
8935
- "articlePOS",
8939
+ "article",
8936
8940
  false
8937
8941
  ],
8938
8942
  [
@@ -8942,7 +8946,7 @@
8942
8946
  ],
8943
8947
  [
8944
8948
  "every",
8945
- "articlePOS",
8949
+ "article",
8946
8950
  false
8947
8951
  ],
8948
8952
  [
@@ -10222,7 +10226,7 @@
10222
10226
  ],
10223
10227
  [
10224
10228
  "the",
10225
- "articlePOS",
10229
+ "article",
10226
10230
  false
10227
10231
  ],
10228
10232
  [
@@ -10929,6 +10933,7 @@
10929
10933
  },
10930
10934
  "dead": true,
10931
10935
  "level": 2,
10936
+ "context_index": 1,
10932
10937
  "topLevel": true,
10933
10938
  "touchedBy": [
10934
10939
  "wp#call2"
@@ -11136,7 +11141,7 @@
11136
11141
  "hierarchy": [
11137
11142
  [
11138
11143
  "a",
11139
- "articlePOS",
11144
+ "article",
11140
11145
  false
11141
11146
  ],
11142
11147
  [
@@ -11235,8 +11240,8 @@
11235
11240
  false
11236
11241
  ],
11237
11242
  [
11238
- "articlePOS",
11239
- "articlePOS",
11243
+ "article",
11244
+ "article",
11240
11245
  false
11241
11246
  ],
11242
11247
  [
@@ -11846,7 +11851,7 @@
11846
11851
  ],
11847
11852
  [
11848
11853
  "each",
11849
- "articlePOS",
11854
+ "article",
11850
11855
  false
11851
11856
  ],
11852
11857
  [
@@ -11856,7 +11861,7 @@
11856
11861
  ],
11857
11862
  [
11858
11863
  "every",
11859
- "articlePOS",
11864
+ "article",
11860
11865
  false
11861
11866
  ],
11862
11867
  [
@@ -13196,7 +13201,7 @@
13196
13201
  ],
13197
13202
  [
13198
13203
  "the",
13199
- "articlePOS",
13204
+ "article",
13200
13205
  false
13201
13206
  ],
13202
13207
  [
@@ -13678,6 +13683,7 @@
13678
13683
  },
13679
13684
  "dead": true,
13680
13685
  "level": 2,
13686
+ "context_index": 1,
13681
13687
  "topLevel": true,
13682
13688
  "touchedBy": [
13683
13689
  "wp#call2"
@@ -13767,7 +13773,7 @@
13767
13773
  "hierarchy": [
13768
13774
  [
13769
13775
  "a",
13770
- "articlePOS",
13776
+ "article",
13771
13777
  false
13772
13778
  ],
13773
13779
  [
@@ -13866,8 +13872,8 @@
13866
13872
  false
13867
13873
  ],
13868
13874
  [
13869
- "articlePOS",
13870
- "articlePOS",
13875
+ "article",
13876
+ "article",
13871
13877
  false
13872
13878
  ],
13873
13879
  [
@@ -14477,7 +14483,7 @@
14477
14483
  ],
14478
14484
  [
14479
14485
  "each",
14480
- "articlePOS",
14486
+ "article",
14481
14487
  false
14482
14488
  ],
14483
14489
  [
@@ -14487,7 +14493,7 @@
14487
14493
  ],
14488
14494
  [
14489
14495
  "every",
14490
- "articlePOS",
14496
+ "article",
14491
14497
  false
14492
14498
  ],
14493
14499
  [
@@ -15867,7 +15873,7 @@
15867
15873
  ],
15868
15874
  [
15869
15875
  "the",
15870
- "articlePOS",
15876
+ "article",
15871
15877
  false
15872
15878
  ],
15873
15879
  [
@@ -16286,6 +16292,7 @@
16286
16292
  "level": 1
16287
16293
  },
16288
16294
  "level": 1,
16295
+ "context_index": 1,
16289
16296
  "topLevel": true,
16290
16297
  "touchedBy": [
16291
16298
  "wp#call2"
@@ -16353,7 +16360,7 @@
16353
16360
  "hierarchy": [
16354
16361
  [
16355
16362
  "a",
16356
- "articlePOS",
16363
+ "article",
16357
16364
  false
16358
16365
  ],
16359
16366
  [
@@ -16452,8 +16459,8 @@
16452
16459
  false
16453
16460
  ],
16454
16461
  [
16455
- "articlePOS",
16456
- "articlePOS",
16462
+ "article",
16463
+ "article",
16457
16464
  false
16458
16465
  ],
16459
16466
  [
@@ -17063,7 +17070,7 @@
17063
17070
  ],
17064
17071
  [
17065
17072
  "each",
17066
- "articlePOS",
17073
+ "article",
17067
17074
  false
17068
17075
  ],
17069
17076
  [
@@ -17073,7 +17080,7 @@
17073
17080
  ],
17074
17081
  [
17075
17082
  "every",
17076
- "articlePOS",
17083
+ "article",
17077
17084
  false
17078
17085
  ],
17079
17086
  [
@@ -18478,7 +18485,7 @@
18478
18485
  ],
18479
18486
  [
18480
18487
  "the",
18481
- "articlePOS",
18488
+ "article",
18482
18489
  false
18483
18490
  ],
18484
18491
  [
@@ -19574,6 +19581,7 @@
19574
19581
  },
19575
19582
  "dead": true,
19576
19583
  "level": 2,
19584
+ "context_index": 1,
19577
19585
  "topLevel": true,
19578
19586
  "touchedBy": [
19579
19587
  "wp#call2"
@@ -19632,28 +19640,6 @@
19632
19640
  1
19633
19641
  ]
19634
19642
  ],
19635
- [
19636
- [
19637
- "comma",
19638
- 0
19639
- ],
19640
- [
19641
- "is",
19642
- 0
19643
- ],
19644
- [
19645
- "list",
19646
- 0
19647
- ],
19648
- [
19649
- "unknown",
19650
- 0
19651
- ],
19652
- [
19653
- "unknown",
19654
- 1
19655
- ]
19656
- ],
19657
19643
  [
19658
19644
  [
19659
19645
  "comma",
@@ -19715,7 +19701,7 @@
19715
19701
  "hierarchy": [
19716
19702
  [
19717
19703
  "a",
19718
- "articlePOS",
19704
+ "article",
19719
19705
  false
19720
19706
  ],
19721
19707
  [
@@ -19814,8 +19800,8 @@
19814
19800
  false
19815
19801
  ],
19816
19802
  [
19817
- "articlePOS",
19818
- "articlePOS",
19803
+ "article",
19804
+ "article",
19819
19805
  false
19820
19806
  ],
19821
19807
  [
@@ -20545,7 +20531,7 @@
20545
20531
  ],
20546
20532
  [
20547
20533
  "each",
20548
- "articlePOS",
20534
+ "article",
20549
20535
  false
20550
20536
  ],
20551
20537
  [
@@ -20555,7 +20541,7 @@
20555
20541
  ],
20556
20542
  [
20557
20543
  "every",
20558
- "articlePOS",
20544
+ "article",
20559
20545
  false
20560
20546
  ],
20561
20547
  [
@@ -22075,7 +22061,7 @@
22075
22061
  ],
22076
22062
  [
22077
22063
  "the",
22078
- "articlePOS",
22064
+ "article",
22079
22065
  false
22080
22066
  ],
22081
22067
  [
@@ -22534,6 +22520,7 @@
22534
22520
  "level": 1
22535
22521
  },
22536
22522
  "level": 1,
22523
+ "context_index": 1,
22537
22524
  "topLevel": true,
22538
22525
  "touchedBy": [
22539
22526
  "wp#call2"
@@ -22601,7 +22588,7 @@
22601
22588
  "hierarchy": [
22602
22589
  [
22603
22590
  "a",
22604
- "articlePOS",
22591
+ "article",
22605
22592
  false
22606
22593
  ],
22607
22594
  [
@@ -22700,8 +22687,8 @@
22700
22687
  false
22701
22688
  ],
22702
22689
  [
22703
- "articlePOS",
22704
- "articlePOS",
22690
+ "article",
22691
+ "article",
22705
22692
  false
22706
22693
  ],
22707
22694
  [
@@ -23431,7 +23418,7 @@
23431
23418
  ],
23432
23419
  [
23433
23420
  "each",
23434
- "articlePOS",
23421
+ "article",
23435
23422
  false
23436
23423
  ],
23437
23424
  [
@@ -23441,7 +23428,7 @@
23441
23428
  ],
23442
23429
  [
23443
23430
  "every",
23444
- "articlePOS",
23431
+ "article",
23445
23432
  false
23446
23433
  ],
23447
23434
  [
@@ -24961,7 +24948,7 @@
24961
24948
  ],
24962
24949
  [
24963
24950
  "the",
24964
- "articlePOS",
24951
+ "article",
24965
24952
  false
24966
24953
  ],
24967
24954
  [
@@ -25445,6 +25432,7 @@
25445
25432
  "level": 1
25446
25433
  },
25447
25434
  "level": 1,
25435
+ "context_index": 1,
25448
25436
  "topLevel": true,
25449
25437
  "touchedBy": [
25450
25438
  "wp#call2"
@@ -25512,7 +25500,7 @@
25512
25500
  "hierarchy": [
25513
25501
  [
25514
25502
  "a",
25515
- "articlePOS",
25503
+ "article",
25516
25504
  false
25517
25505
  ],
25518
25506
  [
@@ -25611,8 +25599,8 @@
25611
25599
  false
25612
25600
  ],
25613
25601
  [
25614
- "articlePOS",
25615
- "articlePOS",
25602
+ "article",
25603
+ "article",
25616
25604
  false
25617
25605
  ],
25618
25606
  [
@@ -26367,7 +26355,7 @@
26367
26355
  ],
26368
26356
  [
26369
26357
  "each",
26370
- "articlePOS",
26358
+ "article",
26371
26359
  false
26372
26360
  ],
26373
26361
  [
@@ -26377,7 +26365,7 @@
26377
26365
  ],
26378
26366
  [
26379
26367
  "every",
26380
- "articlePOS",
26368
+ "article",
26381
26369
  false
26382
26370
  ],
26383
26371
  [
@@ -27897,7 +27885,7 @@
27897
27885
  ],
27898
27886
  [
27899
27887
  "the",
27900
- "articlePOS",
27888
+ "article",
27901
27889
  false
27902
27890
  ],
27903
27891
  [
@@ -28381,6 +28369,7 @@
28381
28369
  "level": 1
28382
28370
  },
28383
28371
  "level": 1,
28372
+ "context_index": 1,
28384
28373
  "topLevel": true,
28385
28374
  "touchedBy": [
28386
28375
  "wp#call2"
@@ -28448,7 +28437,7 @@
28448
28437
  "hierarchy": [
28449
28438
  [
28450
28439
  "a",
28451
- "articlePOS",
28440
+ "article",
28452
28441
  false
28453
28442
  ],
28454
28443
  [
@@ -28547,8 +28536,8 @@
28547
28536
  false
28548
28537
  ],
28549
28538
  [
28550
- "articlePOS",
28551
- "articlePOS",
28539
+ "article",
28540
+ "article",
28552
28541
  false
28553
28542
  ],
28554
28543
  [
@@ -29303,7 +29292,7 @@
29303
29292
  ],
29304
29293
  [
29305
29294
  "each",
29306
- "articlePOS",
29295
+ "article",
29307
29296
  false
29308
29297
  ],
29309
29298
  [
@@ -29313,7 +29302,7 @@
29313
29302
  ],
29314
29303
  [
29315
29304
  "every",
29316
- "articlePOS",
29305
+ "article",
29317
29306
  false
29318
29307
  ],
29319
29308
  [
@@ -30833,7 +30822,7 @@
30833
30822
  ],
30834
30823
  [
30835
30824
  "the",
30836
- "articlePOS",
30825
+ "article",
30837
30826
  false
30838
30827
  ],
30839
30828
  [
@@ -31342,6 +31331,7 @@
31342
31331
  "level": 1
31343
31332
  },
31344
31333
  "level": 1,
31334
+ "context_index": 1,
31345
31335
  "topLevel": true,
31346
31336
  "touchedBy": [
31347
31337
  "wp#call2"
@@ -31409,7 +31399,7 @@
31409
31399
  "hierarchy": [
31410
31400
  [
31411
31401
  "a",
31412
- "articlePOS",
31402
+ "article",
31413
31403
  false
31414
31404
  ],
31415
31405
  [
@@ -31508,8 +31498,8 @@
31508
31498
  false
31509
31499
  ],
31510
31500
  [
31511
- "articlePOS",
31512
- "articlePOS",
31501
+ "article",
31502
+ "article",
31513
31503
  false
31514
31504
  ],
31515
31505
  [
@@ -32264,7 +32254,7 @@
32264
32254
  ],
32265
32255
  [
32266
32256
  "each",
32267
- "articlePOS",
32257
+ "article",
32268
32258
  false
32269
32259
  ],
32270
32260
  [
@@ -32274,7 +32264,7 @@
32274
32264
  ],
32275
32265
  [
32276
32266
  "every",
32277
- "articlePOS",
32267
+ "article",
32278
32268
  false
32279
32269
  ],
32280
32270
  [
@@ -33819,7 +33809,7 @@
33819
33809
  ],
33820
33810
  [
33821
33811
  "the",
33822
- "articlePOS",
33812
+ "article",
33823
33813
  false
33824
33814
  ],
33825
33815
  [
@@ -34328,6 +34318,7 @@
34328
34318
  "level": 1
34329
34319
  },
34330
34320
  "level": 1,
34321
+ "context_index": 1,
34331
34322
  "topLevel": true,
34332
34323
  "touchedBy": [
34333
34324
  "wp#call2"
@@ -34395,7 +34386,7 @@
34395
34386
  "hierarchy": [
34396
34387
  [
34397
34388
  "a",
34398
- "articlePOS",
34389
+ "article",
34399
34390
  false
34400
34391
  ],
34401
34392
  [
@@ -34494,8 +34485,8 @@
34494
34485
  false
34495
34486
  ],
34496
34487
  [
34497
- "articlePOS",
34498
- "articlePOS",
34488
+ "article",
34489
+ "article",
34499
34490
  false
34500
34491
  ],
34501
34492
  [
@@ -35250,7 +35241,7 @@
35250
35241
  ],
35251
35242
  [
35252
35243
  "each",
35253
- "articlePOS",
35244
+ "article",
35254
35245
  false
35255
35246
  ],
35256
35247
  [
@@ -35260,7 +35251,7 @@
35260
35251
  ],
35261
35252
  [
35262
35253
  "every",
35263
- "articlePOS",
35254
+ "article",
35264
35255
  false
35265
35256
  ],
35266
35257
  [
@@ -36830,7 +36821,7 @@
36830
36821
  ],
36831
36822
  [
36832
36823
  "the",
36833
- "articlePOS",
36824
+ "article",
36834
36825
  false
36835
36826
  ],
36836
36827
  [
@@ -37990,6 +37981,7 @@
37990
37981
  },
37991
37982
  "dead": true,
37992
37983
  "level": 2,
37984
+ "context_index": 1,
37993
37985
  "topLevel": true,
37994
37986
  "touchedBy": [
37995
37987
  "wp#call2"
@@ -38193,7 +38185,7 @@
38193
38185
  "hierarchy": [
38194
38186
  [
38195
38187
  "a",
38196
- "articlePOS",
38188
+ "article",
38197
38189
  false
38198
38190
  ],
38199
38191
  [
@@ -38292,8 +38284,8 @@
38292
38284
  false
38293
38285
  ],
38294
38286
  [
38295
- "articlePOS",
38296
- "articlePOS",
38287
+ "article",
38288
+ "article",
38297
38289
  false
38298
38290
  ],
38299
38291
  [
@@ -39093,7 +39085,7 @@
39093
39085
  ],
39094
39086
  [
39095
39087
  "each",
39096
- "articlePOS",
39088
+ "article",
39097
39089
  false
39098
39090
  ],
39099
39091
  [
@@ -39103,7 +39095,7 @@
39103
39095
  ],
39104
39096
  [
39105
39097
  "every",
39106
- "articlePOS",
39098
+ "article",
39107
39099
  false
39108
39100
  ],
39109
39101
  [
@@ -40753,7 +40745,7 @@
40753
40745
  ],
40754
40746
  [
40755
40747
  "the",
40756
- "articlePOS",
40748
+ "article",
40757
40749
  false
40758
40750
  ],
40759
40751
  [
@@ -41244,6 +41236,7 @@
41244
41236
  },
41245
41237
  "dead": true,
41246
41238
  "level": 1,
41239
+ "context_index": 1,
41247
41240
  "topLevel": true,
41248
41241
  "touchedBy": [
41249
41242
  "wp#call2"
@@ -41372,7 +41365,25 @@
41372
41365
  "optional": {
41373
41366
  "-1": "{ ...operator, invisible: true }"
41374
41367
  },
41375
- "bridge": "{ ...before[0], context: append(before[0].context, [after[0]]), generate: [before[0], operator, after[0]] }"
41368
+ "bridge": "{ ...next(before[0]), context: append(before[0].context, [after[0]]), generate: [before[0], operator, after[0]], modifiers: [] }"
41369
+ },
41370
+ {
41371
+ "id": "applyStyle_wp",
41372
+ "parents": [
41373
+ "verb"
41374
+ ],
41375
+ "convolution": true,
41376
+ "bridge": "{ ...next(operator), element: after[0], state: before[0], operator: operator, generate: ['state', 'element'] }",
41377
+ "localHierarchy": [
41378
+ [
41379
+ "thisitthat",
41380
+ "statefulElement_wp"
41381
+ ],
41382
+ [
41383
+ "everything",
41384
+ "statefulElement_wp"
41385
+ ]
41386
+ ]
41376
41387
  },
41377
41388
  {
41378
41389
  "id": "modifiedByStyle_wp",
@@ -41445,24 +41456,6 @@
41445
41456
  },
41446
41457
  "bridge": "{ ...next(operator), operator: operator, letters: after[1], generate: ['operator', 'letters'] }"
41447
41458
  },
41448
- {
41449
- "id": "applyStyle_wp",
41450
- "parents": [
41451
- "verb"
41452
- ],
41453
- "convolution": true,
41454
- "bridge": "{ ...next(operator), element: after[0], state: before[0], operator: operator, generate: ['state', 'element'] }",
41455
- "localHierarchy": [
41456
- [
41457
- "thisitthat",
41458
- "statefulElement_wp"
41459
- ],
41460
- [
41461
- "everything",
41462
- "statefulElement_wp"
41463
- ]
41464
- ]
41465
- },
41466
41459
  {
41467
41460
  "id": "changeState_wp",
41468
41461
  "parents": [
@@ -41490,10 +41483,10 @@
41490
41483
  ],
41491
41484
  "semantics": [
41492
41485
  {
41493
- "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:332"
41486
+ "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:352"
41494
41487
  },
41495
41488
  {
41496
- "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:341"
41489
+ "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:361"
41497
41490
  }
41498
41491
  ],
41499
41492
  "priorities": [
@@ -42004,28 +41997,6 @@
42004
41997
  1
42005
41998
  ]
42006
41999
  ],
42007
- [
42008
- [
42009
- "comma",
42010
- 0
42011
- ],
42012
- [
42013
- "is",
42014
- 0
42015
- ],
42016
- [
42017
- "list",
42018
- 0
42019
- ],
42020
- [
42021
- "unknown",
42022
- 0
42023
- ],
42024
- [
42025
- "unknown",
42026
- 1
42027
- ]
42028
- ],
42029
42000
  [
42030
42001
  [
42031
42002
  "comma",