tpmkms_4wp 7.12.2 → 7.12.3-beta.1
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/common/avatar.js +6 -6
- package/common/comparable.js +1 -1
- package/common/concept.js +2 -0
- package/common/countable.js +1 -1
- package/common/crew.instance.json +36 -0
- package/common/crew.js +3 -2
- package/common/crew.test.json +45 -45
- package/common/currency.js +2 -0
- package/common/dialogues.js +11 -3
- package/common/dimension.js +5 -3
- package/common/dimension.test.json +204 -158
- package/common/edible.instance.json +56 -0
- package/common/edible.js +1 -2
- package/common/edible.test.json +34 -4
- package/common/emotions.js +2 -0
- package/common/fastfood.instance.json +732 -224
- package/common/fastfood.js +3 -4
- package/common/fastfood.test.json +686 -2164
- package/common/formulas.js +3 -1
- package/common/formulas.test.json +25 -85
- package/common/formulasTemplate.js +1 -1
- package/common/gdefaults.js +2 -1
- package/common/help.js +2 -0
- package/common/hierarchy.js +4 -2
- package/common/javascript.js +2 -0
- package/common/math.js +13 -5
- package/common/math.test.json +127 -543
- package/common/mathTemplate.js +1 -1
- package/common/ordering.instance.json +0 -68
- package/common/ordering.js +2 -0
- package/common/people.js +2 -0
- package/common/people.test.json +118 -56
- package/common/pipboy.js +3 -1
- package/common/pipboy.test.json +1813 -91
- package/common/pipboyTemplate.js +1 -1
- package/common/pokemon.js +2 -0
- package/common/pokemon.test.json +1658 -4
- package/common/properties.js +3 -3
- package/common/properties.test.json +198 -90
- package/common/reports.instance.json +1 -1
- package/common/reports.js +4 -1
- package/common/scorekeeper.js +3 -3
- package/common/scorekeeper.test.json +46 -46
- package/common/sizeable.js +1 -1
- package/common/stgame.js +2 -0
- package/common/tell.js +2 -0
- package/common/temperature.instance.json +0 -112
- package/common/time.js +2 -0
- package/common/ui.js +3 -1
- package/common/weight.test.json +22 -22
- package/package.json +2 -2
| @@ -184,14 +184,14 @@ | |
| 184 184 | 
             
                      "selector": {
         | 
| 185 185 | 
             
                        "left": [
         | 
| 186 186 | 
             
                          {
         | 
| 187 | 
            -
                            "pattern": "($type | 
| 187 | 
            +
                            "pattern": "($type)"
         | 
| 188 188 | 
             
                          }
         | 
| 189 189 | 
             
                        ],
         | 
| 190 190 | 
             
                        "match": "same",
         | 
| 191 191 | 
             
                        "passthrough": true,
         | 
| 192 192 | 
             
                        "right": [
         | 
| 193 193 | 
             
                          {
         | 
| 194 | 
            -
                            "pattern": "($type | 
| 194 | 
            +
                            "pattern": "($type)"
         | 
| 195 195 | 
             
                          }
         | 
| 196 196 | 
             
                        ]
         | 
| 197 197 | 
             
                      }
         | 
| @@ -1579,14 +1579,14 @@ | |
| 1579 1579 | 
             
                      "selector": {
         | 
| 1580 1580 | 
             
                        "left": [
         | 
| 1581 1581 | 
             
                          {
         | 
| 1582 | 
            -
                            "pattern": "($type | 
| 1582 | 
            +
                            "pattern": "($type)"
         | 
| 1583 1583 | 
             
                          }
         | 
| 1584 1584 | 
             
                        ],
         | 
| 1585 1585 | 
             
                        "match": "same",
         | 
| 1586 1586 | 
             
                        "passthrough": true,
         | 
| 1587 1587 | 
             
                        "right": [
         | 
| 1588 1588 | 
             
                          {
         | 
| 1589 | 
            -
                            "pattern": "($type | 
| 1589 | 
            +
                            "pattern": "($type)"
         | 
| 1590 1590 | 
             
                          }
         | 
| 1591 1591 | 
             
                        ]
         | 
| 1592 1592 | 
             
                      }
         | 
| @@ -3135,14 +3135,14 @@ | |
| 3135 3135 | 
             
                      "selector": {
         | 
| 3136 3136 | 
             
                        "left": [
         | 
| 3137 3137 | 
             
                          {
         | 
| 3138 | 
            -
                            "pattern": "($type | 
| 3138 | 
            +
                            "pattern": "($type)"
         | 
| 3139 3139 | 
             
                          }
         | 
| 3140 3140 | 
             
                        ],
         | 
| 3141 3141 | 
             
                        "match": "same",
         | 
| 3142 3142 | 
             
                        "passthrough": true,
         | 
| 3143 3143 | 
             
                        "right": [
         | 
| 3144 3144 | 
             
                          {
         | 
| 3145 | 
            -
                            "pattern": "($type | 
| 3145 | 
            +
                            "pattern": "($type)"
         | 
| 3146 3146 | 
             
                          }
         | 
| 3147 3147 | 
             
                        ]
         | 
| 3148 3148 | 
             
                      }
         | 
| @@ -4669,14 +4669,14 @@ | |
| 4669 4669 | 
             
                      "selector": {
         | 
| 4670 4670 | 
             
                        "left": [
         | 
| 4671 4671 | 
             
                          {
         | 
| 4672 | 
            -
                            "pattern": "($type | 
| 4672 | 
            +
                            "pattern": "($type)"
         | 
| 4673 4673 | 
             
                          }
         | 
| 4674 4674 | 
             
                        ],
         | 
| 4675 4675 | 
             
                        "match": "same",
         | 
| 4676 4676 | 
             
                        "passthrough": true,
         | 
| 4677 4677 | 
             
                        "right": [
         | 
| 4678 4678 | 
             
                          {
         | 
| 4679 | 
            -
                            "pattern": "($type | 
| 4679 | 
            +
                            "pattern": "($type)"
         | 
| 4680 4680 | 
             
                          }
         | 
| 4681 4681 | 
             
                        ]
         | 
| 4682 4682 | 
             
                      }
         | 
| @@ -6448,14 +6448,14 @@ | |
| 6448 6448 | 
             
                      "selector": {
         | 
| 6449 6449 | 
             
                        "left": [
         | 
| 6450 6450 | 
             
                          {
         | 
| 6451 | 
            -
                            "pattern": "($type | 
| 6451 | 
            +
                            "pattern": "($type)"
         | 
| 6452 6452 | 
             
                          }
         | 
| 6453 6453 | 
             
                        ],
         | 
| 6454 6454 | 
             
                        "match": "same",
         | 
| 6455 6455 | 
             
                        "passthrough": true,
         | 
| 6456 6456 | 
             
                        "right": [
         | 
| 6457 6457 | 
             
                          {
         | 
| 6458 | 
            -
                            "pattern": "($type | 
| 6458 | 
            +
                            "pattern": "($type)"
         | 
| 6459 6459 | 
             
                          }
         | 
| 6460 6460 | 
             
                        ]
         | 
| 6461 6461 | 
             
                      }
         | 
