{
  "type": "Program",
  "body": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "Literal",
        "value": "use strict",
        "raw": "'use strict'",
        "range": [
          0,
          12
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 12
          }
        }
      },
      "range": [
        0,
        13
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 13
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "Object",
            "range": [
              13,
              19
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 13
              },
              "end": {
                "line": 1,
                "column": 19
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "defineProperty",
            "range": [
              20,
              34
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 20
              },
              "end": {
                "line": 1,
                "column": 34
              }
            }
          },
          "range": [
            13,
            34
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 13
            },
            "end": {
              "line": 1,
              "column": 34
            }
          }
        },
        "arguments": [
          {
            "type": "Identifier",
            "name": "exports",
            "range": [
              35,
              42
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 35
              },
              "end": {
                "line": 1,
                "column": 42
              }
            }
          },
          {
            "type": "Literal",
            "value": "__esModule",
            "raw": "'__esModule'",
            "range": [
              43,
              55
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 43
              },
              "end": {
                "line": 1,
                "column": 55
              }
            }
          },
          {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "key": {
                  "type": "Identifier",
                  "name": "value",
                  "range": [
                    57,
                    62
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 57
                    },
                    "end": {
                      "line": 1,
                      "column": 62
                    }
                  }
                },
                "value": {
                  "type": "UnaryExpression",
                  "operator": "!",
                  "argument": {
                    "type": "Literal",
                    "value": 0,
                    "raw": "0",
                    "range": [
                      64,
                      65
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 64
                      },
                      "end": {
                        "line": 1,
                        "column": 65
                      }
                    }
                  },
                  "prefix": true,
                  "range": [
                    63,
                    65
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 63
                    },
                    "end": {
                      "line": 1,
                      "column": 65
                    }
                  }
                },
                "kind": "init",
                "method": false,
                "shorthand": false,
                "computed": false,
                "range": [
                  57,
                  65
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 57
                  },
                  "end": {
                    "line": 1,
                    "column": 65
                  }
                }
              }
            ],
            "range": [
              56,
              66
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 56
              },
              "end": {
                "line": 1,
                "column": 66
              }
            }
          }
        ],
        "range": [
          13,
          67
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 13
          },
          "end": {
            "line": 1,
            "column": 67
          }
        }
      },
      "range": [
        13,
        68
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 13
        },
        "end": {
          "line": 1,
          "column": 68
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_from",
            "range": [
              72,
              77
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 72
              },
              "end": {
                "line": 1,
                "column": 77
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                78,
                85
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 78
                },
                "end": {
                  "line": 1,
                  "column": 85
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/core-js/array/from",
                "raw": "'babel-runtime/core-js/array/from'",
                "range": [
                  86,
                  120
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 86
                  },
                  "end": {
                    "line": 1,
                    "column": 120
                  }
                }
              }
            ],
            "range": [
              78,
              121
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 78
              },
              "end": {
                "line": 1,
                "column": 121
              }
            }
          },
          "range": [
            72,
            121
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 72
            },
            "end": {
              "line": 1,
              "column": 121
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_from2",
            "range": [
              122,
              128
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 122
              },
              "end": {
                "line": 1,
                "column": 128
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                129,
                151
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 129
                },
                "end": {
                  "line": 1,
                  "column": 151
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_from",
                "range": [
                  152,
                  157
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 152
                  },
                  "end": {
                    "line": 1,
                    "column": 157
                  }
                }
              }
            ],
            "range": [
              129,
              158
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 129
              },
              "end": {
                "line": 1,
                "column": 158
              }
            }
          },
          "range": [
            122,
            158
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 122
            },
            "end": {
              "line": 1,
              "column": 158
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_getPrototypeOf",
            "range": [
              159,
              174
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 159
              },
              "end": {
                "line": 1,
                "column": 174
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                175,
                182
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 175
                },
                "end": {
                  "line": 1,
                  "column": 182
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/core-js/object/get-prototype-of",
                "raw": "'babel-runtime/core-js/object/get-prototype-of'",
                "range": [
                  183,
                  230
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 183
                  },
                  "end": {
                    "line": 1,
                    "column": 230
                  }
                }
              }
            ],
            "range": [
              175,
              231
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 175
              },
              "end": {
                "line": 1,
                "column": 231
              }
            }
          },
          "range": [
            159,
            231
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 159
            },
            "end": {
              "line": 1,
              "column": 231
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_getPrototypeOf2",
            "range": [
              232,
              248
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 232
              },
              "end": {
                "line": 1,
                "column": 248
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                249,
                271
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 249
                },
                "end": {
                  "line": 1,
                  "column": 271
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_getPrototypeOf",
                "range": [
                  272,
                  287
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 272
                  },
                  "end": {
                    "line": 1,
                    "column": 287
                  }
                }
              }
            ],
            "range": [
              249,
              288
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 249
              },
              "end": {
                "line": 1,
                "column": 288
              }
            }
          },
          "range": [
            232,
            288
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 232
            },
            "end": {
              "line": 1,
              "column": 288
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_classCallCheck2",
            "range": [
              289,
              305
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 289
              },
              "end": {
                "line": 1,
                "column": 305
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                306,
                313
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 306
                },
                "end": {
                  "line": 1,
                  "column": 313
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/classCallCheck",
                "raw": "'babel-runtime/helpers/classCallCheck'",
                "range": [
                  314,
                  352
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 314
                  },
                  "end": {
                    "line": 1,
                    "column": 352
                  }
                }
              }
            ],
            "range": [
              306,
              353
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 306
              },
              "end": {
                "line": 1,
                "column": 353
              }
            }
          },
          "range": [
            289,
            353
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 289
            },
            "end": {
              "line": 1,
              "column": 353
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_classCallCheck3",
            "range": [
              354,
              370
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 354
              },
              "end": {
                "line": 1,
                "column": 370
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                371,
                393
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 371
                },
                "end": {
                  "line": 1,
                  "column": 393
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_classCallCheck2",
                "range": [
                  394,
                  410
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 394
                  },
                  "end": {
                    "line": 1,
                    "column": 410
                  }
                }
              }
            ],
            "range": [
              371,
              411
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 371
              },
              "end": {
                "line": 1,
                "column": 411
              }
            }
          },
          "range": [
            354,
            411
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 354
            },
            "end": {
              "line": 1,
              "column": 411
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_createClass2",
            "range": [
              412,
              425
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 412
              },
              "end": {
                "line": 1,
                "column": 425
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                426,
                433
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 426
                },
                "end": {
                  "line": 1,
                  "column": 433
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/createClass",
                "raw": "'babel-runtime/helpers/createClass'",
                "range": [
                  434,
                  469
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 434
                  },
                  "end": {
                    "line": 1,
                    "column": 469
                  }
                }
              }
            ],
            "range": [
              426,
              470
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 426
              },
              "end": {
                "line": 1,
                "column": 470
              }
            }
          },
          "range": [
            412,
            470
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 412
            },
            "end": {
              "line": 1,
              "column": 470
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_createClass3",
            "range": [
              471,
              484
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 471
              },
              "end": {
                "line": 1,
                "column": 484
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                485,
                507
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 485
                },
                "end": {
                  "line": 1,
                  "column": 507
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_createClass2",
                "range": [
                  508,
                  521
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 508
                  },
                  "end": {
                    "line": 1,
                    "column": 521
                  }
                }
              }
            ],
            "range": [
              485,
              522
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 485
              },
              "end": {
                "line": 1,
                "column": 522
              }
            }
          },
          "range": [
            471,
            522
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 471
            },
            "end": {
              "line": 1,
              "column": 522
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_possibleConstructorReturn2",
            "range": [
              523,
              550
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 523
              },
              "end": {
                "line": 1,
                "column": 550
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                551,
                558
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 551
                },
                "end": {
                  "line": 1,
                  "column": 558
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/possibleConstructorReturn",
                "raw": "'babel-runtime/helpers/possibleConstructorReturn'",
                "range": [
                  559,
                  608
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 559
                  },
                  "end": {
                    "line": 1,
                    "column": 608
                  }
                }
              }
            ],
            "range": [
              551,
              609
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 551
              },
              "end": {
                "line": 1,
                "column": 609
              }
            }
          },
          "range": [
            523,
            609
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 523
            },
            "end": {
              "line": 1,
              "column": 609
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_possibleConstructorReturn3",
            "range": [
              610,
              637
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 610
              },
              "end": {
                "line": 1,
                "column": 637
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                638,
                660
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 638
                },
                "end": {
                  "line": 1,
                  "column": 660
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_possibleConstructorReturn2",
                "range": [
                  661,
                  688
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 661
                  },
                  "end": {
                    "line": 1,
                    "column": 688
                  }
                }
              }
            ],
            "range": [
              638,
              689
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 638
              },
              "end": {
                "line": 1,
                "column": 689
              }
            }
          },
          "range": [
            610,
            689
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 610
            },
            "end": {
              "line": 1,
              "column": 689
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_inherits2",
            "range": [
              690,
              700
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 690
              },
              "end": {
                "line": 1,
                "column": 700
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                701,
                708
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 701
                },
                "end": {
                  "line": 1,
                  "column": 708
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/inherits",
                "raw": "'babel-runtime/helpers/inherits'",
                "range": [
                  709,
                  741
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 709
                  },
                  "end": {
                    "line": 1,
                    "column": 741
                  }
                }
              }
            ],
            "range": [
              701,
              742
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 701
              },
              "end": {
                "line": 1,
                "column": 742
              }
            }
          },
          "range": [
            690,
            742
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 690
            },
            "end": {
              "line": 1,
              "column": 742
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_inherits3",
            "range": [
              743,
              753
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 743
              },
              "end": {
                "line": 1,
                "column": 753
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                754,
                776
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 754
                },
                "end": {
                  "line": 1,
                  "column": 776
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_inherits2",
                "range": [
                  777,
                  787
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 777
                  },
                  "end": {
                    "line": 1,
                    "column": 787
                  }
                }
              }
            ],
            "range": [
              754,
              788
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 754
              },
              "end": {
                "line": 1,
                "column": 788
              }
            }
          },
          "range": [
            743,
            788
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 743
            },
            "end": {
              "line": 1,
              "column": 788
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_defineProperty2",
            "range": [
              789,
              805
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 789
              },
              "end": {
                "line": 1,
                "column": 805
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                806,
                813
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 806
                },
                "end": {
                  "line": 1,
                  "column": 813
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/defineProperty",
                "raw": "'babel-runtime/helpers/defineProperty'",
                "range": [
                  814,
                  852
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 814
                  },
                  "end": {
                    "line": 1,
                    "column": 852
                  }
                }
              }
            ],
            "range": [
              806,
              853
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 806
              },
              "end": {
                "line": 1,
                "column": 853
              }
            }
          },
          "range": [
            789,
            853
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 789
            },
            "end": {
              "line": 1,
              "column": 853
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_defineProperty3",
            "range": [
              854,
              870
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 854
              },
              "end": {
                "line": 1,
                "column": 870
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                871,
                893
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 871
                },
                "end": {
                  "line": 1,
                  "column": 893
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_defineProperty2",
                "range": [
                  894,
                  910
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 894
                  },
                  "end": {
                    "line": 1,
                    "column": 910
                  }
                }
              }
            ],
            "range": [
              871,
              911
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 871
              },
              "end": {
                "line": 1,
                "column": 911
              }
            }
          },
          "range": [
            854,
            911
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 854
            },
            "end": {
              "line": 1,
              "column": 911
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_extends3",
            "range": [
              912,
              921
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 912
              },
              "end": {
                "line": 1,
                "column": 921
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                922,
                929
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 922
                },
                "end": {
                  "line": 1,
                  "column": 929
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "babel-runtime/helpers/extends",
                "raw": "'babel-runtime/helpers/extends'",
                "range": [
                  930,
                  961
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 930
                  },
                  "end": {
                    "line": 1,
                    "column": 961
                  }
                }
              }
            ],
            "range": [
              922,
              962
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 922
              },
              "end": {
                "line": 1,
                "column": 962
              }
            }
          },
          "range": [
            912,
            962
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 912
            },
            "end": {
              "line": 1,
              "column": 962
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_extends4",
            "range": [
              963,
              972
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 963
              },
              "end": {
                "line": 1,
                "column": 972
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                973,
                995
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 973
                },
                "end": {
                  "line": 1,
                  "column": 995
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_extends3",
                "range": [
                  996,
                  1005
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 996
                  },
                  "end": {
                    "line": 1,
                    "column": 1005
                  }
                }
              }
            ],
            "range": [
              973,
              1006
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 973
              },
              "end": {
                "line": 1,
                "column": 1006
              }
            }
          },
          "range": [
            963,
            1006
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 963
            },
            "end": {
              "line": 1,
              "column": 1006
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_three",
            "range": [
              1007,
              1013
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1007
              },
              "end": {
                "line": 1,
                "column": 1013
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                1014,
                1021
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1014
                },
                "end": {
                  "line": 1,
                  "column": 1021
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "three",
                "raw": "'three'",
                "range": [
                  1022,
                  1029
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1022
                  },
                  "end": {
                    "line": 1,
                    "column": 1029
                  }
                }
              }
            ],
            "range": [
              1014,
              1030
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1014
              },
              "end": {
                "line": 1,
                "column": 1030
              }
            }
          },
          "range": [
            1007,
            1030
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1007
            },
            "end": {
              "line": 1,
              "column": 1030
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "THREE",
            "range": [
              1031,
              1036
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1031
              },
              "end": {
                "line": 1,
                "column": 1036
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireWildcard",
              "range": [
                1037,
                1060
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1037
                },
                "end": {
                  "line": 1,
                  "column": 1060
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_three",
                "range": [
                  1061,
                  1067
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1061
                  },
                  "end": {
                    "line": 1,
                    "column": 1067
                  }
                }
              }
            ],
            "range": [
              1037,
              1068
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1037
              },
              "end": {
                "line": 1,
                "column": 1068
              }
            }
          },
          "range": [
            1031,
            1068
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1031
            },
            "end": {
              "line": 1,
              "column": 1068
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_object",
            "range": [
              1069,
              1076
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1069
              },
              "end": {
                "line": 1,
                "column": 1076
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                1077,
                1084
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1077
                },
                "end": {
                  "line": 1,
                  "column": 1084
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "awv3/three/object3",
                "raw": "'awv3/three/object3'",
                "range": [
                  1085,
                  1105
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1085
                  },
                  "end": {
                    "line": 1,
                    "column": 1105
                  }
                }
              }
            ],
            "range": [
              1077,
              1106
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1077
              },
              "end": {
                "line": 1,
                "column": 1106
              }
            }
          },
          "range": [
            1069,
            1106
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1069
            },
            "end": {
              "line": 1,
              "column": 1106
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_object2",
            "range": [
              1107,
              1115
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1107
              },
              "end": {
                "line": 1,
                "column": 1115
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                1116,
                1138
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1116
                },
                "end": {
                  "line": 1,
                  "column": 1138
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_object",
                "range": [
                  1139,
                  1146
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1139
                  },
                  "end": {
                    "line": 1,
                    "column": 1146
                  }
                }
              }
            ],
            "range": [
              1116,
              1147
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1116
              },
              "end": {
                "line": 1,
                "column": 1147
              }
            }
          },
          "range": [
            1107,
            1147
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1107
            },
            "end": {
              "line": 1,
              "column": 1147
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_region",
            "range": [
              1148,
              1155
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1148
              },
              "end": {
                "line": 1,
                "column": 1155
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                1156,
                1163
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1156
                },
                "end": {
                  "line": 1,
                  "column": 1163
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "awv3/three/region",
                "raw": "'awv3/three/region'",
                "range": [
                  1164,
                  1183
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1164
                  },
                  "end": {
                    "line": 1,
                    "column": 1183
                  }
                }
              }
            ],
            "range": [
              1156,
              1184
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1156
              },
              "end": {
                "line": 1,
                "column": 1184
              }
            }
          },
          "range": [
            1148,
            1184
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1148
            },
            "end": {
              "line": 1,
              "column": 1184
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_region2",
            "range": [
              1185,
              1193
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1185
              },
              "end": {
                "line": 1,
                "column": 1193
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                1194,
                1216
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1194
                },
                "end": {
                  "line": 1,
                  "column": 1216
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_region",
                "range": [
                  1217,
                  1224
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1217
                  },
                  "end": {
                    "line": 1,
                    "column": 1224
                  }
                }
              }
            ],
            "range": [
              1194,
              1225
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1194
              },
              "end": {
                "line": 1,
                "column": 1225
              }
            }
          },
          "range": [
            1185,
            1225
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1185
            },
            "end": {
              "line": 1,
              "column": 1225
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_plugin",
            "range": [
              1226,
              1233
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1226
              },
              "end": {
                "line": 1,
                "column": 1233
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                1234,
                1241
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1234
                },
                "end": {
                  "line": 1,
                  "column": 1241
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../../session/plugin",
                "raw": "'../../session/plugin'",
                "range": [
                  1242,
                  1264
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1242
                  },
                  "end": {
                    "line": 1,
                    "column": 1264
                  }
                }
              }
            ],
            "range": [
              1234,
              1265
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1234
              },
              "end": {
                "line": 1,
                "column": 1265
              }
            }
          },
          "range": [
            1226,
            1265
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1226
            },
            "end": {
              "line": 1,
              "column": 1265
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_plugin2",
            "range": [
              1266,
              1274
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1266
              },
              "end": {
                "line": 1,
                "column": 1274
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                1275,
                1297
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1275
                },
                "end": {
                  "line": 1,
                  "column": 1297
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_plugin",
                "range": [
                  1298,
                  1305
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1298
                  },
                  "end": {
                    "line": 1,
                    "column": 1305
                  }
                }
              }
            ],
            "range": [
              1275,
              1306
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1275
              },
              "end": {
                "line": 1,
                "column": 1306
              }
            }
          },
          "range": [
            1266,
            1306
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1266
            },
            "end": {
              "line": 1,
              "column": 1306
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_observablemap",
            "range": [
              1307,
              1321
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1307
              },
              "end": {
                "line": 1,
                "column": 1321
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                1322,
                1329
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1322
                },
                "end": {
                  "line": 1,
                  "column": 1329
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "./observablemap",
                "raw": "'./observablemap'",
                "range": [
                  1330,
                  1347
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1330
                  },
                  "end": {
                    "line": 1,
                    "column": 1347
                  }
                }
              }
            ],
            "range": [
              1322,
              1348
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1322
              },
              "end": {
                "line": 1,
                "column": 1348
              }
            }
          },
          "range": [
            1307,
            1348
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1307
            },
            "end": {
              "line": 1,
              "column": 1348
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_observablemap2",
            "range": [
              1349,
              1364
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1349
              },
              "end": {
                "line": 1,
                "column": 1364
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "_interopRequireDefault",
              "range": [
                1365,
                1387
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1365
                },
                "end": {
                  "line": 1,
                  "column": 1387
                }
              }
            },
            "arguments": [
              {
                "type": "Identifier",
                "name": "_observablemap",
                "range": [
                  1388,
                  1402
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1388
                  },
                  "end": {
                    "line": 1,
                    "column": 1402
                  }
                }
              }
            ],
            "range": [
              1365,
              1403
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1365
              },
              "end": {
                "line": 1,
                "column": 1403
              }
            }
          },
          "range": [
            1349,
            1403
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1349
            },
            "end": {
              "line": 1,
              "column": 1403
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "_elements",
            "range": [
              1404,
              1413
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1404
              },
              "end": {
                "line": 1,
                "column": 1413
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "require",
              "range": [
                1414,
                1421
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1414
                },
                "end": {
                  "line": 1,
                  "column": 1421
                }
              }
            },
            "arguments": [
              {
                "type": "Literal",
                "value": "../../session/elements",
                "raw": "'../../session/elements'",
                "range": [
                  1422,
                  1446
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1422
                  },
                  "end": {
                    "line": 1,
                    "column": 1446
                  }
                }
              }
            ],
            "range": [
              1414,
              1447
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1414
              },
              "end": {
                "line": 1,
                "column": 1447
              }
            }
          },
          "range": [
            1404,
            1447
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1404
            },
            "end": {
              "line": 1,
              "column": 1447
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        68,
        1448
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 68
        },
        "end": {
          "line": 1,
          "column": 1448
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "id": {
        "type": "Identifier",
        "name": "_interopRequireWildcard",
        "range": [
          1457,
          1480
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1457
          },
          "end": {
            "line": 1,
            "column": 1480
          }
        }
      },
      "params": [
        {
          "type": "Identifier",
          "name": "obj",
          "range": [
            1481,
            1484
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1481
            },
            "end": {
              "line": 1,
              "column": 1484
            }
          }
        }
      ],
      "body": {
        "type": "BlockStatement",
        "body": [
          {
            "type": "IfStatement",
            "test": {
              "type": "LogicalExpression",
              "operator": "&&",
              "left": {
                "type": "Identifier",
                "name": "obj",
                "range": [
                  1489,
                  1492
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1489
                  },
                  "end": {
                    "line": 1,
                    "column": 1492
                  }
                }
              },
              "right": {
                "type": "MemberExpression",
                "computed": false,
                "object": {
                  "type": "Identifier",
                  "name": "obj",
                  "range": [
                    1494,
                    1497
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1494
                    },
                    "end": {
                      "line": 1,
                      "column": 1497
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "__esModule",
                  "range": [
                    1498,
                    1508
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1498
                    },
                    "end": {
                      "line": 1,
                      "column": 1508
                    }
                  }
                },
                "range": [
                  1494,
                  1508
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1494
                  },
                  "end": {
                    "line": 1,
                    "column": 1508
                  }
                }
              },
              "range": [
                1489,
                1508
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1489
                },
                "end": {
                  "line": 1,
                  "column": 1508
                }
              }
            },
            "consequent": {
              "type": "ReturnStatement",
              "argument": {
                "type": "Identifier",
                "name": "obj",
                "range": [
                  1516,
                  1519
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1516
                  },
                  "end": {
                    "line": 1,
                    "column": 1519
                  }
                }
              },
              "range": [
                1509,
                1520
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1509
                },
                "end": {
                  "line": 1,
                  "column": 1520
                }
              }
            },
            "alternate": null,
            "range": [
              1486,
              1520
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1486
              },
              "end": {
                "line": 1,
                "column": 1520
              }
            }
          },
          {
            "type": "VariableDeclaration",
            "declarations": [
              {
                "type": "VariableDeclarator",
                "id": {
                  "type": "Identifier",
                  "name": "newObj",
                  "range": [
                    1524,
                    1530
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1524
                    },
                    "end": {
                      "line": 1,
                      "column": 1530
                    }
                  }
                },
                "init": {
                  "type": "ObjectExpression",
                  "properties": [],
                  "range": [
                    1531,
                    1533
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1531
                    },
                    "end": {
                      "line": 1,
                      "column": 1533
                    }
                  }
                },
                "range": [
                  1524,
                  1533
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1524
                  },
                  "end": {
                    "line": 1,
                    "column": 1533
                  }
                }
              }
            ],
            "kind": "var",
            "range": [
              1520,
              1534
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1520
              },
              "end": {
                "line": 1,
                "column": 1534
              }
            }
          },
          {
            "type": "IfStatement",
            "test": {
              "type": "BinaryExpression",
              "operator": "!=",
              "left": {
                "type": "Literal",
                "value": null,
                "raw": "null",
                "range": [
                  1537,
                  1541
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1537
                  },
                  "end": {
                    "line": 1,
                    "column": 1541
                  }
                }
              },
              "right": {
                "type": "Identifier",
                "name": "obj",
                "range": [
                  1543,
                  1546
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1543
                  },
                  "end": {
                    "line": 1,
                    "column": 1546
                  }
                }
              },
              "range": [
                1537,
                1546
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1537
                },
                "end": {
                  "line": 1,
                  "column": 1546
                }
              }
            },
            "consequent": {
              "type": "ForInStatement",
              "left": {
                "type": "VariableDeclaration",
                "declarations": [
                  {
                    "type": "VariableDeclarator",
                    "id": {
                      "type": "Identifier",
                      "name": "key",
                      "range": [
                        1555,
                        1558
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1555
                        },
                        "end": {
                          "line": 1,
                          "column": 1558
                        }
                      }
                    },
                    "init": null,
                    "range": [
                      1555,
                      1558
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1555
                      },
                      "end": {
                        "line": 1,
                        "column": 1558
                      }
                    }
                  }
                ],
                "kind": "var",
                "range": [
                  1551,
                  1558
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1551
                  },
                  "end": {
                    "line": 1,
                    "column": 1558
                  }
                }
              },
              "right": {
                "type": "Identifier",
                "name": "obj",
                "range": [
                  1562,
                  1565
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1562
                  },
                  "end": {
                    "line": 1,
                    "column": 1565
                  }
                }
              },
              "body": {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "LogicalExpression",
                  "operator": "&&",
                  "left": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "MemberExpression",
                      "computed": false,
                      "object": {
                        "type": "MemberExpression",
                        "computed": false,
                        "object": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "Identifier",
                            "name": "Object",
                            "range": [
                              1566,
                              1572
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 1566
                              },
                              "end": {
                                "line": 1,
                                "column": 1572
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "prototype",
                            "range": [
                              1573,
                              1582
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 1573
                              },
                              "end": {
                                "line": 1,
                                "column": 1582
                              }
                            }
                          },
                          "range": [
                            1566,
                            1582
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 1566
                            },
                            "end": {
                              "line": 1,
                              "column": 1582
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "hasOwnProperty",
                          "range": [
                            1583,
                            1597
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 1583
                            },
                            "end": {
                              "line": 1,
                              "column": 1597
                            }
                          }
                        },
                        "range": [
                          1566,
                          1597
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1566
                          },
                          "end": {
                            "line": 1,
                            "column": 1597
                          }
                        }
                      },
                      "property": {
                        "type": "Identifier",
                        "name": "call",
                        "range": [
                          1598,
                          1602
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1598
                          },
                          "end": {
                            "line": 1,
                            "column": 1602
                          }
                        }
                      },
                      "range": [
                        1566,
                        1602
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1566
                        },
                        "end": {
                          "line": 1,
                          "column": 1602
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "Identifier",
                        "name": "obj",
                        "range": [
                          1603,
                          1606
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1603
                          },
                          "end": {
                            "line": 1,
                            "column": 1606
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "key",
                        "range": [
                          1607,
                          1610
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1607
                          },
                          "end": {
                            "line": 1,
                            "column": 1610
                          }
                        }
                      }
                    ],
                    "range": [
                      1566,
                      1611
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1566
                      },
                      "end": {
                        "line": 1,
                        "column": 1611
                      }
                    }
                  },
                  "right": {
                    "type": "AssignmentExpression",
                    "operator": "=",
                    "left": {
                      "type": "MemberExpression",
                      "computed": true,
                      "object": {
                        "type": "Identifier",
                        "name": "newObj",
                        "range": [
                          1614,
                          1620
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1614
                          },
                          "end": {
                            "line": 1,
                            "column": 1620
                          }
                        }
                      },
                      "property": {
                        "type": "Identifier",
                        "name": "key",
                        "range": [
                          1621,
                          1624
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1621
                          },
                          "end": {
                            "line": 1,
                            "column": 1624
                          }
                        }
                      },
                      "range": [
                        1614,
                        1625
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1614
                        },
                        "end": {
                          "line": 1,
                          "column": 1625
                        }
                      }
                    },
                    "right": {
                      "type": "MemberExpression",
                      "computed": true,
                      "object": {
                        "type": "Identifier",
                        "name": "obj",
                        "range": [
                          1626,
                          1629
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1626
                          },
                          "end": {
                            "line": 1,
                            "column": 1629
                          }
                        }
                      },
                      "property": {
                        "type": "Identifier",
                        "name": "key",
                        "range": [
                          1630,
                          1633
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1630
                          },
                          "end": {
                            "line": 1,
                            "column": 1633
                          }
                        }
                      },
                      "range": [
                        1626,
                        1634
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1626
                        },
                        "end": {
                          "line": 1,
                          "column": 1634
                        }
                      }
                    },
                    "range": [
                      1614,
                      1634
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1614
                      },
                      "end": {
                        "line": 1,
                        "column": 1634
                      }
                    }
                  },
                  "range": [
                    1566,
                    1635
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1566
                    },
                    "end": {
                      "line": 1,
                      "column": 1635
                    }
                  }
                },
                "range": [
                  1566,
                  1636
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1566
                  },
                  "end": {
                    "line": 1,
                    "column": 1636
                  }
                }
              },
              "each": false,
              "range": [
                1547,
                1636
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1547
                },
                "end": {
                  "line": 1,
                  "column": 1636
                }
              }
            },
            "alternate": null,
            "range": [
              1534,
              1636
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1534
              },
              "end": {
                "line": 1,
                "column": 1636
              }
            }
          },
          {
            "type": "ReturnStatement",
            "argument": {
              "type": "SequenceExpression",
              "expressions": [
                {
                  "type": "AssignmentExpression",
                  "operator": "=",
                  "left": {
                    "type": "MemberExpression",
                    "computed": false,
                    "object": {
                      "type": "Identifier",
                      "name": "newObj",
                      "range": [
                        1643,
                        1649
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1643
                        },
                        "end": {
                          "line": 1,
                          "column": 1649
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "default",
                      "range": [
                        1650,
                        1657
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1650
                        },
                        "end": {
                          "line": 1,
                          "column": 1657
                        }
                      }
                    },
                    "range": [
                      1643,
                      1657
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1643
                      },
                      "end": {
                        "line": 1,
                        "column": 1657
                      }
                    }
                  },
                  "right": {
                    "type": "Identifier",
                    "name": "obj",
                    "range": [
                      1658,
                      1661
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1658
                      },
                      "end": {
                        "line": 1,
                        "column": 1661
                      }
                    }
                  },
                  "range": [
                    1643,
                    1661
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1643
                    },
                    "end": {
                      "line": 1,
                      "column": 1661
                    }
                  }
                },
                {
                  "type": "Identifier",
                  "name": "newObj",
                  "range": [
                    1662,
                    1668
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1662
                    },
                    "end": {
                      "line": 1,
                      "column": 1668
                    }
                  }
                }
              ],
              "range": [
                1643,
                1668
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1643
                },
                "end": {
                  "line": 1,
                  "column": 1668
                }
              }
            },
            "range": [
              1636,
              1668
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1636
              },
              "end": {
                "line": 1,
                "column": 1668
              }
            }
          }
        ],
        "range": [
          1485,
          1669
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1485
          },
          "end": {
            "line": 1,
            "column": 1669
          }
        }
      },
      "generator": false,
      "expression": false,
      "range": [
        1448,
        1669
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1448
        },
        "end": {
          "line": 1,
          "column": 1669
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "id": {
        "type": "Identifier",
        "name": "_interopRequireDefault",
        "range": [
          1678,
          1700
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1678
          },
          "end": {
            "line": 1,
            "column": 1700
          }
        }
      },
      "params": [
        {
          "type": "Identifier",
          "name": "obj",
          "range": [
            1701,
            1704
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1701
            },
            "end": {
              "line": 1,
              "column": 1704
            }
          }
        }
      ],
      "body": {
        "type": "BlockStatement",
        "body": [
          {
            "type": "ReturnStatement",
            "argument": {
              "type": "ConditionalExpression",
              "test": {
                "type": "LogicalExpression",
                "operator": "&&",
                "left": {
                  "type": "Identifier",
                  "name": "obj",
                  "range": [
                    1713,
                    1716
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1713
                    },
                    "end": {
                      "line": 1,
                      "column": 1716
                    }
                  }
                },
                "right": {
                  "type": "MemberExpression",
                  "computed": false,
                  "object": {
                    "type": "Identifier",
                    "name": "obj",
                    "range": [
                      1718,
                      1721
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1718
                      },
                      "end": {
                        "line": 1,
                        "column": 1721
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "__esModule",
                    "range": [
                      1722,
                      1732
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1722
                      },
                      "end": {
                        "line": 1,
                        "column": 1732
                      }
                    }
                  },
                  "range": [
                    1718,
                    1732
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1718
                    },
                    "end": {
                      "line": 1,
                      "column": 1732
                    }
                  }
                },
                "range": [
                  1713,
                  1732
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1713
                  },
                  "end": {
                    "line": 1,
                    "column": 1732
                  }
                }
              },
              "consequent": {
                "type": "Identifier",
                "name": "obj",
                "range": [
                  1733,
                  1736
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1733
                  },
                  "end": {
                    "line": 1,
                    "column": 1736
                  }
                }
              },
              "alternate": {
                "type": "ObjectExpression",
                "properties": [
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "default",
                      "range": [
                        1738,
                        1745
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1738
                        },
                        "end": {
                          "line": 1,
                          "column": 1745
                        }
                      }
                    },
                    "value": {
                      "type": "Identifier",
                      "name": "obj",
                      "range": [
                        1746,
                        1749
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1746
                        },
                        "end": {
                          "line": 1,
                          "column": 1749
                        }
                      }
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false,
                    "computed": false,
                    "range": [
                      1738,
                      1749
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1738
                      },
                      "end": {
                        "line": 1,
                        "column": 1749
                      }
                    }
                  }
                ],
                "range": [
                  1737,
                  1750
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1737
                  },
                  "end": {
                    "line": 1,
                    "column": 1750
                  }
                }
              },
              "range": [
                1713,
                1750
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1713
                },
                "end": {
                  "line": 1,
                  "column": 1750
                }
              }
            },
            "range": [
              1706,
              1750
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1706
              },
              "end": {
                "line": 1,
                "column": 1750
              }
            }
          }
        ],
        "range": [
          1705,
          1751
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 1705
          },
          "end": {
            "line": 1,
            "column": 1751
          }
        }
      },
      "generator": false,
      "expression": false,
      "range": [
        1669,
        1751
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1669
        },
        "end": {
          "line": 1,
          "column": 1751
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "keys",
            "range": [
              1755,
              1759
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1755
              },
              "end": {
                "line": 1,
                "column": 1759
              }
            }
          },
          "init": {
            "type": "ArrayExpression",
            "elements": [
              {
                "type": "Literal",
                "value": "help",
                "raw": "'help'",
                "range": [
                  1761,
                  1767
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1761
                  },
                  "end": {
                    "line": 1,
                    "column": 1767
                  }
                }
              }
            ],
            "range": [
              1760,
              1768
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1760
              },
              "end": {
                "line": 1,
                "column": 1768
              }
            }
          },
          "range": [
            1755,
            1768
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1755
            },
            "end": {
              "line": 1,
              "column": 1768
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "resources",
            "range": [
              1769,
              1778
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1769
              },
              "end": {
                "line": 1,
                "column": 1778
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "MemberExpression",
              "computed": false,
              "object": {
                "type": "Identifier",
                "name": "keys",
                "range": [
                  1779,
                  1783
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1779
                  },
                  "end": {
                    "line": 1,
                    "column": 1783
                  }
                }
              },
              "property": {
                "type": "Identifier",
                "name": "reduce",
                "range": [
                  1784,
                  1790
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1784
                  },
                  "end": {
                    "line": 1,
                    "column": 1790
                  }
                }
              },
              "range": [
                1779,
                1790
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1779
                },
                "end": {
                  "line": 1,
                  "column": 1790
                }
              }
            },
            "arguments": [
              {
                "type": "FunctionExpression",
                "id": null,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "a",
                    "range": [
                      1800,
                      1801
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1800
                      },
                      "end": {
                        "line": 1,
                        "column": 1801
                      }
                    }
                  },
                  {
                    "type": "Identifier",
                    "name": "b",
                    "range": [
                      1802,
                      1803
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1802
                      },
                      "end": {
                        "line": 1,
                        "column": 1803
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "SequenceExpression",
                          "expressions": [
                            {
                              "type": "Literal",
                              "value": 0,
                              "raw": "0",
                              "range": [
                                1812,
                                1813
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 1812
                                },
                                "end": {
                                  "line": 1,
                                  "column": 1813
                                }
                              }
                            },
                            {
                              "type": "MemberExpression",
                              "computed": false,
                              "object": {
                                "type": "Identifier",
                                "name": "_extends4",
                                "range": [
                                  1814,
                                  1823
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1814
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1823
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "default",
                                "range": [
                                  1824,
                                  1831
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1824
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1831
                                  }
                                }
                              },
                              "range": [
                                1814,
                                1831
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 1814
                                },
                                "end": {
                                  "line": 1,
                                  "column": 1831
                                }
                              }
                            }
                          ],
                          "range": [
                            1812,
                            1831
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 1812
                            },
                            "end": {
                              "line": 1,
                              "column": 1831
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "ObjectExpression",
                            "properties": [],
                            "range": [
                              1833,
                              1835
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 1833
                              },
                              "end": {
                                "line": 1,
                                "column": 1835
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "a",
                            "range": [
                              1836,
                              1837
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 1836
                              },
                              "end": {
                                "line": 1,
                                "column": 1837
                              }
                            }
                          },
                          {
                            "type": "CallExpression",
                            "callee": {
                              "type": "SequenceExpression",
                              "expressions": [
                                {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    1839,
                                    1840
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1839
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1840
                                    }
                                  }
                                },
                                {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_defineProperty3",
                                    "range": [
                                      1841,
                                      1857
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1841
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1857
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "default",
                                    "range": [
                                      1858,
                                      1865
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1858
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1865
                                      }
                                    }
                                  },
                                  "range": [
                                    1841,
                                    1865
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1841
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1865
                                    }
                                  }
                                }
                              ],
                              "range": [
                                1839,
                                1865
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 1839
                                },
                                "end": {
                                  "line": 1,
                                  "column": 1865
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "ObjectExpression",
                                "properties": [],
                                "range": [
                                  1867,
                                  1869
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1867
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1869
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "b",
                                "range": [
                                  1870,
                                  1871
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1870
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1871
                                  }
                                }
                              },
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "Identifier",
                                  "name": "require",
                                  "range": [
                                    1872,
                                    1879
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1872
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1879
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "BinaryExpression",
                                    "operator": "+",
                                    "left": {
                                      "type": "BinaryExpression",
                                      "operator": "+",
                                      "left": {
                                        "type": "Literal",
                                        "value": "./resources/",
                                        "raw": "'./resources/'",
                                        "range": [
                                          1880,
                                          1894
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1880
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1894
                                          }
                                        }
                                      },
                                      "right": {
                                        "type": "Identifier",
                                        "name": "b",
                                        "range": [
                                          1895,
                                          1896
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 1895
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 1896
                                          }
                                        }
                                      },
                                      "range": [
                                        1880,
                                        1896
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 1880
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 1896
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "Literal",
                                      "value": ".png",
                                      "raw": "'.png'",
                                      "range": [
                                        1897,
                                        1903
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 1897
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 1903
                                        }
                                      }
                                    },
                                    "range": [
                                      1880,
                                      1903
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1880
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1903
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  1872,
                                  1904
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1872
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 1904
                                  }
                                }
                              }
                            ],
                            "range": [
                              1838,
                              1905
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 1838
                              },
                              "end": {
                                "line": 1,
                                "column": 1905
                              }
                            }
                          }
                        ],
                        "range": [
                          1811,
                          1906
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1811
                          },
                          "end": {
                            "line": 1,
                            "column": 1906
                          }
                        }
                      },
                      "range": [
                        1805,
                        1906
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1805
                        },
                        "end": {
                          "line": 1,
                          "column": 1906
                        }
                      }
                    }
                  ],
                  "range": [
                    1804,
                    1907
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1804
                    },
                    "end": {
                      "line": 1,
                      "column": 1907
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  1791,
                  1907
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1791
                  },
                  "end": {
                    "line": 1,
                    "column": 1907
                  }
                }
              },
              {
                "type": "ObjectExpression",
                "properties": [],
                "range": [
                  1908,
                  1910
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1908
                  },
                  "end": {
                    "line": 1,
                    "column": 1910
                  }
                }
              }
            ],
            "range": [
              1779,
              1911
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1779
              },
              "end": {
                "line": 1,
                "column": 1911
              }
            }
          },
          "range": [
            1769,
            1911
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1769
            },
            "end": {
              "line": 1,
              "column": 1911
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        1751,
        1912
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1751
        },
        "end": {
          "line": 1,
          "column": 1912
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "Selection",
            "range": [
              1916,
              1925
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1916
              },
              "end": {
                "line": 1,
                "column": 1925
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "FunctionExpression",
              "id": null,
              "params": [
                {
                  "type": "Identifier",
                  "name": "_Plugin",
                  "range": [
                    1935,
                    1942
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1935
                    },
                    "end": {
                      "line": 1,
                      "column": 1942
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "FunctionDeclaration",
                    "id": {
                      "type": "Identifier",
                      "name": "Selection",
                      "range": [
                        1953,
                        1962
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1953
                        },
                        "end": {
                          "line": 1,
                          "column": 1962
                        }
                      }
                    },
                    "params": [
                      {
                        "type": "Identifier",
                        "name": "a",
                        "range": [
                          1963,
                          1964
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1963
                          },
                          "end": {
                            "line": 1,
                            "column": 1964
                          }
                        }
                      },
                      {
                        "type": "Identifier",
                        "name": "b",
                        "range": [
                          1965,
                          1966
                        ],
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1965
                          },
                          "end": {
                            "line": 1,
                            "column": 1966
                          }
                        }
                      }
                    ],
                    "body": {
                      "type": "BlockStatement",
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "SequenceExpression",
                              "expressions": [
                                {
                                  "type": "Literal",
                                  "value": 0,
                                  "raw": "0",
                                  "range": [
                                    1969,
                                    1970
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1969
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1970
                                    }
                                  }
                                },
                                {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_classCallCheck3",
                                    "range": [
                                      1971,
                                      1987
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1971
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1987
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "default",
                                    "range": [
                                      1988,
                                      1995
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 1988
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 1995
                                      }
                                    }
                                  },
                                  "range": [
                                    1971,
                                    1995
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 1971
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 1995
                                    }
                                  }
                                }
                              ],
                              "range": [
                                1969,
                                1995
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 1969
                                },
                                "end": {
                                  "line": 1,
                                  "column": 1995
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "range": [
                                  1997,
                                  2001
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 1997
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2001
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "Selection",
                                "range": [
                                  2002,
                                  2011
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2002
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2011
                                  }
                                }
                              }
                            ],
                            "range": [
                              1968,
                              2012
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 1968
                              },
                              "end": {
                                "line": 1,
                                "column": 2012
                              }
                            }
                          },
                          "range": [
                            1968,
                            2013
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 1968
                            },
                            "end": {
                              "line": 1,
                              "column": 2013
                            }
                          }
                        },
                        {
                          "type": "VariableDeclaration",
                          "declarations": [
                            {
                              "type": "VariableDeclarator",
                              "id": {
                                "type": "Identifier",
                                "name": "_this",
                                "range": [
                                  2017,
                                  2022
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2017
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2022
                                  }
                                }
                              },
                              "init": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "SequenceExpression",
                                  "expressions": [
                                    {
                                      "type": "Literal",
                                      "value": 0,
                                      "raw": "0",
                                      "range": [
                                        2024,
                                        2025
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2024
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2025
                                        }
                                      }
                                    },
                                    {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "Identifier",
                                        "name": "_possibleConstructorReturn3",
                                        "range": [
                                          2026,
                                          2053
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2026
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2053
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "default",
                                        "range": [
                                          2054,
                                          2061
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2054
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2061
                                          }
                                        }
                                      },
                                      "range": [
                                        2026,
                                        2061
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2026
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2061
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2024,
                                    2061
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2024
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2061
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "range": [
                                      2063,
                                      2067
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2063
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2067
                                      }
                                    }
                                  },
                                  {
                                    "type": "CallExpression",
                                    "callee": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "LogicalExpression",
                                        "operator": "||",
                                        "left": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "Selection",
                                            "range": [
                                              2069,
                                              2078
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2069
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2078
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "__proto__",
                                            "range": [
                                              2079,
                                              2088
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2079
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2088
                                              }
                                            }
                                          },
                                          "range": [
                                            2069,
                                            2088
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2069
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2088
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "CallExpression",
                                          "callee": {
                                            "type": "SequenceExpression",
                                            "expressions": [
                                              {
                                                "type": "Literal",
                                                "value": 0,
                                                "raw": "0",
                                                "range": [
                                                  2091,
                                                  2092
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2091
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2092
                                                  }
                                                }
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "_getPrototypeOf2",
                                                  "range": [
                                                    2093,
                                                    2109
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2093
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2109
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "default",
                                                  "range": [
                                                    2110,
                                                    2117
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2110
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2117
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2093,
                                                  2117
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2093
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2117
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2091,
                                              2117
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2091
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2117
                                              }
                                            }
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "name": "Selection",
                                              "range": [
                                                2119,
                                                2128
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2119
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2128
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2090,
                                            2129
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2090
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2129
                                            }
                                          }
                                        },
                                        "range": [
                                          2069,
                                          2129
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2069
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2129
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "call",
                                        "range": [
                                          2131,
                                          2135
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2131
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2135
                                          }
                                        }
                                      },
                                      "range": [
                                        2068,
                                        2135
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2068
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2135
                                        }
                                      }
                                    },
                                    "arguments": [
                                      {
                                        "type": "ThisExpression",
                                        "range": [
                                          2136,
                                          2140
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2136
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2140
                                          }
                                        }
                                      },
                                      {
                                        "type": "Identifier",
                                        "name": "a",
                                        "range": [
                                          2141,
                                          2142
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2141
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2142
                                          }
                                        }
                                      },
                                      {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "SequenceExpression",
                                          "expressions": [
                                            {
                                              "type": "Literal",
                                              "value": 0,
                                              "raw": "0",
                                              "range": [
                                                2144,
                                                2145
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2144
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2145
                                                }
                                              }
                                            },
                                            {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "Identifier",
                                                "name": "_extends4",
                                                "range": [
                                                  2146,
                                                  2155
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2146
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2155
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "default",
                                                "range": [
                                                  2156,
                                                  2163
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2156
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2163
                                                  }
                                                }
                                              },
                                              "range": [
                                                2146,
                                                2163
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2146
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2163
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2144,
                                            2163
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2144
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2163
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "ObjectExpression",
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "type",
                                                  "range": [
                                                    2166,
                                                    2170
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2166
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2170
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Literal",
                                                  "value": "Selection",
                                                  "raw": "'Selection'",
                                                  "range": [
                                                    2171,
                                                    2182
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2171
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2182
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  2166,
                                                  2182
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2166
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2182
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "icon",
                                                  "range": [
                                                    2183,
                                                    2187
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2183
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2187
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Literal",
                                                  "value": "help",
                                                  "raw": "'help'",
                                                  "range": [
                                                    2188,
                                                    2194
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2188
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2194
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  2183,
                                                  2194
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2183
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2194
                                                  }
                                                }
                                              },
                                              {
                                                "type": "Property",
                                                "key": {
                                                  "type": "Identifier",
                                                  "name": "resources",
                                                  "range": [
                                                    2195,
                                                    2204
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2195
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2204
                                                    }
                                                  }
                                                },
                                                "value": {
                                                  "type": "Identifier",
                                                  "name": "resources",
                                                  "range": [
                                                    2205,
                                                    2214
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2205
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2214
                                                    }
                                                  }
                                                },
                                                "kind": "init",
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "range": [
                                                  2195,
                                                  2214
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2195
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2214
                                                  }
                                                }
                                              }
                                            ],
                                            "range": [
                                              2165,
                                              2215
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2165
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2215
                                              }
                                            }
                                          },
                                          {
                                            "type": "Identifier",
                                            "name": "b",
                                            "range": [
                                              2216,
                                              2217
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2216
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2217
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          2143,
                                          2218
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2143
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2218
                                          }
                                        }
                                      }
                                    ],
                                    "range": [
                                      2068,
                                      2219
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2068
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2219
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2023,
                                  2220
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2023
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2220
                                  }
                                }
                              },
                              "range": [
                                2017,
                                2220
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 2017
                                },
                                "end": {
                                  "line": 1,
                                  "column": 2220
                                }
                              }
                            }
                          ],
                          "kind": "var",
                          "range": [
                            2013,
                            2221
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 2013
                            },
                            "end": {
                              "line": 1,
                              "column": 2221
                            }
                          }
                        },
                        {
                          "type": "ReturnStatement",
                          "argument": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this",
                                    "range": [
                                      2228,
                                      2233
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2228
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2233
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "addElement",
                                    "range": [
                                      2234,
                                      2244
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2234
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2244
                                      }
                                    }
                                  },
                                  "range": [
                                    2228,
                                    2244
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2228
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2244
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "_this",
                                      "range": [
                                        2245,
                                        2250
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2245
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2250
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "labels",
                                      "range": [
                                        2251,
                                        2257
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2251
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2257
                                        }
                                      }
                                    },
                                    "range": [
                                      2245,
                                      2257
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2245
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2257
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2228,
                                  2258
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2228
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2258
                                  }
                                }
                              },
                              {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this",
                                    "range": [
                                      2259,
                                      2264
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2259
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2264
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "button",
                                    "range": [
                                      2265,
                                      2271
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2265
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2271
                                      }
                                    }
                                  },
                                  "range": [
                                    2259,
                                    2271
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2259
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2271
                                    }
                                  }
                                },
                                "right": {
                                  "type": "NewExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "_elements",
                                      "range": [
                                        2276,
                                        2285
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2276
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2285
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "Button",
                                      "range": [
                                        2286,
                                        2292
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2286
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2292
                                        }
                                      }
                                    },
                                    "range": [
                                      2276,
                                      2292
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2276
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2292
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "_this",
                                      "range": [
                                        2293,
                                        2298
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2293
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2298
                                        }
                                      }
                                    },
                                    {
                                      "type": "ObjectExpression",
                                      "properties": [
                                        {
                                          "type": "Property",
                                          "key": {
                                            "type": "Identifier",
                                            "name": "name",
                                            "range": [
                                              2300,
                                              2304
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2300
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2304
                                              }
                                            }
                                          },
                                          "value": {
                                            "type": "Literal",
                                            "value": "Select",
                                            "raw": "'Select'",
                                            "range": [
                                              2305,
                                              2313
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2305
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2313
                                              }
                                            }
                                          },
                                          "kind": "init",
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "range": [
                                            2300,
                                            2313
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2300
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2313
                                            }
                                          }
                                        },
                                        {
                                          "type": "Property",
                                          "key": {
                                            "type": "Identifier",
                                            "name": "color",
                                            "range": [
                                              2314,
                                              2319
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2314
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2319
                                              }
                                            }
                                          },
                                          "value": {
                                            "type": "Literal",
                                            "value": "blue",
                                            "raw": "'blue'",
                                            "range": [
                                              2320,
                                              2326
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2320
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2326
                                              }
                                            }
                                          },
                                          "kind": "init",
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "range": [
                                            2314,
                                            2326
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2314
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2326
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2299,
                                        2327
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2299
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2327
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2272,
                                    2328
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2272
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2328
                                    }
                                  }
                                },
                                "range": [
                                  2259,
                                  2328
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2259
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2328
                                  }
                                }
                              },
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this",
                                    "range": [
                                      2329,
                                      2334
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2329
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2334
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "addElement",
                                    "range": [
                                      2335,
                                      2345
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2335
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2345
                                      }
                                    }
                                  },
                                  "range": [
                                    2329,
                                    2345
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2329
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2345
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "_this",
                                      "range": [
                                        2346,
                                        2351
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2346
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2351
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "button",
                                      "range": [
                                        2352,
                                        2358
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2352
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2358
                                        }
                                      }
                                    },
                                    "range": [
                                      2346,
                                      2358
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2346
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2358
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2329,
                                  2359
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2329
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2359
                                  }
                                }
                              },
                              {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this",
                                    "range": [
                                      2360,
                                      2365
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2360
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2365
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "labels",
                                    "range": [
                                      2366,
                                      2372
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2366
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2372
                                      }
                                    }
                                  },
                                  "range": [
                                    2360,
                                    2372
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2360
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2372
                                    }
                                  }
                                },
                                "right": {
                                  "type": "NewExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "_elements",
                                      "range": [
                                        2377,
                                        2386
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2377
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2386
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "Group",
                                      "range": [
                                        2387,
                                        2392
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2387
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2392
                                        }
                                      }
                                    },
                                    "range": [
                                      2377,
                                      2392
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2377
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2392
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "_this",
                                      "range": [
                                        2393,
                                        2398
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2393
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2398
                                        }
                                      }
                                    },
                                    {
                                      "type": "ObjectExpression",
                                      "properties": [
                                        {
                                          "type": "Property",
                                          "key": {
                                            "type": "Identifier",
                                            "name": "format",
                                            "range": [
                                              2400,
                                              2406
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2400
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2406
                                              }
                                            }
                                          },
                                          "value": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "MemberExpression",
                                                "computed": false,
                                                "object": {
                                                  "type": "Identifier",
                                                  "name": "_elements",
                                                  "range": [
                                                    2407,
                                                    2416
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2407
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2416
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "name": "Group",
                                                  "range": [
                                                    2417,
                                                    2422
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2417
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2422
                                                    }
                                                  }
                                                },
                                                "range": [
                                                  2407,
                                                  2422
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2407
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2422
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "Format",
                                                "range": [
                                                  2423,
                                                  2429
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2423
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2429
                                                  }
                                                }
                                              },
                                              "range": [
                                                2407,
                                                2429
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2407
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2429
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "Default",
                                              "range": [
                                                2430,
                                                2437
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2430
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2437
                                                }
                                              }
                                            },
                                            "range": [
                                              2407,
                                              2437
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 1,
                                                "column": 2407
                                              },
                                              "end": {
                                                "line": 1,
                                                "column": 2437
                                              }
                                            }
                                          },
                                          "kind": "init",
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "range": [
                                            2400,
                                            2437
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2400
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2437
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        2399,
                                        2438
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2399
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2438
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2373,
                                    2439
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2373
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2439
                                    }
                                  }
                                },
                                "range": [
                                  2360,
                                  2439
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2360
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2439
                                  }
                                }
                              },
                              {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "MemberExpression",
                                  "computed": false,
                                  "object": {
                                    "type": "Identifier",
                                    "name": "_this",
                                    "range": [
                                      2440,
                                      2445
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2440
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2445
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "name": "addElement",
                                    "range": [
                                      2446,
                                      2456
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2446
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2456
                                      }
                                    }
                                  },
                                  "range": [
                                    2440,
                                    2456
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2440
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2456
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "Identifier",
                                      "name": "_this",
                                      "range": [
                                        2457,
                                        2462
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2457
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2462
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "labels",
                                      "range": [
                                        2463,
                                        2469
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2463
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2469
                                        }
                                      }
                                    },
                                    "range": [
                                      2457,
                                      2469
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 1,
                                        "column": 2457
                                      },
                                      "end": {
                                        "line": 1,
                                        "column": 2469
                                      }
                                    }
                                  }
                                ],
                                "range": [
                                  2440,
                                  2470
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2440
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2470
                                  }
                                }
                              },
                              {
                                "type": "Identifier",
                                "name": "_this",
                                "range": [
                                  2471,
                                  2476
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2471
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2476
                                  }
                                }
                              }
                            ],
                            "range": [
                              2228,
                              2476
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 2228
                              },
                              "end": {
                                "line": 1,
                                "column": 2476
                              }
                            }
                          },
                          "range": [
                            2221,
                            2476
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 2221
                            },
                            "end": {
                              "line": 1,
                              "column": 2476
                            }
                          }
                        }
                      ],
                      "range": [
                        1967,
                        2477
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 1967
                        },
                        "end": {
                          "line": 1,
                          "column": 2477
                        }
                      }
                    },
                    "generator": false,
                    "expression": false,
                    "range": [
                      1944,
                      2477
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1944
                      },
                      "end": {
                        "line": 1,
                        "column": 2477
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "SequenceExpression",
                      "expressions": [
                        {
                          "type": "CallExpression",
                          "callee": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  2484,
                                  2485
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2484
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2485
                                  }
                                }
                              },
                              {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_inherits3",
                                  "range": [
                                    2486,
                                    2496
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2486
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2496
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "default",
                                  "range": [
                                    2497,
                                    2504
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2497
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2504
                                    }
                                  }
                                },
                                "range": [
                                  2486,
                                  2504
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2486
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2504
                                  }
                                }
                              }
                            ],
                            "range": [
                              2484,
                              2504
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 2484
                              },
                              "end": {
                                "line": 1,
                                "column": 2504
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "name": "Selection",
                              "range": [
                                2506,
                                2515
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 2506
                                },
                                "end": {
                                  "line": 1,
                                  "column": 2515
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "_Plugin",
                              "range": [
                                2516,
                                2523
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 2516
                                },
                                "end": {
                                  "line": 1,
                                  "column": 2523
                                }
                              }
                            }
                          ],
                          "range": [
                            2483,
                            2524
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 2483
                            },
                            "end": {
                              "line": 1,
                              "column": 2524
                            }
                          }
                        },
                        {
                          "type": "CallExpression",
                          "callee": {
                            "type": "SequenceExpression",
                            "expressions": [
                              {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  2526,
                                  2527
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2526
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2527
                                  }
                                }
                              },
                              {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "Identifier",
                                  "name": "_createClass3",
                                  "range": [
                                    2528,
                                    2541
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2528
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2541
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "default",
                                  "range": [
                                    2542,
                                    2549
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2542
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2549
                                    }
                                  }
                                },
                                "range": [
                                  2528,
                                  2549
                                ],
                                "loc": {
                                  "start": {
                                    "line": 1,
                                    "column": 2528
                                  },
                                  "end": {
                                    "line": 1,
                                    "column": 2549
                                  }
                                }
                              }
                            ],
                            "range": [
                              2526,
                              2549
                            ],
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 2526
                              },
                              "end": {
                                "line": 1,
                                "column": 2549
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "name": "Selection",
                              "range": [
                                2551,
                                2560
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 2551
                                },
                                "end": {
                                  "line": 1,
                                  "column": 2560
                                }
                              }
                            },
                            {
                              "type": "ArrayExpression",
                              "elements": [
                                {
                                  "type": "ObjectExpression",
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "key",
                                        "range": [
                                          2563,
                                          2566
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2563
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2566
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "value": "onDisabled",
                                        "raw": "'onDisabled'",
                                        "range": [
                                          2567,
                                          2579
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2567
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2579
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        2563,
                                        2579
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2563
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2579
                                        }
                                      }
                                    },
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "value",
                                        "range": [
                                          2580,
                                          2585
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2580
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2585
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "FunctionExpression",
                                        "id": {
                                          "type": "Identifier",
                                          "name": "onDisabled",
                                          "range": [
                                            2595,
                                            2605
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2595
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2605
                                            }
                                          }
                                        },
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "SequenceExpression",
                                                "expressions": [
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "range": [
                                                            2608,
                                                            2612
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 2608
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 2612
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "points",
                                                          "range": [
                                                            2613,
                                                            2619
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 2613
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 2619
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          2608,
                                                          2619
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2608
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2619
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "destroy",
                                                        "range": [
                                                          2620,
                                                          2627
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2620
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2627
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        2608,
                                                        2627
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 2608
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 2627
                                                        }
                                                      }
                                                    },
                                                    "arguments": [],
                                                    "range": [
                                                      2608,
                                                      2629
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 2608
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 2629
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "range": [
                                                            2630,
                                                            2634
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 2630
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 2634
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "selected",
                                                          "range": [
                                                            2635,
                                                            2643
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 2635
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 2643
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          2630,
                                                          2643
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2630
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2643
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "forEach",
                                                        "range": [
                                                          2644,
                                                          2651
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2644
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2651
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        2630,
                                                        2651
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 2630
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 2651
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "FunctionExpression",
                                                        "id": null,
                                                        "params": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "a",
                                                            "range": [
                                                              2661,
                                                              2662
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 2661
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 2662
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "body": {
                                                          "type": "BlockStatement",
                                                          "body": [
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "expression": {
                                                                "type": "SequenceExpression",
                                                                "expressions": [
                                                                  {
                                                                    "type": "AssignmentExpression",
                                                                    "operator": "=",
                                                                    "left": {
                                                                      "type": "MemberExpression",
                                                                      "computed": false,
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "name": "a",
                                                                        "range": [
                                                                          2664,
                                                                          2665
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2664
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2665
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "_selected",
                                                                        "range": [
                                                                          2666,
                                                                          2675
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2666
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2675
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        2664,
                                                                        2675
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 2664
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 2675
                                                                        }
                                                                      }
                                                                    },
                                                                    "right": {
                                                                      "type": "UnaryExpression",
                                                                      "operator": "!",
                                                                      "argument": {
                                                                        "type": "Literal",
                                                                        "value": 1,
                                                                        "raw": "1",
                                                                        "range": [
                                                                          2677,
                                                                          2678
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2677
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2678
                                                                          }
                                                                        }
                                                                      },
                                                                      "prefix": true,
                                                                      "range": [
                                                                        2676,
                                                                        2678
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 2676
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 2678
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      2664,
                                                                      2678
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2664
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2678
                                                                      }
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "CallExpression",
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "computed": false,
                                                                      "object": {
                                                                        "type": "CallExpression",
                                                                        "callee": {
                                                                          "type": "MemberExpression",
                                                                          "computed": false,
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "name": "a",
                                                                            "range": [
                                                                              2679,
                                                                              2680
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 2679
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 2680
                                                                              }
                                                                            }
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "name": "animate",
                                                                            "range": [
                                                                              2681,
                                                                              2688
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 2681
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 2688
                                                                              }
                                                                            }
                                                                          },
                                                                          "range": [
                                                                            2679,
                                                                            2688
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2679
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 2688
                                                                            }
                                                                          }
                                                                        },
                                                                        "arguments": [
                                                                          {
                                                                            "type": "MemberExpression",
                                                                            "computed": false,
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "name": "a",
                                                                              "range": [
                                                                                2689,
                                                                                2690
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 2689
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 2690
                                                                                }
                                                                              }
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "name": "_original",
                                                                              "range": [
                                                                                2691,
                                                                                2700
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 2691
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 2700
                                                                                }
                                                                              }
                                                                            },
                                                                            "range": [
                                                                              2689,
                                                                              2700
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 2689
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 2700
                                                                              }
                                                                            }
                                                                          }
                                                                        ],
                                                                        "range": [
                                                                          2679,
                                                                          2701
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2679
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2701
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "start",
                                                                        "range": [
                                                                          2702,
                                                                          2707
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2702
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2707
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        2679,
                                                                        2707
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 2679
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 2707
                                                                        }
                                                                      }
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "Literal",
                                                                        "value": 500,
                                                                        "raw": "500",
                                                                        "range": [
                                                                          2708,
                                                                          2711
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2708
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2711
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "range": [
                                                                      2679,
                                                                      2712
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2679
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2712
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "range": [
                                                                  2664,
                                                                  2712
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 2664
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 2712
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                2664,
                                                                2712
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2664
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2712
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            2663,
                                                            2713
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 2663
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 2713
                                                            }
                                                          }
                                                        },
                                                        "generator": false,
                                                        "expression": false,
                                                        "range": [
                                                          2652,
                                                          2713
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2652
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2713
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      2630,
                                                      2714
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 2630
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 2714
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "range": [
                                                            2715,
                                                            2719
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 2715
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 2719
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "selected",
                                                          "range": [
                                                            2720,
                                                            2728
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 2720
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 2728
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          2715,
                                                          2728
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2715
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2728
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "clear",
                                                        "range": [
                                                          2729,
                                                          2734
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2729
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2734
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        2715,
                                                        2734
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 2715
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 2734
                                                        }
                                                      }
                                                    },
                                                    "arguments": [],
                                                    "range": [
                                                      2715,
                                                      2736
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 2715
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 2736
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "computed": false,
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "range": [
                                                              2737,
                                                              2741
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 2737
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 2741
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "name": "session",
                                                            "range": [
                                                              2742,
                                                              2749
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 2742
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 2749
                                                              }
                                                            }
                                                          },
                                                          "range": [
                                                            2737,
                                                            2749
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 2737
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 2749
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "pool",
                                                          "range": [
                                                            2750,
                                                            2754
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 2750
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 2754
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          2737,
                                                          2754
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2737
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2754
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "removeInteraction",
                                                        "range": [
                                                          2755,
                                                          2772
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2755
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2772
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        2737,
                                                        2772
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 2737
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 2772
                                                        }
                                                      }
                                                    },
                                                    "arguments": [],
                                                    "range": [
                                                      2737,
                                                      2774
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 2737
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 2774
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2608,
                                                  2774
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2608
                                                  },
                                                  "end": {
                                                    "line": 1,
                                                    "column": 2774
                                                  }
                                                }
                                              },
                                              "range": [
                                                2608,
                                                2774
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2608
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2774
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2607,
                                            2775
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2607
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2775
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          2586,
                                          2775
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2586
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2775
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        2580,
                                        2775
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2580
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2775
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2562,
                                    2776
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2562
                                    },
                                    "end": {
                                      "line": 1,
                                      "column": 2776
                                    }
                                  }
                                },
                                {
                                  "type": "ObjectExpression",
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "key",
                                        "range": [
                                          2778,
                                          2781
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2778
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2781
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "Literal",
                                        "value": "onEnabled",
                                        "raw": "'onEnabled'",
                                        "range": [
                                          2782,
                                          2793
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2782
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2793
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        2778,
                                        2793
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2778
                                        },
                                        "end": {
                                          "line": 1,
                                          "column": 2793
                                        }
                                      }
                                    },
                                    {
                                      "type": "Property",
                                      "key": {
                                        "type": "Identifier",
                                        "name": "value",
                                        "range": [
                                          2794,
                                          2799
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2794
                                          },
                                          "end": {
                                            "line": 1,
                                            "column": 2799
                                          }
                                        }
                                      },
                                      "value": {
                                        "type": "FunctionExpression",
                                        "id": {
                                          "type": "Identifier",
                                          "name": "onEnabled",
                                          "range": [
                                            2809,
                                            2818
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2809
                                            },
                                            "end": {
                                              "line": 1,
                                              "column": 2818
                                            }
                                          }
                                        },
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "body": [
                                            {
                                              "type": "VariableDeclaration",
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "id": {
                                                    "type": "Identifier",
                                                    "name": "_this2",
                                                    "range": [
                                                      2825,
                                                      2831
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 2825
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 2831
                                                      }
                                                    }
                                                  },
                                                  "init": {
                                                    "type": "ThisExpression",
                                                    "range": [
                                                      2832,
                                                      2836
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 2832
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 2836
                                                      }
                                                    }
                                                  },
                                                  "range": [
                                                    2825,
                                                    2836
                                                  ],
                                                  "loc": {
                                                    "start": {
                                                      "line": 1,
                                                      "column": 2825
                                                    },
                                                    "end": {
                                                      "line": 1,
                                                      "column": 2836
                                                    }
                                                  }
                                                }
                                              ],
                                              "kind": "var",
                                              "range": [
                                                2821,
                                                2837
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2821
                                                },
                                                "end": {
                                                  "line": 1,
                                                  "column": 2837
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "expression": {
                                                "type": "SequenceExpression",
                                                "expressions": [
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "range": [
                                                          2837,
                                                          2841
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2837
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2841
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "resetElements",
                                                        "range": [
                                                          2842,
                                                          2855
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2842
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2855
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        2837,
                                                        2855
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 2837
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 2855
                                                        }
                                                      }
                                                    },
                                                    "arguments": [],
                                                    "range": [
                                                      2837,
                                                      2857
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 2837
                                                      },
                                                      "end": {
                                                        "line": 1,
                                                        "column": 2857
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "CallExpression",
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "computed": false,
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "computed": false,
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "range": [
                                                            2858,
                                                            2862
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 2858
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 2862
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "name": "button",
                                                          "range": [
                                                            2863,
                                                            2869
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 2863
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 2869
                                                            }
                                                          }
                                                        },
                                                        "range": [
                                                          2858,
                                                          2869
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2858
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2869
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "name": "observe",
                                                        "range": [
                                                          2870,
                                                          2877
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2870
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2877
                                                          }
                                                        }
                                                      },
                                                      "range": [
                                                        2858,
                                                        2877
                                                      ],
                                                      "loc": {
                                                        "start": {
                                                          "line": 1,
                                                          "column": 2858
                                                        },
                                                        "end": {
                                                          "line": 1,
                                                          "column": 2877
                                                        }
                                                      }
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "FunctionExpression",
                                                        "id": null,
                                                        "params": [
                                                          {
                                                            "type": "Identifier",
                                                            "name": "a",
                                                            "range": [
                                                              2887,
                                                              2888
                                                            ],
                                                            "loc": {
                                                              "start": {
                                                                "line": 1,
                                                                "column": 2887
                                                              },
                                                              "end": {
                                                                "line": 1,
                                                                "column": 2888
                                                              }
                                                            }
                                                          }
                                                        ],
                                                        "body": {
                                                          "type": "BlockStatement",
                                                          "body": [
                                                            {
                                                              "type": "ReturnStatement",
                                                              "argument": {
                                                                "type": "MemberExpression",
                                                                "computed": false,
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "name": "a",
                                                                  "range": [
                                                                    2897,
                                                                    2898
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2897
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2898
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "name": "lastEvent",
                                                                  "range": [
                                                                    2899,
                                                                    2908
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 2899
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 2908
                                                                    }
                                                                  }
                                                                },
                                                                "range": [
                                                                  2897,
                                                                  2908
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 2897
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 2908
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                2890,
                                                                2908
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2890
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 2908
                                                                }
                                                              }
                                                            }
                                                          ],
                                                          "range": [
                                                            2889,
                                                            2909
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 2889
                                                            },
                                                            "end": {
                                                              "line": 1,
                                                              "column": 2909
                                                            }
                                                          }
                                                        },
                                                        "generator": false,
                                                        "expression": false,
                                                        "range": [
                                                          2878,
                                                          2909
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2878
                                                          },
                                                          "end": {
                                                            "line": 1,
                                                            "column": 2909
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "FunctionExpression",
                                                        "id": null,
                                                        "params": [],
                                                        "body": {
                                                          "type": "BlockStatement",
                                                          "body": [
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "expression": {
                                                                "type": "SequenceExpression",
                                                                "expressions": [
                                                                  {
                                                                    "type": "AssignmentExpression",
                                                                    "operator": "=",
                                                                    "left": {
                                                                      "type": "MemberExpression",
                                                                      "computed": false,
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "name": "_this2",
                                                                        "range": [
                                                                          2921,
                                                                          2927
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2921
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2927
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "points",
                                                                        "range": [
                                                                          2928,
                                                                          2934
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2928
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2934
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        2921,
                                                                        2934
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 2921
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 2934
                                                                        }
                                                                      }
                                                                    },
                                                                    "right": {
                                                                      "type": "NewExpression",
                                                                      "callee": {
                                                                        "type": "MemberExpression",
                                                                        "computed": false,
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "name": "_object2",
                                                                          "range": [
                                                                            2939,
                                                                            2947
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2939
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 2947
                                                                            }
                                                                          }
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "name": "default",
                                                                          "range": [
                                                                            2948,
                                                                            2955
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2948
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 2955
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          2939,
                                                                          2955
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2939
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2955
                                                                          }
                                                                        }
                                                                      },
                                                                      "arguments": [],
                                                                      "range": [
                                                                        2935,
                                                                        2955
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 2935
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 2955
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      2921,
                                                                      2955
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2921
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 2955
                                                                      }
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "CallExpression",
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "computed": false,
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "computed": false,
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "computed": false,
                                                                          "object": {
                                                                            "type": "MemberExpression",
                                                                            "computed": false,
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "name": "_this2",
                                                                              "range": [
                                                                                2956,
                                                                                2962
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 2956
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 2962
                                                                                }
                                                                              }
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "name": "session",
                                                                              "range": [
                                                                                2963,
                                                                                2970
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 2963
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 2970
                                                                                }
                                                                              }
                                                                            },
                                                                            "range": [
                                                                              2956,
                                                                              2970
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 2956
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 2970
                                                                              }
                                                                            }
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "name": "pool",
                                                                            "range": [
                                                                              2971,
                                                                              2975
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 2971
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 2975
                                                                              }
                                                                            }
                                                                          },
                                                                          "range": [
                                                                            2956,
                                                                            2975
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2956
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 2975
                                                                            }
                                                                          }
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "name": "temporary",
                                                                          "range": [
                                                                            2976,
                                                                            2985
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2976
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 2985
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          2956,
                                                                          2985
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2956
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2985
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "add",
                                                                        "range": [
                                                                          2986,
                                                                          2989
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2986
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 2989
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        2956,
                                                                        2989
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 2956
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 2989
                                                                        }
                                                                      }
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "MemberExpression",
                                                                        "computed": false,
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "name": "_this2",
                                                                          "range": [
                                                                            2990,
                                                                            2996
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2990
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 2996
                                                                            }
                                                                          }
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "name": "points",
                                                                          "range": [
                                                                            2997,
                                                                            3003
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 2997
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 3003
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          2990,
                                                                          3003
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 2990
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 3003
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "range": [
                                                                      2956,
                                                                      3004
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 2956
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 3004
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "range": [
                                                                  2921,
                                                                  3004
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 1,
                                                                    "column": 2921
                                                                  },
                                                                  "end": {
                                                                    "line": 1,
                                                                    "column": 3004
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                2921,
                                                                3005
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 2921
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 3005
                                                                }
                                                              }
                                                            },
                                                            {
                                                              "type": "VariableDeclaration",
                                                              "declarations": [
                                                                {
                                                                  "type": "VariableDeclarator",
                                                                  "id": {
                                                                    "type": "Identifier",
                                                                    "name": "a",
                                                                    "range": [
                                                                      3009,
                                                                      3010
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 3009
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 3010
                                                                      }
                                                                    }
                                                                  },
                                                                  "init": {
                                                                    "type": "FunctionExpression",
                                                                    "id": {
                                                                      "type": "Identifier",
                                                                      "name": "a",
                                                                      "range": [
                                                                        3020,
                                                                        3021
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 3020
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 3021
                                                                        }
                                                                      }
                                                                    },
                                                                    "params": [
                                                                      {
                                                                        "type": "Identifier",
                                                                        "name": "b",
                                                                        "range": [
                                                                          3022,
                                                                          3023
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 3022
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 3023
                                                                          }
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "Identifier",
                                                                        "name": "c",
                                                                        "range": [
                                                                          3024,
                                                                          3025
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 1,
                                                                            "column": 3024
                                                                          },
                                                                          "end": {
                                                                            "line": 1,
                                                                            "column": 3025
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "body": {
                                                                      "type": "BlockStatement",
                                                                      "body": [
                                                                        {
                                                                          "type": "VariableDeclaration",
                                                                          "declarations": [
                                                                            {
                                                                              "type": "VariableDeclarator",
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "name": "d",
                                                                                "range": [
                                                                                  3031,
                                                                                  3032
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 3031
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 3032
                                                                                  }
                                                                                }
                                                                              },
                                                                              "init": {
                                                                                "type": "NewExpression",
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "computed": false,
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "name": "THREE",
                                                                                    "range": [
                                                                                      3037,
                                                                                      3042
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3037
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3042
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "name": "SphereBufferGeometry",
                                                                                    "range": [
                                                                                      3043,
                                                                                      3063
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3043
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3063
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "range": [
                                                                                    3037,
                                                                                    3063
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 1,
                                                                                      "column": 3037
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 1,
                                                                                      "column": 3063
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "Literal",
                                                                                    "value": 0.1,
                                                                                    "raw": "0.1",
                                                                                    "range": [
                                                                                      3064,
                                                                                      3067
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3064
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3067
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  {
                                                                                    "type": "Literal",
                                                                                    "value": 32,
                                                                                    "raw": "32",
                                                                                    "range": [
                                                                                      3068,
                                                                                      3070
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3068
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3070
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  {
                                                                                    "type": "Literal",
                                                                                    "value": 32,
                                                                                    "raw": "32",
                                                                                    "range": [
                                                                                      3071,
                                                                                      3073
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3071
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3073
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                ],
                                                                                "range": [
                                                                                  3033,
                                                                                  3074
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 3033
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 3074
                                                                                  }
                                                                                }
                                                                              },
                                                                              "range": [
                                                                                3031,
                                                                                3074
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 3031
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 3074
                                                                                }
                                                                              }
                                                                            },
                                                                            {
                                                                              "type": "VariableDeclarator",
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "name": "e",
                                                                                "range": [
                                                                                  3075,
                                                                                  3076
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 3075
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 3076
                                                                                  }
                                                                                }
                                                                              },
                                                                              "init": {
                                                                                "type": "NewExpression",
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "computed": false,
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "name": "THREE",
                                                                                    "range": [
                                                                                      3081,
                                                                                      3086
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3081
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3086
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "name": "MeshBasicMaterial",
                                                                                    "range": [
                                                                                      3087,
                                                                                      3104
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3087
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3104
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "range": [
                                                                                    3081,
                                                                                    3104
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 1,
                                                                                      "column": 3081
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 1,
                                                                                      "column": 3104
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "ObjectExpression",
                                                                                    "properties": [
                                                                                      {
                                                                                        "type": "Property",
                                                                                        "key": {
                                                                                          "type": "Identifier",
                                                                                          "name": "color",
                                                                                          "range": [
                                                                                            3106,
                                                                                            3111
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 1,
                                                                                              "column": 3106
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 1,
                                                                                              "column": 3111
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "value": {
                                                                                          "type": "Literal",
                                                                                          "value": 6776679,
                                                                                          "raw": "6776679",
                                                                                          "range": [
                                                                                            3112,
                                                                                            3119
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 1,
                                                                                              "column": 3112
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 1,
                                                                                              "column": 3119
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "kind": "init",
                                                                                        "method": false,
                                                                                        "shorthand": false,
                                                                                        "computed": false,
                                                                                        "range": [
                                                                                          3106,
                                                                                          3119
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 1,
                                                                                            "column": 3106
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 1,
                                                                                            "column": 3119
                                                                                          }
                                                                                        }
                                                                                      }
                                                                                    ],
                                                                                    "range": [
                                                                                      3105,
                                                                                      3120
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3105
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3120
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                ],
                                                                                "range": [
                                                                                  3077,
                                                                                  3121
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 3077
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 3121
                                                                                  }
                                                                                }
                                                                              },
                                                                              "range": [
                                                                                3075,
                                                                                3121
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 3075
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 3121
                                                                                }
                                                                              }
                                                                            },
                                                                            {
                                                                              "type": "VariableDeclarator",
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "name": "f",
                                                                                "range": [
                                                                                  3122,
                                                                                  3123
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 3122
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 3123
                                                                                  }
                                                                                }
                                                                              },
                                                                              "init": {
                                                                                "type": "NewExpression",
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "computed": false,
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "name": "THREE",
                                                                                    "range": [
                                                                                      3128,
                                                                                      3133
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3128
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3133
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "name": "Mesh",
                                                                                    "range": [
                                                                                      3134,
                                                                                      3138
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3134
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3138
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "range": [
                                                                                    3128,
                                                                                    3138
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 1,
                                                                                      "column": 3128
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 1,
                                                                                      "column": 3138
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "Identifier",
                                                                                    "name": "d",
                                                                                    "range": [
                                                                                      3139,
                                                                                      3140
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3139
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3140
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  {
                                                                                    "type": "Identifier",
                                                                                    "name": "e",
                                                                                    "range": [
                                                                                      3141,
                                                                                      3142
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3141
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3142
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                ],
                                                                                "range": [
                                                                                  3124,
                                                                                  3143
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 3124
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 3143
                                                                                  }
                                                                                }
                                                                              },
                                                                              "range": [
                                                                                3122,
                                                                                3143
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 1,
                                                                                  "column": 3122
                                                                                },
                                                                                "end": {
                                                                                  "line": 1,
                                                                                  "column": 3143
                                                                                }
                                                                              }
                                                                            }
                                                                          ],
                                                                          "kind": "var",
                                                                          "range": [
                                                                            3027,
                                                                            3144
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 3027
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 3144
                                                                            }
                                                                          }
                                                                        },
                                                                        {
                                                                          "type": "ExpressionStatement",
                                                                          "expression": {
                                                                            "type": "SequenceExpression",
                                                                            "expressions": [
                                                                              {
                                                                                "type": "AssignmentExpression",
                                                                                "operator": "=",
                                                                                "left": {
                                                                                  "type": "MemberExpression",
                                                                                  "computed": false,
                                                                                  "object": {
                                                                                    "type": "MemberExpression",
                                                                                    "computed": false,
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "name": "f",
                                                                                      "range": [
                                                                                        3144,
                                                                                        3145
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 1,
                                                                                          "column": 3144
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 1,
                                                                                          "column": 3145
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "name": "userData",
                                                                                      "range": [
                                                                                        3146,
                                                                                        3154
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 1,
                                                                                          "column": 3146
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 1,
                                                                                          "column": 3154
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "range": [
                                                                                      3144,
                                                                                      3154
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3144
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3154
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "name": "meta",
                                                                                    "range": [
                                                                                      3155,
                                                                                      3159
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3155
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3159
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "range": [
                                                                                    3144,
                                                                                    3159
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 1,
                                                                                      "column": 3144
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 1,
                                                                                      "column": 3159
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "right": {
                                                                                  "type": "AssignmentExpression",
                                                                                  "operator": "=",
                                                                                  "left": {
                                                                                    "type": "MemberExpression",
                                                                                    "computed": false,
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "name": "e",
                                                                                      "range": [
                                                                                        3160,
                                                                                        3161
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 1,
                                                                                          "column": 3160
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 1,
                                                                                          "column": 3161
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "name": "meta",
                                                                                      "range": [
                                                                                        3162,
                                                                                        3166
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 1,
                                                                                          "column": 3162
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 1,
                                                                                          "column": 3166
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "range": [
                                                                                      3160,
                                                                                      3166
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3160
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3166
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "right": {
                                                                                    "type": "Identifier",
                                                                                    "name": "c",
                                                                                    "range": [
                                                                                      3167,
                                                                                      3168
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3167
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3168
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "range": [
                                                                                    3160,
                                                                                    3168
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 1,
                                                                                      "column": 3160
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 1,
                                                                                      "column": 3168
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "range": [
                                                                                  3144,
                                                                                  3168
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 3144
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 3168
                                                                                  }
                                                                                }
                                                                              },
                                                                              {
                                                                                "type": "CallExpression",
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "computed": false,
                                                                                  "object": {
                                                                                    "type": "MemberExpression",
                                                                                    "computed": false,
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "name": "f",
                                                                                      "range": [
                                                                                        3169,
                                                                                        3170
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 1,
                                                                                          "column": 3169
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 1,
                                                                                          "column": 3170
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "name": "position",
                                                                                      "range": [
                                                                                        3171,
                                                                                        3179
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 1,
                                                                                          "column": 3171
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 1,
                                                                                          "column": 3179
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "range": [
                                                                                      3169,
                                                                                      3179
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3169
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3179
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "name": "copy",
                                                                                    "range": [
                                                                                      3180,
                                                                                      3184
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3180
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3184
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "range": [
                                                                                    3169,
                                                                                    3184
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 1,
                                                                                      "column": 3169
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 1,
                                                                                      "column": 3184
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "Identifier",
                                                                                    "name": "b",
                                                                                    "range": [
                                                                                      3185,
                                                                                      3186
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3185
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3186
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                ],
                                                                                "range": [
                                                                                  3169,
                                                                                  3187
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 3169
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 3187
                                                                                  }
                                                                                }
                                                                              },
                                                                              {
                                                                                "type": "CallExpression",
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "computed": false,
                                                                                  "object": {
                                                                                    "type": "MemberExpression",
                                                                                    "computed": false,
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "name": "_this2",
                                                                                      "range": [
                                                                                        3188,
                                                                                        3194
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 1,
                                                                                          "column": 3188
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 1,
                                                                                          "column": 3194
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "name": "points",
                                                                                      "range": [
                                                                                        3195,
                                                                                        3201
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 1,
                                                                                          "column": 3195
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 1,
                                                                                          "column": 3201
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "range": [
                                                                                      3188,
                                                                                      3201
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3188
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3201
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "name": "add",
                                                                                    "range": [
                                                                                      3202,
                                                                                      3205
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3202
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3205
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "range": [
                                                                                    3188,
                                                                                    3205
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 1,
                                                                                      "column": 3188
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 1,
                                                                                      "column": 3205
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "Identifier",
                                                                                    "name": "f",
                                                                                    "range": [
                                                                                      3206,
                                                                                      3207
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 1,
                                                                                        "column": 3206
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 1,
                                                                                        "column": 3207
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                ],
                                                                                "range": [
                                                                                  3188,
                                                                                  3208
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 1,
                                                                                    "column": 3188
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 1,
                                                                                    "column": 3208
                                                                                  }
                                                                                }
                                                                              }
                                                                            ],
                                                                            "range": [
                                                                              3144,
                                                                              3208
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 1,
                                                                                "column": 3144
                                                                              },
                                                                              "end": {
                                                                                "line": 1,
                                                                                "column": 3208
                                                                              }
                                                                            }
                                                                          },
                                                                          "range": [
                                                                            3144,
                                                                            3208
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 1,
                                                                              "column": 3144
                                                                            },
                                                                            "end": {
                                                                              "line": 1,
                                                                              "column": 3208
                                                                            }
                                                                          }
                                                                        }
                                                                      ],
                                                                      "range": [
                                                                        3026,
                                                                        3209
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 1,
                                                                          "column": 3026
                                                                        },
                                                                        "end": {
                                                                          "line": 1,
                                                                          "column": 3209
                                                                        }
                                                                      }
                                                                    },
                                                                    "generator": false,
                                                                    "expression": false,
                                                                    "range": [
                                                                      3011,
                                                                      3209
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 1,
                                                                        "column": 3011
                                                                      },
                                                                      "end": {
                                                                        "line": 1,
                                                                        "column": 3209
                                                                      }
                                                                    }
                                                                  },
                                                                  "range": [
                                                                    3009,
                                                                    3209
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 3009
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 3209
                                                                    }
                                                                  }
                                                                }
                                                              ],
                                                              "kind": "var",
                                                              "range": [
                                                                3005,
                                                                3210
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 1,
                                                                  "column": 3005
                                                                },
                                                                "end": {
                                                                  "line": 1,
                                                                  "column": 3210
                                                                }
                                                              },
                                                              "trailingComments": [
                                                                {
                                                                  "type": "Line",
                                                                  "value": " Create points, midpoints, etc",
                                                                  "range": [
                                                                    3210,
                                                                    3242
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 3210
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 3242
                                                                    }
                                                                  }
                                                                }
                                                              ]
                                                            },
                                                            {
                                                              "type": "ExpressionStatement",
                                                              "expression": {
                                                                "type": "SequenceExpression",
                                                                "expressions": [
                                                                  {
                                                                    "type": "CallExpression",
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "computed": false,
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "computed": false,
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "computed": false,
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "name": "_this2",
                                                                            "range": [
                                                                              3243,
                                                                              3249
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 2,
                                                                                "column": 0
                                                                              },
                                                                              "end": {
                                                                                "line": 2,
                                                                                "column": 6
                                                                              }
                                                                            }
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "name": "session",
                                                                            "range": [
                                                                              3250,
                                                                              3257
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 2,
                                                                                "column": 7
                                                                              },
                                                                              "end": {
                                                                                "line": 2,
                                                                                "column": 14
                                                                              }
                                                                            }
                                                                          },
                                                                          "range": [
                                                                            3243,
                                                                            3257
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 2,
                                                                              "column": 0
                                                                            },
                                                                            "end": {
                                                                              "line": 2,
                                                                              "column": 14
                                                                            }
                                                                          }
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "name": "pool",
                                                                          "range": [
                                                                            3258,
                                                                            3262
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 2,
                                                                              "column": 15
                                                                            },
                                                                            "end": {
                                                                              "line": 2,
                                                                              "column": 19
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          3243,
                                                                          3262
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 2,
                                                                            "column": 0
                                                                          },
                                                                          "end": {
                                                                            "line": 2,
                                                                            "column": 19
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "traverse",
                                                                        "range": [
                                                                          3263,
                                                                          3271
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 2,
                                                                            "column": 20
                                                                          },
                                                                          "end": {
                                                                            "line": 2,
                                                                            "column": 28
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        3243,
                                                                        3271
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 2,
                                                                          "column": 0
                                                                        },
                                                                        "end": {
                                                                          "line": 2,
                                                                          "column": 28
                                                                        }
                                                                      }
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "FunctionExpression",
                                                                        "id": null,
                                                                        "params": [
                                                                          {
                                                                            "type": "Identifier",
                                                                            "name": "b",
                                                                            "range": [
                                                                              3281,
                                                                              3282
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 2,
                                                                                "column": 38
                                                                              },
                                                                              "end": {
                                                                                "line": 2,
                                                                                "column": 39
                                                                              }
                                                                            }
                                                                          }
                                                                        ],
                                                                        "body": {
                                                                          "type": "BlockStatement",
                                                                          "body": [
                                                                            {
                                                                              "type": "ExpressionStatement",
                                                                              "expression": {
                                                                                "type": "ConditionalExpression",
                                                                                "test": {
                                                                                  "type": "BinaryExpression",
                                                                                  "operator": "===",
                                                                                  "left": {
                                                                                    "type": "Literal",
                                                                                    "value": "Region",
                                                                                    "raw": "'Region'",
                                                                                    "range": [
                                                                                      3284,
                                                                                      3292
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 2,
                                                                                        "column": 41
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 2,
                                                                                        "column": 49
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "right": {
                                                                                    "type": "MemberExpression",
                                                                                    "computed": false,
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "name": "b",
                                                                                      "range": [
                                                                                        3295,
                                                                                        3296
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 2,
                                                                                          "column": 52
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 2,
                                                                                          "column": 53
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "name": "type",
                                                                                      "range": [
                                                                                        3297,
                                                                                        3301
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 2,
                                                                                          "column": 54
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 2,
                                                                                          "column": 58
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "range": [
                                                                                      3295,
                                                                                      3301
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 2,
                                                                                        "column": 52
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 2,
                                                                                        "column": 58
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "range": [
                                                                                    3284,
                                                                                    3301
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 2,
                                                                                      "column": 41
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 2,
                                                                                      "column": 58
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "consequent": {
                                                                                  "type": "CallExpression",
                                                                                  "callee": {
                                                                                    "type": "MemberExpression",
                                                                                    "computed": false,
                                                                                    "object": {
                                                                                      "type": "MemberExpression",
                                                                                      "computed": false,
                                                                                      "object": {
                                                                                        "type": "Identifier",
                                                                                        "name": "b",
                                                                                        "range": [
                                                                                          3302,
                                                                                          3303
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 2,
                                                                                            "column": 59
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 2,
                                                                                            "column": 60
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "name": "points",
                                                                                        "range": [
                                                                                          3304,
                                                                                          3310
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 2,
                                                                                            "column": 61
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 2,
                                                                                            "column": 67
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "range": [
                                                                                        3302,
                                                                                        3310
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 2,
                                                                                          "column": 59
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 2,
                                                                                          "column": 67
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "name": "forEach",
                                                                                      "range": [
                                                                                        3311,
                                                                                        3318
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 2,
                                                                                          "column": 68
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 2,
                                                                                          "column": 75
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "range": [
                                                                                      3302,
                                                                                      3318
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 2,
                                                                                        "column": 59
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 2,
                                                                                        "column": 75
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "arguments": [
                                                                                    {
                                                                                      "type": "FunctionExpression",
                                                                                      "id": null,
                                                                                      "params": [
                                                                                        {
                                                                                          "type": "Identifier",
                                                                                          "name": "c",
                                                                                          "range": [
                                                                                            3328,
                                                                                            3329
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 85
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 86
                                                                                            }
                                                                                          }
                                                                                        }
                                                                                      ],
                                                                                      "body": {
                                                                                        "type": "BlockStatement",
                                                                                        "body": [
                                                                                          {
                                                                                            "type": "ReturnStatement",
                                                                                            "argument": {
                                                                                              "type": "CallExpression",
                                                                                              "callee": {
                                                                                                "type": "Identifier",
                                                                                                "name": "a",
                                                                                                "range": [
                                                                                                  3338,
                                                                                                  3339
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 95
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 96
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "arguments": [
                                                                                                {
                                                                                                  "type": "MemberExpression",
                                                                                                  "computed": false,
                                                                                                  "object": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "c",
                                                                                                    "range": [
                                                                                                      3340,
                                                                                                      3341
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 97
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 98
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "property": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "point",
                                                                                                    "range": [
                                                                                                      3342,
                                                                                                      3347
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 99
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 104
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "range": [
                                                                                                    3340,
                                                                                                    3347
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 97
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 104
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                {
                                                                                                  "type": "CallExpression",
                                                                                                  "callee": {
                                                                                                    "type": "SequenceExpression",
                                                                                                    "expressions": [
                                                                                                      {
                                                                                                        "type": "Literal",
                                                                                                        "value": 0,
                                                                                                        "raw": "0",
                                                                                                        "range": [
                                                                                                          3349,
                                                                                                          3350
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 2,
                                                                                                            "column": 106
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 2,
                                                                                                            "column": 107
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      {
                                                                                                        "type": "MemberExpression",
                                                                                                        "computed": false,
                                                                                                        "object": {
                                                                                                          "type": "Identifier",
                                                                                                          "name": "_extends4",
                                                                                                          "range": [
                                                                                                            3351,
                                                                                                            3360
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 2,
                                                                                                              "column": 108
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 2,
                                                                                                              "column": 117
                                                                                                            }
                                                                                                          }
                                                                                                        },
                                                                                                        "property": {
                                                                                                          "type": "Identifier",
                                                                                                          "name": "default",
                                                                                                          "range": [
                                                                                                            3361,
                                                                                                            3368
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 2,
                                                                                                              "column": 118
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 2,
                                                                                                              "column": 125
                                                                                                            }
                                                                                                          }
                                                                                                        },
                                                                                                        "range": [
                                                                                                          3351,
                                                                                                          3368
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 2,
                                                                                                            "column": 108
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 2,
                                                                                                            "column": 125
                                                                                                          }
                                                                                                        }
                                                                                                      }
                                                                                                    ],
                                                                                                    "range": [
                                                                                                      3349,
                                                                                                      3368
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 106
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 125
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "arguments": [
                                                                                                    {
                                                                                                      "type": "ObjectExpression",
                                                                                                      "properties": [],
                                                                                                      "range": [
                                                                                                        3370,
                                                                                                        3372
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 2,
                                                                                                          "column": 127
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 2,
                                                                                                          "column": 129
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    {
                                                                                                      "type": "MemberExpression",
                                                                                                      "computed": false,
                                                                                                      "object": {
                                                                                                        "type": "Identifier",
                                                                                                        "name": "c",
                                                                                                        "range": [
                                                                                                          3373,
                                                                                                          3374
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 2,
                                                                                                            "column": 130
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 2,
                                                                                                            "column": 131
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "property": {
                                                                                                        "type": "Identifier",
                                                                                                        "name": "meta",
                                                                                                        "range": [
                                                                                                          3375,
                                                                                                          3379
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 2,
                                                                                                            "column": 132
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 2,
                                                                                                            "column": 136
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "range": [
                                                                                                        3373,
                                                                                                        3379
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 2,
                                                                                                          "column": 130
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 2,
                                                                                                          "column": 136
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    {
                                                                                                      "type": "ObjectExpression",
                                                                                                      "properties": [
                                                                                                        {
                                                                                                          "type": "Property",
                                                                                                          "key": {
                                                                                                            "type": "Identifier",
                                                                                                            "name": "id",
                                                                                                            "range": [
                                                                                                              3381,
                                                                                                              3383
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 2,
                                                                                                                "column": 138
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 2,
                                                                                                                "column": 140
                                                                                                              }
                                                                                                            }
                                                                                                          },
                                                                                                          "value": {
                                                                                                            "type": "MemberExpression",
                                                                                                            "computed": false,
                                                                                                            "object": {
                                                                                                              "type": "Identifier",
                                                                                                              "name": "c",
                                                                                                              "range": [
                                                                                                                3384,
                                                                                                                3385
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 141
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 142
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "property": {
                                                                                                              "type": "Identifier",
                                                                                                              "name": "id",
                                                                                                              "range": [
                                                                                                                3386,
                                                                                                                3388
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 143
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 145
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "range": [
                                                                                                              3384,
                                                                                                              3388
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 2,
                                                                                                                "column": 141
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 2,
                                                                                                                "column": 145
                                                                                                              }
                                                                                                            }
                                                                                                          },
                                                                                                          "kind": "init",
                                                                                                          "method": false,
                                                                                                          "shorthand": false,
                                                                                                          "computed": false,
                                                                                                          "range": [
                                                                                                            3381,
                                                                                                            3388
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 2,
                                                                                                              "column": 138
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 2,
                                                                                                              "column": 145
                                                                                                            }
                                                                                                          }
                                                                                                        }
                                                                                                      ],
                                                                                                      "range": [
                                                                                                        3380,
                                                                                                        3389
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 2,
                                                                                                          "column": 137
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 2,
                                                                                                          "column": 146
                                                                                                        }
                                                                                                      }
                                                                                                    }
                                                                                                  ],
                                                                                                  "range": [
                                                                                                    3348,
                                                                                                    3390
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 105
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 147
                                                                                                    }
                                                                                                  }
                                                                                                }
                                                                                              ],
                                                                                              "range": [
                                                                                                3338,
                                                                                                3391
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 95
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 148
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "range": [
                                                                                              3331,
                                                                                              3391
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 88
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 148
                                                                                              }
                                                                                            }
                                                                                          }
                                                                                        ],
                                                                                        "range": [
                                                                                          3330,
                                                                                          3392
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 2,
                                                                                            "column": 87
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 2,
                                                                                            "column": 149
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "generator": false,
                                                                                      "expression": false,
                                                                                      "range": [
                                                                                        3319,
                                                                                        3392
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 2,
                                                                                          "column": 76
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 2,
                                                                                          "column": 149
                                                                                        }
                                                                                      }
                                                                                    }
                                                                                  ],
                                                                                  "range": [
                                                                                    3302,
                                                                                    3393
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 2,
                                                                                      "column": 59
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 2,
                                                                                      "column": 150
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "alternate": {
                                                                                  "type": "LogicalExpression",
                                                                                  "operator": "&&",
                                                                                  "left": {
                                                                                    "type": "BinaryExpression",
                                                                                    "operator": "===",
                                                                                    "left": {
                                                                                      "type": "Literal",
                                                                                      "value": "LineSegments",
                                                                                      "raw": "'LineSegments'",
                                                                                      "range": [
                                                                                        3394,
                                                                                        3408
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 2,
                                                                                          "column": 151
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 2,
                                                                                          "column": 165
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "right": {
                                                                                      "type": "MemberExpression",
                                                                                      "computed": false,
                                                                                      "object": {
                                                                                        "type": "Identifier",
                                                                                        "name": "b",
                                                                                        "range": [
                                                                                          3411,
                                                                                          3412
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 2,
                                                                                            "column": 168
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 2,
                                                                                            "column": 169
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "name": "type",
                                                                                        "range": [
                                                                                          3413,
                                                                                          3417
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 2,
                                                                                            "column": 170
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 2,
                                                                                            "column": 174
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "range": [
                                                                                        3411,
                                                                                        3417
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 2,
                                                                                          "column": 168
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 2,
                                                                                          "column": 174
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "range": [
                                                                                      3394,
                                                                                      3417
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 2,
                                                                                        "column": 151
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 2,
                                                                                        "column": 174
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "right": {
                                                                                    "type": "CallExpression",
                                                                                    "callee": {
                                                                                      "type": "MemberExpression",
                                                                                      "computed": false,
                                                                                      "object": {
                                                                                        "type": "MemberExpression",
                                                                                        "computed": false,
                                                                                        "object": {
                                                                                          "type": "MemberExpression",
                                                                                          "computed": false,
                                                                                          "object": {
                                                                                            "type": "Identifier",
                                                                                            "name": "b",
                                                                                            "range": [
                                                                                              3419,
                                                                                              3420
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 176
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 177
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "name": "material",
                                                                                            "range": [
                                                                                              3421,
                                                                                              3429
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 178
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 186
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "range": [
                                                                                            3419,
                                                                                            3429
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 176
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 186
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "name": "materials",
                                                                                          "range": [
                                                                                            3430,
                                                                                            3439
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 187
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 196
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "range": [
                                                                                          3419,
                                                                                          3439
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 2,
                                                                                            "column": 176
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 2,
                                                                                            "column": 196
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "name": "forEach",
                                                                                        "range": [
                                                                                          3440,
                                                                                          3447
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 2,
                                                                                            "column": 197
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 2,
                                                                                            "column": 204
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "range": [
                                                                                        3419,
                                                                                        3447
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 2,
                                                                                          "column": 176
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 2,
                                                                                          "column": 204
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "arguments": [
                                                                                      {
                                                                                        "type": "FunctionExpression",
                                                                                        "id": null,
                                                                                        "params": [
                                                                                          {
                                                                                            "type": "Identifier",
                                                                                            "name": "c",
                                                                                            "range": [
                                                                                              3457,
                                                                                              3458
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 214
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 215
                                                                                              }
                                                                                            }
                                                                                          }
                                                                                        ],
                                                                                        "body": {
                                                                                          "type": "BlockStatement",
                                                                                          "body": [
                                                                                            {
                                                                                              "type": "SwitchStatement",
                                                                                              "discriminant": {
                                                                                                "type": "MemberExpression",
                                                                                                "computed": false,
                                                                                                "object": {
                                                                                                  "type": "MemberExpression",
                                                                                                  "computed": false,
                                                                                                  "object": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "c",
                                                                                                    "range": [
                                                                                                      3467,
                                                                                                      3468
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 224
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 225
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "property": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "meta",
                                                                                                    "range": [
                                                                                                      3469,
                                                                                                      3473
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 226
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 230
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "range": [
                                                                                                    3467,
                                                                                                    3473
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 224
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 230
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "property": {
                                                                                                  "type": "Identifier",
                                                                                                  "name": "type",
                                                                                                  "range": [
                                                                                                    3474,
                                                                                                    3478
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 231
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 235
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "range": [
                                                                                                  3467,
                                                                                                  3478
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 224
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 235
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "cases": [
                                                                                                {
                                                                                                  "type": "SwitchCase",
                                                                                                  "test": {
                                                                                                    "type": "Literal",
                                                                                                    "value": "arc",
                                                                                                    "raw": "'arc'",
                                                                                                    "range": [
                                                                                                      3484,
                                                                                                      3489
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 241
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 246
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "consequent": [
                                                                                                    {
                                                                                                      "type": "ExpressionStatement",
                                                                                                      "expression": {
                                                                                                        "type": "CallExpression",
                                                                                                        "callee": {
                                                                                                          "type": "Identifier",
                                                                                                          "name": "a",
                                                                                                          "range": [
                                                                                                            3490,
                                                                                                            3491
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 2,
                                                                                                              "column": 247
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 2,
                                                                                                              "column": 248
                                                                                                            }
                                                                                                          }
                                                                                                        },
                                                                                                        "arguments": [
                                                                                                          {
                                                                                                            "type": "MemberExpression",
                                                                                                            "computed": false,
                                                                                                            "object": {
                                                                                                              "type": "MemberExpression",
                                                                                                              "computed": false,
                                                                                                              "object": {
                                                                                                                "type": "Identifier",
                                                                                                                "name": "c",
                                                                                                                "range": [
                                                                                                                  3492,
                                                                                                                  3493
                                                                                                                ],
                                                                                                                "loc": {
                                                                                                                  "start": {
                                                                                                                    "line": 2,
                                                                                                                    "column": 249
                                                                                                                  },
                                                                                                                  "end": {
                                                                                                                    "line": 2,
                                                                                                                    "column": 250
                                                                                                                  }
                                                                                                                }
                                                                                                              },
                                                                                                              "property": {
                                                                                                                "type": "Identifier",
                                                                                                                "name": "meta",
                                                                                                                "range": [
                                                                                                                  3494,
                                                                                                                  3498
                                                                                                                ],
                                                                                                                "loc": {
                                                                                                                  "start": {
                                                                                                                    "line": 2,
                                                                                                                    "column": 251
                                                                                                                  },
                                                                                                                  "end": {
                                                                                                                    "line": 2,
                                                                                                                    "column": 255
                                                                                                                  }
                                                                                                                }
                                                                                                              },
                                                                                                              "range": [
                                                                                                                3492,
                                                                                                                3498
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 249
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 255
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "property": {
                                                                                                              "type": "Identifier",
                                                                                                              "name": "center",
                                                                                                              "range": [
                                                                                                                3499,
                                                                                                                3505
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 256
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 262
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "range": [
                                                                                                              3492,
                                                                                                              3505
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 2,
                                                                                                                "column": 249
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 2,
                                                                                                                "column": 262
                                                                                                              }
                                                                                                            }
                                                                                                          },
                                                                                                          {
                                                                                                            "type": "MemberExpression",
                                                                                                            "computed": false,
                                                                                                            "object": {
                                                                                                              "type": "Identifier",
                                                                                                              "name": "c",
                                                                                                              "range": [
                                                                                                                3506,
                                                                                                                3507
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 263
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 264
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "property": {
                                                                                                              "type": "Identifier",
                                                                                                              "name": "meta",
                                                                                                              "range": [
                                                                                                                3508,
                                                                                                                3512
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 265
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 269
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "range": [
                                                                                                              3506,
                                                                                                              3512
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 2,
                                                                                                                "column": 263
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 2,
                                                                                                                "column": 269
                                                                                                              }
                                                                                                            }
                                                                                                          }
                                                                                                        ],
                                                                                                        "range": [
                                                                                                          3490,
                                                                                                          3513
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 2,
                                                                                                            "column": 247
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 2,
                                                                                                            "column": 270
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "range": [
                                                                                                        3490,
                                                                                                        3514
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 2,
                                                                                                          "column": 247
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 2,
                                                                                                          "column": 271
                                                                                                        }
                                                                                                      }
                                                                                                    }
                                                                                                  ],
                                                                                                  "range": [
                                                                                                    3480,
                                                                                                    3514
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 237
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 271
                                                                                                    }
                                                                                                  }
                                                                                                }
                                                                                              ],
                                                                                              "range": [
                                                                                                3460,
                                                                                                3515
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 217
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 272
                                                                                                }
                                                                                              }
                                                                                            }
                                                                                          ],
                                                                                          "range": [
                                                                                            3459,
                                                                                            3516
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 216
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 273
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "generator": false,
                                                                                        "expression": false,
                                                                                        "range": [
                                                                                          3448,
                                                                                          3516
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 2,
                                                                                            "column": 205
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 2,
                                                                                            "column": 273
                                                                                          }
                                                                                        }
                                                                                      }
                                                                                    ],
                                                                                    "range": [
                                                                                      3419,
                                                                                      3517
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 2,
                                                                                        "column": 176
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 2,
                                                                                        "column": 274
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "range": [
                                                                                    3394,
                                                                                    3517
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 2,
                                                                                      "column": 151
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 2,
                                                                                      "column": 274
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "range": [
                                                                                  3284,
                                                                                  3517
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 2,
                                                                                    "column": 41
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 2,
                                                                                    "column": 274
                                                                                  }
                                                                                }
                                                                              },
                                                                              "range": [
                                                                                3284,
                                                                                3517
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 2,
                                                                                  "column": 41
                                                                                },
                                                                                "end": {
                                                                                  "line": 2,
                                                                                  "column": 274
                                                                                }
                                                                              }
                                                                            }
                                                                          ],
                                                                          "range": [
                                                                            3283,
                                                                            3518
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 2,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 2,
                                                                              "column": 275
                                                                            }
                                                                          }
                                                                        },
                                                                        "generator": false,
                                                                        "expression": false,
                                                                        "range": [
                                                                          3272,
                                                                          3518
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 2,
                                                                            "column": 29
                                                                          },
                                                                          "end": {
                                                                            "line": 2,
                                                                            "column": 275
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "range": [
                                                                      3243,
                                                                      3519
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 2,
                                                                        "column": 0
                                                                      },
                                                                      "end": {
                                                                        "line": 2,
                                                                        "column": 276
                                                                      }
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "AssignmentExpression",
                                                                    "operator": "=",
                                                                    "left": {
                                                                      "type": "MemberExpression",
                                                                      "computed": false,
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "name": "_this2",
                                                                        "range": [
                                                                          3520,
                                                                          3526
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 2,
                                                                            "column": 277
                                                                          },
                                                                          "end": {
                                                                            "line": 2,
                                                                            "column": 283
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "selected",
                                                                        "range": [
                                                                          3527,
                                                                          3535
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 2,
                                                                            "column": 284
                                                                          },
                                                                          "end": {
                                                                            "line": 2,
                                                                            "column": 292
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        3520,
                                                                        3535
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 2,
                                                                          "column": 277
                                                                        },
                                                                        "end": {
                                                                          "line": 2,
                                                                          "column": 292
                                                                        }
                                                                      }
                                                                    },
                                                                    "right": {
                                                                      "type": "NewExpression",
                                                                      "callee": {
                                                                        "type": "MemberExpression",
                                                                        "computed": false,
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "name": "_observablemap2",
                                                                          "range": [
                                                                            3540,
                                                                            3555
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 2,
                                                                              "column": 297
                                                                            },
                                                                            "end": {
                                                                              "line": 2,
                                                                              "column": 312
                                                                            }
                                                                          }
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "name": "default",
                                                                          "range": [
                                                                            3556,
                                                                            3563
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 2,
                                                                              "column": 313
                                                                            },
                                                                            "end": {
                                                                              "line": 2,
                                                                              "column": 320
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          3540,
                                                                          3563
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 2,
                                                                            "column": 297
                                                                          },
                                                                          "end": {
                                                                            "line": 2,
                                                                            "column": 320
                                                                          }
                                                                        }
                                                                      },
                                                                      "arguments": [],
                                                                      "range": [
                                                                        3536,
                                                                        3563
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 2,
                                                                          "column": 293
                                                                        },
                                                                        "end": {
                                                                          "line": 2,
                                                                          "column": 320
                                                                        }
                                                                      }
                                                                    },
                                                                    "range": [
                                                                      3520,
                                                                      3563
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 2,
                                                                        "column": 277
                                                                      },
                                                                      "end": {
                                                                        "line": 2,
                                                                        "column": 320
                                                                      }
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "CallExpression",
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "computed": false,
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "computed": false,
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "name": "_this2",
                                                                          "range": [
                                                                            3564,
                                                                            3570
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 2,
                                                                              "column": 321
                                                                            },
                                                                            "end": {
                                                                              "line": 2,
                                                                              "column": 327
                                                                            }
                                                                          }
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "name": "selected",
                                                                          "range": [
                                                                            3571,
                                                                            3579
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 2,
                                                                              "column": 328
                                                                            },
                                                                            "end": {
                                                                              "line": 2,
                                                                              "column": 336
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          3564,
                                                                          3579
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 2,
                                                                            "column": 321
                                                                          },
                                                                          "end": {
                                                                            "line": 2,
                                                                            "column": 336
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "on",
                                                                        "range": [
                                                                          3580,
                                                                          3582
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 2,
                                                                            "column": 337
                                                                          },
                                                                          "end": {
                                                                            "line": 2,
                                                                            "column": 339
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        3564,
                                                                        3582
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 2,
                                                                          "column": 321
                                                                        },
                                                                        "end": {
                                                                          "line": 2,
                                                                          "column": 339
                                                                        }
                                                                      }
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "Literal",
                                                                        "value": "changed",
                                                                        "raw": "'changed'",
                                                                        "range": [
                                                                          3583,
                                                                          3592
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 2,
                                                                            "column": 340
                                                                          },
                                                                          "end": {
                                                                            "line": 2,
                                                                            "column": 349
                                                                          }
                                                                        }
                                                                      },
                                                                      {
                                                                        "type": "FunctionExpression",
                                                                        "id": null,
                                                                        "params": [],
                                                                        "body": {
                                                                          "type": "BlockStatement",
                                                                          "body": [
                                                                            {
                                                                              "type": "ExpressionStatement",
                                                                              "expression": {
                                                                                "type": "SequenceExpression",
                                                                                "expressions": [
                                                                                  {
                                                                                    "type": "CallExpression",
                                                                                    "callee": {
                                                                                      "type": "MemberExpression",
                                                                                      "computed": false,
                                                                                      "object": {
                                                                                        "type": "MemberExpression",
                                                                                        "computed": false,
                                                                                        "object": {
                                                                                          "type": "Identifier",
                                                                                          "name": "_this2",
                                                                                          "range": [
                                                                                            3604,
                                                                                            3610
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 361
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 367
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "name": "labels",
                                                                                          "range": [
                                                                                            3611,
                                                                                            3617
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 368
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 374
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "range": [
                                                                                          3604,
                                                                                          3617
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 2,
                                                                                            "column": 361
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 2,
                                                                                            "column": 374
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "name": "removeAllChilds",
                                                                                        "range": [
                                                                                          3618,
                                                                                          3633
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 2,
                                                                                            "column": 375
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 2,
                                                                                            "column": 390
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "range": [
                                                                                        3604,
                                                                                        3633
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 2,
                                                                                          "column": 361
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 2,
                                                                                          "column": 390
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "arguments": [],
                                                                                    "range": [
                                                                                      3604,
                                                                                      3635
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 2,
                                                                                        "column": 361
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 2,
                                                                                        "column": 392
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  {
                                                                                    "type": "AssignmentExpression",
                                                                                    "operator": "=",
                                                                                    "left": {
                                                                                      "type": "MemberExpression",
                                                                                      "computed": false,
                                                                                      "object": {
                                                                                        "type": "MemberExpression",
                                                                                        "computed": false,
                                                                                        "object": {
                                                                                          "type": "Identifier",
                                                                                          "name": "_this2",
                                                                                          "range": [
                                                                                            3636,
                                                                                            3642
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 393
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 399
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "name": "labels",
                                                                                          "range": [
                                                                                            3643,
                                                                                            3649
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 400
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 406
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "range": [
                                                                                          3636,
                                                                                          3649
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 2,
                                                                                            "column": 393
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 2,
                                                                                            "column": 406
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "name": "children",
                                                                                        "range": [
                                                                                          3650,
                                                                                          3658
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 2,
                                                                                            "column": 407
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 2,
                                                                                            "column": 415
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "range": [
                                                                                        3636,
                                                                                        3658
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 2,
                                                                                          "column": 393
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 2,
                                                                                          "column": 415
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "right": {
                                                                                      "type": "CallExpression",
                                                                                      "callee": {
                                                                                        "type": "MemberExpression",
                                                                                        "computed": false,
                                                                                        "object": {
                                                                                          "type": "CallExpression",
                                                                                          "callee": {
                                                                                            "type": "SequenceExpression",
                                                                                            "expressions": [
                                                                                              {
                                                                                                "type": "Literal",
                                                                                                "value": 0,
                                                                                                "raw": "0",
                                                                                                "range": [
                                                                                                  3660,
                                                                                                  3661
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 417
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 418
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              {
                                                                                                "type": "MemberExpression",
                                                                                                "computed": false,
                                                                                                "object": {
                                                                                                  "type": "Identifier",
                                                                                                  "name": "_from2",
                                                                                                  "range": [
                                                                                                    3662,
                                                                                                    3668
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 419
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 425
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "property": {
                                                                                                  "type": "Identifier",
                                                                                                  "name": "default",
                                                                                                  "range": [
                                                                                                    3669,
                                                                                                    3676
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 426
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 433
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "range": [
                                                                                                  3662,
                                                                                                  3676
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 419
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 433
                                                                                                  }
                                                                                                }
                                                                                              }
                                                                                            ],
                                                                                            "range": [
                                                                                              3660,
                                                                                              3676
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 417
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 433
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "arguments": [
                                                                                            {
                                                                                              "type": "CallExpression",
                                                                                              "callee": {
                                                                                                "type": "MemberExpression",
                                                                                                "computed": false,
                                                                                                "object": {
                                                                                                  "type": "MemberExpression",
                                                                                                  "computed": false,
                                                                                                  "object": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "_this2",
                                                                                                    "range": [
                                                                                                      3678,
                                                                                                      3684
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 435
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 441
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "property": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "selected",
                                                                                                    "range": [
                                                                                                      3685,
                                                                                                      3693
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 442
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 450
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "range": [
                                                                                                    3678,
                                                                                                    3693
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 435
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 450
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "property": {
                                                                                                  "type": "Identifier",
                                                                                                  "name": "values",
                                                                                                  "range": [
                                                                                                    3694,
                                                                                                    3700
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 451
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 457
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "range": [
                                                                                                  3678,
                                                                                                  3700
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 435
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 457
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "arguments": [],
                                                                                              "range": [
                                                                                                3678,
                                                                                                3702
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 435
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 459
                                                                                                }
                                                                                              }
                                                                                            }
                                                                                          ],
                                                                                          "range": [
                                                                                            3659,
                                                                                            3703
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 416
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 460
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "name": "map",
                                                                                          "range": [
                                                                                            3704,
                                                                                            3707
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 461
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 464
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "range": [
                                                                                          3659,
                                                                                          3707
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 2,
                                                                                            "column": 416
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 2,
                                                                                            "column": 464
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "arguments": [
                                                                                        {
                                                                                          "type": "FunctionExpression",
                                                                                          "id": null,
                                                                                          "params": [
                                                                                            {
                                                                                              "type": "Identifier",
                                                                                              "name": "b",
                                                                                              "range": [
                                                                                                3717,
                                                                                                3718
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 474
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 475
                                                                                                }
                                                                                              }
                                                                                            }
                                                                                          ],
                                                                                          "body": {
                                                                                            "type": "BlockStatement",
                                                                                            "body": [
                                                                                              {
                                                                                                "type": "VariableDeclaration",
                                                                                                "declarations": [
                                                                                                  {
                                                                                                    "type": "VariableDeclarator",
                                                                                                    "id": {
                                                                                                      "type": "Identifier",
                                                                                                      "name": "c",
                                                                                                      "range": [
                                                                                                        3724,
                                                                                                        3725
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 2,
                                                                                                          "column": 481
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 2,
                                                                                                          "column": 482
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    "init": {
                                                                                                      "type": "NewExpression",
                                                                                                      "callee": {
                                                                                                        "type": "MemberExpression",
                                                                                                        "computed": false,
                                                                                                        "object": {
                                                                                                          "type": "Identifier",
                                                                                                          "name": "_elements",
                                                                                                          "range": [
                                                                                                            3730,
                                                                                                            3739
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 2,
                                                                                                              "column": 487
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 2,
                                                                                                              "column": 496
                                                                                                            }
                                                                                                          }
                                                                                                        },
                                                                                                        "property": {
                                                                                                          "type": "Identifier",
                                                                                                          "name": "Label",
                                                                                                          "range": [
                                                                                                            3740,
                                                                                                            3745
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 2,
                                                                                                              "column": 497
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 2,
                                                                                                              "column": 502
                                                                                                            }
                                                                                                          }
                                                                                                        },
                                                                                                        "range": [
                                                                                                          3730,
                                                                                                          3745
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 2,
                                                                                                            "column": 487
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 2,
                                                                                                            "column": 502
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "arguments": [
                                                                                                        {
                                                                                                          "type": "Identifier",
                                                                                                          "name": "_this2",
                                                                                                          "range": [
                                                                                                            3746,
                                                                                                            3752
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 2,
                                                                                                              "column": 503
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 2,
                                                                                                              "column": 509
                                                                                                            }
                                                                                                          }
                                                                                                        },
                                                                                                        {
                                                                                                          "type": "ObjectExpression",
                                                                                                          "properties": [
                                                                                                            {
                                                                                                              "type": "Property",
                                                                                                              "key": {
                                                                                                                "type": "Identifier",
                                                                                                                "name": "value",
                                                                                                                "range": [
                                                                                                                  3754,
                                                                                                                  3759
                                                                                                                ],
                                                                                                                "loc": {
                                                                                                                  "start": {
                                                                                                                    "line": 2,
                                                                                                                    "column": 511
                                                                                                                  },
                                                                                                                  "end": {
                                                                                                                    "line": 2,
                                                                                                                    "column": 516
                                                                                                                  }
                                                                                                                }
                                                                                                              },
                                                                                                              "value": {
                                                                                                                "type": "MemberExpression",
                                                                                                                "computed": false,
                                                                                                                "object": {
                                                                                                                  "type": "MemberExpression",
                                                                                                                  "computed": false,
                                                                                                                  "object": {
                                                                                                                    "type": "Identifier",
                                                                                                                    "name": "b",
                                                                                                                    "range": [
                                                                                                                      3760,
                                                                                                                      3761
                                                                                                                    ],
                                                                                                                    "loc": {
                                                                                                                      "start": {
                                                                                                                        "line": 2,
                                                                                                                        "column": 517
                                                                                                                      },
                                                                                                                      "end": {
                                                                                                                        "line": 2,
                                                                                                                        "column": 518
                                                                                                                      }
                                                                                                                    }
                                                                                                                  },
                                                                                                                  "property": {
                                                                                                                    "type": "Identifier",
                                                                                                                    "name": "meta",
                                                                                                                    "range": [
                                                                                                                      3762,
                                                                                                                      3766
                                                                                                                    ],
                                                                                                                    "loc": {
                                                                                                                      "start": {
                                                                                                                        "line": 2,
                                                                                                                        "column": 519
                                                                                                                      },
                                                                                                                      "end": {
                                                                                                                        "line": 2,
                                                                                                                        "column": 523
                                                                                                                      }
                                                                                                                    }
                                                                                                                  },
                                                                                                                  "range": [
                                                                                                                    3760,
                                                                                                                    3766
                                                                                                                  ],
                                                                                                                  "loc": {
                                                                                                                    "start": {
                                                                                                                      "line": 2,
                                                                                                                      "column": 517
                                                                                                                    },
                                                                                                                    "end": {
                                                                                                                      "line": 2,
                                                                                                                      "column": 523
                                                                                                                    }
                                                                                                                  }
                                                                                                                },
                                                                                                                "property": {
                                                                                                                  "type": "Identifier",
                                                                                                                  "name": "id",
                                                                                                                  "range": [
                                                                                                                    3767,
                                                                                                                    3769
                                                                                                                  ],
                                                                                                                  "loc": {
                                                                                                                    "start": {
                                                                                                                      "line": 2,
                                                                                                                      "column": 524
                                                                                                                    },
                                                                                                                    "end": {
                                                                                                                      "line": 2,
                                                                                                                      "column": 526
                                                                                                                    }
                                                                                                                  }
                                                                                                                },
                                                                                                                "range": [
                                                                                                                  3760,
                                                                                                                  3769
                                                                                                                ],
                                                                                                                "loc": {
                                                                                                                  "start": {
                                                                                                                    "line": 2,
                                                                                                                    "column": 517
                                                                                                                  },
                                                                                                                  "end": {
                                                                                                                    "line": 2,
                                                                                                                    "column": 526
                                                                                                                  }
                                                                                                                }
                                                                                                              },
                                                                                                              "kind": "init",
                                                                                                              "method": false,
                                                                                                              "shorthand": false,
                                                                                                              "computed": false,
                                                                                                              "range": [
                                                                                                                3754,
                                                                                                                3769
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 511
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 526
                                                                                                                }
                                                                                                              }
                                                                                                            }
                                                                                                          ],
                                                                                                          "range": [
                                                                                                            3753,
                                                                                                            3770
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 2,
                                                                                                              "column": 510
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 2,
                                                                                                              "column": 527
                                                                                                            }
                                                                                                          }
                                                                                                        }
                                                                                                      ],
                                                                                                      "range": [
                                                                                                        3726,
                                                                                                        3771
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 2,
                                                                                                          "column": 483
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 2,
                                                                                                          "column": 528
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    "range": [
                                                                                                      3724,
                                                                                                      3771
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 481
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 528
                                                                                                      }
                                                                                                    }
                                                                                                  }
                                                                                                ],
                                                                                                "kind": "var",
                                                                                                "range": [
                                                                                                  3720,
                                                                                                  3772
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 477
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 529
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              {
                                                                                                "type": "ReturnStatement",
                                                                                                "argument": {
                                                                                                  "type": "MemberExpression",
                                                                                                  "computed": false,
                                                                                                  "object": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "c",
                                                                                                    "range": [
                                                                                                      3779,
                                                                                                      3780
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 536
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 537
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "property": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "id",
                                                                                                    "range": [
                                                                                                      3781,
                                                                                                      3783
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 538
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 540
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "range": [
                                                                                                    3779,
                                                                                                    3783
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 536
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 540
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "range": [
                                                                                                  3772,
                                                                                                  3783
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 529
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 540
                                                                                                  }
                                                                                                }
                                                                                              }
                                                                                            ],
                                                                                            "range": [
                                                                                              3719,
                                                                                              3784
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 476
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 541
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "generator": false,
                                                                                          "expression": false,
                                                                                          "range": [
                                                                                            3708,
                                                                                            3784
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 465
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 541
                                                                                            }
                                                                                          }
                                                                                        }
                                                                                      ],
                                                                                      "range": [
                                                                                        3659,
                                                                                        3785
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 2,
                                                                                          "column": 416
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 2,
                                                                                          "column": 542
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "range": [
                                                                                      3636,
                                                                                      3785
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 2,
                                                                                        "column": 393
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 2,
                                                                                        "column": 542
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                ],
                                                                                "range": [
                                                                                  3604,
                                                                                  3785
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 2,
                                                                                    "column": 361
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 2,
                                                                                    "column": 542
                                                                                  }
                                                                                }
                                                                              },
                                                                              "range": [
                                                                                3604,
                                                                                3785
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 2,
                                                                                  "column": 361
                                                                                },
                                                                                "end": {
                                                                                  "line": 2,
                                                                                  "column": 542
                                                                                }
                                                                              }
                                                                            }
                                                                          ],
                                                                          "range": [
                                                                            3603,
                                                                            3786
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 2,
                                                                              "column": 360
                                                                            },
                                                                            "end": {
                                                                              "line": 2,
                                                                              "column": 543
                                                                            }
                                                                          }
                                                                        },
                                                                        "generator": false,
                                                                        "expression": false,
                                                                        "range": [
                                                                          3593,
                                                                          3786
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 2,
                                                                            "column": 350
                                                                          },
                                                                          "end": {
                                                                            "line": 2,
                                                                            "column": 543
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "range": [
                                                                      3564,
                                                                      3787
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 2,
                                                                        "column": 321
                                                                      },
                                                                      "end": {
                                                                        "line": 2,
                                                                        "column": 544
                                                                      }
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "CallExpression",
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "computed": false,
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "computed": false,
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "computed": false,
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "name": "_this2",
                                                                            "range": [
                                                                              3788,
                                                                              3794
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 2,
                                                                                "column": 545
                                                                              },
                                                                              "end": {
                                                                                "line": 2,
                                                                                "column": 551
                                                                              }
                                                                            }
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "name": "session",
                                                                            "range": [
                                                                              3795,
                                                                              3802
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 2,
                                                                                "column": 552
                                                                              },
                                                                              "end": {
                                                                                "line": 2,
                                                                                "column": 559
                                                                              }
                                                                            }
                                                                          },
                                                                          "range": [
                                                                            3788,
                                                                            3802
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 2,
                                                                              "column": 545
                                                                            },
                                                                            "end": {
                                                                              "line": 2,
                                                                              "column": 559
                                                                            }
                                                                          }
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "name": "pool",
                                                                          "range": [
                                                                            3803,
                                                                            3807
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 2,
                                                                              "column": 560
                                                                            },
                                                                            "end": {
                                                                              "line": 2,
                                                                              "column": 564
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          3788,
                                                                          3807
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 2,
                                                                            "column": 545
                                                                          },
                                                                          "end": {
                                                                            "line": 2,
                                                                            "column": 564
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "createInteraction",
                                                                        "range": [
                                                                          3808,
                                                                          3825
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 2,
                                                                            "column": 565
                                                                          },
                                                                          "end": {
                                                                            "line": 2,
                                                                            "column": 582
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        3788,
                                                                        3825
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 2,
                                                                          "column": 545
                                                                        },
                                                                        "end": {
                                                                          "line": 2,
                                                                          "column": 582
                                                                        }
                                                                      }
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "ObjectExpression",
                                                                        "properties": [
                                                                          {
                                                                            "type": "Property",
                                                                            "key": {
                                                                              "type": "Identifier",
                                                                              "name": "recursive",
                                                                              "range": [
                                                                                3827,
                                                                                3836
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 2,
                                                                                  "column": 584
                                                                                },
                                                                                "end": {
                                                                                  "line": 2,
                                                                                  "column": 593
                                                                                }
                                                                              }
                                                                            },
                                                                            "value": {
                                                                              "type": "UnaryExpression",
                                                                              "operator": "!",
                                                                              "argument": {
                                                                                "type": "Literal",
                                                                                "value": 0,
                                                                                "raw": "0",
                                                                                "range": [
                                                                                  3838,
                                                                                  3839
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 2,
                                                                                    "column": 595
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 2,
                                                                                    "column": 596
                                                                                  }
                                                                                }
                                                                              },
                                                                              "prefix": true,
                                                                              "range": [
                                                                                3837,
                                                                                3839
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 2,
                                                                                  "column": 594
                                                                                },
                                                                                "end": {
                                                                                  "line": 2,
                                                                                  "column": 596
                                                                                }
                                                                              }
                                                                            },
                                                                            "kind": "init",
                                                                            "method": false,
                                                                            "shorthand": false,
                                                                            "computed": false,
                                                                            "range": [
                                                                              3827,
                                                                              3839
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 2,
                                                                                "column": 584
                                                                              },
                                                                              "end": {
                                                                                "line": 2,
                                                                                "column": 596
                                                                              }
                                                                            }
                                                                          },
                                                                          {
                                                                            "type": "Property",
                                                                            "key": {
                                                                              "type": "Identifier",
                                                                              "name": "types",
                                                                              "range": [
                                                                                3840,
                                                                                3845
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 2,
                                                                                  "column": 597
                                                                                },
                                                                                "end": {
                                                                                  "line": 2,
                                                                                  "column": 602
                                                                                }
                                                                              }
                                                                            },
                                                                            "value": {
                                                                              "type": "ArrayExpression",
                                                                              "elements": [
                                                                                {
                                                                                  "type": "Literal",
                                                                                  "value": "Mesh",
                                                                                  "raw": "'Mesh'",
                                                                                  "range": [
                                                                                    3847,
                                                                                    3853
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 2,
                                                                                      "column": 604
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 2,
                                                                                      "column": 610
                                                                                    }
                                                                                  }
                                                                                },
                                                                                {
                                                                                  "type": "Literal",
                                                                                  "value": "LineSegments",
                                                                                  "raw": "'LineSegments'",
                                                                                  "range": [
                                                                                    3854,
                                                                                    3868
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 2,
                                                                                      "column": 611
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 2,
                                                                                      "column": 625
                                                                                    }
                                                                                  }
                                                                                }
                                                                              ],
                                                                              "range": [
                                                                                3846,
                                                                                3869
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 2,
                                                                                  "column": 603
                                                                                },
                                                                                "end": {
                                                                                  "line": 2,
                                                                                  "column": 626
                                                                                }
                                                                              }
                                                                            },
                                                                            "kind": "init",
                                                                            "method": false,
                                                                            "shorthand": false,
                                                                            "computed": false,
                                                                            "range": [
                                                                              3840,
                                                                              3869
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 2,
                                                                                "column": 597
                                                                              },
                                                                              "end": {
                                                                                "line": 2,
                                                                                "column": 626
                                                                              }
                                                                            }
                                                                          }
                                                                        ],
                                                                        "range": [
                                                                          3826,
                                                                          3870
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 2,
                                                                            "column": 583
                                                                          },
                                                                          "end": {
                                                                            "line": 2,
                                                                            "column": 627
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "range": [
                                                                      3788,
                                                                      3871
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 2,
                                                                        "column": 545
                                                                      },
                                                                      "end": {
                                                                        "line": 2,
                                                                        "column": 628
                                                                      }
                                                                    }
                                                                  },
                                                                  {
                                                                    "type": "CallExpression",
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "computed": false,
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "computed": false,
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "computed": false,
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "name": "_this2",
                                                                            "range": [
                                                                              3872,
                                                                              3878
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 2,
                                                                                "column": 629
                                                                              },
                                                                              "end": {
                                                                                "line": 2,
                                                                                "column": 635
                                                                              }
                                                                            }
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "name": "session",
                                                                            "range": [
                                                                              3879,
                                                                              3886
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 2,
                                                                                "column": 636
                                                                              },
                                                                              "end": {
                                                                                "line": 2,
                                                                                "column": 643
                                                                              }
                                                                            }
                                                                          },
                                                                          "range": [
                                                                            3872,
                                                                            3886
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 2,
                                                                              "column": 629
                                                                            },
                                                                            "end": {
                                                                              "line": 2,
                                                                              "column": 643
                                                                            }
                                                                          }
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "name": "pool",
                                                                          "range": [
                                                                            3887,
                                                                            3891
                                                                          ],
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 2,
                                                                              "column": 644
                                                                            },
                                                                            "end": {
                                                                              "line": 2,
                                                                              "column": 648
                                                                            }
                                                                          }
                                                                        },
                                                                        "range": [
                                                                          3872,
                                                                          3891
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 2,
                                                                            "column": 629
                                                                          },
                                                                          "end": {
                                                                            "line": 2,
                                                                            "column": 648
                                                                          }
                                                                        }
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "name": "on",
                                                                        "range": [
                                                                          3892,
                                                                          3894
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 2,
                                                                            "column": 649
                                                                          },
                                                                          "end": {
                                                                            "line": 2,
                                                                            "column": 651
                                                                          }
                                                                        }
                                                                      },
                                                                      "range": [
                                                                        3872,
                                                                        3894
                                                                      ],
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 2,
                                                                          "column": 629
                                                                        },
                                                                        "end": {
                                                                          "line": 2,
                                                                          "column": 651
                                                                        }
                                                                      }
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "ObjectExpression",
                                                                        "properties": [
                                                                          {
                                                                            "type": "Property",
                                                                            "key": {
                                                                              "type": "Identifier",
                                                                              "name": "Hovered",
                                                                              "range": [
                                                                                3896,
                                                                                3903
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 2,
                                                                                  "column": 653
                                                                                },
                                                                                "end": {
                                                                                  "line": 2,
                                                                                  "column": 660
                                                                                }
                                                                              }
                                                                            },
                                                                            "value": {
                                                                              "type": "FunctionExpression",
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "name": "Hovered",
                                                                                "range": [
                                                                                  3913,
                                                                                  3920
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 2,
                                                                                    "column": 670
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 2,
                                                                                    "column": 677
                                                                                  }
                                                                                }
                                                                              },
                                                                              "params": [
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "name": "b",
                                                                                  "range": [
                                                                                    3921,
                                                                                    3922
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 2,
                                                                                      "column": 678
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 2,
                                                                                      "column": 679
                                                                                    }
                                                                                  }
                                                                                }
                                                                              ],
                                                                              "body": {
                                                                                "type": "BlockStatement",
                                                                                "body": [
                                                                                  {
                                                                                    "type": "IfStatement",
                                                                                    "test": {
                                                                                      "type": "SequenceExpression",
                                                                                      "expressions": [
                                                                                        {
                                                                                          "type": "CallExpression",
                                                                                          "callee": {
                                                                                            "type": "MemberExpression",
                                                                                            "computed": false,
                                                                                            "object": {
                                                                                              "type": "MemberExpression",
                                                                                              "computed": false,
                                                                                              "object": {
                                                                                                "type": "MemberExpression",
                                                                                                "computed": false,
                                                                                                "object": {
                                                                                                  "type": "MemberExpression",
                                                                                                  "computed": false,
                                                                                                  "object": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "_this2",
                                                                                                    "range": [
                                                                                                      3927,
                                                                                                      3933
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 684
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 690
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "property": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "session",
                                                                                                    "range": [
                                                                                                      3934,
                                                                                                      3941
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 691
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 698
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "range": [
                                                                                                    3927,
                                                                                                    3941
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 684
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 698
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "property": {
                                                                                                  "type": "Identifier",
                                                                                                  "name": "pool",
                                                                                                  "range": [
                                                                                                    3942,
                                                                                                    3946
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 699
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 703
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "range": [
                                                                                                  3927,
                                                                                                  3946
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 684
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 703
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "name": "view",
                                                                                                "range": [
                                                                                                  3947,
                                                                                                  3951
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 704
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 708
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "range": [
                                                                                                3927,
                                                                                                3951
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 684
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 708
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "name": "setCursor",
                                                                                              "range": [
                                                                                                3952,
                                                                                                3961
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 709
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 718
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "range": [
                                                                                              3927,
                                                                                              3961
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 684
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 718
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "arguments": [
                                                                                            {
                                                                                              "type": "Literal",
                                                                                              "value": "pointer",
                                                                                              "raw": "'pointer'",
                                                                                              "range": [
                                                                                                3962,
                                                                                                3971
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 719
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 728
                                                                                                }
                                                                                              }
                                                                                            }
                                                                                          ],
                                                                                          "range": [
                                                                                            3927,
                                                                                            3972
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 684
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 729
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        {
                                                                                          "type": "UnaryExpression",
                                                                                          "operator": "!",
                                                                                          "argument": {
                                                                                            "type": "MemberExpression",
                                                                                            "computed": false,
                                                                                            "object": {
                                                                                              "type": "MemberExpression",
                                                                                              "computed": false,
                                                                                              "object": {
                                                                                                "type": "Identifier",
                                                                                                "name": "b",
                                                                                                "range": [
                                                                                                  3974,
                                                                                                  3975
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 731
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 732
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "name": "material",
                                                                                                "range": [
                                                                                                  3976,
                                                                                                  3984
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 733
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 741
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "range": [
                                                                                                3974,
                                                                                                3984
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 731
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 741
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "name": "_selected",
                                                                                              "range": [
                                                                                                3985,
                                                                                                3994
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 742
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 751
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "range": [
                                                                                              3974,
                                                                                              3994
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 731
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 751
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "prefix": true,
                                                                                          "range": [
                                                                                            3973,
                                                                                            3994
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 730
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 751
                                                                                            }
                                                                                          }
                                                                                        }
                                                                                      ],
                                                                                      "range": [
                                                                                        3927,
                                                                                        3994
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 2,
                                                                                          "column": 684
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 2,
                                                                                          "column": 751
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "consequent": {
                                                                                      "type": "BlockStatement",
                                                                                      "body": [
                                                                                        {
                                                                                          "type": "VariableDeclaration",
                                                                                          "declarations": [
                                                                                            {
                                                                                              "type": "VariableDeclarator",
                                                                                              "id": {
                                                                                                "type": "Identifier",
                                                                                                "name": "_c",
                                                                                                "range": [
                                                                                                  4000,
                                                                                                  4002
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 757
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 759
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "init": {
                                                                                                "type": "CallExpression",
                                                                                                "callee": {
                                                                                                  "type": "MemberExpression",
                                                                                                  "computed": false,
                                                                                                  "object": {
                                                                                                    "type": "MemberExpression",
                                                                                                    "computed": false,
                                                                                                    "object": {
                                                                                                      "type": "Identifier",
                                                                                                      "name": "b",
                                                                                                      "range": [
                                                                                                        4003,
                                                                                                        4004
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 2,
                                                                                                          "column": 760
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 2,
                                                                                                          "column": 761
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    "property": {
                                                                                                      "type": "Identifier",
                                                                                                      "name": "material",
                                                                                                      "range": [
                                                                                                        4005,
                                                                                                        4013
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 2,
                                                                                                          "column": 762
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 2,
                                                                                                          "column": 770
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    "range": [
                                                                                                      4003,
                                                                                                      4013
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 760
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 770
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "property": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "animate",
                                                                                                    "range": [
                                                                                                      4014,
                                                                                                      4021
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 771
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 778
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "range": [
                                                                                                    4003,
                                                                                                    4021
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 760
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 778
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "arguments": [
                                                                                                  {
                                                                                                    "type": "ObjectExpression",
                                                                                                    "properties": [
                                                                                                      {
                                                                                                        "type": "Property",
                                                                                                        "key": {
                                                                                                          "type": "Identifier",
                                                                                                          "name": "color",
                                                                                                          "range": [
                                                                                                            4023,
                                                                                                            4028
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 2,
                                                                                                              "column": 780
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 2,
                                                                                                              "column": 785
                                                                                                            }
                                                                                                          }
                                                                                                        },
                                                                                                        "value": {
                                                                                                          "type": "NewExpression",
                                                                                                          "callee": {
                                                                                                            "type": "MemberExpression",
                                                                                                            "computed": false,
                                                                                                            "object": {
                                                                                                              "type": "Identifier",
                                                                                                              "name": "THREE",
                                                                                                              "range": [
                                                                                                                4033,
                                                                                                                4038
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 790
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 795
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "property": {
                                                                                                              "type": "Identifier",
                                                                                                              "name": "Color",
                                                                                                              "range": [
                                                                                                                4039,
                                                                                                                4044
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 796
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 801
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "range": [
                                                                                                              4033,
                                                                                                              4044
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 2,
                                                                                                                "column": 790
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 2,
                                                                                                                "column": 801
                                                                                                              }
                                                                                                            }
                                                                                                          },
                                                                                                          "arguments": [
                                                                                                            {
                                                                                                              "type": "Literal",
                                                                                                              "value": 2676639,
                                                                                                              "raw": "2676639",
                                                                                                              "range": [
                                                                                                                4045,
                                                                                                                4052
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 802
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 809
                                                                                                                }
                                                                                                              }
                                                                                                            }
                                                                                                          ],
                                                                                                          "range": [
                                                                                                            4029,
                                                                                                            4053
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 2,
                                                                                                              "column": 786
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 2,
                                                                                                              "column": 810
                                                                                                            }
                                                                                                          }
                                                                                                        },
                                                                                                        "kind": "init",
                                                                                                        "method": false,
                                                                                                        "shorthand": false,
                                                                                                        "computed": false,
                                                                                                        "range": [
                                                                                                          4023,
                                                                                                          4053
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 2,
                                                                                                            "column": 780
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 2,
                                                                                                            "column": 810
                                                                                                          }
                                                                                                        }
                                                                                                      }
                                                                                                    ],
                                                                                                    "range": [
                                                                                                      4022,
                                                                                                      4054
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 779
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 811
                                                                                                      }
                                                                                                    }
                                                                                                  }
                                                                                                ],
                                                                                                "range": [
                                                                                                  4003,
                                                                                                  4055
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 760
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 812
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "range": [
                                                                                                4000,
                                                                                                4055
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 757
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 812
                                                                                                }
                                                                                              }
                                                                                            }
                                                                                          ],
                                                                                          "kind": "var",
                                                                                          "range": [
                                                                                            3996,
                                                                                            4056
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 753
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 813
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        {
                                                                                          "type": "ExpressionStatement",
                                                                                          "expression": {
                                                                                            "type": "SequenceExpression",
                                                                                            "expressions": [
                                                                                              {
                                                                                                "type": "LogicalExpression",
                                                                                                "operator": "||",
                                                                                                "left": {
                                                                                                  "type": "MemberExpression",
                                                                                                  "computed": false,
                                                                                                  "object": {
                                                                                                    "type": "MemberExpression",
                                                                                                    "computed": false,
                                                                                                    "object": {
                                                                                                      "type": "Identifier",
                                                                                                      "name": "b",
                                                                                                      "range": [
                                                                                                        4056,
                                                                                                        4057
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 2,
                                                                                                          "column": 813
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 2,
                                                                                                          "column": 814
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    "property": {
                                                                                                      "type": "Identifier",
                                                                                                      "name": "material",
                                                                                                      "range": [
                                                                                                        4058,
                                                                                                        4066
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 2,
                                                                                                          "column": 815
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 2,
                                                                                                          "column": 823
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    "range": [
                                                                                                      4056,
                                                                                                      4066
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 813
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 823
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "property": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "_original",
                                                                                                    "range": [
                                                                                                      4067,
                                                                                                      4076
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 824
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 833
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "range": [
                                                                                                    4056,
                                                                                                    4076
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 813
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 833
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "right": {
                                                                                                  "type": "AssignmentExpression",
                                                                                                  "operator": "=",
                                                                                                  "left": {
                                                                                                    "type": "MemberExpression",
                                                                                                    "computed": false,
                                                                                                    "object": {
                                                                                                      "type": "MemberExpression",
                                                                                                      "computed": false,
                                                                                                      "object": {
                                                                                                        "type": "Identifier",
                                                                                                        "name": "b",
                                                                                                        "range": [
                                                                                                          4079,
                                                                                                          4080
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 2,
                                                                                                            "column": 836
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 2,
                                                                                                            "column": 837
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "property": {
                                                                                                        "type": "Identifier",
                                                                                                        "name": "material",
                                                                                                        "range": [
                                                                                                          4081,
                                                                                                          4089
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 2,
                                                                                                            "column": 838
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 2,
                                                                                                            "column": 846
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "range": [
                                                                                                        4079,
                                                                                                        4089
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 2,
                                                                                                          "column": 836
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 2,
                                                                                                          "column": 846
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    "property": {
                                                                                                      "type": "Identifier",
                                                                                                      "name": "_original",
                                                                                                      "range": [
                                                                                                        4090,
                                                                                                        4099
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 2,
                                                                                                          "column": 847
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 2,
                                                                                                          "column": 856
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    "range": [
                                                                                                      4079,
                                                                                                      4099
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 836
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 856
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "right": {
                                                                                                    "type": "CallExpression",
                                                                                                    "callee": {
                                                                                                      "type": "MemberExpression",
                                                                                                      "computed": false,
                                                                                                      "object": {
                                                                                                        "type": "CallExpression",
                                                                                                        "callee": {
                                                                                                          "type": "MemberExpression",
                                                                                                          "computed": false,
                                                                                                          "object": {
                                                                                                            "type": "MemberExpression",
                                                                                                            "computed": false,
                                                                                                            "object": {
                                                                                                              "type": "Identifier",
                                                                                                              "name": "b",
                                                                                                              "range": [
                                                                                                                4100,
                                                                                                                4101
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 857
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 858
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "property": {
                                                                                                              "type": "Identifier",
                                                                                                              "name": "material",
                                                                                                              "range": [
                                                                                                                4102,
                                                                                                                4110
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 859
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 867
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "range": [
                                                                                                              4100,
                                                                                                              4110
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 2,
                                                                                                                "column": 857
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 2,
                                                                                                                "column": 867
                                                                                                              }
                                                                                                            }
                                                                                                          },
                                                                                                          "property": {
                                                                                                            "type": "Identifier",
                                                                                                            "name": "animate",
                                                                                                            "range": [
                                                                                                              4111,
                                                                                                              4118
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 2,
                                                                                                                "column": 868
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 2,
                                                                                                                "column": 875
                                                                                                              }
                                                                                                            }
                                                                                                          },
                                                                                                          "range": [
                                                                                                            4100,
                                                                                                            4118
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 2,
                                                                                                              "column": 857
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 2,
                                                                                                              "column": 875
                                                                                                            }
                                                                                                          }
                                                                                                        },
                                                                                                        "arguments": [
                                                                                                          {
                                                                                                            "type": "ObjectExpression",
                                                                                                            "properties": [
                                                                                                              {
                                                                                                                "type": "Property",
                                                                                                                "key": {
                                                                                                                  "type": "Identifier",
                                                                                                                  "name": "color",
                                                                                                                  "range": [
                                                                                                                    4120,
                                                                                                                    4125
                                                                                                                  ],
                                                                                                                  "loc": {
                                                                                                                    "start": {
                                                                                                                      "line": 2,
                                                                                                                      "column": 877
                                                                                                                    },
                                                                                                                    "end": {
                                                                                                                      "line": 2,
                                                                                                                      "column": 882
                                                                                                                    }
                                                                                                                  }
                                                                                                                },
                                                                                                                "value": {
                                                                                                                  "type": "NewExpression",
                                                                                                                  "callee": {
                                                                                                                    "type": "MemberExpression",
                                                                                                                    "computed": false,
                                                                                                                    "object": {
                                                                                                                      "type": "Identifier",
                                                                                                                      "name": "THREE",
                                                                                                                      "range": [
                                                                                                                        4130,
                                                                                                                        4135
                                                                                                                      ],
                                                                                                                      "loc": {
                                                                                                                        "start": {
                                                                                                                          "line": 2,
                                                                                                                          "column": 887
                                                                                                                        },
                                                                                                                        "end": {
                                                                                                                          "line": 2,
                                                                                                                          "column": 892
                                                                                                                        }
                                                                                                                      }
                                                                                                                    },
                                                                                                                    "property": {
                                                                                                                      "type": "Identifier",
                                                                                                                      "name": "Color",
                                                                                                                      "range": [
                                                                                                                        4136,
                                                                                                                        4141
                                                                                                                      ],
                                                                                                                      "loc": {
                                                                                                                        "start": {
                                                                                                                          "line": 2,
                                                                                                                          "column": 893
                                                                                                                        },
                                                                                                                        "end": {
                                                                                                                          "line": 2,
                                                                                                                          "column": 898
                                                                                                                        }
                                                                                                                      }
                                                                                                                    },
                                                                                                                    "range": [
                                                                                                                      4130,
                                                                                                                      4141
                                                                                                                    ],
                                                                                                                    "loc": {
                                                                                                                      "start": {
                                                                                                                        "line": 2,
                                                                                                                        "column": 887
                                                                                                                      },
                                                                                                                      "end": {
                                                                                                                        "line": 2,
                                                                                                                        "column": 898
                                                                                                                      }
                                                                                                                    }
                                                                                                                  },
                                                                                                                  "arguments": [
                                                                                                                    {
                                                                                                                      "type": "Literal",
                                                                                                                      "value": "green",
                                                                                                                      "raw": "'green'",
                                                                                                                      "range": [
                                                                                                                        4142,
                                                                                                                        4149
                                                                                                                      ],
                                                                                                                      "loc": {
                                                                                                                        "start": {
                                                                                                                          "line": 2,
                                                                                                                          "column": 899
                                                                                                                        },
                                                                                                                        "end": {
                                                                                                                          "line": 2,
                                                                                                                          "column": 906
                                                                                                                        }
                                                                                                                      }
                                                                                                                    }
                                                                                                                  ],
                                                                                                                  "range": [
                                                                                                                    4126,
                                                                                                                    4150
                                                                                                                  ],
                                                                                                                  "loc": {
                                                                                                                    "start": {
                                                                                                                      "line": 2,
                                                                                                                      "column": 883
                                                                                                                    },
                                                                                                                    "end": {
                                                                                                                      "line": 2,
                                                                                                                      "column": 907
                                                                                                                    }
                                                                                                                  }
                                                                                                                },
                                                                                                                "kind": "init",
                                                                                                                "method": false,
                                                                                                                "shorthand": false,
                                                                                                                "computed": false,
                                                                                                                "range": [
                                                                                                                  4120,
                                                                                                                  4150
                                                                                                                ],
                                                                                                                "loc": {
                                                                                                                  "start": {
                                                                                                                    "line": 2,
                                                                                                                    "column": 877
                                                                                                                  },
                                                                                                                  "end": {
                                                                                                                    "line": 2,
                                                                                                                    "column": 907
                                                                                                                  }
                                                                                                                }
                                                                                                              }
                                                                                                            ],
                                                                                                            "range": [
                                                                                                              4119,
                                                                                                              4151
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 2,
                                                                                                                "column": 876
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 2,
                                                                                                                "column": 908
                                                                                                              }
                                                                                                            }
                                                                                                          }
                                                                                                        ],
                                                                                                        "range": [
                                                                                                          4100,
                                                                                                          4152
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 2,
                                                                                                            "column": 857
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 2,
                                                                                                            "column": 909
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "property": {
                                                                                                        "type": "Identifier",
                                                                                                        "name": "getProperties",
                                                                                                        "range": [
                                                                                                          4153,
                                                                                                          4166
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 2,
                                                                                                            "column": 910
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 2,
                                                                                                            "column": 923
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "range": [
                                                                                                        4100,
                                                                                                        4166
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 2,
                                                                                                          "column": 857
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 2,
                                                                                                          "column": 923
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    "arguments": [],
                                                                                                    "range": [
                                                                                                      4100,
                                                                                                      4168
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 857
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 925
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "range": [
                                                                                                    4079,
                                                                                                    4168
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 836
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 925
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "range": [
                                                                                                  4056,
                                                                                                  4169
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 813
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 926
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              {
                                                                                                "type": "CallExpression",
                                                                                                "callee": {
                                                                                                  "type": "MemberExpression",
                                                                                                  "computed": false,
                                                                                                  "object": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "_c",
                                                                                                    "range": [
                                                                                                      4170,
                                                                                                      4172
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 927
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 929
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "property": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "start",
                                                                                                    "range": [
                                                                                                      4173,
                                                                                                      4178
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 930
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 935
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "range": [
                                                                                                    4170,
                                                                                                    4178
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 927
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 935
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "arguments": [
                                                                                                  {
                                                                                                    "type": "Literal",
                                                                                                    "value": 0,
                                                                                                    "raw": "0",
                                                                                                    "range": [
                                                                                                      4179,
                                                                                                      4180
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 936
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 937
                                                                                                      }
                                                                                                    }
                                                                                                  }
                                                                                                ],
                                                                                                "range": [
                                                                                                  4170,
                                                                                                  4181
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 927
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 938
                                                                                                  }
                                                                                                }
                                                                                              }
                                                                                            ],
                                                                                            "range": [
                                                                                              4056,
                                                                                              4181
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 813
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 938
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "range": [
                                                                                            4056,
                                                                                            4181
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 813
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 938
                                                                                            }
                                                                                          }
                                                                                        }
                                                                                      ],
                                                                                      "range": [
                                                                                        3995,
                                                                                        4182
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 2,
                                                                                          "column": 752
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 2,
                                                                                          "column": 939
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "alternate": null,
                                                                                    "range": [
                                                                                      3924,
                                                                                      4182
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 2,
                                                                                        "column": 681
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 2,
                                                                                        "column": 939
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                ],
                                                                                "range": [
                                                                                  3923,
                                                                                  4183
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 2,
                                                                                    "column": 680
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 2,
                                                                                    "column": 940
                                                                                  }
                                                                                }
                                                                              },
                                                                              "generator": false,
                                                                              "expression": false,
                                                                              "range": [
                                                                                3904,
                                                                                4183
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 2,
                                                                                  "column": 661
                                                                                },
                                                                                "end": {
                                                                                  "line": 2,
                                                                                  "column": 940
                                                                                }
                                                                              }
                                                                            },
                                                                            "kind": "init",
                                                                            "method": false,
                                                                            "shorthand": false,
                                                                            "computed": false,
                                                                            "range": [
                                                                              3896,
                                                                              4183
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 2,
                                                                                "column": 653
                                                                              },
                                                                              "end": {
                                                                                "line": 2,
                                                                                "column": 940
                                                                              }
                                                                            }
                                                                          },
                                                                          {
                                                                            "type": "Property",
                                                                            "key": {
                                                                              "type": "Identifier",
                                                                              "name": "Unhovered",
                                                                              "range": [
                                                                                4184,
                                                                                4193
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 2,
                                                                                  "column": 941
                                                                                },
                                                                                "end": {
                                                                                  "line": 2,
                                                                                  "column": 950
                                                                                }
                                                                              }
                                                                            },
                                                                            "value": {
                                                                              "type": "FunctionExpression",
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "name": "Unhovered",
                                                                                "range": [
                                                                                  4203,
                                                                                  4212
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 2,
                                                                                    "column": 960
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 2,
                                                                                    "column": 969
                                                                                  }
                                                                                }
                                                                              },
                                                                              "params": [
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "name": "b",
                                                                                  "range": [
                                                                                    4213,
                                                                                    4214
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 2,
                                                                                      "column": 970
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 2,
                                                                                      "column": 971
                                                                                    }
                                                                                  }
                                                                                }
                                                                              ],
                                                                              "body": {
                                                                                "type": "BlockStatement",
                                                                                "body": [
                                                                                  {
                                                                                    "type": "ExpressionStatement",
                                                                                    "expression": {
                                                                                      "type": "LogicalExpression",
                                                                                      "operator": "||",
                                                                                      "left": {
                                                                                        "type": "MemberExpression",
                                                                                        "computed": false,
                                                                                        "object": {
                                                                                          "type": "MemberExpression",
                                                                                          "computed": false,
                                                                                          "object": {
                                                                                            "type": "Identifier",
                                                                                            "name": "b",
                                                                                            "range": [
                                                                                              4216,
                                                                                              4217
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 973
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 974
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "name": "material",
                                                                                            "range": [
                                                                                              4218,
                                                                                              4226
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 975
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 983
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "range": [
                                                                                            4216,
                                                                                            4226
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 973
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 983
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "name": "_selected",
                                                                                          "range": [
                                                                                            4227,
                                                                                            4236
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 984
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 993
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "range": [
                                                                                          4216,
                                                                                          4236
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 2,
                                                                                            "column": 973
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 2,
                                                                                            "column": 993
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "right": {
                                                                                        "type": "CallExpression",
                                                                                        "callee": {
                                                                                          "type": "MemberExpression",
                                                                                          "computed": false,
                                                                                          "object": {
                                                                                            "type": "CallExpression",
                                                                                            "callee": {
                                                                                              "type": "MemberExpression",
                                                                                              "computed": false,
                                                                                              "object": {
                                                                                                "type": "MemberExpression",
                                                                                                "computed": false,
                                                                                                "object": {
                                                                                                  "type": "Identifier",
                                                                                                  "name": "b",
                                                                                                  "range": [
                                                                                                    4238,
                                                                                                    4239
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 995
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 996
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "property": {
                                                                                                  "type": "Identifier",
                                                                                                  "name": "material",
                                                                                                  "range": [
                                                                                                    4240,
                                                                                                    4248
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 997
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 1005
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "range": [
                                                                                                  4238,
                                                                                                  4248
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 995
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1005
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "name": "animate",
                                                                                                "range": [
                                                                                                  4249,
                                                                                                  4256
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 1006
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1013
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "range": [
                                                                                                4238,
                                                                                                4256
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 995
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 1013
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "arguments": [
                                                                                              {
                                                                                                "type": "MemberExpression",
                                                                                                "computed": false,
                                                                                                "object": {
                                                                                                  "type": "MemberExpression",
                                                                                                  "computed": false,
                                                                                                  "object": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "b",
                                                                                                    "range": [
                                                                                                      4257,
                                                                                                      4258
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 1014
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 1015
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "property": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "material",
                                                                                                    "range": [
                                                                                                      4259,
                                                                                                      4267
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 1016
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 1024
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "range": [
                                                                                                    4257,
                                                                                                    4267
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 1014
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 1024
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "property": {
                                                                                                  "type": "Identifier",
                                                                                                  "name": "_original",
                                                                                                  "range": [
                                                                                                    4268,
                                                                                                    4277
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 1025
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 1034
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "range": [
                                                                                                  4257,
                                                                                                  4277
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 1014
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1034
                                                                                                  }
                                                                                                }
                                                                                              }
                                                                                            ],
                                                                                            "range": [
                                                                                              4238,
                                                                                              4278
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 995
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 1035
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "name": "start",
                                                                                            "range": [
                                                                                              4279,
                                                                                              4284
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 1036
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 1041
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "range": [
                                                                                            4238,
                                                                                            4284
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 995
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 1041
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        "arguments": [
                                                                                          {
                                                                                            "type": "Literal",
                                                                                            "value": 500,
                                                                                            "raw": "500",
                                                                                            "range": [
                                                                                              4285,
                                                                                              4288
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 1042
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 1045
                                                                                              }
                                                                                            }
                                                                                          }
                                                                                        ],
                                                                                        "range": [
                                                                                          4238,
                                                                                          4289
                                                                                        ],
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 2,
                                                                                            "column": 995
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 2,
                                                                                            "column": 1046
                                                                                          }
                                                                                        }
                                                                                      },
                                                                                      "range": [
                                                                                        4216,
                                                                                        4289
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 2,
                                                                                          "column": 973
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 2,
                                                                                          "column": 1046
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "range": [
                                                                                      4216,
                                                                                      4289
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 2,
                                                                                        "column": 973
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 2,
                                                                                        "column": 1046
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                ],
                                                                                "range": [
                                                                                  4215,
                                                                                  4290
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 2,
                                                                                    "column": 972
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 2,
                                                                                    "column": 1047
                                                                                  }
                                                                                }
                                                                              },
                                                                              "generator": false,
                                                                              "expression": false,
                                                                              "range": [
                                                                                4194,
                                                                                4290
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 2,
                                                                                  "column": 951
                                                                                },
                                                                                "end": {
                                                                                  "line": 2,
                                                                                  "column": 1047
                                                                                }
                                                                              }
                                                                            },
                                                                            "kind": "init",
                                                                            "method": false,
                                                                            "shorthand": false,
                                                                            "computed": false,
                                                                            "range": [
                                                                              4184,
                                                                              4290
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 2,
                                                                                "column": 941
                                                                              },
                                                                              "end": {
                                                                                "line": 2,
                                                                                "column": 1047
                                                                              }
                                                                            }
                                                                          },
                                                                          {
                                                                            "type": "Property",
                                                                            "key": {
                                                                              "type": "Identifier",
                                                                              "name": "Clicked",
                                                                              "range": [
                                                                                4291,
                                                                                4298
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 2,
                                                                                  "column": 1048
                                                                                },
                                                                                "end": {
                                                                                  "line": 2,
                                                                                  "column": 1055
                                                                                }
                                                                              }
                                                                            },
                                                                            "value": {
                                                                              "type": "FunctionExpression",
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "name": "Clicked",
                                                                                "range": [
                                                                                  4308,
                                                                                  4315
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 2,
                                                                                    "column": 1065
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 2,
                                                                                    "column": 1072
                                                                                  }
                                                                                }
                                                                              },
                                                                              "params": [
                                                                                {
                                                                                  "type": "Identifier",
                                                                                  "name": "b",
                                                                                  "range": [
                                                                                    4316,
                                                                                    4317
                                                                                  ],
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 2,
                                                                                      "column": 1073
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 2,
                                                                                      "column": 1074
                                                                                    }
                                                                                  }
                                                                                }
                                                                              ],
                                                                              "body": {
                                                                                "type": "BlockStatement",
                                                                                "body": [
                                                                                  {
                                                                                    "type": "ExpressionStatement",
                                                                                    "expression": {
                                                                                      "type": "SequenceExpression",
                                                                                      "expressions": [
                                                                                        {
                                                                                          "type": "AssignmentExpression",
                                                                                          "operator": "=",
                                                                                          "left": {
                                                                                            "type": "MemberExpression",
                                                                                            "computed": false,
                                                                                            "object": {
                                                                                              "type": "MemberExpression",
                                                                                              "computed": false,
                                                                                              "object": {
                                                                                                "type": "Identifier",
                                                                                                "name": "b",
                                                                                                "range": [
                                                                                                  4319,
                                                                                                  4320
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 1076
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1077
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "name": "material",
                                                                                                "range": [
                                                                                                  4321,
                                                                                                  4329
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 1078
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1086
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "range": [
                                                                                                4319,
                                                                                                4329
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 1076
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 1086
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "name": "_selected",
                                                                                              "range": [
                                                                                                4330,
                                                                                                4339
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 1087
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 1096
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "range": [
                                                                                              4319,
                                                                                              4339
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 1076
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 1096
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "right": {
                                                                                            "type": "LogicalExpression",
                                                                                            "operator": "||",
                                                                                            "left": {
                                                                                              "type": "UnaryExpression",
                                                                                              "operator": "!",
                                                                                              "argument": {
                                                                                                "type": "MemberExpression",
                                                                                                "computed": false,
                                                                                                "object": {
                                                                                                  "type": "MemberExpression",
                                                                                                  "computed": false,
                                                                                                  "object": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "b",
                                                                                                    "range": [
                                                                                                      4341,
                                                                                                      4342
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 1098
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 1099
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "property": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "material",
                                                                                                    "range": [
                                                                                                      4343,
                                                                                                      4351
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 1100
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 1108
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "range": [
                                                                                                    4341,
                                                                                                    4351
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 1098
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 1108
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "property": {
                                                                                                  "type": "Identifier",
                                                                                                  "name": "_selected",
                                                                                                  "range": [
                                                                                                    4352,
                                                                                                    4361
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 1109
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 1118
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "range": [
                                                                                                  4341,
                                                                                                  4361
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 1098
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1118
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "prefix": true,
                                                                                              "range": [
                                                                                                4340,
                                                                                                4361
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 1097
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 1118
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "right": {
                                                                                              "type": "UnaryExpression",
                                                                                              "operator": "!",
                                                                                              "argument": {
                                                                                                "type": "MemberExpression",
                                                                                                "computed": false,
                                                                                                "object": {
                                                                                                  "type": "MemberExpression",
                                                                                                  "computed": false,
                                                                                                  "object": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "b",
                                                                                                    "range": [
                                                                                                      4364,
                                                                                                      4365
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 1121
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 1122
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "property": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "material",
                                                                                                    "range": [
                                                                                                      4366,
                                                                                                      4374
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 1123
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 1131
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "range": [
                                                                                                    4364,
                                                                                                    4374
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 1121
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 1131
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "property": {
                                                                                                  "type": "Identifier",
                                                                                                  "name": "_selected",
                                                                                                  "range": [
                                                                                                    4375,
                                                                                                    4384
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 1132
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 1141
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "range": [
                                                                                                  4364,
                                                                                                  4384
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 1121
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1141
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "prefix": true,
                                                                                              "range": [
                                                                                                4363,
                                                                                                4384
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 1120
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 1141
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "range": [
                                                                                              4340,
                                                                                              4384
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 1097
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 1141
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "range": [
                                                                                            4319,
                                                                                            4384
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 1076
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 1141
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        {
                                                                                          "type": "ConditionalExpression",
                                                                                          "test": {
                                                                                            "type": "MemberExpression",
                                                                                            "computed": false,
                                                                                            "object": {
                                                                                              "type": "MemberExpression",
                                                                                              "computed": false,
                                                                                              "object": {
                                                                                                "type": "Identifier",
                                                                                                "name": "b",
                                                                                                "range": [
                                                                                                  4385,
                                                                                                  4386
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 1142
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1143
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "name": "material",
                                                                                                "range": [
                                                                                                  4387,
                                                                                                  4395
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 1144
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1152
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "range": [
                                                                                                4385,
                                                                                                4395
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 1142
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 1152
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "name": "_selected",
                                                                                              "range": [
                                                                                                4396,
                                                                                                4405
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 1153
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 1162
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "range": [
                                                                                              4385,
                                                                                              4405
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 1142
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 1162
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "consequent": {
                                                                                            "type": "CallExpression",
                                                                                            "callee": {
                                                                                              "type": "MemberExpression",
                                                                                              "computed": false,
                                                                                              "object": {
                                                                                                "type": "MemberExpression",
                                                                                                "computed": false,
                                                                                                "object": {
                                                                                                  "type": "Identifier",
                                                                                                  "name": "_this2",
                                                                                                  "range": [
                                                                                                    4406,
                                                                                                    4412
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 1163
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 1169
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "property": {
                                                                                                  "type": "Identifier",
                                                                                                  "name": "selected",
                                                                                                  "range": [
                                                                                                    4413,
                                                                                                    4421
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 1170
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 1178
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "range": [
                                                                                                  4406,
                                                                                                  4421
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 1163
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1178
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "name": "set",
                                                                                                "range": [
                                                                                                  4422,
                                                                                                  4425
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 1179
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1182
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "range": [
                                                                                                4406,
                                                                                                4425
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 1163
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 1182
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "arguments": [
                                                                                              {
                                                                                                "type": "MemberExpression",
                                                                                                "computed": false,
                                                                                                "object": {
                                                                                                  "type": "MemberExpression",
                                                                                                  "computed": false,
                                                                                                  "object": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "b",
                                                                                                    "range": [
                                                                                                      4426,
                                                                                                      4427
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 1183
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 1184
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "property": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "material",
                                                                                                    "range": [
                                                                                                      4428,
                                                                                                      4436
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 1185
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 1193
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "range": [
                                                                                                    4426,
                                                                                                    4436
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 1183
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 1193
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "property": {
                                                                                                  "type": "Identifier",
                                                                                                  "name": "id",
                                                                                                  "range": [
                                                                                                    4437,
                                                                                                    4439
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 1194
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 1196
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "range": [
                                                                                                  4426,
                                                                                                  4439
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 1183
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1196
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              {
                                                                                                "type": "MemberExpression",
                                                                                                "computed": false,
                                                                                                "object": {
                                                                                                  "type": "Identifier",
                                                                                                  "name": "b",
                                                                                                  "range": [
                                                                                                    4440,
                                                                                                    4441
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 1197
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 1198
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "property": {
                                                                                                  "type": "Identifier",
                                                                                                  "name": "material",
                                                                                                  "range": [
                                                                                                    4442,
                                                                                                    4450
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 1199
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 1207
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "range": [
                                                                                                  4440,
                                                                                                  4450
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 1197
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1207
                                                                                                  }
                                                                                                }
                                                                                              }
                                                                                            ],
                                                                                            "range": [
                                                                                              4406,
                                                                                              4451
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 1163
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 1208
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "alternate": {
                                                                                            "type": "CallExpression",
                                                                                            "callee": {
                                                                                              "type": "MemberExpression",
                                                                                              "computed": false,
                                                                                              "object": {
                                                                                                "type": "MemberExpression",
                                                                                                "computed": false,
                                                                                                "object": {
                                                                                                  "type": "Identifier",
                                                                                                  "name": "_this2",
                                                                                                  "range": [
                                                                                                    4452,
                                                                                                    4458
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 1209
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 1215
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "property": {
                                                                                                  "type": "Identifier",
                                                                                                  "name": "selected",
                                                                                                  "range": [
                                                                                                    4459,
                                                                                                    4467
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 1216
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 1224
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "range": [
                                                                                                  4452,
                                                                                                  4467
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 1209
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1224
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "name": "delete",
                                                                                                "range": [
                                                                                                  4468,
                                                                                                  4474
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 1225
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1231
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "range": [
                                                                                                4452,
                                                                                                4474
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 1209
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 1231
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "arguments": [
                                                                                              {
                                                                                                "type": "MemberExpression",
                                                                                                "computed": false,
                                                                                                "object": {
                                                                                                  "type": "MemberExpression",
                                                                                                  "computed": false,
                                                                                                  "object": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "b",
                                                                                                    "range": [
                                                                                                      4475,
                                                                                                      4476
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 1232
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 1233
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "property": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "material",
                                                                                                    "range": [
                                                                                                      4477,
                                                                                                      4485
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 1234
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 1242
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "range": [
                                                                                                    4475,
                                                                                                    4485
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 1232
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 1242
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "property": {
                                                                                                  "type": "Identifier",
                                                                                                  "name": "id",
                                                                                                  "range": [
                                                                                                    4486,
                                                                                                    4488
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 1243
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 1245
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "range": [
                                                                                                  4475,
                                                                                                  4488
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 1232
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1245
                                                                                                  }
                                                                                                }
                                                                                              }
                                                                                            ],
                                                                                            "range": [
                                                                                              4452,
                                                                                              4489
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 1209
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 1246
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "range": [
                                                                                            4385,
                                                                                            4489
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 1142
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 1246
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        {
                                                                                          "type": "CallExpression",
                                                                                          "callee": {
                                                                                            "type": "MemberExpression",
                                                                                            "computed": false,
                                                                                            "object": {
                                                                                              "type": "CallExpression",
                                                                                              "callee": {
                                                                                                "type": "MemberExpression",
                                                                                                "computed": false,
                                                                                                "object": {
                                                                                                  "type": "MemberExpression",
                                                                                                  "computed": false,
                                                                                                  "object": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "b",
                                                                                                    "range": [
                                                                                                      4490,
                                                                                                      4491
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 1247
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 1248
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "property": {
                                                                                                    "type": "Identifier",
                                                                                                    "name": "material",
                                                                                                    "range": [
                                                                                                      4492,
                                                                                                      4500
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 1249
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 1257
                                                                                                      }
                                                                                                    }
                                                                                                  },
                                                                                                  "range": [
                                                                                                    4490,
                                                                                                    4500
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 1247
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 1257
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "property": {
                                                                                                  "type": "Identifier",
                                                                                                  "name": "animate",
                                                                                                  "range": [
                                                                                                    4501,
                                                                                                    4508
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 1258
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 1265
                                                                                                    }
                                                                                                  }
                                                                                                },
                                                                                                "range": [
                                                                                                  4490,
                                                                                                  4508
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 1247
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1265
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "arguments": [
                                                                                                {
                                                                                                  "type": "ObjectExpression",
                                                                                                  "properties": [
                                                                                                    {
                                                                                                      "type": "Property",
                                                                                                      "key": {
                                                                                                        "type": "Identifier",
                                                                                                        "name": "color",
                                                                                                        "range": [
                                                                                                          4510,
                                                                                                          4515
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 2,
                                                                                                            "column": 1267
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 2,
                                                                                                            "column": 1272
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "value": {
                                                                                                        "type": "NewExpression",
                                                                                                        "callee": {
                                                                                                          "type": "MemberExpression",
                                                                                                          "computed": false,
                                                                                                          "object": {
                                                                                                            "type": "Identifier",
                                                                                                            "name": "THREE",
                                                                                                            "range": [
                                                                                                              4520,
                                                                                                              4525
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 2,
                                                                                                                "column": 1277
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 2,
                                                                                                                "column": 1282
                                                                                                              }
                                                                                                            }
                                                                                                          },
                                                                                                          "property": {
                                                                                                            "type": "Identifier",
                                                                                                            "name": "Color",
                                                                                                            "range": [
                                                                                                              4526,
                                                                                                              4531
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 2,
                                                                                                                "column": 1283
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 2,
                                                                                                                "column": 1288
                                                                                                              }
                                                                                                            }
                                                                                                          },
                                                                                                          "range": [
                                                                                                            4520,
                                                                                                            4531
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 2,
                                                                                                              "column": 1277
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 2,
                                                                                                              "column": 1288
                                                                                                            }
                                                                                                          }
                                                                                                        },
                                                                                                        "arguments": [
                                                                                                          {
                                                                                                            "type": "ConditionalExpression",
                                                                                                            "test": {
                                                                                                              "type": "MemberExpression",
                                                                                                              "computed": false,
                                                                                                              "object": {
                                                                                                                "type": "MemberExpression",
                                                                                                                "computed": false,
                                                                                                                "object": {
                                                                                                                  "type": "Identifier",
                                                                                                                  "name": "b",
                                                                                                                  "range": [
                                                                                                                    4532,
                                                                                                                    4533
                                                                                                                  ],
                                                                                                                  "loc": {
                                                                                                                    "start": {
                                                                                                                      "line": 2,
                                                                                                                      "column": 1289
                                                                                                                    },
                                                                                                                    "end": {
                                                                                                                      "line": 2,
                                                                                                                      "column": 1290
                                                                                                                    }
                                                                                                                  }
                                                                                                                },
                                                                                                                "property": {
                                                                                                                  "type": "Identifier",
                                                                                                                  "name": "material",
                                                                                                                  "range": [
                                                                                                                    4534,
                                                                                                                    4542
                                                                                                                  ],
                                                                                                                  "loc": {
                                                                                                                    "start": {
                                                                                                                      "line": 2,
                                                                                                                      "column": 1291
                                                                                                                    },
                                                                                                                    "end": {
                                                                                                                      "line": 2,
                                                                                                                      "column": 1299
                                                                                                                    }
                                                                                                                  }
                                                                                                                },
                                                                                                                "range": [
                                                                                                                  4532,
                                                                                                                  4542
                                                                                                                ],
                                                                                                                "loc": {
                                                                                                                  "start": {
                                                                                                                    "line": 2,
                                                                                                                    "column": 1289
                                                                                                                  },
                                                                                                                  "end": {
                                                                                                                    "line": 2,
                                                                                                                    "column": 1299
                                                                                                                  }
                                                                                                                }
                                                                                                              },
                                                                                                              "property": {
                                                                                                                "type": "Identifier",
                                                                                                                "name": "_selected",
                                                                                                                "range": [
                                                                                                                  4543,
                                                                                                                  4552
                                                                                                                ],
                                                                                                                "loc": {
                                                                                                                  "start": {
                                                                                                                    "line": 2,
                                                                                                                    "column": 1300
                                                                                                                  },
                                                                                                                  "end": {
                                                                                                                    "line": 2,
                                                                                                                    "column": 1309
                                                                                                                  }
                                                                                                                }
                                                                                                              },
                                                                                                              "range": [
                                                                                                                4532,
                                                                                                                4552
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 1289
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 1309
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "consequent": {
                                                                                                              "type": "Literal",
                                                                                                              "value": 12727145,
                                                                                                              "raw": "12727145",
                                                                                                              "range": [
                                                                                                                4553,
                                                                                                                4561
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 1310
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 1318
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "alternate": {
                                                                                                              "type": "Literal",
                                                                                                              "value": 2676639,
                                                                                                              "raw": "2676639",
                                                                                                              "range": [
                                                                                                                4562,
                                                                                                                4569
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 1319
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 1326
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "range": [
                                                                                                              4532,
                                                                                                              4569
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 2,
                                                                                                                "column": 1289
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 2,
                                                                                                                "column": 1326
                                                                                                              }
                                                                                                            }
                                                                                                          }
                                                                                                        ],
                                                                                                        "range": [
                                                                                                          4516,
                                                                                                          4570
                                                                                                        ],
                                                                                                        "loc": {
                                                                                                          "start": {
                                                                                                            "line": 2,
                                                                                                            "column": 1273
                                                                                                          },
                                                                                                          "end": {
                                                                                                            "line": 2,
                                                                                                            "column": 1327
                                                                                                          }
                                                                                                        }
                                                                                                      },
                                                                                                      "kind": "init",
                                                                                                      "method": false,
                                                                                                      "shorthand": false,
                                                                                                      "computed": false,
                                                                                                      "range": [
                                                                                                        4510,
                                                                                                        4570
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 2,
                                                                                                          "column": 1267
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 2,
                                                                                                          "column": 1327
                                                                                                        }
                                                                                                      }
                                                                                                    }
                                                                                                  ],
                                                                                                  "range": [
                                                                                                    4509,
                                                                                                    4571
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 1266
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 1328
                                                                                                    }
                                                                                                  }
                                                                                                }
                                                                                              ],
                                                                                              "range": [
                                                                                                4490,
                                                                                                4572
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 1247
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 1329
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "name": "start",
                                                                                              "range": [
                                                                                                4573,
                                                                                                4578
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 1330
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 1335
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "range": [
                                                                                              4490,
                                                                                              4578
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 1247
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 1335
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "arguments": [
                                                                                            {
                                                                                              "type": "Literal",
                                                                                              "value": 500,
                                                                                              "raw": "500",
                                                                                              "range": [
                                                                                                4579,
                                                                                                4582
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 1336
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 1339
                                                                                                }
                                                                                              }
                                                                                            }
                                                                                          ],
                                                                                          "range": [
                                                                                            4490,
                                                                                            4583
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 1247
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 1340
                                                                                            }
                                                                                          }
                                                                                        }
                                                                                      ],
                                                                                      "range": [
                                                                                        4319,
                                                                                        4583
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 2,
                                                                                          "column": 1076
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 2,
                                                                                          "column": 1340
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "range": [
                                                                                      4319,
                                                                                      4583
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 2,
                                                                                        "column": 1076
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 2,
                                                                                        "column": 1340
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                ],
                                                                                "range": [
                                                                                  4318,
                                                                                  4584
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 2,
                                                                                    "column": 1075
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 2,
                                                                                    "column": 1341
                                                                                  }
                                                                                }
                                                                              },
                                                                              "generator": false,
                                                                              "expression": false,
                                                                              "range": [
                                                                                4299,
                                                                                4584
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 2,
                                                                                  "column": 1056
                                                                                },
                                                                                "end": {
                                                                                  "line": 2,
                                                                                  "column": 1341
                                                                                }
                                                                              }
                                                                            },
                                                                            "kind": "init",
                                                                            "method": false,
                                                                            "shorthand": false,
                                                                            "computed": false,
                                                                            "range": [
                                                                              4291,
                                                                              4584
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 2,
                                                                                "column": 1048
                                                                              },
                                                                              "end": {
                                                                                "line": 2,
                                                                                "column": 1341
                                                                              }
                                                                            }
                                                                          },
                                                                          {
                                                                            "type": "Property",
                                                                            "key": {
                                                                              "type": "Identifier",
                                                                              "name": "Missed",
                                                                              "range": [
                                                                                4585,
                                                                                4591
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 2,
                                                                                  "column": 1342
                                                                                },
                                                                                "end": {
                                                                                  "line": 2,
                                                                                  "column": 1348
                                                                                }
                                                                              }
                                                                            },
                                                                            "value": {
                                                                              "type": "FunctionExpression",
                                                                              "id": {
                                                                                "type": "Identifier",
                                                                                "name": "Missed",
                                                                                "range": [
                                                                                  4601,
                                                                                  4607
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 2,
                                                                                    "column": 1358
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 2,
                                                                                    "column": 1364
                                                                                  }
                                                                                }
                                                                              },
                                                                              "params": [],
                                                                              "body": {
                                                                                "type": "BlockStatement",
                                                                                "body": [
                                                                                  {
                                                                                    "type": "ExpressionStatement",
                                                                                    "expression": {
                                                                                      "type": "SequenceExpression",
                                                                                      "expressions": [
                                                                                        {
                                                                                          "type": "CallExpression",
                                                                                          "callee": {
                                                                                            "type": "MemberExpression",
                                                                                            "computed": false,
                                                                                            "object": {
                                                                                              "type": "MemberExpression",
                                                                                              "computed": false,
                                                                                              "object": {
                                                                                                "type": "Identifier",
                                                                                                "name": "_this2",
                                                                                                "range": [
                                                                                                  4610,
                                                                                                  4616
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 1367
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1373
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "name": "selected",
                                                                                                "range": [
                                                                                                  4617,
                                                                                                  4625
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 1374
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1382
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "range": [
                                                                                                4610,
                                                                                                4625
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 1367
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 1382
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "name": "forEach",
                                                                                              "range": [
                                                                                                4626,
                                                                                                4633
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 1383
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 1390
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "range": [
                                                                                              4610,
                                                                                              4633
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 1367
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 1390
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "arguments": [
                                                                                            {
                                                                                              "type": "FunctionExpression",
                                                                                              "id": null,
                                                                                              "params": [
                                                                                                {
                                                                                                  "type": "Identifier",
                                                                                                  "name": "b",
                                                                                                  "range": [
                                                                                                    4643,
                                                                                                    4644
                                                                                                  ],
                                                                                                  "loc": {
                                                                                                    "start": {
                                                                                                      "line": 2,
                                                                                                      "column": 1400
                                                                                                    },
                                                                                                    "end": {
                                                                                                      "line": 2,
                                                                                                      "column": 1401
                                                                                                    }
                                                                                                  }
                                                                                                }
                                                                                              ],
                                                                                              "body": {
                                                                                                "type": "BlockStatement",
                                                                                                "body": [
                                                                                                  {
                                                                                                    "type": "ExpressionStatement",
                                                                                                    "expression": {
                                                                                                      "type": "SequenceExpression",
                                                                                                      "expressions": [
                                                                                                        {
                                                                                                          "type": "AssignmentExpression",
                                                                                                          "operator": "=",
                                                                                                          "left": {
                                                                                                            "type": "MemberExpression",
                                                                                                            "computed": false,
                                                                                                            "object": {
                                                                                                              "type": "Identifier",
                                                                                                              "name": "b",
                                                                                                              "range": [
                                                                                                                4646,
                                                                                                                4647
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 1403
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 1404
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "property": {
                                                                                                              "type": "Identifier",
                                                                                                              "name": "_selected",
                                                                                                              "range": [
                                                                                                                4648,
                                                                                                                4657
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 1405
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 1414
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "range": [
                                                                                                              4646,
                                                                                                              4657
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 2,
                                                                                                                "column": 1403
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 2,
                                                                                                                "column": 1414
                                                                                                              }
                                                                                                            }
                                                                                                          },
                                                                                                          "right": {
                                                                                                            "type": "UnaryExpression",
                                                                                                            "operator": "!",
                                                                                                            "argument": {
                                                                                                              "type": "Literal",
                                                                                                              "value": 1,
                                                                                                              "raw": "1",
                                                                                                              "range": [
                                                                                                                4659,
                                                                                                                4660
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 1416
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 1417
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "prefix": true,
                                                                                                            "range": [
                                                                                                              4658,
                                                                                                              4660
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 2,
                                                                                                                "column": 1415
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 2,
                                                                                                                "column": 1417
                                                                                                              }
                                                                                                            }
                                                                                                          },
                                                                                                          "range": [
                                                                                                            4646,
                                                                                                            4660
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 2,
                                                                                                              "column": 1403
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 2,
                                                                                                              "column": 1417
                                                                                                            }
                                                                                                          }
                                                                                                        },
                                                                                                        {
                                                                                                          "type": "CallExpression",
                                                                                                          "callee": {
                                                                                                            "type": "MemberExpression",
                                                                                                            "computed": false,
                                                                                                            "object": {
                                                                                                              "type": "CallExpression",
                                                                                                              "callee": {
                                                                                                                "type": "MemberExpression",
                                                                                                                "computed": false,
                                                                                                                "object": {
                                                                                                                  "type": "Identifier",
                                                                                                                  "name": "b",
                                                                                                                  "range": [
                                                                                                                    4661,
                                                                                                                    4662
                                                                                                                  ],
                                                                                                                  "loc": {
                                                                                                                    "start": {
                                                                                                                      "line": 2,
                                                                                                                      "column": 1418
                                                                                                                    },
                                                                                                                    "end": {
                                                                                                                      "line": 2,
                                                                                                                      "column": 1419
                                                                                                                    }
                                                                                                                  }
                                                                                                                },
                                                                                                                "property": {
                                                                                                                  "type": "Identifier",
                                                                                                                  "name": "animate",
                                                                                                                  "range": [
                                                                                                                    4663,
                                                                                                                    4670
                                                                                                                  ],
                                                                                                                  "loc": {
                                                                                                                    "start": {
                                                                                                                      "line": 2,
                                                                                                                      "column": 1420
                                                                                                                    },
                                                                                                                    "end": {
                                                                                                                      "line": 2,
                                                                                                                      "column": 1427
                                                                                                                    }
                                                                                                                  }
                                                                                                                },
                                                                                                                "range": [
                                                                                                                  4661,
                                                                                                                  4670
                                                                                                                ],
                                                                                                                "loc": {
                                                                                                                  "start": {
                                                                                                                    "line": 2,
                                                                                                                    "column": 1418
                                                                                                                  },
                                                                                                                  "end": {
                                                                                                                    "line": 2,
                                                                                                                    "column": 1427
                                                                                                                  }
                                                                                                                }
                                                                                                              },
                                                                                                              "arguments": [
                                                                                                                {
                                                                                                                  "type": "MemberExpression",
                                                                                                                  "computed": false,
                                                                                                                  "object": {
                                                                                                                    "type": "Identifier",
                                                                                                                    "name": "b",
                                                                                                                    "range": [
                                                                                                                      4671,
                                                                                                                      4672
                                                                                                                    ],
                                                                                                                    "loc": {
                                                                                                                      "start": {
                                                                                                                        "line": 2,
                                                                                                                        "column": 1428
                                                                                                                      },
                                                                                                                      "end": {
                                                                                                                        "line": 2,
                                                                                                                        "column": 1429
                                                                                                                      }
                                                                                                                    }
                                                                                                                  },
                                                                                                                  "property": {
                                                                                                                    "type": "Identifier",
                                                                                                                    "name": "_original",
                                                                                                                    "range": [
                                                                                                                      4673,
                                                                                                                      4682
                                                                                                                    ],
                                                                                                                    "loc": {
                                                                                                                      "start": {
                                                                                                                        "line": 2,
                                                                                                                        "column": 1430
                                                                                                                      },
                                                                                                                      "end": {
                                                                                                                        "line": 2,
                                                                                                                        "column": 1439
                                                                                                                      }
                                                                                                                    }
                                                                                                                  },
                                                                                                                  "range": [
                                                                                                                    4671,
                                                                                                                    4682
                                                                                                                  ],
                                                                                                                  "loc": {
                                                                                                                    "start": {
                                                                                                                      "line": 2,
                                                                                                                      "column": 1428
                                                                                                                    },
                                                                                                                    "end": {
                                                                                                                      "line": 2,
                                                                                                                      "column": 1439
                                                                                                                    }
                                                                                                                  }
                                                                                                                }
                                                                                                              ],
                                                                                                              "range": [
                                                                                                                4661,
                                                                                                                4683
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 1418
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 1440
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "property": {
                                                                                                              "type": "Identifier",
                                                                                                              "name": "start",
                                                                                                              "range": [
                                                                                                                4684,
                                                                                                                4689
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 1441
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 1446
                                                                                                                }
                                                                                                              }
                                                                                                            },
                                                                                                            "range": [
                                                                                                              4661,
                                                                                                              4689
                                                                                                            ],
                                                                                                            "loc": {
                                                                                                              "start": {
                                                                                                                "line": 2,
                                                                                                                "column": 1418
                                                                                                              },
                                                                                                              "end": {
                                                                                                                "line": 2,
                                                                                                                "column": 1446
                                                                                                              }
                                                                                                            }
                                                                                                          },
                                                                                                          "arguments": [
                                                                                                            {
                                                                                                              "type": "Literal",
                                                                                                              "value": 500,
                                                                                                              "raw": "500",
                                                                                                              "range": [
                                                                                                                4690,
                                                                                                                4693
                                                                                                              ],
                                                                                                              "loc": {
                                                                                                                "start": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 1447
                                                                                                                },
                                                                                                                "end": {
                                                                                                                  "line": 2,
                                                                                                                  "column": 1450
                                                                                                                }
                                                                                                              }
                                                                                                            }
                                                                                                          ],
                                                                                                          "range": [
                                                                                                            4661,
                                                                                                            4694
                                                                                                          ],
                                                                                                          "loc": {
                                                                                                            "start": {
                                                                                                              "line": 2,
                                                                                                              "column": 1418
                                                                                                            },
                                                                                                            "end": {
                                                                                                              "line": 2,
                                                                                                              "column": 1451
                                                                                                            }
                                                                                                          }
                                                                                                        }
                                                                                                      ],
                                                                                                      "range": [
                                                                                                        4646,
                                                                                                        4694
                                                                                                      ],
                                                                                                      "loc": {
                                                                                                        "start": {
                                                                                                          "line": 2,
                                                                                                          "column": 1403
                                                                                                        },
                                                                                                        "end": {
                                                                                                          "line": 2,
                                                                                                          "column": 1451
                                                                                                        }
                                                                                                      }
                                                                                                    },
                                                                                                    "range": [
                                                                                                      4646,
                                                                                                      4694
                                                                                                    ],
                                                                                                    "loc": {
                                                                                                      "start": {
                                                                                                        "line": 2,
                                                                                                        "column": 1403
                                                                                                      },
                                                                                                      "end": {
                                                                                                        "line": 2,
                                                                                                        "column": 1451
                                                                                                      }
                                                                                                    }
                                                                                                  }
                                                                                                ],
                                                                                                "range": [
                                                                                                  4645,
                                                                                                  4695
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 1402
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1452
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "generator": false,
                                                                                              "expression": false,
                                                                                              "range": [
                                                                                                4634,
                                                                                                4695
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 1391
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 1452
                                                                                                }
                                                                                              }
                                                                                            }
                                                                                          ],
                                                                                          "range": [
                                                                                            4610,
                                                                                            4696
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 1367
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 1453
                                                                                            }
                                                                                          }
                                                                                        },
                                                                                        {
                                                                                          "type": "CallExpression",
                                                                                          "callee": {
                                                                                            "type": "MemberExpression",
                                                                                            "computed": false,
                                                                                            "object": {
                                                                                              "type": "MemberExpression",
                                                                                              "computed": false,
                                                                                              "object": {
                                                                                                "type": "Identifier",
                                                                                                "name": "_this2",
                                                                                                "range": [
                                                                                                  4697,
                                                                                                  4703
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 1454
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1460
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "name": "selected",
                                                                                                "range": [
                                                                                                  4704,
                                                                                                  4712
                                                                                                ],
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 2,
                                                                                                    "column": 1461
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 2,
                                                                                                    "column": 1469
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "range": [
                                                                                                4697,
                                                                                                4712
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 1454
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 1469
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "name": "clear",
                                                                                              "range": [
                                                                                                4713,
                                                                                                4718
                                                                                              ],
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 2,
                                                                                                  "column": 1470
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 2,
                                                                                                  "column": 1475
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "range": [
                                                                                              4697,
                                                                                              4718
                                                                                            ],
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 2,
                                                                                                "column": 1454
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 2,
                                                                                                "column": 1475
                                                                                              }
                                                                                            }
                                                                                          },
                                                                                          "arguments": [],
                                                                                          "range": [
                                                                                            4697,
                                                                                            4720
                                                                                          ],
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 2,
                                                                                              "column": 1454
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 2,
                                                                                              "column": 1477
                                                                                            }
                                                                                          }
                                                                                        }
                                                                                      ],
                                                                                      "range": [
                                                                                        4610,
                                                                                        4720
                                                                                      ],
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 2,
                                                                                          "column": 1367
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 2,
                                                                                          "column": 1477
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "range": [
                                                                                      4610,
                                                                                      4720
                                                                                    ],
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 2,
                                                                                        "column": 1367
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 2,
                                                                                        "column": 1477
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                ],
                                                                                "range": [
                                                                                  4609,
                                                                                  4721
                                                                                ],
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 2,
                                                                                    "column": 1366
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 2,
                                                                                    "column": 1478
                                                                                  }
                                                                                }
                                                                              },
                                                                              "generator": false,
                                                                              "expression": false,
                                                                              "range": [
                                                                                4592,
                                                                                4721
                                                                              ],
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 2,
                                                                                  "column": 1349
                                                                                },
                                                                                "end": {
                                                                                  "line": 2,
                                                                                  "column": 1478
                                                                                }
                                                                              }
                                                                            },
                                                                            "kind": "init",
                                                                            "method": false,
                                                                            "shorthand": false,
                                                                            "computed": false,
                                                                            "range": [
                                                                              4585,
                                                                              4721
                                                                            ],
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 2,
                                                                                "column": 1342
                                                                              },
                                                                              "end": {
                                                                                "line": 2,
                                                                                "column": 1478
                                                                              }
                                                                            }
                                                                          }
                                                                        ],
                                                                        "range": [
                                                                          3895,
                                                                          4722
                                                                        ],
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 2,
                                                                            "column": 652
                                                                          },
                                                                          "end": {
                                                                            "line": 2,
                                                                            "column": 1479
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "range": [
                                                                      3872,
                                                                      4723
                                                                    ],
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 2,
                                                                        "column": 629
                                                                      },
                                                                      "end": {
                                                                        "line": 2,
                                                                        "column": 1480
                                                                      }
                                                                    }
                                                                  }
                                                                ],
                                                                "range": [
                                                                  3243,
                                                                  4723
                                                                ],
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 2,
                                                                    "column": 0
                                                                  },
                                                                  "end": {
                                                                    "line": 2,
                                                                    "column": 1480
                                                                  }
                                                                }
                                                              },
                                                              "range": [
                                                                3243,
                                                                4723
                                                              ],
                                                              "loc": {
                                                                "start": {
                                                                  "line": 2,
                                                                  "column": 0
                                                                },
                                                                "end": {
                                                                  "line": 2,
                                                                  "column": 1480
                                                                }
                                                              },
                                                              "leadingComments": [
                                                                {
                                                                  "type": "Line",
                                                                  "value": " Create points, midpoints, etc",
                                                                  "range": [
                                                                    3210,
                                                                    3242
                                                                  ],
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 1,
                                                                      "column": 3210
                                                                    },
                                                                    "end": {
                                                                      "line": 1,
                                                                      "column": 3242
                                                                    }
                                                                  }
                                                                }
                                                              ]
                                                            }
                                                          ],
                                                          "range": [
                                                            2920,
                                                            4724
                                                          ],
                                                          "loc": {
                                                            "start": {
                                                              "line": 1,
                                                              "column": 2920
                                                            },
                                                            "end": {
                                                              "line": 2,
                                                              "column": 1481
                                                            }
                                                          }
                                                        },
                                                        "generator": false,
                                                        "expression": false,
                                                        "range": [
                                                          2910,
                                                          4724
                                                        ],
                                                        "loc": {
                                                          "start": {
                                                            "line": 1,
                                                            "column": 2910
                                                          },
                                                          "end": {
                                                            "line": 2,
                                                            "column": 1481
                                                          }
                                                        }
                                                      }
                                                    ],
                                                    "range": [
                                                      2858,
                                                      4725
                                                    ],
                                                    "loc": {
                                                      "start": {
                                                        "line": 1,
                                                        "column": 2858
                                                      },
                                                      "end": {
                                                        "line": 2,
                                                        "column": 1482
                                                      }
                                                    }
                                                  }
                                                ],
                                                "range": [
                                                  2837,
                                                  4725
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 1,
                                                    "column": 2837
                                                  },
                                                  "end": {
                                                    "line": 2,
                                                    "column": 1482
                                                  }
                                                }
                                              },
                                              "range": [
                                                2837,
                                                4725
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 1,
                                                  "column": 2837
                                                },
                                                "end": {
                                                  "line": 2,
                                                  "column": 1482
                                                }
                                              }
                                            }
                                          ],
                                          "range": [
                                            2820,
                                            4726
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 1,
                                              "column": 2820
                                            },
                                            "end": {
                                              "line": 2,
                                              "column": 1483
                                            }
                                          }
                                        },
                                        "generator": false,
                                        "expression": false,
                                        "range": [
                                          2800,
                                          4726
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 1,
                                            "column": 2800
                                          },
                                          "end": {
                                            "line": 2,
                                            "column": 1483
                                          }
                                        }
                                      },
                                      "kind": "init",
                                      "method": false,
                                      "shorthand": false,
                                      "computed": false,
                                      "range": [
                                        2794,
                                        4726
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 1,
                                          "column": 2794
                                        },
                                        "end": {
                                          "line": 2,
                                          "column": 1483
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    2777,
                                    4727
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 1,
                                      "column": 2777
                                    },
                                    "end": {
                                      "line": 2,
                                      "column": 1484
                                    }
                                  }
                                }
                              ],
                              "range": [
                                2561,
                                4728
                              ],
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 2561
                                },
                                "end": {
                                  "line": 2,
                                  "column": 1485
                                }
                              }
                            }
                          ],
                          "range": [
                            2525,
                            4729
                          ],
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 2525
                            },
                            "end": {
                              "line": 2,
                              "column": 1486
                            }
                          }
                        },
                        {
                          "type": "Identifier",
                          "name": "Selection",
                          "range": [
                            4730,
                            4739
                          ],
                          "loc": {
                            "start": {
                              "line": 2,
                              "column": 1487
                            },
                            "end": {
                              "line": 2,
                              "column": 1496
                            }
                          }
                        }
                      ],
                      "range": [
                        2483,
                        4739
                      ],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 2483
                        },
                        "end": {
                          "line": 2,
                          "column": 1496
                        }
                      }
                    },
                    "range": [
                      2477,
                      4739
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 2477
                      },
                      "end": {
                        "line": 2,
                        "column": 1496
                      }
                    }
                  }
                ],
                "range": [
                  1943,
                  4740
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1943
                  },
                  "end": {
                    "line": 2,
                    "column": 1497
                  }
                }
              },
              "generator": false,
              "expression": false,
              "range": [
                1926,
                4740
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1926
                },
                "end": {
                  "line": 2,
                  "column": 1497
                }
              }
            },
            "arguments": [
              {
                "type": "MemberExpression",
                "computed": false,
                "object": {
                  "type": "Identifier",
                  "name": "_plugin2",
                  "range": [
                    4741,
                    4749
                  ],
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 1498
                    },
                    "end": {
                      "line": 2,
                      "column": 1506
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "default",
                  "range": [
                    4750,
                    4757
                  ],
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 1507
                    },
                    "end": {
                      "line": 2,
                      "column": 1514
                    }
                  }
                },
                "range": [
                  4741,
                  4757
                ],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 1498
                  },
                  "end": {
                    "line": 2,
                    "column": 1514
                  }
                }
              }
            ],
            "range": [
              1926,
              4758
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 1926
              },
              "end": {
                "line": 2,
                "column": 1515
              }
            }
          },
          "range": [
            1916,
            4758
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 1916
            },
            "end": {
              "line": 2,
              "column": 1515
            }
          }
        }
      ],
      "kind": "var",
      "range": [
        1912,
        4759
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 1912
        },
        "end": {
          "line": 2,
          "column": 1516
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "computed": false,
          "object": {
            "type": "Identifier",
            "name": "exports",
            "range": [
              4759,
              4766
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 1516
              },
              "end": {
                "line": 2,
                "column": 1523
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "default",
            "range": [
              4767,
              4774
            ],
            "loc": {
              "start": {
                "line": 2,
                "column": 1524
              },
              "end": {
                "line": 2,
                "column": 1531
              }
            }
          },
          "range": [
            4759,
            4774
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 1516
            },
            "end": {
              "line": 2,
              "column": 1531
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "Selection",
          "range": [
            4775,
            4784
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 1532
            },
            "end": {
              "line": 2,
              "column": 1541
            }
          }
        },
        "range": [
          4759,
          4784
        ],
        "loc": {
          "start": {
            "line": 2,
            "column": 1516
          },
          "end": {
            "line": 2,
            "column": 1541
          }
        }
      },
      "range": [
        4759,
        4785
      ],
      "loc": {
        "start": {
          "line": 2,
          "column": 1516
        },
        "end": {
          "line": 2,
          "column": 1542
        }
      }
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    4785
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 2,
      "column": 1542
    }
  },
  "comments": [
    {
      "type": "Line",
      "value": " Create points, midpoints, etc",
      "range": [
        3210,
        3242
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 3210
        },
        "end": {
          "line": 1,
          "column": 3242
        }
      }
    }
  ]
}