tpmkms_4wp 7.12.4-beta.1 → 7.12.4-beta.2
Sign up to get free protection for your applications and to get access to all the features.
- package/common/fastfood.instance.json +222 -88
- package/common/fastfood.js +88 -9
- package/common/fastfood.test.json +14907 -1382
- package/package.json +2 -2
@@ -938,7 +938,7 @@
|
|
938
938
|
],
|
939
939
|
"generatorp": "({context, gp}) => `change ${gp(context.from)} to ${gp(context.to)}`",
|
940
940
|
"bridge": "{ ...next(operator), from: after[0], to: after[1].toObject }",
|
941
|
-
"semantic": "({context, api, e}) => {\n const state = api.state\n const eFrom = e(context.from).evalue\n const from = state.getIdCombo(eFrom.fromSTM ? eFrom : context.from)\n const to = state.getIdCombo(context.to)\n for (const item of api.items()) {\n if (item.id == from.id) {\n api.modify(item, { id: to.id })\n }\n }\n }"
|
941
|
+
"semantic": "({context, api, e}) => {\n const state = api.state\n const eFrom = e(context.from).evalue\n const from = state.getIdCombo(eFrom.fromSTM ? eFrom : context.from)\n const to = state.getIdCombo(context.to)\n for (const item of api.items()) {\n if (item.id == from.id) {\n api.modify(item, { id: to.id, food: context.to })\n }\n }\n }"
|
942
942
|
}
|
943
943
|
],
|
944
944
|
"priorities": [
|
@@ -1200,6 +1200,30 @@
|
|
1200
1200
|
]
|
1201
1201
|
}
|
1202
1202
|
]
|
1203
|
+
},
|
1204
|
+
{
|
1205
|
+
"operators": [
|
1206
|
+
"([remove|remove,delete,drop,ditch,forget,no] (food/*))",
|
1207
|
+
"([reset|reset,restart,clear])"
|
1208
|
+
],
|
1209
|
+
"bridges": [
|
1210
|
+
{
|
1211
|
+
"id": "remove",
|
1212
|
+
"isA": [
|
1213
|
+
"verby"
|
1214
|
+
],
|
1215
|
+
"bridge": "{ ...next(operator), remove: after[0], postModifiers: ['remove'] }",
|
1216
|
+
"semantic": "({context, api}) => {\n const state = api.state\n for (const item of api.items()) {\n if (state.match(context.remove, item)) {\n api.remove(item)\n }\n }\n }"
|
1217
|
+
},
|
1218
|
+
{
|
1219
|
+
"id": "reset",
|
1220
|
+
"isA": [
|
1221
|
+
"verby"
|
1222
|
+
],
|
1223
|
+
"bridge": "{ ...next(operator) }",
|
1224
|
+
"semantic": "({context, api}) => {\n api.reset()\n }"
|
1225
|
+
}
|
1226
|
+
]
|
1203
1227
|
}
|
1204
1228
|
],
|
1205
1229
|
"resultss": [
|
@@ -3470,7 +3494,8 @@
|
|
3470
3494
|
"level": 2,
|
3471
3495
|
"topLevel": true,
|
3472
3496
|
"touchedBy": [
|
3473
|
-
"fastfood#call2"
|
3497
|
+
"fastfood#call2",
|
3498
|
+
"instance0#fastfood#call2"
|
3474
3499
|
]
|
3475
3500
|
}
|
3476
3501
|
],
|
@@ -5788,7 +5813,8 @@
|
|
5788
5813
|
"level": 2,
|
5789
5814
|
"topLevel": true,
|
5790
5815
|
"touchedBy": [
|
5791
|
-
"fastfood#call2"
|
5816
|
+
"fastfood#call2",
|
5817
|
+
"instance0#fastfood#call2"
|
5792
5818
|
]
|
5793
5819
|
}
|
5794
5820
|
],
|
@@ -8093,7 +8119,8 @@
|
|
8093
8119
|
"level": 1,
|
8094
8120
|
"topLevel": true,
|
8095
8121
|
"touchedBy": [
|
8096
|
-
"fastfood#call2"
|
8122
|
+
"fastfood#call2",
|
8123
|
+
"instance0#fastfood#call2"
|
8097
8124
|
]
|
8098
8125
|
}
|
8099
8126
|
],
|
@@ -10527,7 +10554,8 @@
|
|
10527
10554
|
"level": 1,
|
10528
10555
|
"topLevel": true,
|
10529
10556
|
"touchedBy": [
|
10530
|
-
"fastfood#call2"
|
10557
|
+
"fastfood#call2",
|
10558
|
+
"instance0#fastfood#call2"
|
10531
10559
|
]
|
10532
10560
|
}
|
10533
10561
|
],
|
@@ -12996,7 +13024,8 @@
|
|
12996
13024
|
"level": 1,
|
12997
13025
|
"topLevel": true,
|
12998
13026
|
"touchedBy": [
|
12999
|
-
"fastfood#call2"
|
13027
|
+
"fastfood#call2",
|
13028
|
+
"instance0#fastfood#call2"
|
13000
13029
|
]
|
13001
13030
|
}
|
13002
13031
|
],
|
@@ -15612,7 +15641,8 @@
|
|
15612
15641
|
"level": 1,
|
15613
15642
|
"topLevel": true,
|
15614
15643
|
"touchedBy": [
|
15615
|
-
"fastfood#call2"
|
15644
|
+
"fastfood#call2",
|
15645
|
+
"instance0#fastfood#call2"
|
15616
15646
|
]
|
15617
15647
|
}
|
15618
15648
|
],
|
@@ -18312,7 +18342,8 @@
|
|
18312
18342
|
"level": 1,
|
18313
18343
|
"topLevel": true,
|
18314
18344
|
"touchedBy": [
|
18315
|
-
"fastfood#call2"
|
18345
|
+
"fastfood#call2",
|
18346
|
+
"instance0#fastfood#call2"
|
18316
18347
|
]
|
18317
18348
|
}
|
18318
18349
|
],
|
@@ -21131,7 +21162,8 @@
|
|
21131
21162
|
"level": 1,
|
21132
21163
|
"topLevel": true,
|
21133
21164
|
"touchedBy": [
|
21134
|
-
"fastfood#call2"
|
21165
|
+
"fastfood#call2",
|
21166
|
+
"instance0#fastfood#call2"
|
21135
21167
|
]
|
21136
21168
|
}
|
21137
21169
|
],
|
@@ -23991,7 +24023,8 @@
|
|
23991
24023
|
"level": 1,
|
23992
24024
|
"topLevel": true,
|
23993
24025
|
"touchedBy": [
|
23994
|
-
"fastfood#call2"
|
24026
|
+
"fastfood#call2",
|
24027
|
+
"instance0#fastfood#call2"
|
23995
24028
|
]
|
23996
24029
|
}
|
23997
24030
|
],
|
@@ -26924,7 +26957,8 @@
|
|
26924
26957
|
"level": 1,
|
26925
26958
|
"topLevel": true,
|
26926
26959
|
"touchedBy": [
|
26927
|
-
"fastfood#call2"
|
26960
|
+
"fastfood#call2",
|
26961
|
+
"instance0#fastfood#call2"
|
26928
26962
|
]
|
26929
26963
|
}
|
26930
26964
|
],
|
@@ -29915,7 +29949,8 @@
|
|
29915
29949
|
"level": 2,
|
29916
29950
|
"topLevel": true,
|
29917
29951
|
"touchedBy": [
|
29918
|
-
"fastfood#call2"
|
29952
|
+
"fastfood#call2",
|
29953
|
+
"instance0#fastfood#call2"
|
29919
29954
|
]
|
29920
29955
|
}
|
29921
29956
|
],
|
@@ -32886,7 +32921,8 @@
|
|
32886
32921
|
"level": 1,
|
32887
32922
|
"topLevel": true,
|
32888
32923
|
"touchedBy": [
|
32889
|
-
"fastfood#call2"
|
32924
|
+
"fastfood#call2",
|
32925
|
+
"instance0#fastfood#call2"
|
32890
32926
|
]
|
32891
32927
|
}
|
32892
32928
|
],
|
@@ -35931,7 +35967,8 @@
|
|
35931
35967
|
"level": 1,
|
35932
35968
|
"topLevel": true,
|
35933
35969
|
"touchedBy": [
|
35934
|
-
"fastfood#call2"
|
35970
|
+
"fastfood#call2",
|
35971
|
+
"instance0#fastfood#call2"
|
35935
35972
|
]
|
35936
35973
|
}
|
35937
35974
|
],
|
@@ -39024,7 +39061,8 @@
|
|
39024
39061
|
"level": 1,
|
39025
39062
|
"topLevel": true,
|
39026
39063
|
"touchedBy": [
|
39027
|
-
"fastfood#call2"
|
39064
|
+
"fastfood#call2",
|
39065
|
+
"instance0#fastfood#call2"
|
39028
39066
|
]
|
39029
39067
|
}
|
39030
39068
|
],
|
@@ -42185,7 +42223,8 @@
|
|
42185
42223
|
"level": 1,
|
42186
42224
|
"topLevel": true,
|
42187
42225
|
"touchedBy": [
|
42188
|
-
"fastfood#call2"
|
42226
|
+
"fastfood#call2",
|
42227
|
+
"instance0#fastfood#call2"
|
42189
42228
|
]
|
42190
42229
|
}
|
42191
42230
|
],
|
@@ -45408,7 +45447,8 @@
|
|
45408
45447
|
"level": 1,
|
45409
45448
|
"topLevel": true,
|
45410
45449
|
"touchedBy": [
|
45411
|
-
"fastfood#call2"
|
45450
|
+
"fastfood#call2",
|
45451
|
+
"instance0#fastfood#call2"
|
45412
45452
|
]
|
45413
45453
|
}
|
45414
45454
|
],
|
@@ -48699,7 +48739,8 @@
|
|
48699
48739
|
"level": 1,
|
48700
48740
|
"topLevel": true,
|
48701
48741
|
"touchedBy": [
|
48702
|
-
"fastfood#call2"
|
48742
|
+
"fastfood#call2",
|
48743
|
+
"instance0#fastfood#call2"
|
48703
48744
|
]
|
48704
48745
|
}
|
48705
48746
|
],
|
@@ -52095,7 +52136,8 @@
|
|
52095
52136
|
"level": 2,
|
52096
52137
|
"topLevel": true,
|
52097
52138
|
"touchedBy": [
|
52098
|
-
"fastfood#call2"
|
52139
|
+
"fastfood#call2",
|
52140
|
+
"instance0#fastfood#call2"
|
52099
52141
|
]
|
52100
52142
|
}
|
52101
52143
|
],
|
@@ -55438,7 +55480,8 @@
|
|
55438
55480
|
"level": 1,
|
55439
55481
|
"topLevel": true,
|
55440
55482
|
"touchedBy": [
|
55441
|
-
"fastfood#call2"
|
55483
|
+
"fastfood#call2",
|
55484
|
+
"instance0#fastfood#call2"
|
55442
55485
|
]
|
55443
55486
|
}
|
55444
55487
|
],
|
@@ -58873,7 +58916,8 @@
|
|
58873
58916
|
"level": 1,
|
58874
58917
|
"topLevel": true,
|
58875
58918
|
"touchedBy": [
|
58876
|
-
"fastfood#call2"
|
58919
|
+
"fastfood#call2",
|
58920
|
+
"instance0#fastfood#call2"
|
58877
58921
|
]
|
58878
58922
|
}
|
58879
58923
|
],
|
@@ -62408,7 +62452,8 @@
|
|
62408
62452
|
"level": 1,
|
62409
62453
|
"topLevel": true,
|
62410
62454
|
"touchedBy": [
|
62411
|
-
"fastfood#call2"
|
62455
|
+
"fastfood#call2",
|
62456
|
+
"instance0#fastfood#call2"
|
62412
62457
|
]
|
62413
62458
|
}
|
62414
62459
|
],
|
@@ -66678,7 +66723,8 @@
|
|
66678
66723
|
"level": 1,
|
66679
66724
|
"topLevel": true,
|
66680
66725
|
"touchedBy": [
|
66681
|
-
"fastfood#call2"
|
66726
|
+
"fastfood#call2",
|
66727
|
+
"instance0#fastfood#call2"
|
66682
66728
|
]
|
66683
66729
|
}
|
66684
66730
|
],
|
@@ -71555,7 +71601,8 @@
|
|
71555
71601
|
"level": 2,
|
71556
71602
|
"topLevel": true,
|
71557
71603
|
"touchedBy": [
|
71558
|
-
"fastfood#call2"
|
71604
|
+
"fastfood#call2",
|
71605
|
+
"instance0#fastfood#call2"
|
71559
71606
|
]
|
71560
71607
|
}
|
71561
71608
|
],
|
@@ -75668,7 +75715,8 @@
|
|
75668
75715
|
"level": 1,
|
75669
75716
|
"topLevel": true,
|
75670
75717
|
"touchedBy": [
|
75671
|
-
"fastfood#call2"
|
75718
|
+
"fastfood#call2",
|
75719
|
+
"instance0#fastfood#call2"
|
75672
75720
|
]
|
75673
75721
|
}
|
75674
75722
|
],
|
@@ -80500,7 +80548,8 @@
|
|
80500
80548
|
"level": 2,
|
80501
80549
|
"topLevel": true,
|
80502
80550
|
"touchedBy": [
|
80503
|
-
"fastfood#call2"
|
80551
|
+
"fastfood#call2",
|
80552
|
+
"instance0#fastfood#call2"
|
80504
80553
|
]
|
80505
80554
|
}
|
80506
80555
|
],
|
@@ -84841,7 +84890,8 @@
|
|
84841
84890
|
"level": 2,
|
84842
84891
|
"topLevel": true,
|
84843
84892
|
"touchedBy": [
|
84844
|
-
"fastfood#call2"
|
84893
|
+
"fastfood#call2",
|
84894
|
+
"instance0#fastfood#call2"
|
84845
84895
|
]
|
84846
84896
|
}
|
84847
84897
|
],
|
@@ -88981,7 +89031,8 @@
|
|
88981
89031
|
"level": 2,
|
88982
89032
|
"topLevel": true,
|
88983
89033
|
"touchedBy": [
|
88984
|
-
"fastfood#call2"
|
89034
|
+
"fastfood#call2",
|
89035
|
+
"instance0#fastfood#call2"
|
88985
89036
|
]
|
88986
89037
|
}
|
88987
89038
|
],
|
@@ -93654,7 +93705,8 @@
|
|
93654
93705
|
"level": 2,
|
93655
93706
|
"topLevel": true,
|
93656
93707
|
"touchedBy": [
|
93657
|
-
"fastfood#call2"
|
93708
|
+
"fastfood#call2",
|
93709
|
+
"instance0#fastfood#call2"
|
93658
93710
|
]
|
93659
93711
|
}
|
93660
93712
|
],
|
@@ -98950,7 +99002,8 @@
|
|
98950
99002
|
"level": 2,
|
98951
99003
|
"topLevel": true,
|
98952
99004
|
"touchedBy": [
|
98953
|
-
"fastfood#call2"
|
99005
|
+
"fastfood#call2",
|
99006
|
+
"instance0#fastfood#call2"
|
98954
99007
|
]
|
98955
99008
|
}
|
98956
99009
|
],
|
@@ -103609,7 +103662,8 @@
|
|
103609
103662
|
"level": 2,
|
103610
103663
|
"topLevel": true,
|
103611
103664
|
"touchedBy": [
|
103612
|
-
"fastfood#call2"
|
103665
|
+
"fastfood#call2",
|
103666
|
+
"instance0#fastfood#call2"
|
103613
103667
|
]
|
103614
103668
|
}
|
103615
103669
|
],
|
@@ -107951,7 +108005,8 @@
|
|
107951
108005
|
"level": 2,
|
107952
108006
|
"topLevel": true,
|
107953
108007
|
"touchedBy": [
|
107954
|
-
"fastfood#call2"
|
108008
|
+
"fastfood#call2",
|
108009
|
+
"instance0#fastfood#call2"
|
107955
108010
|
]
|
107956
108011
|
}
|
107957
108012
|
],
|
@@ -112290,7 +112345,8 @@
|
|
112290
112345
|
"level": 2,
|
112291
112346
|
"topLevel": true,
|
112292
112347
|
"touchedBy": [
|
112293
|
-
"fastfood#call2"
|
112348
|
+
"fastfood#call2",
|
112349
|
+
"instance0#fastfood#call2"
|
112294
112350
|
]
|
112295
112351
|
}
|
112296
112352
|
],
|
@@ -116661,7 +116717,8 @@
|
|
116661
116717
|
"level": 2,
|
116662
116718
|
"topLevel": true,
|
116663
116719
|
"touchedBy": [
|
116664
|
-
"fastfood#call2"
|
116720
|
+
"fastfood#call2",
|
116721
|
+
"instance0#fastfood#call2"
|
116665
116722
|
]
|
116666
116723
|
}
|
116667
116724
|
],
|
@@ -120928,7 +120985,8 @@
|
|
120928
120985
|
"level": 1,
|
120929
120986
|
"topLevel": true,
|
120930
120987
|
"touchedBy": [
|
120931
|
-
"fastfood#call2"
|
120988
|
+
"fastfood#call2",
|
120989
|
+
"instance0#fastfood#call2"
|
120932
120990
|
]
|
120933
120991
|
}
|
120934
120992
|
],
|
@@ -125293,7 +125351,8 @@
|
|
125293
125351
|
"level": 1,
|
125294
125352
|
"topLevel": true,
|
125295
125353
|
"touchedBy": [
|
125296
|
-
"fastfood#call2"
|
125354
|
+
"fastfood#call2",
|
125355
|
+
"instance0#fastfood#call2"
|
125297
125356
|
]
|
125298
125357
|
}
|
125299
125358
|
],
|
@@ -129657,7 +129716,8 @@
|
|
129657
129716
|
"level": 1,
|
129658
129717
|
"topLevel": true,
|
129659
129718
|
"touchedBy": [
|
129660
|
-
"fastfood#call2"
|
129719
|
+
"fastfood#call2",
|
129720
|
+
"instance0#fastfood#call2"
|
129661
129721
|
]
|
129662
129722
|
}
|
129663
129723
|
],
|
@@ -134057,7 +134117,8 @@
|
|
134057
134117
|
"level": 1,
|
134058
134118
|
"topLevel": true,
|
134059
134119
|
"touchedBy": [
|
134060
|
-
"fastfood#call2"
|
134120
|
+
"fastfood#call2",
|
134121
|
+
"instance0#fastfood#call2"
|
134061
134122
|
]
|
134062
134123
|
}
|
134063
134124
|
],
|
@@ -138497,7 +138558,8 @@
|
|
138497
138558
|
"level": 1,
|
138498
138559
|
"topLevel": true,
|
138499
138560
|
"touchedBy": [
|
138500
|
-
"fastfood#call2"
|
138561
|
+
"fastfood#call2",
|
138562
|
+
"instance0#fastfood#call2"
|
138501
138563
|
]
|
138502
138564
|
}
|
138503
138565
|
],
|
@@ -142978,7 +143040,8 @@
|
|
142978
143040
|
"level": 1,
|
142979
143041
|
"topLevel": true,
|
142980
143042
|
"touchedBy": [
|
142981
|
-
"fastfood#call2"
|
143043
|
+
"fastfood#call2",
|
143044
|
+
"instance0#fastfood#call2"
|
142982
143045
|
]
|
142983
143046
|
}
|
142984
143047
|
],
|
@@ -147529,7 +147592,8 @@
|
|
147529
147592
|
"level": 1,
|
147530
147593
|
"topLevel": true,
|
147531
147594
|
"touchedBy": [
|
147532
|
-
"fastfood#call2"
|
147595
|
+
"fastfood#call2",
|
147596
|
+
"instance0#fastfood#call2"
|
147533
147597
|
]
|
147534
147598
|
}
|
147535
147599
|
],
|
@@ -152153,7 +152217,8 @@
|
|
152153
152217
|
"level": 2,
|
152154
152218
|
"topLevel": true,
|
152155
152219
|
"touchedBy": [
|
152156
|
-
"fastfood#call2"
|
152220
|
+
"fastfood#call2",
|
152221
|
+
"instance0#fastfood#call2"
|
152157
152222
|
]
|
152158
152223
|
}
|
152159
152224
|
],
|
@@ -156781,7 +156846,8 @@
|
|
156781
156846
|
"level": 1,
|
156782
156847
|
"topLevel": true,
|
156783
156848
|
"touchedBy": [
|
156784
|
-
"fastfood#call2"
|
156849
|
+
"fastfood#call2",
|
156850
|
+
"instance0#fastfood#call2"
|
156785
156851
|
]
|
156786
156852
|
}
|
156787
156853
|
],
|
@@ -161417,7 +161483,8 @@
|
|
161417
161483
|
"level": 1,
|
161418
161484
|
"topLevel": true,
|
161419
161485
|
"touchedBy": [
|
161420
|
-
"fastfood#call2"
|
161486
|
+
"fastfood#call2",
|
161487
|
+
"instance0#fastfood#call2"
|
161421
161488
|
]
|
161422
161489
|
}
|
161423
161490
|
],
|
@@ -166094,7 +166161,8 @@
|
|
166094
166161
|
"level": 1,
|
166095
166162
|
"topLevel": true,
|
166096
166163
|
"touchedBy": [
|
166097
|
-
"fastfood#call2"
|
166164
|
+
"fastfood#call2",
|
166165
|
+
"instance0#fastfood#call2"
|
166098
166166
|
]
|
166099
166167
|
}
|
166100
166168
|
],
|
@@ -170887,7 +170955,8 @@
|
|
170887
170955
|
"level": 1,
|
170888
170956
|
"topLevel": true,
|
170889
170957
|
"touchedBy": [
|
170890
|
-
"fastfood#call2"
|
170958
|
+
"fastfood#call2",
|
170959
|
+
"instance0#fastfood#call2"
|
170891
170960
|
]
|
170892
170961
|
}
|
170893
170962
|
],
|
@@ -175680,7 +175749,8 @@
|
|
175680
175749
|
"level": 1,
|
175681
175750
|
"topLevel": true,
|
175682
175751
|
"touchedBy": [
|
175683
|
-
"fastfood#call2"
|
175752
|
+
"fastfood#call2",
|
175753
|
+
"instance0#fastfood#call2"
|
175684
175754
|
]
|
175685
175755
|
}
|
175686
175756
|
],
|
@@ -180639,7 +180709,8 @@
|
|
180639
180709
|
"level": 1,
|
180640
180710
|
"topLevel": true,
|
180641
180711
|
"touchedBy": [
|
180642
|
-
"fastfood#call2"
|
180712
|
+
"fastfood#call2",
|
180713
|
+
"instance0#fastfood#call2"
|
180643
180714
|
]
|
180644
180715
|
}
|
180645
180716
|
],
|
@@ -185616,7 +185687,8 @@
|
|
185616
185687
|
"level": 1,
|
185617
185688
|
"topLevel": true,
|
185618
185689
|
"touchedBy": [
|
185619
|
-
"fastfood#call2"
|
185690
|
+
"fastfood#call2",
|
185691
|
+
"instance0#fastfood#call2"
|
185620
185692
|
]
|
185621
185693
|
}
|
185622
185694
|
],
|
@@ -190669,7 +190741,8 @@
|
|
190669
190741
|
"level": 1,
|
190670
190742
|
"topLevel": true,
|
190671
190743
|
"touchedBy": [
|
190672
|
-
"fastfood#call2"
|
190744
|
+
"fastfood#call2",
|
190745
|
+
"instance0#fastfood#call2"
|
190673
190746
|
]
|
190674
190747
|
}
|
190675
190748
|
],
|
@@ -195765,7 +195838,8 @@
|
|
195765
195838
|
"level": 1,
|
195766
195839
|
"topLevel": true,
|
195767
195840
|
"touchedBy": [
|
195768
|
-
"fastfood#call2"
|
195841
|
+
"fastfood#call2",
|
195842
|
+
"instance0#fastfood#call2"
|
195769
195843
|
]
|
195770
195844
|
}
|
195771
195845
|
],
|
@@ -200948,7 +201022,8 @@
|
|
200948
201022
|
"level": 1,
|
200949
201023
|
"topLevel": true,
|
200950
201024
|
"touchedBy": [
|
200951
|
-
"fastfood#call2"
|
201025
|
+
"fastfood#call2",
|
201026
|
+
"instance0#fastfood#call2"
|
200952
201027
|
]
|
200953
201028
|
}
|
200954
201029
|
],
|
@@ -206105,7 +206180,8 @@
|
|
206105
206180
|
"level": 1,
|
206106
206181
|
"topLevel": true,
|
206107
206182
|
"touchedBy": [
|
206108
|
-
"fastfood#call2"
|
206183
|
+
"fastfood#call2",
|
206184
|
+
"instance0#fastfood#call2"
|
206109
206185
|
]
|
206110
206186
|
}
|
206111
206187
|
],
|
@@ -211374,7 +211450,8 @@
|
|
211374
211450
|
"level": 1,
|
211375
211451
|
"topLevel": true,
|
211376
211452
|
"touchedBy": [
|
211377
|
-
"fastfood#call2"
|
211453
|
+
"fastfood#call2",
|
211454
|
+
"instance0#fastfood#call2"
|
211378
211455
|
]
|
211379
211456
|
}
|
211380
211457
|
],
|
@@ -216718,7 +216795,8 @@
|
|
216718
216795
|
"level": 1,
|
216719
216796
|
"topLevel": true,
|
216720
216797
|
"touchedBy": [
|
216721
|
-
"fastfood#call2"
|
216798
|
+
"fastfood#call2",
|
216799
|
+
"instance0#fastfood#call2"
|
216722
216800
|
]
|
216723
216801
|
}
|
216724
216802
|
],
|
@@ -222084,7 +222162,8 @@
|
|
222084
222162
|
"level": 1,
|
222085
222163
|
"topLevel": true,
|
222086
222164
|
"touchedBy": [
|
222087
|
-
"fastfood#call2"
|
222165
|
+
"fastfood#call2",
|
222166
|
+
"instance0#fastfood#call2"
|
222088
222167
|
]
|
222089
222168
|
}
|
222090
222169
|
],
|
@@ -227523,7 +227602,8 @@
|
|
227523
227602
|
"level": 1,
|
227524
227603
|
"topLevel": true,
|
227525
227604
|
"touchedBy": [
|
227526
|
-
"fastfood#call2"
|
227605
|
+
"fastfood#call2",
|
227606
|
+
"instance0#fastfood#call2"
|
227527
227607
|
]
|
227528
227608
|
}
|
227529
227609
|
],
|
@@ -233014,7 +233094,8 @@
|
|
233014
233094
|
"level": 1,
|
233015
233095
|
"topLevel": true,
|
233016
233096
|
"touchedBy": [
|
233017
|
-
"fastfood#call2"
|
233097
|
+
"fastfood#call2",
|
233098
|
+
"instance0#fastfood#call2"
|
233018
233099
|
]
|
233019
233100
|
}
|
233020
233101
|
],
|
@@ -238718,7 +238799,8 @@
|
|
238718
238799
|
"level": 2,
|
238719
238800
|
"topLevel": true,
|
238720
238801
|
"touchedBy": [
|
238721
|
-
"fastfood#call2"
|
238802
|
+
"fastfood#call2",
|
238803
|
+
"instance0#fastfood#call2"
|
238722
238804
|
]
|
238723
238805
|
}
|
238724
238806
|
],
|
@@ -244351,7 +244433,8 @@
|
|
244351
244433
|
"level": 1,
|
244352
244434
|
"topLevel": true,
|
244353
244435
|
"touchedBy": [
|
244354
|
-
"fastfood#call2"
|
244436
|
+
"fastfood#call2",
|
244437
|
+
"instance0#fastfood#call2"
|
244355
244438
|
]
|
244356
244439
|
}
|
244357
244440
|
],
|
@@ -252355,7 +252438,8 @@
|
|
252355
252438
|
"level": 2,
|
252356
252439
|
"topLevel": true,
|
252357
252440
|
"touchedBy": [
|
252358
|
-
"fastfood#call2"
|
252441
|
+
"fastfood#call2",
|
252442
|
+
"instance0#fastfood#call2"
|
252359
252443
|
]
|
252360
252444
|
}
|
252361
252445
|
],
|
@@ -259877,7 +259961,8 @@
|
|
259877
259961
|
"level": 2,
|
259878
259962
|
"topLevel": true,
|
259879
259963
|
"touchedBy": [
|
259880
|
-
"fastfood#call2"
|
259964
|
+
"fastfood#call2",
|
259965
|
+
"instance0#fastfood#call2"
|
259881
259966
|
]
|
259882
259967
|
}
|
259883
259968
|
],
|
@@ -265976,7 +266061,8 @@
|
|
265976
266061
|
"level": 1,
|
265977
266062
|
"topLevel": true,
|
265978
266063
|
"touchedBy": [
|
265979
|
-
"fastfood#call2"
|
266064
|
+
"fastfood#call2",
|
266065
|
+
"instance0#fastfood#call2"
|
265980
266066
|
]
|
265981
266067
|
}
|
265982
266068
|
],
|
@@ -271767,7 +271853,8 @@
|
|
271767
271853
|
"level": 1,
|
271768
271854
|
"topLevel": true,
|
271769
271855
|
"touchedBy": [
|
271770
|
-
"fastfood#call2"
|
271856
|
+
"fastfood#call2",
|
271857
|
+
"instance0#fastfood#call2"
|
271771
271858
|
]
|
271772
271859
|
}
|
271773
271860
|
],
|
@@ -277658,7 +277745,8 @@
|
|
277658
277745
|
"level": 1,
|
277659
277746
|
"topLevel": true,
|
277660
277747
|
"touchedBy": [
|
277661
|
-
"fastfood#call2"
|
277748
|
+
"fastfood#call2",
|
277749
|
+
"instance0#fastfood#call2"
|
277662
277750
|
]
|
277663
277751
|
}
|
277664
277752
|
],
|
@@ -284663,7 +284751,8 @@
|
|
284663
284751
|
"level": 2,
|
284664
284752
|
"topLevel": true,
|
284665
284753
|
"touchedBy": [
|
284666
|
-
"fastfood#call2"
|
284754
|
+
"fastfood#call2",
|
284755
|
+
"instance0#fastfood#call2"
|
284667
284756
|
]
|
284668
284757
|
}
|
284669
284758
|
],
|
@@ -291106,7 +291195,8 @@
|
|
291106
291195
|
"level": 1,
|
291107
291196
|
"topLevel": true,
|
291108
291197
|
"touchedBy": [
|
291109
|
-
"fastfood#call2"
|
291198
|
+
"fastfood#call2",
|
291199
|
+
"instance0#fastfood#call2"
|
291110
291200
|
]
|
291111
291201
|
}
|
291112
291202
|
],
|
@@ -297339,7 +297429,8 @@
|
|
297339
297429
|
"level": 1,
|
297340
297430
|
"topLevel": true,
|
297341
297431
|
"touchedBy": [
|
297342
|
-
"fastfood#call2"
|
297432
|
+
"fastfood#call2",
|
297433
|
+
"instance0#fastfood#call2"
|
297343
297434
|
]
|
297344
297435
|
}
|
297345
297436
|
],
|
@@ -303562,7 +303653,8 @@
|
|
303562
303653
|
"level": 1,
|
303563
303654
|
"topLevel": true,
|
303564
303655
|
"touchedBy": [
|
303565
|
-
"fastfood#call2"
|
303656
|
+
"fastfood#call2",
|
303657
|
+
"instance0#fastfood#call2"
|
303566
303658
|
]
|
303567
303659
|
}
|
303568
303660
|
],
|
@@ -309849,7 +309941,8 @@
|
|
309849
309941
|
"level": 1,
|
309850
309942
|
"topLevel": true,
|
309851
309943
|
"touchedBy": [
|
309852
|
-
"fastfood#call2"
|
309944
|
+
"fastfood#call2",
|
309945
|
+
"instance0#fastfood#call2"
|
309853
309946
|
]
|
309854
309947
|
}
|
309855
309948
|
],
|
@@ -316204,7 +316297,8 @@
|
|
316204
316297
|
"level": 1,
|
316205
316298
|
"topLevel": true,
|
316206
316299
|
"touchedBy": [
|
316207
|
-
"fastfood#call2"
|
316300
|
+
"fastfood#call2",
|
316301
|
+
"instance0#fastfood#call2"
|
316208
316302
|
]
|
316209
316303
|
}
|
316210
316304
|
],
|
@@ -322626,7 +322720,8 @@
|
|
322626
322720
|
"level": 1,
|
322627
322721
|
"topLevel": true,
|
322628
322722
|
"touchedBy": [
|
322629
|
-
"fastfood#call2"
|
322723
|
+
"fastfood#call2",
|
322724
|
+
"instance0#fastfood#call2"
|
322630
322725
|
]
|
322631
322726
|
}
|
322632
322727
|
],
|
@@ -329109,7 +329204,8 @@
|
|
329109
329204
|
"level": 1,
|
329110
329205
|
"topLevel": true,
|
329111
329206
|
"touchedBy": [
|
329112
|
-
"fastfood#call2"
|
329207
|
+
"fastfood#call2",
|
329208
|
+
"instance0#fastfood#call2"
|
329113
329209
|
]
|
329114
329210
|
}
|
329115
329211
|
],
|
@@ -335606,7 +335702,8 @@
|
|
335606
335702
|
"level": 1,
|
335607
335703
|
"topLevel": true,
|
335608
335704
|
"touchedBy": [
|
335609
|
-
"fastfood#call2"
|
335705
|
+
"fastfood#call2",
|
335706
|
+
"instance0#fastfood#call2"
|
335610
335707
|
]
|
335611
335708
|
}
|
335612
335709
|
],
|
@@ -342264,7 +342361,8 @@
|
|
342264
342361
|
"level": 2,
|
342265
342362
|
"topLevel": true,
|
342266
342363
|
"touchedBy": [
|
342267
|
-
"fastfood#call2"
|
342364
|
+
"fastfood#call2",
|
342365
|
+
"instance0#fastfood#call2"
|
342268
342366
|
]
|
342269
342367
|
}
|
342270
342368
|
],
|
@@ -356072,7 +356170,8 @@
|
|
356072
356170
|
"level": 1,
|
356073
356171
|
"topLevel": true,
|
356074
356172
|
"touchedBy": [
|
356075
|
-
"fastfood#call2"
|
356173
|
+
"fastfood#call2",
|
356174
|
+
"instance0#fastfood#call2"
|
356076
356175
|
]
|
356077
356176
|
}
|
356078
356177
|
],
|
@@ -362919,7 +363018,8 @@
|
|
362919
363018
|
"level": 1,
|
362920
363019
|
"topLevel": true,
|
362921
363020
|
"touchedBy": [
|
362922
|
-
"fastfood#call2"
|
363021
|
+
"fastfood#call2",
|
363022
|
+
"instance0#fastfood#call2"
|
362923
363023
|
]
|
362924
363024
|
}
|
362925
363025
|
],
|
@@ -369806,7 +369906,8 @@
|
|
369806
369906
|
"level": 1,
|
369807
369907
|
"topLevel": true,
|
369808
369908
|
"touchedBy": [
|
369809
|
-
"fastfood#call2"
|
369909
|
+
"fastfood#call2",
|
369910
|
+
"instance0#fastfood#call2"
|
369810
369911
|
]
|
369811
369912
|
}
|
369812
369913
|
],
|
@@ -376639,7 +376740,8 @@
|
|
376639
376740
|
"level": 1,
|
376640
376741
|
"topLevel": true,
|
376641
376742
|
"touchedBy": [
|
376642
|
-
"fastfood#call2"
|
376743
|
+
"fastfood#call2",
|
376744
|
+
"instance0#fastfood#call2"
|
376643
376745
|
]
|
376644
376746
|
}
|
376645
376747
|
],
|
@@ -383466,7 +383568,8 @@
|
|
383466
383568
|
"level": 1,
|
383467
383569
|
"topLevel": true,
|
383468
383570
|
"touchedBy": [
|
383469
|
-
"fastfood#call2"
|
383571
|
+
"fastfood#call2",
|
383572
|
+
"instance0#fastfood#call2"
|
383470
383573
|
]
|
383471
383574
|
}
|
383472
383575
|
],
|
@@ -390361,7 +390464,8 @@
|
|
390361
390464
|
"level": 1,
|
390362
390465
|
"topLevel": true,
|
390363
390466
|
"touchedBy": [
|
390364
|
-
"fastfood#call2"
|
390467
|
+
"fastfood#call2",
|
390468
|
+
"instance0#fastfood#call2"
|
390365
390469
|
]
|
390366
390470
|
}
|
390367
390471
|
],
|
@@ -397437,7 +397541,8 @@
|
|
397437
397541
|
"level": 2,
|
397438
397542
|
"topLevel": true,
|
397439
397543
|
"touchedBy": [
|
397440
|
-
"fastfood#call2"
|
397544
|
+
"fastfood#call2",
|
397545
|
+
"instance0#fastfood#call2"
|
397441
397546
|
]
|
397442
397547
|
}
|
397443
397548
|
],
|
@@ -404443,7 +404548,8 @@
|
|
404443
404548
|
"level": 1,
|
404444
404549
|
"topLevel": true,
|
404445
404550
|
"touchedBy": [
|
404446
|
-
"fastfood#call2"
|
404551
|
+
"fastfood#call2",
|
404552
|
+
"instance0#fastfood#call2"
|
404447
404553
|
]
|
404448
404554
|
}
|
404449
404555
|
],
|
@@ -411552,7 +411658,8 @@
|
|
411552
411658
|
"level": 1,
|
411553
411659
|
"topLevel": true,
|
411554
411660
|
"touchedBy": [
|
411555
|
-
"fastfood#call2"
|
411661
|
+
"fastfood#call2",
|
411662
|
+
"instance0#fastfood#call2"
|
411556
411663
|
]
|
411557
411664
|
}
|
411558
411665
|
],
|
@@ -419233,7 +419340,8 @@
|
|
419233
419340
|
"level": 2,
|
419234
419341
|
"topLevel": true,
|
419235
419342
|
"touchedBy": [
|
419236
|
-
"fastfood#call2"
|
419343
|
+
"fastfood#call2",
|
419344
|
+
"instance0#fastfood#call2"
|
419237
419345
|
]
|
419238
419346
|
}
|
419239
419347
|
],
|
@@ -427392,7 +427500,8 @@
|
|
427392
427500
|
"level": 1,
|
427393
427501
|
"topLevel": true,
|
427394
427502
|
"touchedBy": [
|
427395
|
-
"fastfood#call2"
|
427503
|
+
"fastfood#call2",
|
427504
|
+
"instance0#fastfood#call2"
|
427396
427505
|
]
|
427397
427506
|
}
|
427398
427507
|
],
|
@@ -435777,7 +435886,8 @@
|
|
435777
435886
|
"level": 2,
|
435778
435887
|
"topLevel": true,
|
435779
435888
|
"touchedBy": [
|
435780
|
-
"fastfood#call2"
|
435889
|
+
"fastfood#call2",
|
435890
|
+
"instance0#fastfood#call2"
|
435781
435891
|
]
|
435782
435892
|
}
|
435783
435893
|
],
|
@@ -443680,7 +443790,8 @@
|
|
443680
443790
|
"level": 2,
|
443681
443791
|
"topLevel": true,
|
443682
443792
|
"touchedBy": [
|
443683
|
-
"fastfood#call2"
|
443793
|
+
"fastfood#call2",
|
443794
|
+
"instance0#fastfood#call2"
|
443684
443795
|
]
|
443685
443796
|
}
|
443686
443797
|
],
|
@@ -444205,6 +444316,29 @@
|
|
444205
444316
|
]
|
444206
444317
|
}
|
444207
444318
|
]
|
444319
|
+
},
|
444320
|
+
{
|
444321
|
+
"extraConfig": true,
|
444322
|
+
"operators": [
|
444323
|
+
"([remove|remove,delete,drop,ditch,forget,no] (food/*))",
|
444324
|
+
"([reset|reset,restart,clear])"
|
444325
|
+
],
|
444326
|
+
"bridges": [
|
444327
|
+
{
|
444328
|
+
"id": "remove",
|
444329
|
+
"isA": [
|
444330
|
+
"verby"
|
444331
|
+
],
|
444332
|
+
"bridge": "{ ...next(operator), remove: after[0], postModifiers: ['remove'] }"
|
444333
|
+
},
|
444334
|
+
{
|
444335
|
+
"id": "reset",
|
444336
|
+
"isA": [
|
444337
|
+
"verby"
|
444338
|
+
],
|
444339
|
+
"bridge": "{ ...next(operator) }"
|
444340
|
+
}
|
444341
|
+
]
|
444208
444342
|
}
|
444209
444343
|
],
|
444210
444344
|
"fragments": [],
|