| @@ -7925,14 +7925,14 @@ | |
| 7925 7925 | 
             
                      "selector": {
         | 
| 7926 7926 | 
             
                        "left": [
         | 
| 7927 7927 | 
             
                          {
         | 
| 7928 | 
            -
                            "pattern": "($type | 
| 7928 | 
            +
                            "pattern": "($type)"
         | 
| 7929 7929 | 
             
                          }
         | 
| 7930 7930 | 
             
                        ],
         | 
| 7931 7931 | 
             
                        "match": "same",
         | 
| 7932 7932 | 
             
                        "passthrough": true,
         | 
| 7933 7933 | 
             
                        "right": [
         | 
| 7934 7934 | 
             
                          {
         | 
| 7935 | 
            -
                            "pattern": "($type | 
| 7935 | 
            +
                            "pattern": "($type)"
         | 
| 7936 7936 | 
             
                          }
         | 
| 7937 7937 | 
             
                        ]
         | 
| 7938 7938 | 
             
                      }
         | 
| @@ -9675,14 +9675,14 @@ | |
| 9675 9675 | 
             
                      "selector": {
         | 
| 9676 9676 | 
             
                        "left": [
         | 
| 9677 9677 | 
             
                          {
         | 
| 9678 | 
            -
                            "pattern": "($type | 
| 9678 | 
            +
                            "pattern": "($type)"
         | 
| 9679 9679 | 
             
                          }
         | 
| 9680 9680 | 
             
                        ],
         | 
| 9681 9681 | 
             
                        "match": "same",
         | 
| 9682 9682 | 
             
                        "passthrough": true,
         | 
| 9683 9683 | 
             
                        "right": [
         | 
| 9684 9684 | 
             
                          {
         | 
| 9685 | 
            -
                            "pattern": "($type | 
| 9685 | 
            +
                            "pattern": "($type)"
         | 
| 9686 9686 | 
             
                          }
         | 
| 9687 9687 | 
             
                        ]
         | 
| 9688 9688 | 
             
                      }
         | 
| @@ -11188,14 +11188,14 @@ | |
| 11188 11188 | 
             
                      "selector": {
         | 
| 11189 11189 | 
             
                        "left": [
         | 
| 11190 11190 | 
             
                          {
         | 
| 11191 | 
            -
                            "pattern": "($type | 
| 11191 | 
            +
                            "pattern": "($type)"
         | 
| 11192 11192 | 
             
                          }
         | 
| 11193 11193 | 
             
                        ],
         | 
| 11194 11194 | 
             
                        "match": "same",
         | 
| 11195 11195 | 
             
                        "passthrough": true,
         | 
| 11196 11196 | 
             
                        "right": [
         | 
| 11197 11197 | 
             
                          {
         | 
| 11198 | 
            -
                            "pattern": "($type | 
| 11198 | 
            +
                            "pattern": "($type)"
         | 
| 11199 11199 | 
             
                          }
         | 
| 11200 11200 | 
             
                        ]
         | 
| 11201 11201 | 
             
                      }
         | 
| @@ -12940,14 +12940,14 @@ | |
| 12940 12940 | 
             
                      "selector": {
         | 
| 12941 12941 | 
             
                        "left": [
         | 
| 12942 12942 | 
             
                          {
         | 
| 12943 | 
            -
                            "pattern": "($type | 
| 12943 | 
            +
                            "pattern": "($type)"
         | 
| 12944 12944 | 
             
                          }
         | 
| 12945 12945 | 
             
                        ],
         | 
| 12946 12946 | 
             
                        "match": "same",
         | 
| 12947 12947 | 
             
                        "passthrough": true,
         | 
| 12948 12948 | 
             
                        "right": [
         | 
| 12949 12949 | 
             
                          {
         | 
| 12950 | 
            -
                            "pattern": "($type | 
| 12950 | 
            +
                            "pattern": "($type)"
         | 
| 12951 12951 | 
             
                          }
         | 
| 12952 12952 | 
             
                        ]
         | 
| 12953 12953 | 
             
                      }
         | 
| @@ -14523,14 +14523,14 @@ | |
| 14523 14523 | 
             
                      "selector": {
         | 
| 14524 14524 | 
             
                        "left": [
         | 
| 14525 14525 | 
             
                          {
         | 
| 14526 | 
            -
                            "pattern": "($type | 
| 14526 | 
            +
                            "pattern": "($type)"
         | 
| 14527 14527 | 
             
                          }
         | 
| 14528 14528 | 
             
                        ],
         | 
| 14529 14529 | 
             
                        "match": "same",
         | 
| 14530 14530 | 
             
                        "passthrough": true,
         | 
| 14531 14531 | 
             
                        "right": [
         | 
| 14532 14532 | 
             
                          {
         | 
| 14533 | 
            -
                            "pattern": "($type | 
| 14533 | 
            +
                            "pattern": "($type)"
         | 
| 14534 14534 | 
             
                          }
         | 
| 14535 14535 | 
             
                        ]
         | 
| 14536 14536 | 
             
                      }
         | 
| @@ -16230,14 +16230,14 @@ | |
| 16230 16230 | 
             
                      "selector": {
         | 
| 16231 16231 | 
             
                        "left": [
         | 
| 16232 16232 | 
             
                          {
         | 
| 16233 | 
            -
                            "pattern": "($type | 
| 16233 | 
            +
                            "pattern": "($type)"
         | 
| 16234 16234 | 
             
                          }
         | 
| 16235 16235 | 
             
                        ],
         | 
| 16236 16236 | 
             
                        "match": "same",
         | 
| 16237 16237 | 
             
                        "passthrough": true,
         | 
| 16238 16238 | 
             
                        "right": [
         | 
| 16239 16239 | 
             
                          {
         | 
| 16240 | 
            -
                            "pattern": "($type | 
| 16240 | 
            +
                            "pattern": "($type)"
         | 
| 16241 16241 | 
             
                          }
         | 
| 16242 16242 | 
             
                        ]
         | 
| 16243 16243 | 
             
                      }
         | 
| @@ -17422,7 +17422,7 @@ | |
| 17422 17422 | 
             
                "generatedParenthesized": [
         | 
| 17423 17423 | 
             
                  "",
         | 
| 17424 17424 | 
             
                  "",
         | 
| 17425 | 
            -
                  "((((alice) (sister) (cat)) is ((cleo))))"
         | 
| 17425 | 
            +
                  "(((((alice)'s) ((sister)'s) (cat)) is ((cleo))))"
         | 
| 17426 17426 | 
             
                ],
         | 
| 17427 17427 | 
             
                "metadata": {
         | 
| 17428 17428 | 
             
                  "opChoices": [
         | 
| @@ -18798,11 +18798,11 @@ | |
| 18798 18798 | 
             
                        },
         | 
| 18799 18799 | 
             
                        "word": "is"
         | 
| 18800 18800 | 
             
                      },
         | 
| 18801 | 
            -
                      "generatedParenthesized": "((((alice) (sister) (cat)) is ((cleo))))",
         | 
| 18801 | 
            +
                      "generatedParenthesized": "(((((alice)'s) ((sister)'s) (cat)) is ((cleo))))",
         | 
| 18802 18802 | 
             
                      "paraphrases": "who is alice's sister's cat?",
         | 
| 18803 18803 | 
             
                      "paraphrasesParenthesized": "(((who) is (((alice)'s) ((sister)'s) (cat)))?)",
         | 
| 18804 18804 | 
             
                      "responses": [
         | 
| 18805 | 
            -
                        "alice sister cat is cleo"
         | 
| 18805 | 
            +
                        "alice's sister's cat is cleo"
         | 
| 18806 18806 | 
             
                      ]
         | 
| 18807 18807 | 
             
                    },
         | 
| 18808 18808 | 
             
                    {
         | 
| @@ -19039,7 +19039,7 @@ | |
| 19039 19039 | 
             
                "responses": [
         | 
| 19040 19040 | 
             
                  "",
         | 
| 19041 19041 | 
             
                  "",
         | 
| 19042 | 
            -
                  "alice sister cat is cleo"
         | 
| 19042 | 
            +
                  "alice's sister's cat is cleo"
         | 
| 19043 19043 | 
             
                ]
         | 
| 19044 19044 | 
             
              },
         | 
| 19045 19045 | 
             
              {
         | 
| @@ -19351,14 +19351,14 @@ | |
| 19351 19351 | 
             
                      "selector": {
         | 
| 19352 19352 | 
             
                        "left": [
         | 
| 19353 19353 | 
             
                          {
         | 
| 19354 | 
            -
                            "pattern": "($type | 
| 19354 | 
            +
                            "pattern": "($type)"
         | 
| 19355 19355 | 
             
                          }
         | 
| 19356 19356 | 
             
                        ],
         | 
| 19357 19357 | 
             
                        "match": "same",
         | 
| 19358 19358 | 
             
                        "passthrough": true,
         | 
| 19359 19359 | 
             
                        "right": [
         | 
| 19360 19360 | 
             
                          {
         | 
| 19361 | 
            -
                            "pattern": "($type | 
| 19361 | 
            +
                            "pattern": "($type)"
         | 
| 19362 19362 | 
             
                          }
         | 
| 19363 19363 | 
             
                        ]
         | 
| 19364 19364 | 
             
                      }
         | 
| @@ -20618,7 +20618,7 @@ | |
| 20618 20618 | 
             
                "generatedParenthesized": [
         | 
| 20619 20619 | 
             
                  "",
         | 
| 20620 20620 | 
             
                  "",
         | 
| 20621 | 
            -
                  "(((cat) is ((cleo))))"
         | 
| 20621 | 
            +
                  "((((the (cat)) of (the (sister)) of (alice)) is ((cleo))))"
         | 
| 20622 20622 | 
             
                ],
         | 
| 20623 20623 | 
             
                "metadata": {
         | 
| 20624 20624 | 
             
                  "opChoices": [
         | 
| @@ -22155,11 +22155,11 @@ | |
| 22155 22155 | 
             
                        },
         | 
| 22156 22156 | 
             
                        "word": "is"
         | 
| 22157 22157 | 
             
                      },
         | 
| 22158 | 
            -
                      "generatedParenthesized": "(((cat) is ((cleo))))",
         | 
| 22158 | 
            +
                      "generatedParenthesized": "((((the (cat)) of (the (sister)) of (alice)) is ((cleo))))",
         | 
| 22159 22159 | 
             
                      "paraphrases": "who is the cat of the sister of alice?",
         | 
| 22160 22160 | 
             
                      "paraphrasesParenthesized": "(((who) is ((the (cat)) of (the (sister)) of (alice)))?)",
         | 
| 22161 22161 | 
             
                      "responses": [
         | 
| 22162 | 
            -
                        "cat is cleo"
         | 
| 22162 | 
            +
                        "the cat of the sister of alice is cleo"
         | 
| 22163 22163 | 
             
                      ]
         | 
| 22164 22164 | 
             
                    },
         | 
| 22165 22165 | 
             
                    {
         | 
| @@ -22396,7 +22396,7 @@ | |
| 22396 22396 | 
             
                "responses": [
         | 
| 22397 22397 | 
             
                  "",
         | 
| 22398 22398 | 
             
                  "",
         | 
| 22399 | 
            -
                  "cat is cleo"
         | 
| 22399 | 
            +
                  "the cat of the sister of alice is cleo"
         | 
| 22400 22400 | 
             
                ]
         | 
| 22401 22401 | 
             
              },
         | 
| 22402 22402 | 
             
              {
         | 
| @@ -22584,14 +22584,14 @@ | |
| 22584 22584 | 
             
                      "selector": {
         | 
| 22585 22585 | 
             
                        "left": [
         | 
| 22586 22586 | 
             
                          {
         | 
| 22587 | 
            -
                            "pattern": "($type | 
| 22587 | 
            +
                            "pattern": "($type)"
         | 
| 22588 22588 | 
             
                          }
         | 
| 22589 22589 | 
             
                        ],
         | 
| 22590 22590 | 
             
                        "match": "same",
         | 
| 22591 22591 | 
             
                        "passthrough": true,
         | 
| 22592 22592 | 
             
                        "right": [
         | 
| 22593 22593 | 
             
                          {
         | 
| 22594 | 
            -
                            "pattern": "($type | 
| 22594 | 
            +
                            "pattern": "($type)"
         | 
| 22595 22595 | 
             
                          }
         | 
| 22596 22596 | 
             
                        ]
         | 
| 22597 22597 | 
             
                      }
         | 
| @@ -23935,6 +23935,24 @@ | |
| 23935 23935 | 
             
                      1
         | 
| 23936 23936 | 
             
                    ]
         | 
| 23937 23937 | 
             
                  ],
         | 
| 23938 | 
            +
                  [
         | 
| 23939 | 
            +
                    [
         | 
| 23940 | 
            +
                      "is",
         | 
| 23941 | 
            +
                      0
         | 
| 23942 | 
            +
                    ],
         | 
| 23943 | 
            +
                    [
         | 
| 23944 | 
            +
                      "propertyOf",
         | 
| 23945 | 
            +
                      0
         | 
| 23946 | 
            +
                    ],
         | 
| 23947 | 
            +
                    [
         | 
| 23948 | 
            +
                      "the",
         | 
| 23949 | 
            +
                      0
         | 
| 23950 | 
            +
                    ],
         | 
| 23951 | 
            +
                    [
         | 
| 23952 | 
            +
                      "unknown",
         | 
| 23953 | 
            +
                      1
         | 
| 23954 | 
            +
                    ]
         | 
| 23955 | 
            +
                  ],
         | 
| 23938 23956 | 
             
                  [
         | 
| 23939 23957 | 
             
                    [
         | 
| 23940 23958 | 
             
                      "is",
         | 
| @@ -23971,6 +23989,34 @@ | |
| 23971 23989 | 
             
                      1
         | 
| 23972 23990 | 
             
                    ]
         | 
| 23973 23991 | 
             
                  ],
         | 
| 23992 | 
            +
                  [
         | 
| 23993 | 
            +
                    [
         | 
| 23994 | 
            +
                      "is",
         | 
| 23995 | 
            +
                      0
         | 
| 23996 | 
            +
                    ],
         | 
| 23997 | 
            +
                    [
         | 
| 23998 | 
            +
                      "propertyOf",
         | 
| 23999 | 
            +
                      0
         | 
| 24000 | 
            +
                    ],
         | 
| 24001 | 
            +
                    [
         | 
| 24002 | 
            +
                      "unknown",
         | 
| 24003 | 
            +
                      1
         | 
| 24004 | 
            +
                    ]
         | 
| 24005 | 
            +
                  ],
         | 
| 24006 | 
            +
                  [
         | 
| 24007 | 
            +
                    [
         | 
| 24008 | 
            +
                      "is",
         | 
| 24009 | 
            +
                      0
         | 
| 24010 | 
            +
                    ],
         | 
| 24011 | 
            +
                    [
         | 
| 24012 | 
            +
                      "propertyOf",
         | 
| 24013 | 
            +
                      1
         | 
| 24014 | 
            +
                    ],
         | 
| 24015 | 
            +
                    [
         | 
| 24016 | 
            +
                      "unknown",
         | 
| 24017 | 
            +
                      1
         | 
| 24018 | 
            +
                    ]
         | 
| 24019 | 
            +
                  ],
         | 
| 23974 24020 | 
             
                  [
         | 
| 23975 24021 | 
             
                    [
         | 
| 23976 24022 | 
             
                      "is",
         | 
| @@ -24172,14 +24218,14 @@ | |
| 24172 24218 | 
             
                      "selector": {
         | 
| 24173 24219 | 
             
                        "left": [
         | 
| 24174 24220 | 
             
                          {
         | 
| 24175 | 
            -
                            "pattern": "($type | 
| 24221 | 
            +
                            "pattern": "($type)"
         | 
| 24176 24222 | 
             
                          }
         | 
| 24177 24223 | 
             
                        ],
         | 
| 24178 24224 | 
             
                        "match": "same",
         | 
| 24179 24225 | 
             
                        "passthrough": true,
         | 
| 24180 24226 | 
             
                        "right": [
         | 
| 24181 24227 | 
             
                          {
         | 
| 24182 | 
            -
                            "pattern": "($type | 
| 24228 | 
            +
                            "pattern": "($type)"
         | 
| 24183 24229 | 
             
                          }
         | 
| 24184 24230 | 
             
                        ]
         | 
| 24185 24231 | 
             
                      }
         | 
| @@ -25393,7 +25439,7 @@ | |
| 25393 25439 | 
             
                "generatedParenthesized": [
         | 
| 25394 25440 | 
             
                  "",
         | 
| 25395 25441 | 
             
                  "",
         | 
| 25396 | 
            -
                  "(((properties) are ((age: 23 and profession: programmer))))"
         | 
| 25442 | 
            +
                  "((((the (properties)) of (greg)) are ((age: 23 and profession: programmer))))"
         | 
| 25397 25443 | 
             
                ],
         | 
| 25398 25444 | 
             
                "metadata": {
         | 
| 25399 25445 | 
             
                  "opChoices": [
         | 
| @@ -27148,13 +27194,13 @@ | |
| 27148 27194 | 
             
                        },
         | 
| 27149 27195 | 
             
                        "word": "are"
         | 
| 27150 27196 | 
             
                      },
         | 
| 27151 | 
            -
                      "generatedParenthesized": "(((properties) are ((age: 23 and profession: programmer))))",
         | 
| 27197 | 
            +
                      "generatedParenthesized": "((((the (properties)) of (greg)) are ((age: 23 and profession: programmer))))",
         | 
| 27152 27198 | 
             
                      "paraphrases": "what are the properties of greg?",
         | 
| 27153 27199 | 
             
                      "paraphrasesParenthesized": "(((what) are ((the (properties)) of (greg)))?)",
         | 
| 27154 27200 | 
             
                      "responses": [
         | 
| 27155 27201 | 
             
                        "",
         | 
| 27156 27202 | 
             
                        "",
         | 
| 27157 | 
            -
                        "properties are age: 23 and profession: programmer"
         | 
| 27203 | 
            +
                        "the properties of greg are age: 23 and profession: programmer"
         | 
| 27158 27204 | 
             
                      ]
         | 
| 27159 27205 | 
             
                    },
         | 
| 27160 27206 | 
             
                    {
         | 
| @@ -27281,7 +27327,7 @@ | |
| 27281 27327 | 
             
                      "responses": [
         | 
| 27282 27328 | 
             
                        "",
         | 
| 27283 27329 | 
             
                        "",
         | 
| 27284 | 
            -
                        "properties are age: 23 and profession: programmer"
         | 
| 27330 | 
            +
                        "the properties of greg are age: 23 and profession: programmer"
         | 
| 27285 27331 | 
             
                      ]
         | 
| 27286 27332 | 
             
                    },
         | 
| 27287 27333 | 
             
                    {
         | 
| @@ -27408,7 +27454,7 @@ | |
| 27408 27454 | 
             
                      "responses": [
         | 
| 27409 27455 | 
             
                        "",
         | 
| 27410 27456 | 
             
                        "",
         | 
| 27411 | 
            -
                        "properties are age: 23 and profession: programmer"
         | 
| 27457 | 
            +
                        "the properties of greg are age: 23 and profession: programmer"
         | 
| 27412 27458 | 
             
                      ]
         | 
| 27413 27459 | 
             
                    }
         | 
| 27414 27460 | 
             
                  ]
         | 
| @@ -27427,7 +27473,7 @@ | |
| 27427 27473 | 
             
                "responses": [
         | 
| 27428 27474 | 
             
                  "",
         | 
| 27429 27475 | 
             
                  "",
         | 
| 27430 | 
            -
                  "properties are age: 23 and profession: programmer"
         | 
| 27476 | 
            +
                  "the properties of greg are age: 23 and profession: programmer"
         | 
| 27431 27477 | 
             
                ]
         | 
| 27432 27478 | 
             
              },
         | 
| 27433 27479 | 
             
              {
         | 
| @@ -27791,14 +27837,14 @@ | |
| 27791 27837 | 
             
                      "selector": {
         | 
| 27792 27838 | 
             
                        "left": [
         | 
| 27793 27839 | 
             
                          {
         | 
| 27794 | 
            -
                            "pattern": "($type | 
| 27840 | 
            +
                            "pattern": "($type)"
         | 
| 27795 27841 | 
             
                          }
         | 
| 27796 27842 | 
             
                        ],
         | 
| 27797 27843 | 
             
                        "match": "same",
         | 
| 27798 27844 | 
             
                        "passthrough": true,
         | 
| 27799 27845 | 
             
                        "right": [
         | 
| 27800 27846 | 
             
                          {
         | 
| 27801 | 
            -
                            "pattern": "($type | 
| 27847 | 
            +
                            "pattern": "($type)"
         | 
| 27802 27848 | 
             
                          }
         | 
| 27803 27849 | 
             
                        ]
         | 
| 27804 27850 | 
             
                      }
         | 
| @@ -28851,7 +28897,7 @@ | |
| 28851 28897 | 
             
                ],
         | 
| 28852 28898 | 
             
                "generatedParenthesized": [
         | 
| 28853 28899 | 
             
                  "",
         | 
| 28854 | 
            -
                  "((((greg) (age)) is ((23))))"
         | 
| 28900 | 
            +
                  "(((((greg)'s) (age)) is ((23))))"
         | 
| 28855 28901 | 
             
                ],
         | 
| 28856 28902 | 
             
                "metadata": {
         | 
| 28857 28903 | 
             
                  "opChoices": [
         | 
| @@ -29949,12 +29995,12 @@ | |
| 29949 29995 | 
             
                        },
         | 
| 29950 29996 | 
             
                        "word": "is"
         | 
| 29951 29997 | 
             
                      },
         | 
| 29952 | 
            -
                      "generatedParenthesized": "((((greg) (age)) is ((23))))",
         | 
| 29998 | 
            +
                      "generatedParenthesized": "(((((greg)'s) (age)) is ((23))))",
         | 
| 29953 29999 | 
             
                      "paraphrases": "what is greg's age?",
         | 
| 29954 30000 | 
             
                      "paraphrasesParenthesized": "(((what) is (((greg)'s) (age)))?)",
         | 
| 29955 30001 | 
             
                      "responses": [
         | 
| 29956 30002 | 
             
                        "",
         | 
| 29957 | 
            -
                        "greg age is 23"
         | 
| 30003 | 
            +
                        "greg's age is 23"
         | 
| 29958 30004 | 
             
                      ]
         | 
| 29959 30005 | 
             
                    },
         | 
| 29960 30006 | 
             
                    {
         | 
| @@ -30080,7 +30126,7 @@ | |
| 30080 30126 | 
             
                      "paraphrasesParenthesized": "(((the (age)) of (greg)) is (23))",
         | 
| 30081 30127 | 
             
                      "responses": [
         | 
| 30082 30128 | 
             
                        "",
         | 
| 30083 | 
            -
                        "greg age is 23"
         | 
| 30129 | 
            +
                        "greg's age is 23"
         | 
| 30084 30130 | 
             
                      ]
         | 
| 30085 30131 | 
             
                    }
         | 
| 30086 30132 | 
             
                  ]
         | 
| @@ -30096,7 +30142,7 @@ | |
| 30096 30142 | 
             
                "query": "the age of greg is 23 what is greg's age",
         | 
| 30097 30143 | 
             
                "responses": [
         | 
| 30098 30144 | 
             
                  "",
         | 
| 30099 | 
            -
                  "greg age is 23"
         | 
| 30145 | 
            +
                  "greg's age is 23"
         | 
| 30100 30146 | 
             
                ]
         | 
| 30101 30147 | 
             
              },
         | 
| 30102 30148 | 
             
              {
         | 
| @@ -30207,6 +30253,24 @@ | |
| 30207 30253 | 
             
                      1
         | 
| 30208 30254 | 
             
                    ]
         | 
| 30209 30255 | 
             
                  ],
         | 
| 30256 | 
            +
                  [
         | 
| 30257 | 
            +
                    [
         | 
| 30258 | 
            +
                      "is",
         | 
| 30259 | 
            +
                      0
         | 
| 30260 | 
            +
                    ],
         | 
| 30261 | 
            +
                    [
         | 
| 30262 | 
            +
                      "propertyOf",
         | 
| 30263 | 
            +
                      0
         | 
| 30264 | 
            +
                    ],
         | 
| 30265 | 
            +
                    [
         | 
| 30266 | 
            +
                      "the",
         | 
| 30267 | 
            +
                      0
         | 
| 30268 | 
            +
                    ],
         | 
| 30269 | 
            +
                    [
         | 
| 30270 | 
            +
                      "unknown",
         | 
| 30271 | 
            +
                      1
         | 
| 30272 | 
            +
                    ]
         | 
| 30273 | 
            +
                  ],
         | 
| 30210 30274 | 
             
                  [
         | 
| 30211 30275 | 
             
                    [
         | 
| 30212 30276 | 
             
                      "is",
         | 
| @@ -30243,6 +30307,34 @@ | |
| 30243 30307 | 
             
                      1
         | 
| 30244 30308 | 
             
                    ]
         | 
| 30245 30309 | 
             
                  ],
         | 
| 30310 | 
            +
                  [
         | 
| 30311 | 
            +
                    [
         | 
| 30312 | 
            +
                      "is",
         | 
| 30313 | 
            +
                      0
         | 
| 30314 | 
            +
                    ],
         | 
| 30315 | 
            +
                    [
         | 
| 30316 | 
            +
                      "propertyOf",
         | 
| 30317 | 
            +
                      0
         | 
| 30318 | 
            +
                    ],
         | 
| 30319 | 
            +
                    [
         | 
| 30320 | 
            +
                      "unknown",
         | 
| 30321 | 
            +
                      1
         | 
| 30322 | 
            +
                    ]
         | 
| 30323 | 
            +
                  ],
         | 
| 30324 | 
            +
                  [
         | 
| 30325 | 
            +
                    [
         | 
| 30326 | 
            +
                      "is",
         | 
| 30327 | 
            +
                      0
         | 
| 30328 | 
            +
                    ],
         | 
| 30329 | 
            +
                    [
         | 
| 30330 | 
            +
                      "propertyOf",
         | 
| 30331 | 
            +
                      1
         | 
| 30332 | 
            +
                    ],
         | 
| 30333 | 
            +
                    [
         | 
| 30334 | 
            +
                      "unknown",
         | 
| 30335 | 
            +
                      1
         | 
| 30336 | 
            +
                    ]
         | 
| 30337 | 
            +
                  ],
         | 
| 30246 30338 | 
             
                  [
         | 
| 30247 30339 | 
             
                    [
         | 
| 30248 30340 | 
             
                      "is",
         | 
| @@ -30448,14 +30540,14 @@ | |
| 30448 30540 | 
             
                      "selector": {
         | 
| 30449 30541 | 
             
                        "left": [
         | 
| 30450 30542 | 
             
                          {
         | 
| 30451 | 
            -
                            "pattern": "($type | 
| 30543 | 
            +
                            "pattern": "($type)"
         | 
| 30452 30544 | 
             
                          }
         | 
| 30453 30545 | 
             
                        ],
         | 
| 30454 30546 | 
             
                        "match": "same",
         | 
| 30455 30547 | 
             
                        "passthrough": true,
         | 
| 30456 30548 | 
             
                        "right": [
         | 
| 30457 30549 | 
             
                          {
         | 
| 30458 | 
            -
                            "pattern": "($type | 
| 30550 | 
            +
                            "pattern": "($type)"
         | 
| 30459 30551 | 
             
                          }
         | 
| 30460 30552 | 
             
                        ]
         | 
| 30461 30553 | 
             
                      }
         | 
| @@ -31559,7 +31651,7 @@ | |
| 31559 31651 | 
             
                ],
         | 
| 31560 31652 | 
             
                "generatedParenthesized": [
         | 
| 31561 31653 | 
             
                  "",
         | 
| 31562 | 
            -
                  "(((age) is ((23))))"
         | 
| 31654 | 
            +
                  "((((the (age)) of (greg)) is ((23))))"
         | 
| 31563 31655 | 
             
                ],
         | 
| 31564 31656 | 
             
                "metadata": {
         | 
| 31565 31657 | 
             
                  "opChoices": [
         | 
| @@ -32769,12 +32861,12 @@ | |
| 32769 32861 | 
             
                        },
         | 
| 32770 32862 | 
             
                        "word": "is"
         | 
| 32771 32863 | 
             
                      },
         | 
| 32772 | 
            -
                      "generatedParenthesized": "(((age) is ((23))))",
         | 
| 32864 | 
            +
                      "generatedParenthesized": "((((the (age)) of (greg)) is ((23))))",
         | 
| 32773 32865 | 
             
                      "paraphrases": "what is the age of greg?",
         | 
| 32774 32866 | 
             
                      "paraphrasesParenthesized": "(((what) is ((the (age)) of (greg)))?)",
         | 
| 32775 32867 | 
             
                      "responses": [
         | 
| 32776 32868 | 
             
                        "",
         | 
| 32777 | 
            -
                        "age is 23"
         | 
| 32869 | 
            +
                        "the age of greg is 23"
         | 
| 32778 32870 | 
             
                      ]
         | 
| 32779 32871 | 
             
                    },
         | 
| 32780 32872 | 
             
                    {
         | 
| @@ -32900,7 +32992,7 @@ | |
| 32900 32992 | 
             
                      "paraphrasesParenthesized": "(((the (age)) of (greg)) is (23))",
         | 
| 32901 32993 | 
             
                      "responses": [
         | 
| 32902 32994 | 
             
                        "",
         | 
| 32903 | 
            -
                        "age is 23"
         | 
| 32995 | 
            +
                        "the age of greg is 23"
         | 
| 32904 32996 | 
             
                      ]
         | 
| 32905 32997 | 
             
                    }
         | 
| 32906 32998 | 
             
                  ]
         | 
| @@ -32916,7 +33008,7 @@ | |
| 32916 33008 | 
             
                "query": "the age of greg is 23 what is the age of greg",
         | 
| 32917 33009 | 
             
                "responses": [
         | 
| 32918 33010 | 
             
                  "",
         | 
| 32919 | 
            -
                  "age is 23"
         | 
| 33011 | 
            +
                  "the age of greg is 23"
         | 
| 32920 33012 | 
             
                ]
         | 
| 32921 33013 | 
             
              },
         | 
| 32922 33014 | 
             
              {
         | 
| @@ -33204,14 +33296,14 @@ | |
| 33204 33296 | 
             
                      "selector": {
         | 
| 33205 33297 | 
             
                        "left": [
         | 
| 33206 33298 | 
             
                          {
         | 
| 33207 | 
            -
                            "pattern": "($type | 
| 33299 | 
            +
                            "pattern": "($type)"
         | 
| 33208 33300 | 
             
                          }
         | 
| 33209 33301 | 
             
                        ],
         | 
| 33210 33302 | 
             
                        "match": "same",
         | 
| 33211 33303 | 
             
                        "passthrough": true,
         | 
| 33212 33304 | 
             
                        "right": [
         | 
| 33213 33305 | 
             
                          {
         | 
| 33214 | 
            -
                            "pattern": "($type | 
| 33306 | 
            +
                            "pattern": "($type)"
         | 
| 33215 33307 | 
             
                          }
         | 
| 33216 33308 | 
             
                        ]
         | 
| 33217 33309 | 
             
                      }
         | 
| @@ -34315,7 +34407,7 @@ | |
| 34315 34407 | 
             
                ],
         | 
| 34316 34408 | 
             
                "generatedParenthesized": [
         | 
| 34317 34409 | 
             
                  "",
         | 
| 34318 | 
            -
                  "(((age) is ((23))))"
         | 
| 34410 | 
            +
                  "((((the (age)) of (greg)) is ((23))))"
         | 
| 34319 34411 | 
             
                ],
         | 
| 34320 34412 | 
             
                "metadata": {
         | 
| 34321 34413 | 
             
                  "opChoices": [
         | 
| @@ -35357,11 +35449,11 @@ | |
| 35357 35449 | 
             
                        },
         | 
| 35358 35450 | 
             
                        "word": "is"
         | 
| 35359 35451 | 
             
                      },
         | 
| 35360 | 
            -
                      "generatedParenthesized": "(((age) is ((23))))",
         | 
| 35452 | 
            +
                      "generatedParenthesized": "((((the (age)) of (greg)) is ((23))))",
         | 
| 35361 35453 | 
             
                      "paraphrases": "what is the age of greg?",
         | 
| 35362 35454 | 
             
                      "paraphrasesParenthesized": "(((what) is ((the (age)) of (greg)))?)",
         | 
| 35363 35455 | 
             
                      "responses": [
         | 
| 35364 | 
            -
                        "age is 23"
         | 
| 35456 | 
            +
                        "the age of greg is 23"
         | 
| 35365 35457 | 
             
                      ]
         | 
| 35366 35458 | 
             
                    },
         | 
| 35367 35459 | 
             
                    {
         | 
| @@ -35502,7 +35594,7 @@ | |
| 35502 35594 | 
             
                "query": "the age of greg is 23\\nwhat is the age of greg",
         | 
| 35503 35595 | 
             
                "responses": [
         | 
| 35504 35596 | 
             
                  "",
         | 
| 35505 | 
            -
                  "age is 23"
         | 
| 35597 | 
            +
                  "the age of greg is 23"
         | 
| 35506 35598 | 
             
                ]
         | 
| 35507 35599 | 
             
              },
         | 
| 35508 35600 | 
             
              {
         | 
| @@ -35635,6 +35727,16 @@ | |
| 35635 35727 | 
             
                      0
         | 
| 35636 35728 | 
             
                    ]
         | 
| 35637 35729 | 
             
                  ],
         | 
| 35730 | 
            +
                  [
         | 
| 35731 | 
            +
                    [
         | 
| 35732 | 
            +
                      "is",
         | 
| 35733 | 
            +
                      0
         | 
| 35734 | 
            +
                    ],
         | 
| 35735 | 
            +
                    [
         | 
| 35736 | 
            +
                      "unknown",
         | 
| 35737 | 
            +
                      1
         | 
| 35738 | 
            +
                    ]
         | 
| 35739 | 
            +
                  ],
         | 
| 35638 35740 | 
             
                  [
         | 
| 35639 35741 | 
             
                    [
         | 
| 35640 35742 | 
             
                      "is",
         | 
| @@ -35794,14 +35896,14 @@ | |
| 35794 35896 | 
             
                      "selector": {
         | 
| 35795 35897 | 
             
                        "left": [
         | 
| 35796 35898 | 
             
                          {
         | 
| 35797 | 
            -
                            "pattern": "($type | 
| 35899 | 
            +
                            "pattern": "($type)"
         | 
| 35798 35900 | 
             
                          }
         | 
| 35799 35901 | 
             
                        ],
         | 
| 35800 35902 | 
             
                        "match": "same",
         | 
| 35801 35903 | 
             
                        "passthrough": true,
         | 
| 35802 35904 | 
             
                        "right": [
         | 
| 35803 35905 | 
             
                          {
         | 
| 35804 | 
            -
                            "pattern": "($type | 
| 35906 | 
            +
                            "pattern": "($type)"
         | 
| 35805 35907 | 
             
                          }
         | 
| 35806 35908 | 
             
                        ]
         | 
| 35807 35909 | 
             
                      }
         | 
| @@ -37686,6 +37788,16 @@ | |
| 37686 37788 | 
             
                      0
         | 
| 37687 37789 | 
             
                    ]
         | 
| 37688 37790 | 
             
                  ],
         | 
| 37791 | 
            +
                  [
         | 
| 37792 | 
            +
                    [
         | 
| 37793 | 
            +
                      "is",
         | 
| 37794 | 
            +
                      0
         | 
| 37795 | 
            +
                    ],
         | 
| 37796 | 
            +
                    [
         | 
| 37797 | 
            +
                      "unknown",
         | 
| 37798 | 
            +
                      1
         | 
| 37799 | 
            +
                    ]
         | 
| 37800 | 
            +
                  ],
         | 
| 37689 37801 | 
             
                  [
         | 
| 37690 37802 | 
             
                    [
         | 
| 37691 37803 | 
             
                      "is",
         | 
| @@ -37845,14 +37957,14 @@ | |
| 37845 37957 | 
             
                      "selector": {
         | 
| 37846 37958 | 
             
                        "left": [
         | 
| 37847 37959 | 
             
                          {
         | 
| 37848 | 
            -
                            "pattern": "($type | 
| 37960 | 
            +
                            "pattern": "($type)"
         | 
| 37849 37961 | 
             
                          }
         | 
| 37850 37962 | 
             
                        ],
         | 
| 37851 37963 | 
             
                        "match": "same",
         | 
| 37852 37964 | 
             
                        "passthrough": true,
         | 
| 37853 37965 | 
             
                        "right": [
         | 
| 37854 37966 | 
             
                          {
         | 
| 37855 | 
            -
                            "pattern": "($type | 
| 37967 | 
            +
                            "pattern": "($type)"
         | 
| 37856 37968 | 
             
                          }
         | 
| 37857 37969 | 
             
                        ]
         | 
| 37858 37970 | 
             
                      }
         | 
| @@ -40694,14 +40806,14 @@ | |
| 40694 40806 | 
             
                      "selector": {
         | 
| 40695 40807 | 
             
                        "left": [
         | 
| 40696 40808 | 
             
                          {
         | 
| 40697 | 
            -
                            "pattern": "($type | 
| 40809 | 
            +
                            "pattern": "($type)"
         | 
| 40698 40810 | 
             
                          }
         | 
| 40699 40811 | 
             
                        ],
         | 
| 40700 40812 | 
             
                        "match": "same",
         | 
| 40701 40813 | 
             
                        "passthrough": true,
         | 
| 40702 40814 | 
             
                        "right": [
         | 
| 40703 40815 | 
             
                          {
         | 
| 40704 | 
            -
                            "pattern": "($type | 
| 40816 | 
            +
                            "pattern": "($type)"
         | 
| 40705 40817 | 
             
                          }
         | 
| 40706 40818 | 
             
                        ]
         | 
| 40707 40819 | 
             
                      }
         | 
| @@ -42036,14 +42148,14 @@ | |
| 42036 42148 | 
             
                      "selector": {
         | 
| 42037 42149 | 
             
                        "left": [
         | 
| 42038 42150 | 
             
                          {
         | 
| 42039 | 
            -
                            "pattern": "($type | 
| 42151 | 
            +
                            "pattern": "($type)"
         | 
| 42040 42152 | 
             
                          }
         | 
| 42041 42153 | 
             
                        ],
         | 
| 42042 42154 | 
             
                        "match": "same",
         | 
| 42043 42155 | 
             
                        "passthrough": true,
         | 
| 42044 42156 | 
             
                        "right": [
         | 
| 42045 42157 | 
             
                          {
         | 
| 42046 | 
            -
                            "pattern": "($type | 
| 42158 | 
            +
                            "pattern": "($type)"
         | 
| 42047 42159 | 
             
                          }
         | 
| 42048 42160 | 
             
                        ]
         | 
| 42049 42161 | 
             
                      }
         | 
| @@ -43553,14 +43665,14 @@ | |
| 43553 43665 | 
             
                      "selector": {
         | 
| 43554 43666 | 
             
                        "left": [
         | 
| 43555 43667 | 
             
                          {
         | 
| 43556 | 
            -
                            "pattern": "($type | 
| 43668 | 
            +
                            "pattern": "($type)"
         | 
| 43557 43669 | 
             
                          }
         | 
| 43558 43670 | 
             
                        ],
         | 
| 43559 43671 | 
             
                        "match": "same",
         | 
| 43560 43672 | 
             
                        "passthrough": true,
         | 
| 43561 43673 | 
             
                        "right": [
         | 
| 43562 43674 | 
             
                          {
         | 
| 43563 | 
            -
                            "pattern": "($type | 
| 43675 | 
            +
                            "pattern": "($type)"
         | 
| 43564 43676 | 
             
                          }
         | 
| 43565 43677 | 
             
                        ]
         | 
| 43566 43678 | 
             
                      }
         | 
| @@ -45209,14 +45321,14 @@ | |
| 45209 45321 | 
             
                      "selector": {
         | 
| 45210 45322 | 
             
                        "left": [
         | 
| 45211 45323 | 
             
                          {
         | 
| 45212 | 
            -
                            "pattern": "($type | 
| 45324 | 
            +
                            "pattern": "($type)"
         | 
| 45213 45325 | 
             
                          }
         | 
| 45214 45326 | 
             
                        ],
         | 
| 45215 45327 | 
             
                        "match": "same",
         | 
| 45216 45328 | 
             
                        "passthrough": true,
         | 
| 45217 45329 | 
             
                        "right": [
         | 
| 45218 45330 | 
             
                          {
         | 
| 45219 | 
            -
                            "pattern": "($type | 
| 45331 | 
            +
                            "pattern": "($type)"
         | 
| 45220 45332 | 
             
                          }
         | 
| 45221 45333 | 
             
                        ]
         | 
| 45222 45334 | 
             
                      }
         | 
| @@ -46951,14 +47063,14 @@ | |
| 46951 47063 | 
             
                      "selector": {
         | 
| 46952 47064 | 
             
                        "left": [
         | 
| 46953 47065 | 
             
                          {
         | 
| 46954 | 
            -
                            "pattern": "($type | 
| 47066 | 
            +
                            "pattern": "($type)"
         | 
| 46955 47067 | 
             
                          }
         | 
| 46956 47068 | 
             
                        ],
         | 
| 46957 47069 | 
             
                        "match": "same",
         | 
| 46958 47070 | 
             
                        "passthrough": true,
         | 
| 46959 47071 | 
             
                        "right": [
         | 
| 46960 47072 | 
             
                          {
         | 
| 46961 | 
            -
                            "pattern": "($type | 
| 47073 | 
            +
                            "pattern": "($type)"
         | 
| 46962 47074 | 
             
                          }
         | 
| 46963 47075 | 
             
                        ]
         | 
| 46964 47076 | 
             
                      }
         | 
| @@ -48577,14 +48689,14 @@ | |
| 48577 48689 | 
             
                      "selector": {
         | 
| 48578 48690 | 
             
                        "left": [
         | 
| 48579 48691 | 
             
                          {
         | 
| 48580 | 
            -
                            "pattern": "($type | 
| 48692 | 
            +
                            "pattern": "($type)"
         | 
| 48581 48693 | 
             
                          }
         | 
| 48582 48694 | 
             
                        ],
         | 
| 48583 48695 | 
             
                        "match": "same",
         | 
| 48584 48696 | 
             
                        "passthrough": true,
         | 
| 48585 48697 | 
             
                        "right": [
         | 
| 48586 48698 | 
             
                          {
         | 
| 48587 | 
            -
                            "pattern": "($type | 
| 48699 | 
            +
                            "pattern": "($type)"
         | 
| 48588 48700 | 
             
                          }
         | 
| 48589 48701 | 
             
                        ]
         | 
| 48590 48702 | 
             
                      }
         | 
| @@ -49943,14 +50055,14 @@ | |
| 49943 50055 | 
             
                      "selector": {
         | 
| 49944 50056 | 
             
                        "left": [
         | 
| 49945 50057 | 
             
                          {
         | 
| 49946 | 
            -
                            "pattern": "($type | 
| 50058 | 
            +
                            "pattern": "($type)"
         | 
| 49947 50059 | 
             
                          }
         | 
| 49948 50060 | 
             
                        ],
         | 
| 49949 50061 | 
             
                        "match": "same",
         | 
| 49950 50062 | 
             
                        "passthrough": true,
         | 
| 49951 50063 | 
             
                        "right": [
         | 
| 49952 50064 | 
             
                          {
         | 
| 49953 | 
            -
                            "pattern": "($type | 
| 50065 | 
            +
                            "pattern": "($type)"
         | 
| 49954 50066 | 
             
                          }
         | 
| 49955 50067 | 
             
                        ]
         | 
| 49956 50068 | 
             
                      }
         | 
| @@ -50642,7 +50754,7 @@ | |
| 50642 50754 | 
             
                        {
         | 
| 50643 50755 | 
             
                          "dead": true,
         | 
| 50644 50756 | 
             
                          "level": 1,
         | 
| 50645 | 
            -
                          "marker": " | 
| 50757 | 
            +
                          "marker": "property",
         | 
| 50646 50758 | 
             
                          "range": {
         | 
| 50647 50759 | 
             
                            "end": 13,
         | 
| 50648 50760 | 
             
                            "start": 12
         | 
| @@ -50655,7 +50767,7 @@ | |
| 50655 50767 | 
             
                        {
         | 
| 50656 50768 | 
             
                          "dead": true,
         | 
| 50657 50769 | 
             
                          "level": 1,
         | 
| 50658 | 
            -
                          "marker": " | 
| 50770 | 
            +
                          "marker": "property",
         | 
| 50659 50771 | 
             
                          "range": {
         | 
| 50660 50772 | 
             
                            "end": 20,
         | 
| 50661 50773 | 
             
                            "start": 19
         | 
| @@ -50792,10 +50904,6 @@ | |
| 50792 50904 | 
             
                        [
         | 
| 50793 50905 | 
             
                          "between",
         | 
| 50794 50906 | 
             
                          0
         | 
| 50795 | 
            -
                        ],
         | 
| 50796 | 
            -
                        [
         | 
| 50797 | 
            -
                          "list",
         | 
| 50798 | 
            -
                          1
         | 
| 50799 50907 | 
             
                        ]
         | 
| 50800 50908 | 
             
                      ]
         | 
| 50801 50909 | 
             
                    },
         | 
| @@ -51170,7 +51278,7 @@ | |
| 51170 51278 | 
             
                            {
         | 
| 51171 51279 | 
             
                              "dead": true,
         | 
| 51172 51280 | 
             
                              "level": 1,
         | 
| 51173 | 
            -
                              "marker": " | 
| 51281 | 
            +
                              "marker": "property",
         | 
| 51174 51282 | 
             
                              "range": {
         | 
| 51175 51283 | 
             
                                "end": 13,
         | 
| 51176 51284 | 
             
                                "start": 12
         | 
| @@ -51183,7 +51291,7 @@ | |
| 51183 51291 | 
             
                            {
         | 
| 51184 51292 | 
             
                              "dead": true,
         | 
| 51185 51293 | 
             
                              "level": 1,
         | 
| 51186 | 
            -
                              "marker": " | 
| 51294 | 
            +
                              "marker": "property",
         | 
| 51187 51295 | 
             
                              "range": {
         | 
| 51188 51296 | 
             
                                "end": 20,
         | 
| 51189 51297 | 
             
                                "start": 19
         | 
| @@ -51443,14 +51551,14 @@ | |
| 51443 51551 | 
             
                      "selector": {
         | 
| 51444 51552 | 
             
                        "left": [
         | 
| 51445 51553 | 
             
                          {
         | 
| 51446 | 
            -
                            "pattern": "($type | 
| 51554 | 
            +
                            "pattern": "($type)"
         | 
| 51447 51555 | 
             
                          }
         | 
| 51448 51556 | 
             
                        ],
         | 
| 51449 51557 | 
             
                        "match": "same",
         | 
| 51450 51558 | 
             
                        "passthrough": true,
         | 
| 51451 51559 | 
             
                        "right": [
         | 
| 51452 51560 | 
             
                          {
         | 
| 51453 | 
            -
                            "pattern": "($type | 
| 51561 | 
            +
                            "pattern": "($type)"
         | 
| 51454 51562 | 
             
                          }
         | 
| 51455 51563 | 
             
                        ]
         | 
| 51456 51564 | 
             
                      }
         |