{
  "type": "Program",
  "start": 0,
  "end": 16324,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 370,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 26,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 26
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 7,
          "end": 12,
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 12
            }
          },
          "local": {
            "type": "Identifier",
            "start": 7,
            "end": 12,
            "loc": {
              "start": {
                "line": 1,
                "column": 7
              },
              "end": {
                "line": 1,
                "column": 12
              }
            },
            "name": "THREE"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 18,
        "end": 25,
        "loc": {
          "start": {
            "line": 1,
            "column": 18
          },
          "end": {
            "line": 1,
            "column": 25
          }
        },
        "value": "three",
        "rawValue": "three",
        "raw": "'three'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 27,
      "end": 66,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 39
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 34,
          "end": 41,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 14
            }
          },
          "local": {
            "type": "Identifier",
            "start": 34,
            "end": 41,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 14
              }
            },
            "name": "Object3"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 47,
        "end": 65,
        "loc": {
          "start": {
            "line": 2,
            "column": 20
          },
          "end": {
            "line": 2,
            "column": 38
          }
        },
        "value": "../three/object3",
        "rawValue": "../three/object3",
        "raw": "'../three/object3'"
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 67,
      "end": 111,
      "loc": {
        "start": {
          "line": 3,
          "column": 0
        },
        "end": {
          "line": 3,
          "column": 44
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 76,
          "end": 82,
          "loc": {
            "start": {
              "line": 3,
              "column": 9
            },
            "end": {
              "line": 3,
              "column": 15
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 76,
            "end": 82,
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 15
              }
            },
            "name": "Plugin"
          },
          "local": {
            "type": "Identifier",
            "start": 76,
            "end": 82,
            "loc": {
              "start": {
                "line": 3,
                "column": 9
              },
              "end": {
                "line": 3,
                "column": 15
              }
            },
            "name": "Plugin"
          }
        },
        {
          "type": "ImportSpecifier",
          "start": 84,
          "end": 91,
          "loc": {
            "start": {
              "line": 3,
              "column": 17
            },
            "end": {
              "line": 3,
              "column": 24
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 84,
            "end": 91,
            "loc": {
              "start": {
                "line": 3,
                "column": 17
              },
              "end": {
                "line": 3,
                "column": 24
              }
            },
            "name": "Element"
          },
          "local": {
            "type": "Identifier",
            "start": 84,
            "end": 91,
            "loc": {
              "start": {
                "line": 3,
                "column": 17
              },
              "end": {
                "line": 3,
                "column": 24
              }
            },
            "name": "Element"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 99,
        "end": 110,
        "loc": {
          "start": {
            "line": 3,
            "column": 32
          },
          "end": {
            "line": 3,
            "column": 43
          }
        },
        "value": "../plugin",
        "rawValue": "../plugin",
        "raw": "'../plugin'"
      },
      "trailingComments": [
        {
          "type": "Block",
          "value": "* Integration manages plugins. It is the M(odel) in M(odel)VM(Viewmodel). This class can be reflected by any\n    MVM framework such as React, Angular, Vue and others. Both Integration and Plugins keep critical data from leaking\n    by relying on internals under this.* and modeldata under this.data.",
          "start": 113,
          "end": 416,
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 7,
              "column": 73
            }
          },
          "range": [
            113,
            416
          ]
        }
      ]
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 417,
      "end": 16323,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 369,
          "column": 1
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 432,
        "end": 16323,
        "loc": {
          "start": {
            "line": 8,
            "column": 15
          },
          "end": {
            "line": 369,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 438,
          "end": 449,
          "loc": {
            "start": {
              "line": 8,
              "column": 21
            },
            "end": {
              "line": 8,
              "column": 32
            }
          },
          "name": "Integration",
          "leadingComments": null
        },
        "superClass": null,
        "body": {
          "type": "ClassBody",
          "start": 450,
          "end": 16323,
          "loc": {
            "start": {
              "line": 8,
              "column": 33
            },
            "end": {
              "line": 369,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 1122,
              "end": 5620,
              "loc": {
                "start": {
                  "line": 19,
                  "column": 4
                },
                "end": {
                  "line": 106,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 1122,
                "end": 1133,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 4
                  },
                  "end": {
                    "line": 19,
                    "column": 15
                  }
                },
                "name": "constructor",
                "leadingComments": null
              },
              "static": false,
              "kind": "constructor",
              "value": {
                "type": "FunctionExpression",
                "start": 1133,
                "end": 5620,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 15
                  },
                  "end": {
                    "line": 106,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1134,
                    "end": 1141,
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 16
                      },
                      "end": {
                        "line": 19,
                        "column": 23
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1143,
                  "end": 5620,
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 25
                    },
                    "end": {
                      "line": 106,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1154,
                      "end": 4567,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 8
                        },
                        "end": {
                          "line": 77,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1154,
                        "end": 4566,
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 8
                          },
                          "end": {
                            "line": 77,
                            "column": 9
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1154,
                          "end": 1166,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 8
                            },
                            "end": {
                              "line": 21,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1154,
                            "end": 1158,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 8
                              },
                              "end": {
                                "line": 21,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1159,
                            "end": 1166,
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 13
                              },
                              "end": {
                                "line": 21,
                                "column": 20
                              }
                            },
                            "name": "options"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 1169,
                          "end": 4566,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 23
                            },
                            "end": {
                              "line": 77,
                              "column": 9
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 1183,
                              "end": 1550,
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 12
                                },
                                "end": {
                                  "line": 26,
                                  "column": 13
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1183,
                                "end": 1188,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 22,
                                    "column": 17
                                  }
                                },
                                "name": "hover"
                              },
                              "value": {
                                "type": "ArrowFunctionExpression",
                                "start": 1190,
                                "end": 1550,
                                "loc": {
                                  "start": {
                                    "line": 22,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 26,
                                    "column": 13
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 1191,
                                    "end": 1197,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 26
                                      }
                                    },
                                    "name": "object"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 1199,
                                    "end": 1207,
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 36
                                      }
                                    },
                                    "name": "selected"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 1212,
                                  "end": 1550,
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 41
                                    },
                                    "end": {
                                      "line": 26,
                                      "column": 13
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "IfStatement",
                                      "start": 1230,
                                      "end": 1314,
                                      "loc": {
                                        "start": {
                                          "line": 23,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 23,
                                          "column": 100
                                        }
                                      },
                                      "test": {
                                        "type": "UnaryExpression",
                                        "start": 1234,
                                        "end": 1257,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 43
                                          }
                                        },
                                        "operator": "!",
                                        "prefix": true,
                                        "argument": {
                                          "type": "MemberExpression",
                                          "start": 1235,
                                          "end": 1257,
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 43
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1235,
                                            "end": 1241,
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 27
                                              }
                                            },
                                            "name": "object"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1242,
                                            "end": 1257,
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 43
                                              }
                                            },
                                            "name": "__originalColor"
                                          },
                                          "computed": false
                                        }
                                      },
                                      "consequent": {
                                        "type": "ExpressionStatement",
                                        "start": 1259,
                                        "end": 1314,
                                        "loc": {
                                          "start": {
                                            "line": 23,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 23,
                                            "column": 100
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 1259,
                                          "end": 1313,
                                          "loc": {
                                            "start": {
                                              "line": 23,
                                              "column": 45
                                            },
                                            "end": {
                                              "line": 23,
                                              "column": 99
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 1259,
                                            "end": 1281,
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 67
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 1259,
                                              "end": 1265,
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 45
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 51
                                                }
                                              },
                                              "name": "object"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1266,
                                              "end": 1281,
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 52
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 67
                                                }
                                              },
                                              "name": "__originalColor"
                                            },
                                            "computed": false
                                          },
                                          "right": {
                                            "type": "CallExpression",
                                            "start": 1284,
                                            "end": 1313,
                                            "loc": {
                                              "start": {
                                                "line": 23,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 23,
                                                "column": 99
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1284,
                                              "end": 1311,
                                              "loc": {
                                                "start": {
                                                  "line": 23,
                                                  "column": 70
                                                },
                                                "end": {
                                                  "line": 23,
                                                  "column": 97
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 1284,
                                                "end": 1305,
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 70
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 91
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 1284,
                                                  "end": 1299,
                                                  "loc": {
                                                    "start": {
                                                      "line": 23,
                                                      "column": 70
                                                    },
                                                    "end": {
                                                      "line": 23,
                                                      "column": 85
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 1284,
                                                    "end": 1290,
                                                    "loc": {
                                                      "start": {
                                                        "line": 23,
                                                        "column": 70
                                                      },
                                                      "end": {
                                                        "line": 23,
                                                        "column": 76
                                                      }
                                                    },
                                                    "name": "object"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1291,
                                                    "end": 1299,
                                                    "loc": {
                                                      "start": {
                                                        "line": 23,
                                                        "column": 77
                                                      },
                                                      "end": {
                                                        "line": 23,
                                                        "column": 85
                                                      }
                                                    },
                                                    "name": "material"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1300,
                                                  "end": 1305,
                                                  "loc": {
                                                    "start": {
                                                      "line": 23,
                                                      "column": 86
                                                    },
                                                    "end": {
                                                      "line": 23,
                                                      "column": 91
                                                    }
                                                  },
                                                  "name": "color"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1306,
                                                "end": 1311,
                                                "loc": {
                                                  "start": {
                                                    "line": 23,
                                                    "column": 92
                                                  },
                                                  "end": {
                                                    "line": 23,
                                                    "column": 97
                                                  }
                                                },
                                                "name": "clone"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          }
                                        }
                                      },
                                      "alternate": null
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1331,
                                      "end": 1419,
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 104
                                        }
                                      },
                                      "expression": {
                                        "type": "LogicalExpression",
                                        "start": 1331,
                                        "end": 1418,
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 103
                                          }
                                        },
                                        "left": {
                                          "type": "UnaryExpression",
                                          "start": 1331,
                                          "end": 1340,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 25
                                            }
                                          },
                                          "operator": "!",
                                          "prefix": true,
                                          "argument": {
                                            "type": "Identifier",
                                            "start": 1332,
                                            "end": 1340,
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 25
                                              }
                                            },
                                            "name": "selected"
                                          }
                                        },
                                        "operator": "&&",
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 1344,
                                          "end": 1418,
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 103
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1344,
                                            "end": 1415,
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 100
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 1344,
                                              "end": 1409,
                                              "loc": {
                                                "start": {
                                                  "line": 24,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 24,
                                                  "column": 94
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1344,
                                                "end": 1358,
                                                "loc": {
                                                  "start": {
                                                    "line": 24,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 24,
                                                    "column": 43
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1344,
                                                  "end": 1350,
                                                  "loc": {
                                                    "start": {
                                                      "line": 24,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 24,
                                                      "column": 35
                                                    }
                                                  },
                                                  "name": "object"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1351,
                                                  "end": 1358,
                                                  "loc": {
                                                    "start": {
                                                      "line": 24,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 24,
                                                      "column": 43
                                                    }
                                                  },
                                                  "name": "animate"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ObjectExpression",
                                                  "start": 1359,
                                                  "end": 1408,
                                                  "loc": {
                                                    "start": {
                                                      "line": 24,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 24,
                                                      "column": 93
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "Property",
                                                      "start": 1361,
                                                      "end": 1407,
                                                      "loc": {
                                                        "start": {
                                                          "line": 24,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 24,
                                                          "column": 92
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 1361,
                                                        "end": 1369,
                                                        "loc": {
                                                          "start": {
                                                            "line": 24,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 24,
                                                            "column": 54
                                                          }
                                                        },
                                                        "name": "material"
                                                      },
                                                      "value": {
                                                        "type": "ObjectExpression",
                                                        "start": 1371,
                                                        "end": 1407,
                                                        "loc": {
                                                          "start": {
                                                            "line": 24,
                                                            "column": 56
                                                          },
                                                          "end": {
                                                            "line": 24,
                                                            "column": 92
                                                          }
                                                        },
                                                        "properties": [
                                                          {
                                                            "type": "Property",
                                                            "start": 1373,
                                                            "end": 1405,
                                                            "loc": {
                                                              "start": {
                                                                "line": 24,
                                                                "column": 58
                                                              },
                                                              "end": {
                                                                "line": 24,
                                                                "column": 90
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 1373,
                                                              "end": 1378,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 24,
                                                                  "column": 58
                                                                },
                                                                "end": {
                                                                  "line": 24,
                                                                  "column": 63
                                                                }
                                                              },
                                                              "name": "color"
                                                            },
                                                            "value": {
                                                              "type": "NewExpression",
                                                              "start": 1380,
                                                              "end": 1405,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 24,
                                                                  "column": 65
                                                                },
                                                                "end": {
                                                                  "line": 24,
                                                                  "column": 90
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 1384,
                                                                "end": 1395,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 24,
                                                                    "column": 69
                                                                  },
                                                                  "end": {
                                                                    "line": 24,
                                                                    "column": 80
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 1384,
                                                                  "end": 1389,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 24,
                                                                      "column": 69
                                                                    },
                                                                    "end": {
                                                                      "line": 24,
                                                                      "column": 74
                                                                    }
                                                                  },
                                                                  "name": "THREE"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 1390,
                                                                  "end": 1395,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 24,
                                                                      "column": 75
                                                                    },
                                                                    "end": {
                                                                      "line": 24,
                                                                      "column": 80
                                                                    }
                                                                  },
                                                                  "name": "Color"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Literal",
                                                                  "start": 1396,
                                                                  "end": 1404,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 24,
                                                                      "column": 81
                                                                    },
                                                                    "end": {
                                                                      "line": 24,
                                                                      "column": 89
                                                                    }
                                                                  },
                                                                  "value": 2676639,
                                                                  "rawValue": 2676639,
                                                                  "raw": "0x28d79f"
                                                                }
                                                              ]
                                                            },
                                                            "kind": "init"
                                                          }
                                                        ]
                                                      },
                                                      "kind": "init"
                                                    }
                                                  ]
                                                }
                                              ]
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1410,
                                              "end": 1415,
                                              "loc": {
                                                "start": {
                                                  "line": 24,
                                                  "column": 95
                                                },
                                                "end": {
                                                  "line": 24,
                                                  "column": 100
                                                }
                                              },
                                              "name": "start"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Literal",
                                              "start": 1416,
                                              "end": 1417,
                                              "loc": {
                                                "start": {
                                                  "line": 24,
                                                  "column": 101
                                                },
                                                "end": {
                                                  "line": 24,
                                                  "column": 102
                                                }
                                              },
                                              "value": 0,
                                              "rawValue": 0,
                                              "raw": "0"
                                            }
                                          ]
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1436,
                                      "end": 1536,
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 116
                                        }
                                      },
                                      "expression": {
                                        "type": "LogicalExpression",
                                        "start": 1436,
                                        "end": 1535,
                                        "loc": {
                                          "start": {
                                            "line": 25,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 25,
                                            "column": 115
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 1436,
                                          "end": 1451,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 31
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1436,
                                            "end": 1442,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 22
                                              }
                                            },
                                            "name": "object"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1443,
                                            "end": 1451,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 31
                                              }
                                            },
                                            "name": "__marker"
                                          },
                                          "computed": false
                                        },
                                        "operator": "&&",
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 1455,
                                          "end": 1535,
                                          "loc": {
                                            "start": {
                                              "line": 25,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 25,
                                              "column": 115
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1455,
                                            "end": 1530,
                                            "loc": {
                                              "start": {
                                                "line": 25,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 25,
                                                "column": 110
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 1455,
                                              "end": 1524,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 104
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1455,
                                                "end": 1478,
                                                "loc": {
                                                  "start": {
                                                    "line": 25,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 25,
                                                    "column": 58
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 1455,
                                                  "end": 1470,
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 25,
                                                      "column": 50
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 1455,
                                                    "end": 1461,
                                                    "loc": {
                                                      "start": {
                                                        "line": 25,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 25,
                                                        "column": 41
                                                      }
                                                    },
                                                    "name": "object"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1462,
                                                    "end": 1470,
                                                    "loc": {
                                                      "start": {
                                                        "line": 25,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 25,
                                                        "column": 50
                                                      }
                                                    },
                                                    "name": "__marker"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1471,
                                                  "end": 1478,
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 25,
                                                      "column": 58
                                                    }
                                                  },
                                                  "name": "animate"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ObjectExpression",
                                                  "start": 1479,
                                                  "end": 1523,
                                                  "loc": {
                                                    "start": {
                                                      "line": 25,
                                                      "column": 59
                                                    },
                                                    "end": {
                                                      "line": 25,
                                                      "column": 103
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "Property",
                                                      "start": 1481,
                                                      "end": 1521,
                                                      "loc": {
                                                        "start": {
                                                          "line": 25,
                                                          "column": 61
                                                        },
                                                        "end": {
                                                          "line": 25,
                                                          "column": 101
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 1481,
                                                        "end": 1486,
                                                        "loc": {
                                                          "start": {
                                                            "line": 25,
                                                            "column": 61
                                                          },
                                                          "end": {
                                                            "line": 25,
                                                            "column": 66
                                                          }
                                                        },
                                                        "name": "scale"
                                                      },
                                                      "value": {
                                                        "type": "NewExpression",
                                                        "start": 1488,
                                                        "end": 1521,
                                                        "loc": {
                                                          "start": {
                                                            "line": 25,
                                                            "column": 68
                                                          },
                                                          "end": {
                                                            "line": 25,
                                                            "column": 101
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 1492,
                                                          "end": 1503,
                                                          "loc": {
                                                            "start": {
                                                              "line": 25,
                                                              "column": 72
                                                            },
                                                            "end": {
                                                              "line": 25,
                                                              "column": 83
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 1492,
                                                            "end": 1497,
                                                            "loc": {
                                                              "start": {
                                                                "line": 25,
                                                                "column": 72
                                                              },
                                                              "end": {
                                                                "line": 25,
                                                                "column": 77
                                                              }
                                                            },
                                                            "name": "THREE"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1498,
                                                            "end": 1503,
                                                            "loc": {
                                                              "start": {
                                                                "line": 25,
                                                                "column": 78
                                                              },
                                                              "end": {
                                                                "line": 25,
                                                                "column": 83
                                                              }
                                                            },
                                                            "name": "Euler"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "start": 1504,
                                                            "end": 1508,
                                                            "loc": {
                                                              "start": {
                                                                "line": 25,
                                                                "column": 84
                                                              },
                                                              "end": {
                                                                "line": 25,
                                                                "column": 88
                                                              }
                                                            },
                                                            "value": 1.25,
                                                            "rawValue": 1.25,
                                                            "raw": "1.25"
                                                          },
                                                          {
                                                            "type": "Literal",
                                                            "start": 1510,
                                                            "end": 1514,
                                                            "loc": {
                                                              "start": {
                                                                "line": 25,
                                                                "column": 90
                                                              },
                                                              "end": {
                                                                "line": 25,
                                                                "column": 94
                                                              }
                                                            },
                                                            "value": 1.25,
                                                            "rawValue": 1.25,
                                                            "raw": "1.25"
                                                          },
                                                          {
                                                            "type": "Literal",
                                                            "start": 1516,
                                                            "end": 1520,
                                                            "loc": {
                                                              "start": {
                                                                "line": 25,
                                                                "column": 96
                                                              },
                                                              "end": {
                                                                "line": 25,
                                                                "column": 100
                                                              }
                                                            },
                                                            "value": 1.25,
                                                            "rawValue": 1.25,
                                                            "raw": "1.25"
                                                          }
                                                        ]
                                                      },
                                                      "kind": "init"
                                                    }
                                                  ]
                                                }
                                              ]
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1525,
                                              "end": 1530,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 105
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 110
                                                }
                                              },
                                              "name": "start"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Literal",
                                              "start": 1531,
                                              "end": 1534,
                                              "loc": {
                                                "start": {
                                                  "line": 25,
                                                  "column": 111
                                                },
                                                "end": {
                                                  "line": 25,
                                                  "column": 114
                                                }
                                              },
                                              "value": 250,
                                              "rawValue": 250,
                                              "raw": "250"
                                            }
                                          ]
                                        }
                                      }
                                    }
                                  ]
                                }
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1564,
                              "end": 1829,
                              "loc": {
                                "start": {
                                  "line": 27,
                                  "column": 12
                                },
                                "end": {
                                  "line": 30,
                                  "column": 13
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1564,
                                "end": 1571,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 19
                                  }
                                },
                                "name": "unhover"
                              },
                              "value": {
                                "type": "ArrowFunctionExpression",
                                "start": 1573,
                                "end": 1829,
                                "loc": {
                                  "start": {
                                    "line": 27,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 13
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 1574,
                                    "end": 1580,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 28
                                      }
                                    },
                                    "name": "object"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 1582,
                                    "end": 1590,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 38
                                      }
                                    },
                                    "name": "selected"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 1595,
                                  "end": 1829,
                                  "loc": {
                                    "start": {
                                      "line": 27,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 13
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1613,
                                      "end": 1701,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 104
                                        }
                                      },
                                      "expression": {
                                        "type": "LogicalExpression",
                                        "start": 1613,
                                        "end": 1700,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 103
                                          }
                                        },
                                        "left": {
                                          "type": "UnaryExpression",
                                          "start": 1613,
                                          "end": 1622,
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 25
                                            }
                                          },
                                          "operator": "!",
                                          "prefix": true,
                                          "argument": {
                                            "type": "Identifier",
                                            "start": 1614,
                                            "end": 1622,
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 25
                                              }
                                            },
                                            "name": "selected"
                                          }
                                        },
                                        "operator": "&&",
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 1626,
                                          "end": 1700,
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 103
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1626,
                                            "end": 1694,
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 97
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 1626,
                                              "end": 1688,
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 91
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1626,
                                                "end": 1640,
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 43
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 1626,
                                                  "end": 1632,
                                                  "loc": {
                                                    "start": {
                                                      "line": 28,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 28,
                                                      "column": 35
                                                    }
                                                  },
                                                  "name": "object"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1633,
                                                  "end": 1640,
                                                  "loc": {
                                                    "start": {
                                                      "line": 28,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 28,
                                                      "column": 43
                                                    }
                                                  },
                                                  "name": "animate"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ObjectExpression",
                                                  "start": 1641,
                                                  "end": 1687,
                                                  "loc": {
                                                    "start": {
                                                      "line": 28,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 28,
                                                      "column": 90
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "Property",
                                                      "start": 1643,
                                                      "end": 1686,
                                                      "loc": {
                                                        "start": {
                                                          "line": 28,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 28,
                                                          "column": 89
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 1643,
                                                        "end": 1651,
                                                        "loc": {
                                                          "start": {
                                                            "line": 28,
                                                            "column": 46
                                                          },
                                                          "end": {
                                                            "line": 28,
                                                            "column": 54
                                                          }
                                                        },
                                                        "name": "material"
                                                      },
                                                      "value": {
                                                        "type": "ObjectExpression",
                                                        "start": 1653,
                                                        "end": 1686,
                                                        "loc": {
                                                          "start": {
                                                            "line": 28,
                                                            "column": 56
                                                          },
                                                          "end": {
                                                            "line": 28,
                                                            "column": 89
                                                          }
                                                        },
                                                        "properties": [
                                                          {
                                                            "type": "Property",
                                                            "start": 1655,
                                                            "end": 1684,
                                                            "loc": {
                                                              "start": {
                                                                "line": 28,
                                                                "column": 58
                                                              },
                                                              "end": {
                                                                "line": 28,
                                                                "column": 87
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 1655,
                                                              "end": 1660,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 28,
                                                                  "column": 58
                                                                },
                                                                "end": {
                                                                  "line": 28,
                                                                  "column": 63
                                                                }
                                                              },
                                                              "name": "color"
                                                            },
                                                            "value": {
                                                              "type": "MemberExpression",
                                                              "start": 1662,
                                                              "end": 1684,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 28,
                                                                  "column": 65
                                                                },
                                                                "end": {
                                                                  "line": 28,
                                                                  "column": 87
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 1662,
                                                                "end": 1668,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 28,
                                                                    "column": 65
                                                                  },
                                                                  "end": {
                                                                    "line": 28,
                                                                    "column": 71
                                                                  }
                                                                },
                                                                "name": "object"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 1669,
                                                                "end": 1684,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 28,
                                                                    "column": 72
                                                                  },
                                                                  "end": {
                                                                    "line": 28,
                                                                    "column": 87
                                                                  }
                                                                },
                                                                "name": "__originalColor"
                                                              },
                                                              "computed": false
                                                            },
                                                            "kind": "init"
                                                          }
                                                        ]
                                                      },
                                                      "kind": "init"
                                                    }
                                                  ]
                                                }
                                              ]
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1689,
                                              "end": 1694,
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 92
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 97
                                                }
                                              },
                                              "name": "start"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Literal",
                                              "start": 1695,
                                              "end": 1699,
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 98
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 102
                                                }
                                              },
                                              "value": 1000,
                                              "rawValue": 1000,
                                              "raw": "1000"
                                            }
                                          ]
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1718,
                                      "end": 1815,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 113
                                        }
                                      },
                                      "expression": {
                                        "type": "LogicalExpression",
                                        "start": 1718,
                                        "end": 1814,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 112
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 1718,
                                          "end": 1733,
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 31
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 1718,
                                            "end": 1724,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 22
                                              }
                                            },
                                            "name": "object"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1725,
                                            "end": 1733,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 31
                                              }
                                            },
                                            "name": "__marker"
                                          },
                                          "computed": false
                                        },
                                        "operator": "&&",
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 1737,
                                          "end": 1814,
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 112
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 1737,
                                            "end": 1809,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 107
                                              }
                                            },
                                            "object": {
                                              "type": "CallExpression",
                                              "start": 1737,
                                              "end": 1803,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 101
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 1737,
                                                "end": 1760,
                                                "loc": {
                                                  "start": {
                                                    "line": 29,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 29,
                                                    "column": 58
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 1737,
                                                  "end": 1752,
                                                  "loc": {
                                                    "start": {
                                                      "line": 29,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 29,
                                                      "column": 50
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 1737,
                                                    "end": 1743,
                                                    "loc": {
                                                      "start": {
                                                        "line": 29,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 29,
                                                        "column": 41
                                                      }
                                                    },
                                                    "name": "object"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 1744,
                                                    "end": 1752,
                                                    "loc": {
                                                      "start": {
                                                        "line": 29,
                                                        "column": 42
                                                      },
                                                      "end": {
                                                        "line": 29,
                                                        "column": 50
                                                      }
                                                    },
                                                    "name": "__marker"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 1753,
                                                  "end": 1760,
                                                  "loc": {
                                                    "start": {
                                                      "line": 29,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 29,
                                                      "column": 58
                                                    }
                                                  },
                                                  "name": "animate"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "ObjectExpression",
                                                  "start": 1761,
                                                  "end": 1802,
                                                  "loc": {
                                                    "start": {
                                                      "line": 29,
                                                      "column": 59
                                                    },
                                                    "end": {
                                                      "line": 29,
                                                      "column": 100
                                                    }
                                                  },
                                                  "properties": [
                                                    {
                                                      "type": "Property",
                                                      "start": 1763,
                                                      "end": 1800,
                                                      "loc": {
                                                        "start": {
                                                          "line": 29,
                                                          "column": 61
                                                        },
                                                        "end": {
                                                          "line": 29,
                                                          "column": 98
                                                        }
                                                      },
                                                      "method": false,
                                                      "shorthand": false,
                                                      "computed": false,
                                                      "key": {
                                                        "type": "Identifier",
                                                        "start": 1763,
                                                        "end": 1768,
                                                        "loc": {
                                                          "start": {
                                                            "line": 29,
                                                            "column": 61
                                                          },
                                                          "end": {
                                                            "line": 29,
                                                            "column": 66
                                                          }
                                                        },
                                                        "name": "scale"
                                                      },
                                                      "value": {
                                                        "type": "NewExpression",
                                                        "start": 1770,
                                                        "end": 1800,
                                                        "loc": {
                                                          "start": {
                                                            "line": 29,
                                                            "column": 68
                                                          },
                                                          "end": {
                                                            "line": 29,
                                                            "column": 98
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 1774,
                                                          "end": 1785,
                                                          "loc": {
                                                            "start": {
                                                              "line": 29,
                                                              "column": 72
                                                            },
                                                            "end": {
                                                              "line": 29,
                                                              "column": 83
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 1774,
                                                            "end": 1779,
                                                            "loc": {
                                                              "start": {
                                                                "line": 29,
                                                                "column": 72
                                                              },
                                                              "end": {
                                                                "line": 29,
                                                                "column": 77
                                                              }
                                                            },
                                                            "name": "THREE"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 1780,
                                                            "end": 1785,
                                                            "loc": {
                                                              "start": {
                                                                "line": 29,
                                                                "column": 78
                                                              },
                                                              "end": {
                                                                "line": 29,
                                                                "column": 83
                                                              }
                                                            },
                                                            "name": "Euler"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Literal",
                                                            "start": 1786,
                                                            "end": 1789,
                                                            "loc": {
                                                              "start": {
                                                                "line": 29,
                                                                "column": 84
                                                              },
                                                              "end": {
                                                                "line": 29,
                                                                "column": 87
                                                              }
                                                            },
                                                            "value": 1.2,
                                                            "rawValue": 1.2,
                                                            "raw": "1.2"
                                                          },
                                                          {
                                                            "type": "Literal",
                                                            "start": 1791,
                                                            "end": 1794,
                                                            "loc": {
                                                              "start": {
                                                                "line": 29,
                                                                "column": 89
                                                              },
                                                              "end": {
                                                                "line": 29,
                                                                "column": 92
                                                              }
                                                            },
                                                            "value": 1.2,
                                                            "rawValue": 1.2,
                                                            "raw": "1.2"
                                                          },
                                                          {
                                                            "type": "Literal",
                                                            "start": 1796,
                                                            "end": 1799,
                                                            "loc": {
                                                              "start": {
                                                                "line": 29,
                                                                "column": 94
                                                              },
                                                              "end": {
                                                                "line": 29,
                                                                "column": 97
                                                              }
                                                            },
                                                            "value": 1.2,
                                                            "rawValue": 1.2,
                                                            "raw": "1.2"
                                                          }
                                                        ]
                                                      },
                                                      "kind": "init"
                                                    }
                                                  ]
                                                }
                                              ]
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1804,
                                              "end": 1809,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 102
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 107
                                                }
                                              },
                                              "name": "start"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Literal",
                                              "start": 1810,
                                              "end": 1813,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 108
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 111
                                                }
                                              },
                                              "value": 250,
                                              "rawValue": 250,
                                              "raw": "250"
                                            }
                                          ]
                                        }
                                      }
                                    }
                                  ]
                                }
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 1843,
                              "end": 4376,
                              "loc": {
                                "start": {
                                  "line": 31,
                                  "column": 12
                                },
                                "end": {
                                  "line": 71,
                                  "column": 13
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 1843,
                                "end": 1849,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 18
                                  }
                                },
                                "name": "select"
                              },
                              "value": {
                                "type": "ArrowFunctionExpression",
                                "start": 1851,
                                "end": 4376,
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 71,
                                    "column": 13
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 1851,
                                    "end": 1857,
                                    "loc": {
                                      "start": {
                                        "line": 31,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 31,
                                        "column": 26
                                      }
                                    },
                                    "name": "object"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 1861,
                                  "end": 4376,
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 71,
                                      "column": 13
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 1879,
                                      "end": 1917,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 54
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 1883,
                                          "end": 1916,
                                          "loc": {
                                            "start": {
                                              "line": 32,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 32,
                                              "column": 53
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 1883,
                                            "end": 1888,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 25
                                              }
                                            },
                                            "name": "color"
                                          },
                                          "init": {
                                            "type": "NewExpression",
                                            "start": 1891,
                                            "end": 1916,
                                            "loc": {
                                              "start": {
                                                "line": 32,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 32,
                                                "column": 53
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1895,
                                              "end": 1906,
                                              "loc": {
                                                "start": {
                                                  "line": 32,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 32,
                                                  "column": 43
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1895,
                                                "end": 1900,
                                                "loc": {
                                                  "start": {
                                                    "line": 32,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 32,
                                                    "column": 37
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1901,
                                                "end": 1906,
                                                "loc": {
                                                  "start": {
                                                    "line": 32,
                                                    "column": 38
                                                  },
                                                  "end": {
                                                    "line": 32,
                                                    "column": 43
                                                  }
                                                },
                                                "name": "Color"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 1907,
                                                "end": 1915,
                                                "loc": {
                                                  "start": {
                                                    "line": 32,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 32,
                                                    "column": 52
                                                  }
                                                },
                                                "value": 12727145,
                                                "rawValue": 12727145,
                                                "raw": "0xc23369"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "kind": "let"
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1934,
                                      "end": 1985,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 67
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1934,
                                        "end": 1984,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 66
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 1934,
                                          "end": 1978,
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 60
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 1934,
                                            "end": 1972,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 54
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 1934,
                                              "end": 1948,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 30
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 1934,
                                                "end": 1940,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 22
                                                  }
                                                },
                                                "name": "object"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1941,
                                                "end": 1948,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 30
                                                  }
                                                },
                                                "name": "animate"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "ObjectExpression",
                                                "start": 1949,
                                                "end": 1971,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 53
                                                  }
                                                },
                                                "properties": [
                                                  {
                                                    "type": "Property",
                                                    "start": 1951,
                                                    "end": 1970,
                                                    "loc": {
                                                      "start": {
                                                        "line": 33,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 33,
                                                        "column": 52
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 1951,
                                                      "end": 1959,
                                                      "loc": {
                                                        "start": {
                                                          "line": 33,
                                                          "column": 33
                                                        },
                                                        "end": {
                                                          "line": 33,
                                                          "column": 41
                                                        }
                                                      },
                                                      "name": "material"
                                                    },
                                                    "value": {
                                                      "type": "ObjectExpression",
                                                      "start": 1961,
                                                      "end": 1970,
                                                      "loc": {
                                                        "start": {
                                                          "line": 33,
                                                          "column": 43
                                                        },
                                                        "end": {
                                                          "line": 33,
                                                          "column": 52
                                                        }
                                                      },
                                                      "properties": [
                                                        {
                                                          "type": "Property",
                                                          "start": 1963,
                                                          "end": 1968,
                                                          "loc": {
                                                            "start": {
                                                              "line": 33,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 33,
                                                              "column": 50
                                                            }
                                                          },
                                                          "method": false,
                                                          "shorthand": true,
                                                          "computed": false,
                                                          "key": {
                                                            "type": "Identifier",
                                                            "start": 1963,
                                                            "end": 1968,
                                                            "loc": {
                                                              "start": {
                                                                "line": 33,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 33,
                                                                "column": 50
                                                              }
                                                            },
                                                            "name": "color"
                                                          },
                                                          "kind": "init",
                                                          "value": {
                                                            "type": "Identifier",
                                                            "start": 1963,
                                                            "end": 1968,
                                                            "loc": {
                                                              "start": {
                                                                "line": 33,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 33,
                                                                "column": 50
                                                              }
                                                            },
                                                            "name": "color"
                                                          }
                                                        }
                                                      ]
                                                    },
                                                    "kind": "init"
                                                  }
                                                ]
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1973,
                                            "end": 1978,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 60
                                              }
                                            },
                                            "name": "start"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 1979,
                                            "end": 1983,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 65
                                              }
                                            },
                                            "value": 1000,
                                            "rawValue": 1000,
                                            "raw": "1000"
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 2003,
                                      "end": 2052,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 65
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 2007,
                                          "end": 2051,
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 64
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 2007,
                                            "end": 2010,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 23
                                              }
                                            },
                                            "name": "box"
                                          },
                                          "init": {
                                            "type": "CallExpression",
                                            "start": 2013,
                                            "end": 2051,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 64
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2013,
                                              "end": 2043,
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 56
                                                }
                                              },
                                              "object": {
                                                "type": "NewExpression",
                                                "start": 2013,
                                                "end": 2029,
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 42
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 2017,
                                                  "end": 2027,
                                                  "loc": {
                                                    "start": {
                                                      "line": 35,
                                                      "column": 30
                                                    },
                                                    "end": {
                                                      "line": 35,
                                                      "column": 40
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 2017,
                                                    "end": 2022,
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 35
                                                      }
                                                    },
                                                    "name": "THREE"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 2023,
                                                    "end": 2027,
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 40
                                                      }
                                                    },
                                                    "name": "Box3"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": []
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2030,
                                                "end": 2043,
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 56
                                                  }
                                                },
                                                "name": "setFromObject"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 2044,
                                                "end": 2050,
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 63
                                                  }
                                                },
                                                "name": "object"
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "kind": "let"
                                    },
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 2069,
                                      "end": 2127,
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 74
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 2073,
                                          "end": 2126,
                                          "loc": {
                                            "start": {
                                              "line": 36,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 36,
                                              "column": 73
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 2073,
                                            "end": 2085,
                                            "loc": {
                                              "start": {
                                                "line": 36,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 36,
                                                "column": 32
                                              }
                                            },
                                            "name": "edgeMaterial"
                                          },
                                          "init": {
                                            "type": "NewExpression",
                                            "start": 2088,
                                            "end": 2126,
                                            "loc": {
                                              "start": {
                                                "line": 36,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 36,
                                                "column": 73
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 2092,
                                              "end": 2115,
                                              "loc": {
                                                "start": {
                                                  "line": 36,
                                                  "column": 39
                                                },
                                                "end": {
                                                  "line": 36,
                                                  "column": 62
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2092,
                                                "end": 2097,
                                                "loc": {
                                                  "start": {
                                                    "line": 36,
                                                    "column": 39
                                                  },
                                                  "end": {
                                                    "line": 36,
                                                    "column": 44
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2098,
                                                "end": 2115,
                                                "loc": {
                                                  "start": {
                                                    "line": 36,
                                                    "column": 45
                                                  },
                                                  "end": {
                                                    "line": 36,
                                                    "column": 62
                                                  }
                                                },
                                                "name": "LineBasicMaterial"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "ObjectExpression",
                                                "start": 2116,
                                                "end": 2125,
                                                "loc": {
                                                  "start": {
                                                    "line": 36,
                                                    "column": 63
                                                  },
                                                  "end": {
                                                    "line": 36,
                                                    "column": 72
                                                  }
                                                },
                                                "properties": [
                                                  {
                                                    "type": "Property",
                                                    "start": 2118,
                                                    "end": 2123,
                                                    "loc": {
                                                      "start": {
                                                        "line": 36,
                                                        "column": 65
                                                      },
                                                      "end": {
                                                        "line": 36,
                                                        "column": 70
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": true,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 2118,
                                                      "end": 2123,
                                                      "loc": {
                                                        "start": {
                                                          "line": 36,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 36,
                                                          "column": 70
                                                        }
                                                      },
                                                      "name": "color"
                                                    },
                                                    "kind": "init",
                                                    "value": {
                                                      "type": "Identifier",
                                                      "start": 2118,
                                                      "end": 2123,
                                                      "loc": {
                                                        "start": {
                                                          "line": 36,
                                                          "column": 65
                                                        },
                                                        "end": {
                                                          "line": 36,
                                                          "column": 70
                                                        }
                                                      },
                                                      "name": "color"
                                                    }
                                                  }
                                                ]
                                              }
                                            ]
                                          }
                                        }
                                      ],
                                      "kind": "let"
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 2144,
                                      "end": 2189,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 37,
                                          "column": 61
                                        }
                                      },
                                      "expression": {
                                        "type": "LogicalExpression",
                                        "start": 2144,
                                        "end": 2188,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 60
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 2144,
                                          "end": 2159,
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 31
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2144,
                                            "end": 2150,
                                            "loc": {
                                              "start": {
                                                "line": 37,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 37,
                                                "column": 22
                                              }
                                            },
                                            "name": "object"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2151,
                                            "end": 2159,
                                            "loc": {
                                              "start": {
                                                "line": 37,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 37,
                                                "column": 31
                                              }
                                            },
                                            "name": "__marker"
                                          },
                                          "computed": false
                                        },
                                        "operator": "&&",
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 2163,
                                          "end": 2188,
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 60
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2163,
                                            "end": 2186,
                                            "loc": {
                                              "start": {
                                                "line": 37,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 37,
                                                "column": 58
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 2163,
                                              "end": 2178,
                                              "loc": {
                                                "start": {
                                                  "line": 37,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 37,
                                                  "column": 50
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 2163,
                                                "end": 2169,
                                                "loc": {
                                                  "start": {
                                                    "line": 37,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 37,
                                                    "column": 41
                                                  }
                                                },
                                                "name": "object"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 2170,
                                                "end": 2178,
                                                "loc": {
                                                  "start": {
                                                    "line": 37,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 37,
                                                    "column": 50
                                                  }
                                                },
                                                "name": "__marker"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2179,
                                              "end": 2186,
                                              "loc": {
                                                "start": {
                                                  "line": 37,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 37,
                                                  "column": 58
                                                }
                                              },
                                              "name": "destroy"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 2206,
                                      "end": 2254,
                                      "loc": {
                                        "start": {
                                          "line": 38,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 38,
                                          "column": 64
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 2206,
                                        "end": 2253,
                                        "loc": {
                                          "start": {
                                            "line": 38,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 38,
                                            "column": 63
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 2206,
                                          "end": 2221,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 31
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 2206,
                                            "end": 2212,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 22
                                              }
                                            },
                                            "name": "object"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2213,
                                            "end": 2221,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 31
                                              }
                                            },
                                            "name": "__marker"
                                          },
                                          "computed": false
                                        },
                                        "right": {
                                          "type": "NewExpression",
                                          "start": 2224,
                                          "end": 2253,
                                          "loc": {
                                            "start": {
                                              "line": 38,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 38,
                                              "column": 63
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2228,
                                            "end": 2243,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 53
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2228,
                                              "end": 2233,
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 38
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 43
                                                }
                                              },
                                              "name": "THREE"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2234,
                                              "end": 2243,
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 44
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 53
                                                }
                                              },
                                              "name": "BoxHelper"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 2245,
                                              "end": 2251,
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 61
                                                }
                                              },
                                              "name": "object"
                                            }
                                          ]
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 2271,
                                      "end": 2374,
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 119
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 2271,
                                        "end": 2373,
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 118
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 2271,
                                          "end": 2295,
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 40
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 2271,
                                            "end": 2286,
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2271,
                                              "end": 2277,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 22
                                                }
                                              },
                                              "name": "object"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2278,
                                              "end": 2286,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 31
                                                }
                                              },
                                              "name": "__marker"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2287,
                                            "end": 2295,
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 40
                                              }
                                            },
                                            "name": "material"
                                          },
                                          "computed": false
                                        },
                                        "right": {
                                          "type": "NewExpression",
                                          "start": 2298,
                                          "end": 2373,
                                          "loc": {
                                            "start": {
                                              "line": 39,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 118
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 2302,
                                            "end": 2325,
                                            "loc": {
                                              "start": {
                                                "line": 39,
                                                "column": 47
                                              },
                                              "end": {
                                                "line": 39,
                                                "column": 70
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2302,
                                              "end": 2307,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 47
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 52
                                                }
                                              },
                                              "name": "THREE"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2308,
                                              "end": 2325,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 53
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 70
                                                }
                                              },
                                              "name": "LineBasicMaterial"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "ObjectExpression",
                                              "start": 2326,
                                              "end": 2372,
                                              "loc": {
                                                "start": {
                                                  "line": 39,
                                                  "column": 71
                                                },
                                                "end": {
                                                  "line": 39,
                                                  "column": 117
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "Property",
                                                  "start": 2328,
                                                  "end": 2336,
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 73
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 81
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 2328,
                                                    "end": 2333,
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 78
                                                      }
                                                    },
                                                    "name": "color"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 2335,
                                                    "end": 2336,
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 80
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 81
                                                      }
                                                    },
                                                    "value": 0,
                                                    "rawValue": 0,
                                                    "raw": "0"
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 2338,
                                                  "end": 2355,
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 83
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 100
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 2338,
                                                    "end": 2349,
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 83
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 94
                                                      }
                                                    },
                                                    "name": "transparent"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 2351,
                                                    "end": 2355,
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 96
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 100
                                                      }
                                                    },
                                                    "value": true,
                                                    "rawValue": true,
                                                    "raw": "true"
                                                  },
                                                  "kind": "init"
                                                },
                                                {
                                                  "type": "Property",
                                                  "start": 2357,
                                                  "end": 2369,
                                                  "loc": {
                                                    "start": {
                                                      "line": 39,
                                                      "column": 102
                                                    },
                                                    "end": {
                                                      "line": 39,
                                                      "column": 114
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 2357,
                                                    "end": 2364,
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 102
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 109
                                                      }
                                                    },
                                                    "name": "opacity"
                                                  },
                                                  "value": {
                                                    "type": "Literal",
                                                    "start": 2366,
                                                    "end": 2369,
                                                    "loc": {
                                                      "start": {
                                                        "line": 39,
                                                        "column": 111
                                                      },
                                                      "end": {
                                                        "line": 39,
                                                        "column": 114
                                                      }
                                                    },
                                                    "value": 0.1,
                                                    "rawValue": 0.1,
                                                    "raw": "0.1"
                                                  },
                                                  "kind": "init"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 2391,
                                      "end": 2427,
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 52
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 2391,
                                        "end": 2426,
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 51
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 2391,
                                          "end": 2418,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 43
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 2391,
                                            "end": 2406,
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 2391,
                                              "end": 2397,
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 22
                                                }
                                              },
                                              "name": "object"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 2398,
                                              "end": 2406,
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 31
                                                }
                                              },
                                              "name": "__marker"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 2407,
                                            "end": 2418,
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 43
                                              }
                                            },
                                            "name": "interactive"
                                          },
                                          "computed": false
                                        },
                                        "right": {
                                          "type": "Literal",
                                          "start": 2421,
                                          "end": 2426,
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 51
                                            }
                                          },
                                          "value": false,
                                          "rawValue": false,
                                          "raw": "false"
                                        }
                                      }
                                    },
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 2445,
                                      "end": 3144,
                                      "loc": {
                                        "start": {
                                          "line": 42,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 53,
                                          "column": 17
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 2449,
                                          "end": 3144,
                                          "loc": {
                                            "start": {
                                              "line": 42,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 53,
                                              "column": 17
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 2449,
                                            "end": 2450,
                                            "loc": {
                                              "start": {
                                                "line": 42,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 42,
                                                "column": 21
                                              }
                                            },
                                            "name": "f"
                                          },
                                          "init": {
                                            "type": "ArrowFunctionExpression",
                                            "start": 2453,
                                            "end": 3144,
                                            "loc": {
                                              "start": {
                                                "line": 42,
                                                "column": 24
                                              },
                                              "end": {
                                                "line": 53,
                                                "column": 17
                                              }
                                            },
                                            "id": null,
                                            "generator": false,
                                            "expression": false,
                                            "async": false,
                                            "params": [
                                              {
                                                "type": "Identifier",
                                                "start": 2454,
                                                "end": 2455,
                                                "loc": {
                                                  "start": {
                                                    "line": 42,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 42,
                                                    "column": 26
                                                  }
                                                },
                                                "name": "v"
                                              },
                                              {
                                                "type": "Identifier",
                                                "start": 2457,
                                                "end": 2458,
                                                "loc": {
                                                  "start": {
                                                    "line": 42,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 42,
                                                    "column": 29
                                                  }
                                                },
                                                "name": "t"
                                              },
                                              {
                                                "type": "AssignmentPattern",
                                                "start": 2460,
                                                "end": 2465,
                                                "loc": {
                                                  "start": {
                                                    "line": 42,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 42,
                                                    "column": 36
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 2460,
                                                  "end": 2461,
                                                  "loc": {
                                                    "start": {
                                                      "line": 42,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 42,
                                                      "column": 32
                                                    }
                                                  },
                                                  "name": "s"
                                                },
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 2464,
                                                  "end": 2465,
                                                  "loc": {
                                                    "start": {
                                                      "line": 42,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 42,
                                                      "column": 36
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              }
                                            ],
                                            "body": {
                                              "type": "BlockStatement",
                                              "start": 2471,
                                              "end": 3144,
                                              "loc": {
                                                "start": {
                                                  "line": 42,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 53,
                                                  "column": 17
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "VariableDeclaration",
                                                  "start": 2493,
                                                  "end": 2727,
                                                  "loc": {
                                                    "start": {
                                                      "line": 43,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 47,
                                                      "column": 23
                                                    }
                                                  },
                                                  "declarations": [
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 2497,
                                                      "end": 2726,
                                                      "loc": {
                                                        "start": {
                                                          "line": 43,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 47,
                                                          "column": 22
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 2497,
                                                        "end": 2505,
                                                        "loc": {
                                                          "start": {
                                                            "line": 43,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 43,
                                                            "column": 32
                                                          }
                                                        },
                                                        "name": "vertices"
                                                      },
                                                      "init": {
                                                        "type": "NewExpression",
                                                        "start": 2508,
                                                        "end": 2726,
                                                        "loc": {
                                                          "start": {
                                                            "line": 43,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 47,
                                                            "column": 22
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "Identifier",
                                                          "start": 2512,
                                                          "end": 2524,
                                                          "loc": {
                                                            "start": {
                                                              "line": 43,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 43,
                                                              "column": 51
                                                            }
                                                          },
                                                          "name": "Float32Array"
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "ArrayExpression",
                                                            "start": 2526,
                                                            "end": 2725,
                                                            "loc": {
                                                              "start": {
                                                                "line": 43,
                                                                "column": 53
                                                              },
                                                              "end": {
                                                                "line": 47,
                                                                "column": 21
                                                              }
                                                            },
                                                            "elements": [
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 2552,
                                                                "end": 2555,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 44,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 44,
                                                                    "column": 27
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2552,
                                                                  "end": 2553,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 44,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 44,
                                                                      "column": 25
                                                                    }
                                                                  },
                                                                  "name": "v"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2554,
                                                                  "end": 2555,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 44,
                                                                      "column": 26
                                                                    },
                                                                    "end": {
                                                                      "line": 44,
                                                                      "column": 27
                                                                    }
                                                                  },
                                                                  "name": "x"
                                                                },
                                                                "computed": false
                                                              },
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 2557,
                                                                "end": 2560,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 44,
                                                                    "column": 29
                                                                  },
                                                                  "end": {
                                                                    "line": 44,
                                                                    "column": 32
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2557,
                                                                  "end": 2558,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 44,
                                                                      "column": 29
                                                                    },
                                                                    "end": {
                                                                      "line": 44,
                                                                      "column": 30
                                                                    }
                                                                  },
                                                                  "name": "v"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2559,
                                                                  "end": 2560,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 44,
                                                                      "column": 31
                                                                    },
                                                                    "end": {
                                                                      "line": 44,
                                                                      "column": 32
                                                                    }
                                                                  },
                                                                  "name": "y"
                                                                },
                                                                "computed": false
                                                              },
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 2562,
                                                                "end": 2565,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 44,
                                                                    "column": 34
                                                                  },
                                                                  "end": {
                                                                    "line": 44,
                                                                    "column": 37
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2562,
                                                                  "end": 2563,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 44,
                                                                      "column": 34
                                                                    },
                                                                    "end": {
                                                                      "line": 44,
                                                                      "column": 35
                                                                    }
                                                                  },
                                                                  "name": "v"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2564,
                                                                  "end": 2565,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 44,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 44,
                                                                      "column": 37
                                                                    }
                                                                  },
                                                                  "name": "z"
                                                                },
                                                                "computed": false
                                                              },
                                                              {
                                                                "type": "BinaryExpression",
                                                                "start": 2568,
                                                                "end": 2575,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 44,
                                                                    "column": 40
                                                                  },
                                                                  "end": {
                                                                    "line": 44,
                                                                    "column": 47
                                                                  }
                                                                },
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "start": 2568,
                                                                  "end": 2571,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 44,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 44,
                                                                      "column": 43
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 2568,
                                                                    "end": 2569,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 44,
                                                                        "column": 40
                                                                      },
                                                                      "end": {
                                                                        "line": 44,
                                                                        "column": 41
                                                                      }
                                                                    },
                                                                    "name": "v"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 2570,
                                                                    "end": 2571,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 44,
                                                                        "column": 42
                                                                      },
                                                                      "end": {
                                                                        "line": 44,
                                                                        "column": 43
                                                                      }
                                                                    },
                                                                    "name": "x"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "operator": "+",
                                                                "right": {
                                                                  "type": "Identifier",
                                                                  "start": 2574,
                                                                  "end": 2575,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 44,
                                                                      "column": 46
                                                                    },
                                                                    "end": {
                                                                      "line": 44,
                                                                      "column": 47
                                                                    }
                                                                  },
                                                                  "name": "s"
                                                                }
                                                              },
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 2577,
                                                                "end": 2580,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 44,
                                                                    "column": 49
                                                                  },
                                                                  "end": {
                                                                    "line": 44,
                                                                    "column": 52
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2577,
                                                                  "end": 2578,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 44,
                                                                      "column": 49
                                                                    },
                                                                    "end": {
                                                                      "line": 44,
                                                                      "column": 50
                                                                    }
                                                                  },
                                                                  "name": "v"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2579,
                                                                  "end": 2580,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 44,
                                                                      "column": 51
                                                                    },
                                                                    "end": {
                                                                      "line": 44,
                                                                      "column": 52
                                                                    }
                                                                  },
                                                                  "name": "y"
                                                                },
                                                                "computed": false
                                                              },
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 2582,
                                                                "end": 2585,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 44,
                                                                    "column": 54
                                                                  },
                                                                  "end": {
                                                                    "line": 44,
                                                                    "column": 57
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2582,
                                                                  "end": 2583,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 44,
                                                                      "column": 54
                                                                    },
                                                                    "end": {
                                                                      "line": 44,
                                                                      "column": 55
                                                                    }
                                                                  },
                                                                  "name": "v"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2584,
                                                                  "end": 2585,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 44,
                                                                      "column": 56
                                                                    },
                                                                    "end": {
                                                                      "line": 44,
                                                                      "column": 57
                                                                    }
                                                                  },
                                                                  "name": "z"
                                                                },
                                                                "computed": false
                                                              },
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 2611,
                                                                "end": 2614,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 45,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 45,
                                                                    "column": 27
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2611,
                                                                  "end": 2612,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 45,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 45,
                                                                      "column": 25
                                                                    }
                                                                  },
                                                                  "name": "v"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2613,
                                                                  "end": 2614,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 45,
                                                                      "column": 26
                                                                    },
                                                                    "end": {
                                                                      "line": 45,
                                                                      "column": 27
                                                                    }
                                                                  },
                                                                  "name": "x"
                                                                },
                                                                "computed": false
                                                              },
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 2616,
                                                                "end": 2619,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 45,
                                                                    "column": 29
                                                                  },
                                                                  "end": {
                                                                    "line": 45,
                                                                    "column": 32
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2616,
                                                                  "end": 2617,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 45,
                                                                      "column": 29
                                                                    },
                                                                    "end": {
                                                                      "line": 45,
                                                                      "column": 30
                                                                    }
                                                                  },
                                                                  "name": "v"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2618,
                                                                  "end": 2619,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 45,
                                                                      "column": 31
                                                                    },
                                                                    "end": {
                                                                      "line": 45,
                                                                      "column": 32
                                                                    }
                                                                  },
                                                                  "name": "y"
                                                                },
                                                                "computed": false
                                                              },
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 2621,
                                                                "end": 2624,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 45,
                                                                    "column": 34
                                                                  },
                                                                  "end": {
                                                                    "line": 45,
                                                                    "column": 37
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2621,
                                                                  "end": 2622,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 45,
                                                                      "column": 34
                                                                    },
                                                                    "end": {
                                                                      "line": 45,
                                                                      "column": 35
                                                                    }
                                                                  },
                                                                  "name": "v"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2623,
                                                                  "end": 2624,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 45,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 45,
                                                                      "column": 37
                                                                    }
                                                                  },
                                                                  "name": "z"
                                                                },
                                                                "computed": false
                                                              },
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 2627,
                                                                "end": 2630,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 45,
                                                                    "column": 40
                                                                  },
                                                                  "end": {
                                                                    "line": 45,
                                                                    "column": 43
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2627,
                                                                  "end": 2628,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 45,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 45,
                                                                      "column": 41
                                                                    }
                                                                  },
                                                                  "name": "v"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2629,
                                                                  "end": 2630,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 45,
                                                                      "column": 42
                                                                    },
                                                                    "end": {
                                                                      "line": 45,
                                                                      "column": 43
                                                                    }
                                                                  },
                                                                  "name": "x"
                                                                },
                                                                "computed": false
                                                              },
                                                              {
                                                                "type": "BinaryExpression",
                                                                "start": 2632,
                                                                "end": 2639,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 45,
                                                                    "column": 45
                                                                  },
                                                                  "end": {
                                                                    "line": 45,
                                                                    "column": 52
                                                                  }
                                                                },
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "start": 2632,
                                                                  "end": 2635,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 45,
                                                                      "column": 45
                                                                    },
                                                                    "end": {
                                                                      "line": 45,
                                                                      "column": 48
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 2632,
                                                                    "end": 2633,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 45,
                                                                        "column": 45
                                                                      },
                                                                      "end": {
                                                                        "line": 45,
                                                                        "column": 46
                                                                      }
                                                                    },
                                                                    "name": "v"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 2634,
                                                                    "end": 2635,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 45,
                                                                        "column": 47
                                                                      },
                                                                      "end": {
                                                                        "line": 45,
                                                                        "column": 48
                                                                      }
                                                                    },
                                                                    "name": "y"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "operator": "+",
                                                                "right": {
                                                                  "type": "Identifier",
                                                                  "start": 2638,
                                                                  "end": 2639,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 45,
                                                                      "column": 51
                                                                    },
                                                                    "end": {
                                                                      "line": 45,
                                                                      "column": 52
                                                                    }
                                                                  },
                                                                  "name": "s"
                                                                }
                                                              },
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 2641,
                                                                "end": 2644,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 45,
                                                                    "column": 54
                                                                  },
                                                                  "end": {
                                                                    "line": 45,
                                                                    "column": 57
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2641,
                                                                  "end": 2642,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 45,
                                                                      "column": 54
                                                                    },
                                                                    "end": {
                                                                      "line": 45,
                                                                      "column": 55
                                                                    }
                                                                  },
                                                                  "name": "v"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2643,
                                                                  "end": 2644,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 45,
                                                                      "column": 56
                                                                    },
                                                                    "end": {
                                                                      "line": 45,
                                                                      "column": 57
                                                                    }
                                                                  },
                                                                  "name": "z"
                                                                },
                                                                "computed": false
                                                              },
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 2670,
                                                                "end": 2673,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 46,
                                                                    "column": 24
                                                                  },
                                                                  "end": {
                                                                    "line": 46,
                                                                    "column": 27
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2670,
                                                                  "end": 2671,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 46,
                                                                      "column": 24
                                                                    },
                                                                    "end": {
                                                                      "line": 46,
                                                                      "column": 25
                                                                    }
                                                                  },
                                                                  "name": "v"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2672,
                                                                  "end": 2673,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 46,
                                                                      "column": 26
                                                                    },
                                                                    "end": {
                                                                      "line": 46,
                                                                      "column": 27
                                                                    }
                                                                  },
                                                                  "name": "x"
                                                                },
                                                                "computed": false
                                                              },
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 2675,
                                                                "end": 2678,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 46,
                                                                    "column": 29
                                                                  },
                                                                  "end": {
                                                                    "line": 46,
                                                                    "column": 32
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2675,
                                                                  "end": 2676,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 46,
                                                                      "column": 29
                                                                    },
                                                                    "end": {
                                                                      "line": 46,
                                                                      "column": 30
                                                                    }
                                                                  },
                                                                  "name": "v"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2677,
                                                                  "end": 2678,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 46,
                                                                      "column": 31
                                                                    },
                                                                    "end": {
                                                                      "line": 46,
                                                                      "column": 32
                                                                    }
                                                                  },
                                                                  "name": "y"
                                                                },
                                                                "computed": false
                                                              },
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 2680,
                                                                "end": 2683,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 46,
                                                                    "column": 34
                                                                  },
                                                                  "end": {
                                                                    "line": 46,
                                                                    "column": 37
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2680,
                                                                  "end": 2681,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 46,
                                                                      "column": 34
                                                                    },
                                                                    "end": {
                                                                      "line": 46,
                                                                      "column": 35
                                                                    }
                                                                  },
                                                                  "name": "v"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2682,
                                                                  "end": 2683,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 46,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 46,
                                                                      "column": 37
                                                                    }
                                                                  },
                                                                  "name": "z"
                                                                },
                                                                "computed": false
                                                              },
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 2686,
                                                                "end": 2689,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 46,
                                                                    "column": 40
                                                                  },
                                                                  "end": {
                                                                    "line": 46,
                                                                    "column": 43
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2686,
                                                                  "end": 2687,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 46,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 46,
                                                                      "column": 41
                                                                    }
                                                                  },
                                                                  "name": "v"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2688,
                                                                  "end": 2689,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 46,
                                                                      "column": 42
                                                                    },
                                                                    "end": {
                                                                      "line": 46,
                                                                      "column": 43
                                                                    }
                                                                  },
                                                                  "name": "x"
                                                                },
                                                                "computed": false
                                                              },
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 2691,
                                                                "end": 2694,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 46,
                                                                    "column": 45
                                                                  },
                                                                  "end": {
                                                                    "line": 46,
                                                                    "column": 48
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 2691,
                                                                  "end": 2692,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 46,
                                                                      "column": 45
                                                                    },
                                                                    "end": {
                                                                      "line": 46,
                                                                      "column": 46
                                                                    }
                                                                  },
                                                                  "name": "v"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2693,
                                                                  "end": 2694,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 46,
                                                                      "column": 47
                                                                    },
                                                                    "end": {
                                                                      "line": 46,
                                                                      "column": 48
                                                                    }
                                                                  },
                                                                  "name": "y"
                                                                },
                                                                "computed": false
                                                              },
                                                              {
                                                                "type": "BinaryExpression",
                                                                "start": 2696,
                                                                "end": 2703,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 46,
                                                                    "column": 50
                                                                  },
                                                                  "end": {
                                                                    "line": 46,
                                                                    "column": 57
                                                                  }
                                                                },
                                                                "left": {
                                                                  "type": "MemberExpression",
                                                                  "start": 2696,
                                                                  "end": 2699,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 46,
                                                                      "column": 50
                                                                    },
                                                                    "end": {
                                                                      "line": 46,
                                                                      "column": 53
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 2696,
                                                                    "end": 2697,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 46,
                                                                        "column": 50
                                                                      },
                                                                      "end": {
                                                                        "line": 46,
                                                                        "column": 51
                                                                      }
                                                                    },
                                                                    "name": "v"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 2698,
                                                                    "end": 2699,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 46,
                                                                        "column": 52
                                                                      },
                                                                      "end": {
                                                                        "line": 46,
                                                                        "column": 53
                                                                      }
                                                                    },
                                                                    "name": "z"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "operator": "+",
                                                                "right": {
                                                                  "type": "Identifier",
                                                                  "start": 2702,
                                                                  "end": 2703,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 46,
                                                                      "column": 56
                                                                    },
                                                                    "end": {
                                                                      "line": 46,
                                                                      "column": 57
                                                                    }
                                                                  },
                                                                  "name": "s"
                                                                }
                                                              }
                                                            ]
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ],
                                                  "kind": "let"
                                                },
                                                {
                                                  "type": "VariableDeclaration",
                                                  "start": 2748,
                                                  "end": 2790,
                                                  "loc": {
                                                    "start": {
                                                      "line": 48,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 48,
                                                      "column": 62
                                                    }
                                                  },
                                                  "declarations": [
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 2752,
                                                      "end": 2789,
                                                      "loc": {
                                                        "start": {
                                                          "line": 48,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 48,
                                                          "column": 61
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 2752,
                                                        "end": 2760,
                                                        "loc": {
                                                          "start": {
                                                            "line": 48,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 48,
                                                            "column": 32
                                                          }
                                                        },
                                                        "name": "geometry"
                                                      },
                                                      "init": {
                                                        "type": "NewExpression",
                                                        "start": 2763,
                                                        "end": 2789,
                                                        "loc": {
                                                          "start": {
                                                            "line": 48,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 48,
                                                            "column": 61
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 2767,
                                                          "end": 2787,
                                                          "loc": {
                                                            "start": {
                                                              "line": 48,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 48,
                                                              "column": 59
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 2767,
                                                            "end": 2772,
                                                            "loc": {
                                                              "start": {
                                                                "line": 48,
                                                                "column": 39
                                                              },
                                                              "end": {
                                                                "line": 48,
                                                                "column": 44
                                                              }
                                                            },
                                                            "name": "THREE"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2773,
                                                            "end": 2787,
                                                            "loc": {
                                                              "start": {
                                                                "line": 48,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 48,
                                                                "column": 59
                                                              }
                                                            },
                                                            "name": "BufferGeometry"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": []
                                                      }
                                                    }
                                                  ],
                                                  "kind": "let"
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 2811,
                                                  "end": 2886,
                                                  "loc": {
                                                    "start": {
                                                      "line": 49,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 49,
                                                      "column": 95
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 2811,
                                                    "end": 2885,
                                                    "loc": {
                                                      "start": {
                                                        "line": 49,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 49,
                                                        "column": 94
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 2811,
                                                      "end": 2832,
                                                      "loc": {
                                                        "start": {
                                                          "line": 49,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 49,
                                                          "column": 41
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 2811,
                                                        "end": 2819,
                                                        "loc": {
                                                          "start": {
                                                            "line": 49,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 49,
                                                            "column": 28
                                                          }
                                                        },
                                                        "name": "geometry"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2820,
                                                        "end": 2832,
                                                        "loc": {
                                                          "start": {
                                                            "line": 49,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 49,
                                                            "column": 41
                                                          }
                                                        },
                                                        "name": "addAttribute"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Literal",
                                                        "start": 2834,
                                                        "end": 2844,
                                                        "loc": {
                                                          "start": {
                                                            "line": 49,
                                                            "column": 43
                                                          },
                                                          "end": {
                                                            "line": 49,
                                                            "column": 53
                                                          }
                                                        },
                                                        "value": "position",
                                                        "rawValue": "position",
                                                        "raw": "'position'"
                                                      },
                                                      {
                                                        "type": "NewExpression",
                                                        "start": 2846,
                                                        "end": 2884,
                                                        "loc": {
                                                          "start": {
                                                            "line": 49,
                                                            "column": 55
                                                          },
                                                          "end": {
                                                            "line": 49,
                                                            "column": 93
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 2850,
                                                          "end": 2871,
                                                          "loc": {
                                                            "start": {
                                                              "line": 49,
                                                              "column": 59
                                                            },
                                                            "end": {
                                                              "line": 49,
                                                              "column": 80
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 2850,
                                                            "end": 2855,
                                                            "loc": {
                                                              "start": {
                                                                "line": 49,
                                                                "column": 59
                                                              },
                                                              "end": {
                                                                "line": 49,
                                                                "column": 64
                                                              }
                                                            },
                                                            "name": "THREE"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2856,
                                                            "end": 2871,
                                                            "loc": {
                                                              "start": {
                                                                "line": 49,
                                                                "column": 65
                                                              },
                                                              "end": {
                                                                "line": 49,
                                                                "column": 80
                                                              }
                                                            },
                                                            "name": "BufferAttribute"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 2872,
                                                            "end": 2880,
                                                            "loc": {
                                                              "start": {
                                                                "line": 49,
                                                                "column": 81
                                                              },
                                                              "end": {
                                                                "line": 49,
                                                                "column": 89
                                                              }
                                                            },
                                                            "name": "vertices"
                                                          },
                                                          {
                                                            "type": "Literal",
                                                            "start": 2882,
                                                            "end": 2883,
                                                            "loc": {
                                                              "start": {
                                                                "line": 49,
                                                                "column": 91
                                                              },
                                                              "end": {
                                                                "line": 49,
                                                                "column": 92
                                                              }
                                                            },
                                                            "value": 3,
                                                            "rawValue": 3,
                                                            "raw": "3"
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                },
                                                {
                                                  "type": "VariableDeclaration",
                                                  "start": 2907,
                                                  "end": 2984,
                                                  "loc": {
                                                    "start": {
                                                      "line": 50,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 50,
                                                      "column": 97
                                                    }
                                                  },
                                                  "declarations": [
                                                    {
                                                      "type": "VariableDeclarator",
                                                      "start": 2911,
                                                      "end": 2983,
                                                      "loc": {
                                                        "start": {
                                                          "line": 50,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 50,
                                                          "column": 96
                                                        }
                                                      },
                                                      "id": {
                                                        "type": "Identifier",
                                                        "start": 2911,
                                                        "end": 2916,
                                                        "loc": {
                                                          "start": {
                                                            "line": 50,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 50,
                                                            "column": 29
                                                          }
                                                        },
                                                        "name": "lines"
                                                      },
                                                      "init": {
                                                        "type": "CallExpression",
                                                        "start": 2919,
                                                        "end": 2983,
                                                        "loc": {
                                                          "start": {
                                                            "line": 50,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 50,
                                                            "column": 96
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 2919,
                                                          "end": 2980,
                                                          "loc": {
                                                            "start": {
                                                              "line": 50,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 50,
                                                              "column": 93
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "NewExpression",
                                                            "start": 2919,
                                                            "end": 2965,
                                                            "loc": {
                                                              "start": {
                                                                "line": 50,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 50,
                                                                "column": 78
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 2923,
                                                              "end": 2941,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 50,
                                                                  "column": 36
                                                                },
                                                                "end": {
                                                                  "line": 50,
                                                                  "column": 54
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 2923,
                                                                "end": 2928,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 50,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 50,
                                                                    "column": 41
                                                                  }
                                                                },
                                                                "name": "THREE"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 2929,
                                                                "end": 2941,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 50,
                                                                    "column": 42
                                                                  },
                                                                  "end": {
                                                                    "line": 50,
                                                                    "column": 54
                                                                  }
                                                                },
                                                                "name": "LineSegments"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 2942,
                                                                "end": 2950,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 50,
                                                                    "column": 55
                                                                  },
                                                                  "end": {
                                                                    "line": 50,
                                                                    "column": 63
                                                                  }
                                                                },
                                                                "name": "geometry"
                                                              },
                                                              {
                                                                "type": "Identifier",
                                                                "start": 2952,
                                                                "end": 2964,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 50,
                                                                    "column": 65
                                                                  },
                                                                  "end": {
                                                                    "line": 50,
                                                                    "column": 77
                                                                  }
                                                                },
                                                                "name": "edgeMaterial"
                                                              }
                                                            ]
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2966,
                                                            "end": 2980,
                                                            "loc": {
                                                              "start": {
                                                                "line": 50,
                                                                "column": 79
                                                              },
                                                              "end": {
                                                                "line": 50,
                                                                "column": 93
                                                              }
                                                            },
                                                            "name": "centerGeometry"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 2981,
                                                            "end": 2982,
                                                            "loc": {
                                                              "start": {
                                                                "line": 50,
                                                                "column": 94
                                                              },
                                                              "end": {
                                                                "line": 50,
                                                                "column": 95
                                                              }
                                                            },
                                                            "name": "v"
                                                          }
                                                        ]
                                                      }
                                                    }
                                                  ],
                                                  "kind": "let"
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 3005,
                                                  "end": 3078,
                                                  "loc": {
                                                    "start": {
                                                      "line": 51,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 51,
                                                      "column": 93
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 3005,
                                                    "end": 3077,
                                                    "loc": {
                                                      "start": {
                                                        "line": 51,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 51,
                                                        "column": 92
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 3005,
                                                      "end": 3031,
                                                      "loc": {
                                                        "start": {
                                                          "line": 51,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 51,
                                                          "column": 46
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 3005,
                                                        "end": 3019,
                                                        "loc": {
                                                          "start": {
                                                            "line": 51,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 51,
                                                            "column": 34
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 3005,
                                                          "end": 3010,
                                                          "loc": {
                                                            "start": {
                                                              "line": 51,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 51,
                                                              "column": 25
                                                            }
                                                          },
                                                          "name": "lines"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3011,
                                                          "end": 3019,
                                                          "loc": {
                                                            "start": {
                                                              "line": 51,
                                                              "column": 26
                                                            },
                                                            "end": {
                                                              "line": 51,
                                                              "column": 34
                                                            }
                                                          },
                                                          "name": "geometry"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3020,
                                                        "end": 3031,
                                                        "loc": {
                                                          "start": {
                                                            "line": 51,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 51,
                                                            "column": 46
                                                          }
                                                        },
                                                        "name": "applyMatrix"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "CallExpression",
                                                        "start": 3032,
                                                        "end": 3076,
                                                        "loc": {
                                                          "start": {
                                                            "line": 51,
                                                            "column": 47
                                                          },
                                                          "end": {
                                                            "line": 51,
                                                            "column": 91
                                                          }
                                                        },
                                                        "callee": {
                                                          "type": "MemberExpression",
                                                          "start": 3032,
                                                          "end": 3073,
                                                          "loc": {
                                                            "start": {
                                                              "line": 51,
                                                              "column": 47
                                                            },
                                                            "end": {
                                                              "line": 51,
                                                              "column": 88
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "NewExpression",
                                                            "start": 3032,
                                                            "end": 3051,
                                                            "loc": {
                                                              "start": {
                                                                "line": 51,
                                                                "column": 47
                                                              },
                                                              "end": {
                                                                "line": 51,
                                                                "column": 66
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 3036,
                                                              "end": 3049,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 51,
                                                                  "column": 51
                                                                },
                                                                "end": {
                                                                  "line": 51,
                                                                  "column": 64
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 3036,
                                                                "end": 3041,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 51,
                                                                    "column": 51
                                                                  },
                                                                  "end": {
                                                                    "line": 51,
                                                                    "column": 56
                                                                  }
                                                                },
                                                                "name": "THREE"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 3042,
                                                                "end": 3049,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 51,
                                                                    "column": 57
                                                                  },
                                                                  "end": {
                                                                    "line": 51,
                                                                    "column": 64
                                                                  }
                                                                },
                                                                "name": "Matrix4"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": []
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3052,
                                                            "end": 3073,
                                                            "loc": {
                                                              "start": {
                                                                "line": 51,
                                                                "column": 67
                                                              },
                                                              "end": {
                                                                "line": 51,
                                                                "column": 88
                                                              }
                                                            },
                                                            "name": "makeRotationFromEuler"
                                                          },
                                                          "computed": false
                                                        },
                                                        "arguments": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 3074,
                                                            "end": 3075,
                                                            "loc": {
                                                              "start": {
                                                                "line": 51,
                                                                "column": 89
                                                              },
                                                              "end": {
                                                                "line": 51,
                                                                "column": 90
                                                              }
                                                            },
                                                            "name": "t"
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                },
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 3099,
                                                  "end": 3126,
                                                  "loc": {
                                                    "start": {
                                                      "line": 52,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 52,
                                                      "column": 47
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 3099,
                                                    "end": 3125,
                                                    "loc": {
                                                      "start": {
                                                        "line": 52,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 52,
                                                        "column": 46
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 3099,
                                                      "end": 3118,
                                                      "loc": {
                                                        "start": {
                                                          "line": 52,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 52,
                                                          "column": 39
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 3099,
                                                        "end": 3114,
                                                        "loc": {
                                                          "start": {
                                                            "line": 52,
                                                            "column": 20
                                                          },
                                                          "end": {
                                                            "line": 52,
                                                            "column": 35
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 3099,
                                                          "end": 3105,
                                                          "loc": {
                                                            "start": {
                                                              "line": 52,
                                                              "column": 20
                                                            },
                                                            "end": {
                                                              "line": 52,
                                                              "column": 26
                                                            }
                                                          },
                                                          "name": "object"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3106,
                                                          "end": 3114,
                                                          "loc": {
                                                            "start": {
                                                              "line": 52,
                                                              "column": 27
                                                            },
                                                            "end": {
                                                              "line": 52,
                                                              "column": 35
                                                            }
                                                          },
                                                          "name": "__marker"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3115,
                                                        "end": 3118,
                                                        "loc": {
                                                          "start": {
                                                            "line": 52,
                                                            "column": 36
                                                          },
                                                          "end": {
                                                            "line": 52,
                                                            "column": 39
                                                          }
                                                        },
                                                        "name": "add"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "Identifier",
                                                        "start": 3119,
                                                        "end": 3124,
                                                        "loc": {
                                                          "start": {
                                                            "line": 52,
                                                            "column": 40
                                                          },
                                                          "end": {
                                                            "line": 52,
                                                            "column": 45
                                                          }
                                                        },
                                                        "name": "lines"
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        }
                                      ],
                                      "kind": "let"
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3162,
                                      "end": 3199,
                                      "loc": {
                                        "start": {
                                          "line": 55,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 55,
                                          "column": 53
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3162,
                                        "end": 3198,
                                        "loc": {
                                          "start": {
                                            "line": 55,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 55,
                                            "column": 52
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 3162,
                                          "end": 3163,
                                          "loc": {
                                            "start": {
                                              "line": 55,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 55,
                                              "column": 17
                                            }
                                          },
                                          "name": "f"
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 3164,
                                            "end": 3171,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 25
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3164,
                                              "end": 3167,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 21
                                                }
                                              },
                                              "name": "box"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3168,
                                              "end": 3171,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 25
                                                }
                                              },
                                              "name": "min"
                                            },
                                            "computed": false
                                          },
                                          {
                                            "type": "NewExpression",
                                            "start": 3173,
                                            "end": 3197,
                                            "loc": {
                                              "start": {
                                                "line": 55,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 55,
                                                "column": 51
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3177,
                                              "end": 3188,
                                              "loc": {
                                                "start": {
                                                  "line": 55,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 55,
                                                  "column": 42
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3177,
                                                "end": 3182,
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 36
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3183,
                                                "end": 3188,
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 42
                                                  }
                                                },
                                                "name": "Euler"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 3189,
                                                "end": 3190,
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 44
                                                  }
                                                },
                                                "value": 0,
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              {
                                                "type": "Literal",
                                                "start": 3192,
                                                "end": 3193,
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 47
                                                  }
                                                },
                                                "value": 0,
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              {
                                                "type": "Literal",
                                                "start": 3195,
                                                "end": 3196,
                                                "loc": {
                                                  "start": {
                                                    "line": 55,
                                                    "column": 49
                                                  },
                                                  "end": {
                                                    "line": 55,
                                                    "column": 50
                                                  }
                                                },
                                                "value": 0,
                                                "rawValue": 0,
                                                "raw": "0"
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3216,
                                      "end": 3285,
                                      "loc": {
                                        "start": {
                                          "line": 56,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 56,
                                          "column": 85
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3216,
                                        "end": 3284,
                                        "loc": {
                                          "start": {
                                            "line": 56,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 56,
                                            "column": 84
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 3216,
                                          "end": 3217,
                                          "loc": {
                                            "start": {
                                              "line": 56,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 56,
                                              "column": 17
                                            }
                                          },
                                          "name": "f"
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 3218,
                                            "end": 3225,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 25
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3218,
                                              "end": 3221,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 21
                                                }
                                              },
                                              "name": "box"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3222,
                                              "end": 3225,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 25
                                                }
                                              },
                                              "name": "max"
                                            },
                                            "computed": false
                                          },
                                          {
                                            "type": "NewExpression",
                                            "start": 3227,
                                            "end": 3283,
                                            "loc": {
                                              "start": {
                                                "line": 56,
                                                "column": 27
                                              },
                                              "end": {
                                                "line": 56,
                                                "column": 83
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3231,
                                              "end": 3242,
                                              "loc": {
                                                "start": {
                                                  "line": 56,
                                                  "column": 31
                                                },
                                                "end": {
                                                  "line": 56,
                                                  "column": 42
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3231,
                                                "end": 3236,
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 31
                                                  },
                                                  "end": {
                                                    "line": 56,
                                                    "column": 36
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3237,
                                                "end": 3242,
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 56,
                                                    "column": 42
                                                  }
                                                },
                                                "name": "Euler"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "BinaryExpression",
                                                "start": 3243,
                                                "end": 3255,
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 43
                                                  },
                                                  "end": {
                                                    "line": 56,
                                                    "column": 55
                                                  }
                                                },
                                                "left": {
                                                  "type": "UnaryExpression",
                                                  "start": 3243,
                                                  "end": 3251,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 43
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 51
                                                    }
                                                  },
                                                  "operator": "-",
                                                  "prefix": true,
                                                  "argument": {
                                                    "type": "MemberExpression",
                                                    "start": 3244,
                                                    "end": 3251,
                                                    "loc": {
                                                      "start": {
                                                        "line": 56,
                                                        "column": 44
                                                      },
                                                      "end": {
                                                        "line": 56,
                                                        "column": 51
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3244,
                                                      "end": 3248,
                                                      "loc": {
                                                        "start": {
                                                          "line": 56,
                                                          "column": 44
                                                        },
                                                        "end": {
                                                          "line": 56,
                                                          "column": 48
                                                        }
                                                      },
                                                      "name": "Math"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3249,
                                                      "end": 3251,
                                                      "loc": {
                                                        "start": {
                                                          "line": 56,
                                                          "column": 49
                                                        },
                                                        "end": {
                                                          "line": 56,
                                                          "column": 51
                                                        }
                                                      },
                                                      "name": "PI"
                                                    },
                                                    "computed": false
                                                  }
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 3254,
                                                  "end": 3255,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 54
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 55
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 3257,
                                                "end": 3269,
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 56,
                                                    "column": 69
                                                  }
                                                },
                                                "left": {
                                                  "type": "UnaryExpression",
                                                  "start": 3257,
                                                  "end": 3265,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 65
                                                    }
                                                  },
                                                  "operator": "-",
                                                  "prefix": true,
                                                  "argument": {
                                                    "type": "MemberExpression",
                                                    "start": 3258,
                                                    "end": 3265,
                                                    "loc": {
                                                      "start": {
                                                        "line": 56,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 56,
                                                        "column": 65
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3258,
                                                      "end": 3262,
                                                      "loc": {
                                                        "start": {
                                                          "line": 56,
                                                          "column": 58
                                                        },
                                                        "end": {
                                                          "line": 56,
                                                          "column": 62
                                                        }
                                                      },
                                                      "name": "Math"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3263,
                                                      "end": 3265,
                                                      "loc": {
                                                        "start": {
                                                          "line": 56,
                                                          "column": 63
                                                        },
                                                        "end": {
                                                          "line": 56,
                                                          "column": 65
                                                        }
                                                      },
                                                      "name": "PI"
                                                    },
                                                    "computed": false
                                                  }
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 3268,
                                                  "end": 3269,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 68
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 69
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 3271,
                                                "end": 3282,
                                                "loc": {
                                                  "start": {
                                                    "line": 56,
                                                    "column": 71
                                                  },
                                                  "end": {
                                                    "line": 56,
                                                    "column": 82
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 3271,
                                                  "end": 3278,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 71
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 78
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3271,
                                                    "end": 3275,
                                                    "loc": {
                                                      "start": {
                                                        "line": 56,
                                                        "column": 71
                                                      },
                                                      "end": {
                                                        "line": 56,
                                                        "column": 75
                                                      }
                                                    },
                                                    "name": "Math"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3276,
                                                    "end": 3278,
                                                    "loc": {
                                                      "start": {
                                                        "line": 56,
                                                        "column": 76
                                                      },
                                                      "end": {
                                                        "line": 56,
                                                        "column": 78
                                                      }
                                                    },
                                                    "name": "PI"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 3281,
                                                  "end": 3282,
                                                  "loc": {
                                                    "start": {
                                                      "line": 56,
                                                      "column": 81
                                                    },
                                                    "end": {
                                                      "line": 56,
                                                      "column": 82
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3302,
                                      "end": 3392,
                                      "loc": {
                                        "start": {
                                          "line": 57,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 57,
                                          "column": 106
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3302,
                                        "end": 3391,
                                        "loc": {
                                          "start": {
                                            "line": 57,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 57,
                                            "column": 105
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 3302,
                                          "end": 3303,
                                          "loc": {
                                            "start": {
                                              "line": 57,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 57,
                                              "column": 17
                                            }
                                          },
                                          "name": "f"
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 3304,
                                            "end": 3354,
                                            "loc": {
                                              "start": {
                                                "line": 57,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 57,
                                                "column": 68
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3308,
                                              "end": 3321,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3308,
                                                "end": 3313,
                                                "loc": {
                                                  "start": {
                                                    "line": 57,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 27
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3314,
                                                "end": 3321,
                                                "loc": {
                                                  "start": {
                                                    "line": 57,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3322,
                                                "end": 3331,
                                                "loc": {
                                                  "start": {
                                                    "line": 57,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 45
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3322,
                                                  "end": 3329,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 43
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3322,
                                                    "end": 3325,
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 39
                                                      }
                                                    },
                                                    "name": "box"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3326,
                                                    "end": 3329,
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 43
                                                      }
                                                    },
                                                    "name": "min"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3330,
                                                  "end": 3331,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 45
                                                    }
                                                  },
                                                  "name": "x"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3333,
                                                "end": 3342,
                                                "loc": {
                                                  "start": {
                                                    "line": 57,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 56
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3333,
                                                  "end": 3340,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 54
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3333,
                                                    "end": 3336,
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 50
                                                      }
                                                    },
                                                    "name": "box"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3337,
                                                    "end": 3340,
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 54
                                                      }
                                                    },
                                                    "name": "min"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3341,
                                                  "end": 3342,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 55
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 56
                                                    }
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3344,
                                                "end": 3353,
                                                "loc": {
                                                  "start": {
                                                    "line": 57,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 67
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3344,
                                                  "end": 3351,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 58
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 65
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3344,
                                                    "end": 3347,
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 61
                                                      }
                                                    },
                                                    "name": "box"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3348,
                                                    "end": 3351,
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 62
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 65
                                                      }
                                                    },
                                                    "name": "max"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3352,
                                                  "end": 3353,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 66
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 67
                                                    }
                                                  },
                                                  "name": "z"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          },
                                          {
                                            "type": "NewExpression",
                                            "start": 3356,
                                            "end": 3390,
                                            "loc": {
                                              "start": {
                                                "line": 57,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 57,
                                                "column": 104
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3360,
                                              "end": 3371,
                                              "loc": {
                                                "start": {
                                                  "line": 57,
                                                  "column": 74
                                                },
                                                "end": {
                                                  "line": 57,
                                                  "column": 85
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3360,
                                                "end": 3365,
                                                "loc": {
                                                  "start": {
                                                    "line": 57,
                                                    "column": 74
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 79
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3366,
                                                "end": 3371,
                                                "loc": {
                                                  "start": {
                                                    "line": 57,
                                                    "column": 80
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 85
                                                  }
                                                },
                                                "name": "Euler"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 3372,
                                                "end": 3373,
                                                "loc": {
                                                  "start": {
                                                    "line": 57,
                                                    "column": 86
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 87
                                                  }
                                                },
                                                "value": 0,
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 3375,
                                                "end": 3386,
                                                "loc": {
                                                  "start": {
                                                    "line": 57,
                                                    "column": 89
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 100
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 3375,
                                                  "end": 3382,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 89
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 96
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3375,
                                                    "end": 3379,
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 89
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 93
                                                      }
                                                    },
                                                    "name": "Math"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3380,
                                                    "end": 3382,
                                                    "loc": {
                                                      "start": {
                                                        "line": 57,
                                                        "column": 94
                                                      },
                                                      "end": {
                                                        "line": 57,
                                                        "column": 96
                                                      }
                                                    },
                                                    "name": "PI"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 3385,
                                                  "end": 3386,
                                                  "loc": {
                                                    "start": {
                                                      "line": 57,
                                                      "column": 99
                                                    },
                                                    "end": {
                                                      "line": 57,
                                                      "column": 100
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              },
                                              {
                                                "type": "Literal",
                                                "start": 3388,
                                                "end": 3389,
                                                "loc": {
                                                  "start": {
                                                    "line": 57,
                                                    "column": 102
                                                  },
                                                  "end": {
                                                    "line": 57,
                                                    "column": 103
                                                  }
                                                },
                                                "value": 0,
                                                "rawValue": 0,
                                                "raw": "0"
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3409,
                                      "end": 3500,
                                      "loc": {
                                        "start": {
                                          "line": 58,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 58,
                                          "column": 107
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3409,
                                        "end": 3499,
                                        "loc": {
                                          "start": {
                                            "line": 58,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 58,
                                            "column": 106
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 3409,
                                          "end": 3410,
                                          "loc": {
                                            "start": {
                                              "line": 58,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 58,
                                              "column": 17
                                            }
                                          },
                                          "name": "f"
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 3411,
                                            "end": 3461,
                                            "loc": {
                                              "start": {
                                                "line": 58,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 58,
                                                "column": 68
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3415,
                                              "end": 3428,
                                              "loc": {
                                                "start": {
                                                  "line": 58,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 58,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3415,
                                                "end": 3420,
                                                "loc": {
                                                  "start": {
                                                    "line": 58,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 58,
                                                    "column": 27
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3421,
                                                "end": 3428,
                                                "loc": {
                                                  "start": {
                                                    "line": 58,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 58,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3429,
                                                "end": 3438,
                                                "loc": {
                                                  "start": {
                                                    "line": 58,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 58,
                                                    "column": 45
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3429,
                                                  "end": 3436,
                                                  "loc": {
                                                    "start": {
                                                      "line": 58,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 58,
                                                      "column": 43
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3429,
                                                    "end": 3432,
                                                    "loc": {
                                                      "start": {
                                                        "line": 58,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 58,
                                                        "column": 39
                                                      }
                                                    },
                                                    "name": "box"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3433,
                                                    "end": 3436,
                                                    "loc": {
                                                      "start": {
                                                        "line": 58,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 58,
                                                        "column": 43
                                                      }
                                                    },
                                                    "name": "max"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3437,
                                                  "end": 3438,
                                                  "loc": {
                                                    "start": {
                                                      "line": 58,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 58,
                                                      "column": 45
                                                    }
                                                  },
                                                  "name": "x"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3440,
                                                "end": 3449,
                                                "loc": {
                                                  "start": {
                                                    "line": 58,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 58,
                                                    "column": 56
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3440,
                                                  "end": 3447,
                                                  "loc": {
                                                    "start": {
                                                      "line": 58,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 58,
                                                      "column": 54
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3440,
                                                    "end": 3443,
                                                    "loc": {
                                                      "start": {
                                                        "line": 58,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 58,
                                                        "column": 50
                                                      }
                                                    },
                                                    "name": "box"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3444,
                                                    "end": 3447,
                                                    "loc": {
                                                      "start": {
                                                        "line": 58,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 58,
                                                        "column": 54
                                                      }
                                                    },
                                                    "name": "min"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3448,
                                                  "end": 3449,
                                                  "loc": {
                                                    "start": {
                                                      "line": 58,
                                                      "column": 55
                                                    },
                                                    "end": {
                                                      "line": 58,
                                                      "column": 56
                                                    }
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3451,
                                                "end": 3460,
                                                "loc": {
                                                  "start": {
                                                    "line": 58,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 58,
                                                    "column": 67
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3451,
                                                  "end": 3458,
                                                  "loc": {
                                                    "start": {
                                                      "line": 58,
                                                      "column": 58
                                                    },
                                                    "end": {
                                                      "line": 58,
                                                      "column": 65
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3451,
                                                    "end": 3454,
                                                    "loc": {
                                                      "start": {
                                                        "line": 58,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 58,
                                                        "column": 61
                                                      }
                                                    },
                                                    "name": "box"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3455,
                                                    "end": 3458,
                                                    "loc": {
                                                      "start": {
                                                        "line": 58,
                                                        "column": 62
                                                      },
                                                      "end": {
                                                        "line": 58,
                                                        "column": 65
                                                      }
                                                    },
                                                    "name": "min"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3459,
                                                  "end": 3460,
                                                  "loc": {
                                                    "start": {
                                                      "line": 58,
                                                      "column": 66
                                                    },
                                                    "end": {
                                                      "line": 58,
                                                      "column": 67
                                                    }
                                                  },
                                                  "name": "z"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          },
                                          {
                                            "type": "NewExpression",
                                            "start": 3463,
                                            "end": 3498,
                                            "loc": {
                                              "start": {
                                                "line": 58,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 58,
                                                "column": 105
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3467,
                                              "end": 3478,
                                              "loc": {
                                                "start": {
                                                  "line": 58,
                                                  "column": 74
                                                },
                                                "end": {
                                                  "line": 58,
                                                  "column": 85
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3467,
                                                "end": 3472,
                                                "loc": {
                                                  "start": {
                                                    "line": 58,
                                                    "column": 74
                                                  },
                                                  "end": {
                                                    "line": 58,
                                                    "column": 79
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3473,
                                                "end": 3478,
                                                "loc": {
                                                  "start": {
                                                    "line": 58,
                                                    "column": 80
                                                  },
                                                  "end": {
                                                    "line": 58,
                                                    "column": 85
                                                  }
                                                },
                                                "name": "Euler"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 3479,
                                                "end": 3480,
                                                "loc": {
                                                  "start": {
                                                    "line": 58,
                                                    "column": 86
                                                  },
                                                  "end": {
                                                    "line": 58,
                                                    "column": 87
                                                  }
                                                },
                                                "value": 0,
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              {
                                                "type": "BinaryExpression",
                                                "start": 3482,
                                                "end": 3494,
                                                "loc": {
                                                  "start": {
                                                    "line": 58,
                                                    "column": 89
                                                  },
                                                  "end": {
                                                    "line": 58,
                                                    "column": 101
                                                  }
                                                },
                                                "left": {
                                                  "type": "UnaryExpression",
                                                  "start": 3482,
                                                  "end": 3490,
                                                  "loc": {
                                                    "start": {
                                                      "line": 58,
                                                      "column": 89
                                                    },
                                                    "end": {
                                                      "line": 58,
                                                      "column": 97
                                                    }
                                                  },
                                                  "operator": "-",
                                                  "prefix": true,
                                                  "argument": {
                                                    "type": "MemberExpression",
                                                    "start": 3483,
                                                    "end": 3490,
                                                    "loc": {
                                                      "start": {
                                                        "line": 58,
                                                        "column": 90
                                                      },
                                                      "end": {
                                                        "line": 58,
                                                        "column": 97
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 3483,
                                                      "end": 3487,
                                                      "loc": {
                                                        "start": {
                                                          "line": 58,
                                                          "column": 90
                                                        },
                                                        "end": {
                                                          "line": 58,
                                                          "column": 94
                                                        }
                                                      },
                                                      "name": "Math"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 3488,
                                                      "end": 3490,
                                                      "loc": {
                                                        "start": {
                                                          "line": 58,
                                                          "column": 95
                                                        },
                                                        "end": {
                                                          "line": 58,
                                                          "column": 97
                                                        }
                                                      },
                                                      "name": "PI"
                                                    },
                                                    "computed": false
                                                  }
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 3493,
                                                  "end": 3494,
                                                  "loc": {
                                                    "start": {
                                                      "line": 58,
                                                      "column": 100
                                                    },
                                                    "end": {
                                                      "line": 58,
                                                      "column": 101
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              },
                                              {
                                                "type": "Literal",
                                                "start": 3496,
                                                "end": 3497,
                                                "loc": {
                                                  "start": {
                                                    "line": 58,
                                                    "column": 103
                                                  },
                                                  "end": {
                                                    "line": 58,
                                                    "column": 104
                                                  }
                                                },
                                                "value": 0,
                                                "rawValue": 0,
                                                "raw": "0"
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3517,
                                      "end": 3607,
                                      "loc": {
                                        "start": {
                                          "line": 59,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 59,
                                          "column": 106
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3517,
                                        "end": 3606,
                                        "loc": {
                                          "start": {
                                            "line": 59,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 59,
                                            "column": 105
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 3517,
                                          "end": 3518,
                                          "loc": {
                                            "start": {
                                              "line": 59,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 59,
                                              "column": 17
                                            }
                                          },
                                          "name": "f"
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 3519,
                                            "end": 3569,
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 68
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3523,
                                              "end": 3536,
                                              "loc": {
                                                "start": {
                                                  "line": 59,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 59,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3523,
                                                "end": 3528,
                                                "loc": {
                                                  "start": {
                                                    "line": 59,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 59,
                                                    "column": 27
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3529,
                                                "end": 3536,
                                                "loc": {
                                                  "start": {
                                                    "line": 59,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 59,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3537,
                                                "end": 3546,
                                                "loc": {
                                                  "start": {
                                                    "line": 59,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 59,
                                                    "column": 45
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3537,
                                                  "end": 3544,
                                                  "loc": {
                                                    "start": {
                                                      "line": 59,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 59,
                                                      "column": 43
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3537,
                                                    "end": 3540,
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 39
                                                      }
                                                    },
                                                    "name": "box"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3541,
                                                    "end": 3544,
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 43
                                                      }
                                                    },
                                                    "name": "min"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3545,
                                                  "end": 3546,
                                                  "loc": {
                                                    "start": {
                                                      "line": 59,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 59,
                                                      "column": 45
                                                    }
                                                  },
                                                  "name": "x"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3548,
                                                "end": 3557,
                                                "loc": {
                                                  "start": {
                                                    "line": 59,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 59,
                                                    "column": 56
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3548,
                                                  "end": 3555,
                                                  "loc": {
                                                    "start": {
                                                      "line": 59,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 59,
                                                      "column": 54
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3548,
                                                    "end": 3551,
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 50
                                                      }
                                                    },
                                                    "name": "box"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3552,
                                                    "end": 3555,
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 54
                                                      }
                                                    },
                                                    "name": "max"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3556,
                                                  "end": 3557,
                                                  "loc": {
                                                    "start": {
                                                      "line": 59,
                                                      "column": 55
                                                    },
                                                    "end": {
                                                      "line": 59,
                                                      "column": 56
                                                    }
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3559,
                                                "end": 3568,
                                                "loc": {
                                                  "start": {
                                                    "line": 59,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 59,
                                                    "column": 67
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3559,
                                                  "end": 3566,
                                                  "loc": {
                                                    "start": {
                                                      "line": 59,
                                                      "column": 58
                                                    },
                                                    "end": {
                                                      "line": 59,
                                                      "column": 65
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3559,
                                                    "end": 3562,
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 61
                                                      }
                                                    },
                                                    "name": "box"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3563,
                                                    "end": 3566,
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 62
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 65
                                                      }
                                                    },
                                                    "name": "min"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3567,
                                                  "end": 3568,
                                                  "loc": {
                                                    "start": {
                                                      "line": 59,
                                                      "column": 66
                                                    },
                                                    "end": {
                                                      "line": 59,
                                                      "column": 67
                                                    }
                                                  },
                                                  "name": "z"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          },
                                          {
                                            "type": "NewExpression",
                                            "start": 3571,
                                            "end": 3605,
                                            "loc": {
                                              "start": {
                                                "line": 59,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 59,
                                                "column": 104
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3575,
                                              "end": 3586,
                                              "loc": {
                                                "start": {
                                                  "line": 59,
                                                  "column": 74
                                                },
                                                "end": {
                                                  "line": 59,
                                                  "column": 85
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3575,
                                                "end": 3580,
                                                "loc": {
                                                  "start": {
                                                    "line": 59,
                                                    "column": 74
                                                  },
                                                  "end": {
                                                    "line": 59,
                                                    "column": 79
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3581,
                                                "end": 3586,
                                                "loc": {
                                                  "start": {
                                                    "line": 59,
                                                    "column": 80
                                                  },
                                                  "end": {
                                                    "line": 59,
                                                    "column": 85
                                                  }
                                                },
                                                "name": "Euler"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "BinaryExpression",
                                                "start": 3587,
                                                "end": 3598,
                                                "loc": {
                                                  "start": {
                                                    "line": 59,
                                                    "column": 86
                                                  },
                                                  "end": {
                                                    "line": 59,
                                                    "column": 97
                                                  }
                                                },
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 3587,
                                                  "end": 3594,
                                                  "loc": {
                                                    "start": {
                                                      "line": 59,
                                                      "column": 86
                                                    },
                                                    "end": {
                                                      "line": 59,
                                                      "column": 93
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3587,
                                                    "end": 3591,
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 86
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 90
                                                      }
                                                    },
                                                    "name": "Math"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3592,
                                                    "end": 3594,
                                                    "loc": {
                                                      "start": {
                                                        "line": 59,
                                                        "column": 91
                                                      },
                                                      "end": {
                                                        "line": 59,
                                                        "column": 93
                                                      }
                                                    },
                                                    "name": "PI"
                                                  },
                                                  "computed": false
                                                },
                                                "operator": "/",
                                                "right": {
                                                  "type": "Literal",
                                                  "start": 3597,
                                                  "end": 3598,
                                                  "loc": {
                                                    "start": {
                                                      "line": 59,
                                                      "column": 96
                                                    },
                                                    "end": {
                                                      "line": 59,
                                                      "column": 97
                                                    }
                                                  },
                                                  "value": 2,
                                                  "rawValue": 2,
                                                  "raw": "2"
                                                }
                                              },
                                              {
                                                "type": "Literal",
                                                "start": 3600,
                                                "end": 3601,
                                                "loc": {
                                                  "start": {
                                                    "line": 59,
                                                    "column": 99
                                                  },
                                                  "end": {
                                                    "line": 59,
                                                    "column": 100
                                                  }
                                                },
                                                "value": 0,
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              {
                                                "type": "Literal",
                                                "start": 3603,
                                                "end": 3604,
                                                "loc": {
                                                  "start": {
                                                    "line": 59,
                                                    "column": 102
                                                  },
                                                  "end": {
                                                    "line": 59,
                                                    "column": 103
                                                  }
                                                },
                                                "value": 0,
                                                "rawValue": 0,
                                                "raw": "0"
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3624,
                                      "end": 3718,
                                      "loc": {
                                        "start": {
                                          "line": 60,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 60,
                                          "column": 110
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3624,
                                        "end": 3717,
                                        "loc": {
                                          "start": {
                                            "line": 60,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 60,
                                            "column": 109
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 3624,
                                          "end": 3625,
                                          "loc": {
                                            "start": {
                                              "line": 60,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 60,
                                              "column": 17
                                            }
                                          },
                                          "name": "f"
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 3626,
                                            "end": 3676,
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 68
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3630,
                                              "end": 3643,
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3630,
                                                "end": 3635,
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 27
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3636,
                                                "end": 3643,
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3644,
                                                "end": 3653,
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 45
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3644,
                                                  "end": 3651,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 43
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3644,
                                                    "end": 3647,
                                                    "loc": {
                                                      "start": {
                                                        "line": 60,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 60,
                                                        "column": 39
                                                      }
                                                    },
                                                    "name": "box"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3648,
                                                    "end": 3651,
                                                    "loc": {
                                                      "start": {
                                                        "line": 60,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 60,
                                                        "column": 43
                                                      }
                                                    },
                                                    "name": "max"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3652,
                                                  "end": 3653,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 45
                                                    }
                                                  },
                                                  "name": "x"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3655,
                                                "end": 3664,
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 56
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3655,
                                                  "end": 3662,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 54
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3655,
                                                    "end": 3658,
                                                    "loc": {
                                                      "start": {
                                                        "line": 60,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 60,
                                                        "column": 50
                                                      }
                                                    },
                                                    "name": "box"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3659,
                                                    "end": 3662,
                                                    "loc": {
                                                      "start": {
                                                        "line": 60,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 60,
                                                        "column": 54
                                                      }
                                                    },
                                                    "name": "min"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3663,
                                                  "end": 3664,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 55
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 56
                                                    }
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3666,
                                                "end": 3675,
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 67
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3666,
                                                  "end": 3673,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 58
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 65
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3666,
                                                    "end": 3669,
                                                    "loc": {
                                                      "start": {
                                                        "line": 60,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 60,
                                                        "column": 61
                                                      }
                                                    },
                                                    "name": "box"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3670,
                                                    "end": 3673,
                                                    "loc": {
                                                      "start": {
                                                        "line": 60,
                                                        "column": 62
                                                      },
                                                      "end": {
                                                        "line": 60,
                                                        "column": 65
                                                      }
                                                    },
                                                    "name": "max"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3674,
                                                  "end": 3675,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 66
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 67
                                                    }
                                                  },
                                                  "name": "z"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          },
                                          {
                                            "type": "NewExpression",
                                            "start": 3678,
                                            "end": 3716,
                                            "loc": {
                                              "start": {
                                                "line": 60,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 60,
                                                "column": 108
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3682,
                                              "end": 3693,
                                              "loc": {
                                                "start": {
                                                  "line": 60,
                                                  "column": 74
                                                },
                                                "end": {
                                                  "line": 60,
                                                  "column": 85
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3682,
                                                "end": 3687,
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 74
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 79
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3688,
                                                "end": 3693,
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 80
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 85
                                                  }
                                                },
                                                "name": "Euler"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "UnaryExpression",
                                                "start": 3694,
                                                "end": 3702,
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 86
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 94
                                                  }
                                                },
                                                "operator": "-",
                                                "prefix": true,
                                                "argument": {
                                                  "type": "MemberExpression",
                                                  "start": 3695,
                                                  "end": 3702,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 87
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 94
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3695,
                                                    "end": 3699,
                                                    "loc": {
                                                      "start": {
                                                        "line": 60,
                                                        "column": 87
                                                      },
                                                      "end": {
                                                        "line": 60,
                                                        "column": 91
                                                      }
                                                    },
                                                    "name": "Math"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3700,
                                                    "end": 3702,
                                                    "loc": {
                                                      "start": {
                                                        "line": 60,
                                                        "column": 92
                                                      },
                                                      "end": {
                                                        "line": 60,
                                                        "column": 94
                                                      }
                                                    },
                                                    "name": "PI"
                                                  },
                                                  "computed": false
                                                }
                                              },
                                              {
                                                "type": "Literal",
                                                "start": 3705,
                                                "end": 3706,
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 97
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 98
                                                  }
                                                },
                                                "value": 0,
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3708,
                                                "end": 3715,
                                                "loc": {
                                                  "start": {
                                                    "line": 60,
                                                    "column": 100
                                                  },
                                                  "end": {
                                                    "line": 60,
                                                    "column": 107
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3708,
                                                  "end": 3712,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 100
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 104
                                                    }
                                                  },
                                                  "name": "Math"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3713,
                                                  "end": 3715,
                                                  "loc": {
                                                    "start": {
                                                      "line": 60,
                                                      "column": 105
                                                    },
                                                    "end": {
                                                      "line": 60,
                                                      "column": 107
                                                    }
                                                  },
                                                  "name": "PI"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3735,
                                      "end": 3823,
                                      "loc": {
                                        "start": {
                                          "line": 61,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 61,
                                          "column": 104
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3735,
                                        "end": 3822,
                                        "loc": {
                                          "start": {
                                            "line": 61,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 61,
                                            "column": 103
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 3735,
                                          "end": 3736,
                                          "loc": {
                                            "start": {
                                              "line": 61,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 61,
                                              "column": 17
                                            }
                                          },
                                          "name": "f"
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 3737,
                                            "end": 3787,
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 68
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3741,
                                              "end": 3754,
                                              "loc": {
                                                "start": {
                                                  "line": 61,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 61,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3741,
                                                "end": 3746,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 27
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3747,
                                                "end": 3754,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3755,
                                                "end": 3764,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 45
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3755,
                                                  "end": 3762,
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 43
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3755,
                                                    "end": 3758,
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 39
                                                      }
                                                    },
                                                    "name": "box"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3759,
                                                    "end": 3762,
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 43
                                                      }
                                                    },
                                                    "name": "min"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3763,
                                                  "end": 3764,
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 45
                                                    }
                                                  },
                                                  "name": "x"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3766,
                                                "end": 3775,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 56
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3766,
                                                  "end": 3773,
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 54
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3766,
                                                    "end": 3769,
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 50
                                                      }
                                                    },
                                                    "name": "box"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3770,
                                                    "end": 3773,
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 54
                                                      }
                                                    },
                                                    "name": "max"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3774,
                                                  "end": 3775,
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 55
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 56
                                                    }
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3777,
                                                "end": 3786,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 67
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3777,
                                                  "end": 3784,
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 58
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 65
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3777,
                                                    "end": 3780,
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 61
                                                      }
                                                    },
                                                    "name": "box"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3781,
                                                    "end": 3784,
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 62
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 65
                                                      }
                                                    },
                                                    "name": "max"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3785,
                                                  "end": 3786,
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 66
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 67
                                                    }
                                                  },
                                                  "name": "z"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          },
                                          {
                                            "type": "NewExpression",
                                            "start": 3789,
                                            "end": 3821,
                                            "loc": {
                                              "start": {
                                                "line": 61,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 61,
                                                "column": 102
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3793,
                                              "end": 3804,
                                              "loc": {
                                                "start": {
                                                  "line": 61,
                                                  "column": 74
                                                },
                                                "end": {
                                                  "line": 61,
                                                  "column": 85
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3793,
                                                "end": 3798,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 74
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 79
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3799,
                                                "end": 3804,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 80
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 85
                                                  }
                                                },
                                                "name": "Euler"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "UnaryExpression",
                                                "start": 3805,
                                                "end": 3813,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 86
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 94
                                                  }
                                                },
                                                "operator": "-",
                                                "prefix": true,
                                                "argument": {
                                                  "type": "MemberExpression",
                                                  "start": 3806,
                                                  "end": 3813,
                                                  "loc": {
                                                    "start": {
                                                      "line": 61,
                                                      "column": 87
                                                    },
                                                    "end": {
                                                      "line": 61,
                                                      "column": 94
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3806,
                                                    "end": 3810,
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 87
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 91
                                                      }
                                                    },
                                                    "name": "Math"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3811,
                                                    "end": 3813,
                                                    "loc": {
                                                      "start": {
                                                        "line": 61,
                                                        "column": 92
                                                      },
                                                      "end": {
                                                        "line": 61,
                                                        "column": 94
                                                      }
                                                    },
                                                    "name": "PI"
                                                  },
                                                  "computed": false
                                                }
                                              },
                                              {
                                                "type": "Literal",
                                                "start": 3816,
                                                "end": 3817,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 97
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 98
                                                  }
                                                },
                                                "value": 0,
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              {
                                                "type": "Literal",
                                                "start": 3819,
                                                "end": 3820,
                                                "loc": {
                                                  "start": {
                                                    "line": 61,
                                                    "column": 100
                                                  },
                                                  "end": {
                                                    "line": 61,
                                                    "column": 101
                                                  }
                                                },
                                                "value": 0,
                                                "rawValue": 0,
                                                "raw": "0"
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3840,
                                      "end": 3926,
                                      "loc": {
                                        "start": {
                                          "line": 62,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 62,
                                          "column": 102
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3840,
                                        "end": 3925,
                                        "loc": {
                                          "start": {
                                            "line": 62,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 62,
                                            "column": 101
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 3840,
                                          "end": 3841,
                                          "loc": {
                                            "start": {
                                              "line": 62,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 62,
                                              "column": 17
                                            }
                                          },
                                          "name": "f"
                                        },
                                        "arguments": [
                                          {
                                            "type": "NewExpression",
                                            "start": 3842,
                                            "end": 3892,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 68
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3846,
                                              "end": 3859,
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3846,
                                                "end": 3851,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 27
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3852,
                                                "end": 3859,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "Vector3"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "MemberExpression",
                                                "start": 3860,
                                                "end": 3869,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 45
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3860,
                                                  "end": 3867,
                                                  "loc": {
                                                    "start": {
                                                      "line": 62,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 62,
                                                      "column": 43
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3860,
                                                    "end": 3863,
                                                    "loc": {
                                                      "start": {
                                                        "line": 62,
                                                        "column": 36
                                                      },
                                                      "end": {
                                                        "line": 62,
                                                        "column": 39
                                                      }
                                                    },
                                                    "name": "box"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3864,
                                                    "end": 3867,
                                                    "loc": {
                                                      "start": {
                                                        "line": 62,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 62,
                                                        "column": 43
                                                      }
                                                    },
                                                    "name": "max"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3868,
                                                  "end": 3869,
                                                  "loc": {
                                                    "start": {
                                                      "line": 62,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 62,
                                                      "column": 45
                                                    }
                                                  },
                                                  "name": "x"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3871,
                                                "end": 3880,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 47
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 56
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3871,
                                                  "end": 3878,
                                                  "loc": {
                                                    "start": {
                                                      "line": 62,
                                                      "column": 47
                                                    },
                                                    "end": {
                                                      "line": 62,
                                                      "column": 54
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3871,
                                                    "end": 3874,
                                                    "loc": {
                                                      "start": {
                                                        "line": 62,
                                                        "column": 47
                                                      },
                                                      "end": {
                                                        "line": 62,
                                                        "column": 50
                                                      }
                                                    },
                                                    "name": "box"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3875,
                                                    "end": 3878,
                                                    "loc": {
                                                      "start": {
                                                        "line": 62,
                                                        "column": 51
                                                      },
                                                      "end": {
                                                        "line": 62,
                                                        "column": 54
                                                      }
                                                    },
                                                    "name": "max"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3879,
                                                  "end": 3880,
                                                  "loc": {
                                                    "start": {
                                                      "line": 62,
                                                      "column": 55
                                                    },
                                                    "end": {
                                                      "line": 62,
                                                      "column": 56
                                                    }
                                                  },
                                                  "name": "y"
                                                },
                                                "computed": false
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3882,
                                                "end": 3891,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 58
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 67
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 3882,
                                                  "end": 3889,
                                                  "loc": {
                                                    "start": {
                                                      "line": 62,
                                                      "column": 58
                                                    },
                                                    "end": {
                                                      "line": 62,
                                                      "column": 65
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 3882,
                                                    "end": 3885,
                                                    "loc": {
                                                      "start": {
                                                        "line": 62,
                                                        "column": 58
                                                      },
                                                      "end": {
                                                        "line": 62,
                                                        "column": 61
                                                      }
                                                    },
                                                    "name": "box"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 3886,
                                                    "end": 3889,
                                                    "loc": {
                                                      "start": {
                                                        "line": 62,
                                                        "column": 62
                                                      },
                                                      "end": {
                                                        "line": 62,
                                                        "column": 65
                                                      }
                                                    },
                                                    "name": "min"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3890,
                                                  "end": 3891,
                                                  "loc": {
                                                    "start": {
                                                      "line": 62,
                                                      "column": 66
                                                    },
                                                    "end": {
                                                      "line": 62,
                                                      "column": 67
                                                    }
                                                  },
                                                  "name": "z"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          },
                                          {
                                            "type": "NewExpression",
                                            "start": 3894,
                                            "end": 3924,
                                            "loc": {
                                              "start": {
                                                "line": 62,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 62,
                                                "column": 100
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 3898,
                                              "end": 3909,
                                              "loc": {
                                                "start": {
                                                  "line": 62,
                                                  "column": 74
                                                },
                                                "end": {
                                                  "line": 62,
                                                  "column": 85
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3898,
                                                "end": 3903,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 74
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 79
                                                  }
                                                },
                                                "name": "THREE"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 3904,
                                                "end": 3909,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 80
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 85
                                                  }
                                                },
                                                "name": "Euler"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Literal",
                                                "start": 3910,
                                                "end": 3911,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 86
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 87
                                                  }
                                                },
                                                "value": 0,
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              {
                                                "type": "Literal",
                                                "start": 3913,
                                                "end": 3914,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 89
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 90
                                                  }
                                                },
                                                "value": 0,
                                                "rawValue": 0,
                                                "raw": "0"
                                              },
                                              {
                                                "type": "MemberExpression",
                                                "start": 3916,
                                                "end": 3923,
                                                "loc": {
                                                  "start": {
                                                    "line": 62,
                                                    "column": 92
                                                  },
                                                  "end": {
                                                    "line": 62,
                                                    "column": 99
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 3916,
                                                  "end": 3920,
                                                  "loc": {
                                                    "start": {
                                                      "line": 62,
                                                      "column": 92
                                                    },
                                                    "end": {
                                                      "line": 62,
                                                      "column": 96
                                                    }
                                                  },
                                                  "name": "Math"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 3921,
                                                  "end": 3923,
                                                  "loc": {
                                                    "start": {
                                                      "line": 62,
                                                      "column": 97
                                                    },
                                                    "end": {
                                                      "line": 62,
                                                      "column": 99
                                                    }
                                                  },
                                                  "name": "PI"
                                                },
                                                "computed": false
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3944,
                                      "end": 3977,
                                      "loc": {
                                        "start": {
                                          "line": 64,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 64,
                                          "column": 49
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3944,
                                        "end": 3976,
                                        "loc": {
                                          "start": {
                                            "line": 64,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 64,
                                            "column": 48
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3944,
                                          "end": 3974,
                                          "loc": {
                                            "start": {
                                              "line": 64,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 64,
                                              "column": 46
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3944,
                                            "end": 3959,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 3944,
                                              "end": 3950,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 22
                                                }
                                              },
                                              "name": "object"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 3951,
                                              "end": 3959,
                                              "loc": {
                                                "start": {
                                                  "line": 64,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 64,
                                                  "column": 31
                                                }
                                              },
                                              "name": "__marker"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 3960,
                                            "end": 3974,
                                            "loc": {
                                              "start": {
                                                "line": 64,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 64,
                                                "column": 46
                                              }
                                            },
                                            "name": "centerGeometry"
                                          },
                                          "computed": false
                                        },
                                        "arguments": []
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 3994,
                                      "end": 4065,
                                      "loc": {
                                        "start": {
                                          "line": 65,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 65,
                                          "column": 87
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 3994,
                                        "end": 4064,
                                        "loc": {
                                          "start": {
                                            "line": 65,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 65,
                                            "column": 86
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 3994,
                                          "end": 4023,
                                          "loc": {
                                            "start": {
                                              "line": 65,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 65,
                                              "column": 45
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 3994,
                                            "end": 4018,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 40
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 3994,
                                              "end": 4009,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 31
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 3994,
                                                "end": 4000,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 22
                                                  }
                                                },
                                                "name": "object"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4001,
                                                "end": 4009,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 31
                                                  }
                                                },
                                                "name": "__marker"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4010,
                                              "end": 4018,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 40
                                                }
                                              },
                                              "name": "position"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4019,
                                            "end": 4023,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 45
                                              }
                                            },
                                            "name": "copy"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "CallExpression",
                                            "start": 4024,
                                            "end": 4063,
                                            "loc": {
                                              "start": {
                                                "line": 65,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 65,
                                                "column": 85
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4024,
                                              "end": 4043,
                                              "loc": {
                                                "start": {
                                                  "line": 65,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 65,
                                                  "column": 65
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4024,
                                                "end": 4030,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 52
                                                  }
                                                },
                                                "name": "object"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4031,
                                                "end": 4043,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 53
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 65
                                                  }
                                                },
                                                "name": "worldToLocal"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "CallExpression",
                                                "start": 4044,
                                                "end": 4062,
                                                "loc": {
                                                  "start": {
                                                    "line": 65,
                                                    "column": 66
                                                  },
                                                  "end": {
                                                    "line": 65,
                                                    "column": 84
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 4044,
                                                  "end": 4060,
                                                  "loc": {
                                                    "start": {
                                                      "line": 65,
                                                      "column": 66
                                                    },
                                                    "end": {
                                                      "line": 65,
                                                      "column": 82
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 4044,
                                                    "end": 4050,
                                                    "loc": {
                                                      "start": {
                                                        "line": 65,
                                                        "column": 66
                                                      },
                                                      "end": {
                                                        "line": 65,
                                                        "column": 72
                                                      }
                                                    },
                                                    "name": "object"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4051,
                                                    "end": 4060,
                                                    "loc": {
                                                      "start": {
                                                        "line": 65,
                                                        "column": 73
                                                      },
                                                      "end": {
                                                        "line": 65,
                                                        "column": 82
                                                      }
                                                    },
                                                    "name": "getCenter"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": []
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 4082,
                                      "end": 4112,
                                      "loc": {
                                        "start": {
                                          "line": 66,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 66,
                                          "column": 46
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 4082,
                                        "end": 4111,
                                        "loc": {
                                          "start": {
                                            "line": 66,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 66,
                                            "column": 45
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4082,
                                          "end": 4092,
                                          "loc": {
                                            "start": {
                                              "line": 66,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 66,
                                              "column": 26
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4082,
                                            "end": 4088,
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 22
                                              }
                                            },
                                            "name": "object"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4089,
                                            "end": 4092,
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 26
                                              }
                                            },
                                            "name": "add"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 4094,
                                            "end": 4109,
                                            "loc": {
                                              "start": {
                                                "line": 66,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 66,
                                                "column": 43
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 4094,
                                              "end": 4100,
                                              "loc": {
                                                "start": {
                                                  "line": 66,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 66,
                                                  "column": 34
                                                }
                                              },
                                              "name": "object"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4101,
                                              "end": 4109,
                                              "loc": {
                                                "start": {
                                                  "line": 66,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 66,
                                                  "column": 43
                                                }
                                              },
                                              "name": "__marker"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "VariableDeclaration",
                                      "start": 4130,
                                      "end": 4192,
                                      "loc": {
                                        "start": {
                                          "line": 68,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 68,
                                          "column": 78
                                        }
                                      },
                                      "declarations": [
                                        {
                                          "type": "VariableDeclarator",
                                          "start": 4134,
                                          "end": 4191,
                                          "loc": {
                                            "start": {
                                              "line": 68,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 68,
                                              "column": 77
                                            }
                                          },
                                          "id": {
                                            "type": "Identifier",
                                            "start": 4134,
                                            "end": 4140,
                                            "loc": {
                                              "start": {
                                                "line": 68,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 68,
                                                "column": 26
                                              }
                                            },
                                            "name": "factor"
                                          },
                                          "init": {
                                            "type": "ConditionalExpression",
                                            "start": 4143,
                                            "end": 4191,
                                            "loc": {
                                              "start": {
                                                "line": 68,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 68,
                                                "column": 77
                                              }
                                            },
                                            "test": {
                                              "type": "CallExpression",
                                              "start": 4143,
                                              "end": 4178,
                                              "loc": {
                                                "start": {
                                                  "line": 68,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 68,
                                                  "column": 64
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 4143,
                                                "end": 4170,
                                                "loc": {
                                                  "start": {
                                                    "line": 68,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 68,
                                                    "column": 56
                                                  }
                                                },
                                                "object": {
                                                  "type": "MemberExpression",
                                                  "start": 4143,
                                                  "end": 4164,
                                                  "loc": {
                                                    "start": {
                                                      "line": 68,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 68,
                                                      "column": 50
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 4143,
                                                    "end": 4152,
                                                    "loc": {
                                                      "start": {
                                                        "line": 68,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 68,
                                                        "column": 38
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 4143,
                                                      "end": 4147,
                                                      "loc": {
                                                        "start": {
                                                          "line": 68,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 68,
                                                          "column": 33
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4148,
                                                      "end": 4152,
                                                      "loc": {
                                                        "start": {
                                                          "line": 68,
                                                          "column": 34
                                                        },
                                                        "end": {
                                                          "line": 68,
                                                          "column": 38
                                                        }
                                                      },
                                                      "name": "view"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4153,
                                                    "end": 4164,
                                                    "loc": {
                                                      "start": {
                                                        "line": 68,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 68,
                                                        "column": 50
                                                      }
                                                    },
                                                    "name": "interaction"
                                                  },
                                                  "computed": false
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 4165,
                                                  "end": 4170,
                                                  "loc": {
                                                    "start": {
                                                      "line": 68,
                                                      "column": 51
                                                    },
                                                    "end": {
                                                      "line": 68,
                                                      "column": 56
                                                    }
                                                  },
                                                  "name": "isHit"
                                                },
                                                "computed": false
                                              },
                                              "arguments": [
                                                {
                                                  "type": "Identifier",
                                                  "start": 4171,
                                                  "end": 4177,
                                                  "loc": {
                                                    "start": {
                                                      "line": 68,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 68,
                                                      "column": 63
                                                    }
                                                  },
                                                  "name": "object"
                                                }
                                              ]
                                            },
                                            "consequent": {
                                              "type": "Literal",
                                              "start": 4181,
                                              "end": 4185,
                                              "loc": {
                                                "start": {
                                                  "line": 68,
                                                  "column": 67
                                                },
                                                "end": {
                                                  "line": 68,
                                                  "column": 71
                                                }
                                              },
                                              "value": 1.25,
                                              "rawValue": 1.25,
                                              "raw": "1.25"
                                            },
                                            "alternate": {
                                              "type": "Literal",
                                              "start": 4188,
                                              "end": 4191,
                                              "loc": {
                                                "start": {
                                                  "line": 68,
                                                  "column": 74
                                                },
                                                "end": {
                                                  "line": 68,
                                                  "column": 77
                                                }
                                              },
                                              "value": 1.2,
                                              "rawValue": 1.2,
                                              "raw": "1.2"
                                            }
                                          }
                                        }
                                      ],
                                      "kind": "let"
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 4209,
                                      "end": 4362,
                                      "loc": {
                                        "start": {
                                          "line": 69,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 70,
                                          "column": 77
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 4209,
                                        "end": 4361,
                                        "loc": {
                                          "start": {
                                            "line": 69,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 70,
                                            "column": 76
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 4209,
                                          "end": 4356,
                                          "loc": {
                                            "start": {
                                              "line": 69,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 70,
                                              "column": 71
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 4209,
                                            "end": 4350,
                                            "loc": {
                                              "start": {
                                                "line": 69,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 65
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 4209,
                                              "end": 4310,
                                              "loc": {
                                                "start": {
                                                  "line": 69,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 70,
                                                  "column": 25
                                                }
                                              },
                                              "object": {
                                                "type": "CallExpression",
                                                "start": 4209,
                                                "end": 4284,
                                                "loc": {
                                                  "start": {
                                                    "line": 69,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 69,
                                                    "column": 91
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 4209,
                                                  "end": 4232,
                                                  "loc": {
                                                    "start": {
                                                      "line": 69,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 69,
                                                      "column": 39
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 4209,
                                                    "end": 4224,
                                                    "loc": {
                                                      "start": {
                                                        "line": 69,
                                                        "column": 16
                                                      },
                                                      "end": {
                                                        "line": 69,
                                                        "column": 31
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 4209,
                                                      "end": 4215,
                                                      "loc": {
                                                        "start": {
                                                          "line": 69,
                                                          "column": 16
                                                        },
                                                        "end": {
                                                          "line": 69,
                                                          "column": 22
                                                        }
                                                      },
                                                      "name": "object"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 4216,
                                                      "end": 4224,
                                                      "loc": {
                                                        "start": {
                                                          "line": 69,
                                                          "column": 23
                                                        },
                                                        "end": {
                                                          "line": 69,
                                                          "column": 31
                                                        }
                                                      },
                                                      "name": "__marker"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 4225,
                                                    "end": 4232,
                                                    "loc": {
                                                      "start": {
                                                        "line": 69,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 69,
                                                        "column": 39
                                                      }
                                                    },
                                                    "name": "animate"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ObjectExpression",
                                                    "start": 4233,
                                                    "end": 4283,
                                                    "loc": {
                                                      "start": {
                                                        "line": 69,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 69,
                                                        "column": 90
                                                      }
                                                    },
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "start": 4235,
                                                        "end": 4281,
                                                        "loc": {
                                                          "start": {
                                                            "line": 69,
                                                            "column": 42
                                                          },
                                                          "end": {
                                                            "line": 69,
                                                            "column": 88
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 4235,
                                                          "end": 4240,
                                                          "loc": {
                                                            "start": {
                                                              "line": 69,
                                                              "column": 42
                                                            },
                                                            "end": {
                                                              "line": 69,
                                                              "column": 47
                                                            }
                                                          },
                                                          "name": "scale"
                                                        },
                                                        "value": {
                                                          "type": "NewExpression",
                                                          "start": 4242,
                                                          "end": 4281,
                                                          "loc": {
                                                            "start": {
                                                              "line": 69,
                                                              "column": 49
                                                            },
                                                            "end": {
                                                              "line": 69,
                                                              "column": 88
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 4246,
                                                            "end": 4257,
                                                            "loc": {
                                                              "start": {
                                                                "line": 69,
                                                                "column": 53
                                                              },
                                                              "end": {
                                                                "line": 69,
                                                                "column": 64
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 4246,
                                                              "end": 4251,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 69,
                                                                  "column": 53
                                                                },
                                                                "end": {
                                                                  "line": 69,
                                                                  "column": 58
                                                                }
                                                              },
                                                              "name": "THREE"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 4252,
                                                              "end": 4257,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 69,
                                                                  "column": 59
                                                                },
                                                                "end": {
                                                                  "line": 69,
                                                                  "column": 64
                                                                }
                                                              },
                                                              "name": "Euler"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "Identifier",
                                                              "start": 4258,
                                                              "end": 4264,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 69,
                                                                  "column": 65
                                                                },
                                                                "end": {
                                                                  "line": 69,
                                                                  "column": 71
                                                                }
                                                              },
                                                              "name": "factor"
                                                            },
                                                            {
                                                              "type": "Identifier",
                                                              "start": 4266,
                                                              "end": 4272,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 69,
                                                                  "column": 73
                                                                },
                                                                "end": {
                                                                  "line": 69,
                                                                  "column": 79
                                                                }
                                                              },
                                                              "name": "factor"
                                                            },
                                                            {
                                                              "type": "Identifier",
                                                              "start": 4274,
                                                              "end": 4280,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 69,
                                                                  "column": 81
                                                                },
                                                                "end": {
                                                                  "line": 69,
                                                                  "column": 87
                                                                }
                                                              },
                                                              "name": "factor"
                                                            }
                                                          ]
                                                        },
                                                        "kind": "init"
                                                      }
                                                    ]
                                                  }
                                                ]
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4306,
                                                "end": 4310,
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 25
                                                  }
                                                },
                                                "name": "from"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "ObjectExpression",
                                                "start": 4311,
                                                "end": 4349,
                                                "loc": {
                                                  "start": {
                                                    "line": 70,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 70,
                                                    "column": 64
                                                  }
                                                },
                                                "properties": [
                                                  {
                                                    "type": "Property",
                                                    "start": 4313,
                                                    "end": 4347,
                                                    "loc": {
                                                      "start": {
                                                        "line": 70,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 70,
                                                        "column": 62
                                                      }
                                                    },
                                                    "method": false,
                                                    "shorthand": false,
                                                    "computed": false,
                                                    "key": {
                                                      "type": "Identifier",
                                                      "start": 4313,
                                                      "end": 4318,
                                                      "loc": {
                                                        "start": {
                                                          "line": 70,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 70,
                                                          "column": 33
                                                        }
                                                      },
                                                      "name": "scale"
                                                    },
                                                    "value": {
                                                      "type": "NewExpression",
                                                      "start": 4320,
                                                      "end": 4347,
                                                      "loc": {
                                                        "start": {
                                                          "line": 70,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 70,
                                                          "column": 62
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 4324,
                                                        "end": 4335,
                                                        "loc": {
                                                          "start": {
                                                            "line": 70,
                                                            "column": 39
                                                          },
                                                          "end": {
                                                            "line": 70,
                                                            "column": 50
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 4324,
                                                          "end": 4329,
                                                          "loc": {
                                                            "start": {
                                                              "line": 70,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 70,
                                                              "column": 44
                                                            }
                                                          },
                                                          "name": "THREE"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4330,
                                                          "end": 4335,
                                                          "loc": {
                                                            "start": {
                                                              "line": 70,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 70,
                                                              "column": 50
                                                            }
                                                          },
                                                          "name": "Euler"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Literal",
                                                          "start": 4336,
                                                          "end": 4338,
                                                          "loc": {
                                                            "start": {
                                                              "line": 70,
                                                              "column": 51
                                                            },
                                                            "end": {
                                                              "line": 70,
                                                              "column": 53
                                                            }
                                                          },
                                                          "value": 0.1,
                                                          "rawValue": 0.1,
                                                          "raw": ".1"
                                                        },
                                                        {
                                                          "type": "Literal",
                                                          "start": 4340,
                                                          "end": 4342,
                                                          "loc": {
                                                            "start": {
                                                              "line": 70,
                                                              "column": 55
                                                            },
                                                            "end": {
                                                              "line": 70,
                                                              "column": 57
                                                            }
                                                          },
                                                          "value": 0.1,
                                                          "rawValue": 0.1,
                                                          "raw": ".1"
                                                        },
                                                        {
                                                          "type": "Literal",
                                                          "start": 4344,
                                                          "end": 4346,
                                                          "loc": {
                                                            "start": {
                                                              "line": 70,
                                                              "column": 59
                                                            },
                                                            "end": {
                                                              "line": 70,
                                                              "column": 61
                                                            }
                                                          },
                                                          "value": 0.1,
                                                          "rawValue": 0.1,
                                                          "raw": ".1"
                                                        }
                                                      ]
                                                    },
                                                    "kind": "init"
                                                  }
                                                ]
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4351,
                                            "end": 4356,
                                            "loc": {
                                              "start": {
                                                "line": 70,
                                                "column": 66
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 71
                                              }
                                            },
                                            "name": "start"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Literal",
                                            "start": 4357,
                                            "end": 4360,
                                            "loc": {
                                              "start": {
                                                "line": 70,
                                                "column": 72
                                              },
                                              "end": {
                                                "line": 70,
                                                "column": 75
                                              }
                                            },
                                            "value": 250,
                                            "rawValue": 250,
                                            "raw": "250"
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                }
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 4390,
                              "end": 4532,
                              "loc": {
                                "start": {
                                  "line": 72,
                                  "column": 12
                                },
                                "end": {
                                  "line": 75,
                                  "column": 13
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 4390,
                                "end": 4398,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 72,
                                    "column": 20
                                  }
                                },
                                "name": "deselect"
                              },
                              "value": {
                                "type": "ArrowFunctionExpression",
                                "start": 4400,
                                "end": 4532,
                                "loc": {
                                  "start": {
                                    "line": 72,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 75,
                                    "column": 13
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": false,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 4400,
                                    "end": 4406,
                                    "loc": {
                                      "start": {
                                        "line": 72,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 72,
                                        "column": 28
                                      }
                                    },
                                    "name": "object"
                                  }
                                ],
                                "body": {
                                  "type": "BlockStatement",
                                  "start": 4410,
                                  "end": 4532,
                                  "loc": {
                                    "start": {
                                      "line": 72,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 75,
                                      "column": 13
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 4428,
                                      "end": 4473,
                                      "loc": {
                                        "start": {
                                          "line": 73,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 73,
                                          "column": 61
                                        }
                                      },
                                      "expression": {
                                        "type": "LogicalExpression",
                                        "start": 4428,
                                        "end": 4472,
                                        "loc": {
                                          "start": {
                                            "line": 73,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 73,
                                            "column": 60
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 4428,
                                          "end": 4443,
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 73,
                                              "column": 31
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4428,
                                            "end": 4434,
                                            "loc": {
                                              "start": {
                                                "line": 73,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 73,
                                                "column": 22
                                              }
                                            },
                                            "name": "object"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4435,
                                            "end": 4443,
                                            "loc": {
                                              "start": {
                                                "line": 73,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 73,
                                                "column": 31
                                              }
                                            },
                                            "name": "__marker"
                                          },
                                          "computed": false
                                        },
                                        "operator": "&&",
                                        "right": {
                                          "type": "CallExpression",
                                          "start": 4447,
                                          "end": 4472,
                                          "loc": {
                                            "start": {
                                              "line": 73,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 73,
                                              "column": 60
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 4447,
                                            "end": 4470,
                                            "loc": {
                                              "start": {
                                                "line": 73,
                                                "column": 35
                                              },
                                              "end": {
                                                "line": 73,
                                                "column": 58
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 4447,
                                              "end": 4462,
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 35
                                                },
                                                "end": {
                                                  "line": 73,
                                                  "column": 50
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 4447,
                                                "end": 4453,
                                                "loc": {
                                                  "start": {
                                                    "line": 73,
                                                    "column": 35
                                                  },
                                                  "end": {
                                                    "line": 73,
                                                    "column": 41
                                                  }
                                                },
                                                "name": "object"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 4454,
                                                "end": 4462,
                                                "loc": {
                                                  "start": {
                                                    "line": 73,
                                                    "column": 42
                                                  },
                                                  "end": {
                                                    "line": 73,
                                                    "column": 50
                                                  }
                                                },
                                                "name": "__marker"
                                              },
                                              "computed": false
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 4463,
                                              "end": 4470,
                                              "loc": {
                                                "start": {
                                                  "line": 73,
                                                  "column": 51
                                                },
                                                "end": {
                                                  "line": 73,
                                                  "column": 58
                                                }
                                              },
                                              "name": "destroy"
                                            },
                                            "computed": false
                                          },
                                          "arguments": []
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 4490,
                                      "end": 4518,
                                      "loc": {
                                        "start": {
                                          "line": 74,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 74,
                                          "column": 44
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 4490,
                                        "end": 4517,
                                        "loc": {
                                          "start": {
                                            "line": 74,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 74,
                                            "column": 43
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 4490,
                                          "end": 4505,
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 31
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 4490,
                                            "end": 4496,
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 22
                                              }
                                            },
                                            "name": "object"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 4497,
                                            "end": 4505,
                                            "loc": {
                                              "start": {
                                                "line": 74,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 74,
                                                "column": 31
                                              }
                                            },
                                            "name": "__marker"
                                          },
                                          "computed": false
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "start": 4508,
                                          "end": 4517,
                                          "loc": {
                                            "start": {
                                              "line": 74,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 74,
                                              "column": 43
                                            }
                                          },
                                          "name": "undefined"
                                        }
                                      }
                                    }
                                  ]
                                }
                              },
                              "kind": "init"
                            },
                            {
                              "type": "SpreadProperty",
                              "start": 4546,
                              "end": 4556,
                              "loc": {
                                "start": {
                                  "line": 76,
                                  "column": 12
                                },
                                "end": {
                                  "line": 76,
                                  "column": 22
                                }
                              },
                              "argument": {
                                "type": "Identifier",
                                "start": 4549,
                                "end": 4556,
                                "loc": {
                                  "start": {
                                    "line": 76,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 76,
                                    "column": 22
                                  }
                                },
                                "name": "options"
                              }
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4577,
                      "end": 4892,
                      "loc": {
                        "start": {
                          "line": 79,
                          "column": 8
                        },
                        "end": {
                          "line": 86,
                          "column": 10
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4577,
                        "end": 4891,
                        "loc": {
                          "start": {
                            "line": 79,
                            "column": 8
                          },
                          "end": {
                            "line": 86,
                            "column": 9
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4577,
                          "end": 4586,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 8
                            },
                            "end": {
                              "line": 79,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4577,
                            "end": 4581,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 8
                              },
                              "end": {
                                "line": 79,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4582,
                            "end": 4586,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 13
                              },
                              "end": {
                                "line": 79,
                                "column": 17
                              }
                            },
                            "name": "data"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 4589,
                          "end": 4891,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 20
                            },
                            "end": {
                              "line": 86,
                              "column": 9
                            }
                          },
                          "properties": [
                            {
                              "type": "Property",
                              "start": 4603,
                              "end": 4614,
                              "loc": {
                                "start": {
                                  "line": 80,
                                  "column": 12
                                },
                                "end": {
                                  "line": 80,
                                  "column": 23
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 4603,
                                "end": 4610,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 19
                                  }
                                },
                                "name": "plugins"
                              },
                              "value": {
                                "type": "ObjectExpression",
                                "start": 4612,
                                "end": 4614,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 23
                                  }
                                },
                                "properties": []
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 4628,
                              "end": 4645,
                              "loc": {
                                "start": {
                                  "line": 81,
                                  "column": 12
                                },
                                "end": {
                                  "line": 81,
                                  "column": 29
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 4628,
                                "end": 4634,
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 81,
                                    "column": 18
                                  }
                                },
                                "name": "active"
                              },
                              "value": {
                                "type": "Identifier",
                                "start": 4636,
                                "end": 4645,
                                "loc": {
                                  "start": {
                                    "line": 81,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 81,
                                    "column": 29
                                  }
                                },
                                "name": "undefined"
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 4659,
                              "end": 4696,
                              "loc": {
                                "start": {
                                  "line": 82,
                                  "column": 12
                                },
                                "end": {
                                  "line": 82,
                                  "column": 49
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 4659,
                                "end": 4665,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 18
                                  }
                                },
                                "name": "enable"
                              },
                              "value": {
                                "type": "ArrowFunctionExpression",
                                "start": 4667,
                                "end": 4696,
                                "loc": {
                                  "start": {
                                    "line": 82,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 82,
                                    "column": 49
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 4667,
                                    "end": 4673,
                                    "loc": {
                                      "start": {
                                        "line": 82,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 26
                                      }
                                    },
                                    "name": "plugin"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 4677,
                                  "end": 4696,
                                  "loc": {
                                    "start": {
                                      "line": 82,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 82,
                                      "column": 49
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4677,
                                    "end": 4688,
                                    "loc": {
                                      "start": {
                                        "line": 82,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4677,
                                      "end": 4681,
                                      "loc": {
                                        "start": {
                                          "line": 82,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4682,
                                      "end": 4688,
                                      "loc": {
                                        "start": {
                                          "line": 82,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 41
                                        }
                                      },
                                      "name": "enable"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 4689,
                                      "end": 4695,
                                      "loc": {
                                        "start": {
                                          "line": 82,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 48
                                        }
                                      },
                                      "name": "plugin"
                                    }
                                  ]
                                }
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 4710,
                              "end": 4749,
                              "loc": {
                                "start": {
                                  "line": 83,
                                  "column": 12
                                },
                                "end": {
                                  "line": 83,
                                  "column": 51
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 4710,
                                "end": 4717,
                                "loc": {
                                  "start": {
                                    "line": 83,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 19
                                  }
                                },
                                "name": "disable"
                              },
                              "value": {
                                "type": "ArrowFunctionExpression",
                                "start": 4719,
                                "end": 4749,
                                "loc": {
                                  "start": {
                                    "line": 83,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 51
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 4719,
                                    "end": 4725,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 27
                                      }
                                    },
                                    "name": "plugin"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 4729,
                                  "end": 4749,
                                  "loc": {
                                    "start": {
                                      "line": 83,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 83,
                                      "column": 51
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4729,
                                    "end": 4741,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 43
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4729,
                                      "end": 4733,
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 83,
                                          "column": 35
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4734,
                                      "end": 4741,
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 83,
                                          "column": 43
                                        }
                                      },
                                      "name": "disable"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 4742,
                                      "end": 4748,
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 83,
                                          "column": 50
                                        }
                                      },
                                      "name": "plugin"
                                    }
                                  ]
                                }
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 4763,
                              "end": 4800,
                              "loc": {
                                "start": {
                                  "line": 84,
                                  "column": 12
                                },
                                "end": {
                                  "line": 84,
                                  "column": 49
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 4763,
                                "end": 4769,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 18
                                  }
                                },
                                "name": "toggle"
                              },
                              "value": {
                                "type": "ArrowFunctionExpression",
                                "start": 4771,
                                "end": 4800,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 49
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 4771,
                                    "end": 4777,
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 84,
                                        "column": 26
                                      }
                                    },
                                    "name": "plugin"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 4781,
                                  "end": 4800,
                                  "loc": {
                                    "start": {
                                      "line": 84,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 84,
                                      "column": 49
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4781,
                                    "end": 4792,
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 84,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4781,
                                      "end": 4785,
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 84,
                                          "column": 34
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4786,
                                      "end": 4792,
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 84,
                                          "column": 41
                                        }
                                      },
                                      "name": "toggle"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 4793,
                                      "end": 4799,
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 84,
                                          "column": 48
                                        }
                                      },
                                      "name": "plugin"
                                    }
                                  ]
                                }
                              },
                              "kind": "init"
                            },
                            {
                              "type": "Property",
                              "start": 4814,
                              "end": 4881,
                              "loc": {
                                "start": {
                                  "line": 85,
                                  "column": 12
                                },
                                "end": {
                                  "line": 85,
                                  "column": 79
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 4814,
                                "end": 4829,
                                "loc": {
                                  "start": {
                                    "line": 85,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 85,
                                    "column": 27
                                  }
                                },
                                "name": "toggleSelection"
                              },
                              "value": {
                                "type": "ArrowFunctionExpression",
                                "start": 4831,
                                "end": 4881,
                                "loc": {
                                  "start": {
                                    "line": 85,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 85,
                                    "column": 79
                                  }
                                },
                                "id": null,
                                "generator": false,
                                "expression": true,
                                "async": false,
                                "params": [
                                  {
                                    "type": "Identifier",
                                    "start": 4832,
                                    "end": 4837,
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 35
                                      }
                                    },
                                    "name": "value"
                                  },
                                  {
                                    "type": "Identifier",
                                    "start": 4839,
                                    "end": 4843,
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 41
                                      }
                                    },
                                    "name": "flag"
                                  }
                                ],
                                "body": {
                                  "type": "CallExpression",
                                  "start": 4848,
                                  "end": 4881,
                                  "loc": {
                                    "start": {
                                      "line": 85,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 85,
                                      "column": 79
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 4848,
                                    "end": 4868,
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 66
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 4848,
                                      "end": 4852,
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 50
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 4853,
                                      "end": 4868,
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 66
                                        }
                                      },
                                      "name": "toggleSelection"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "start": 4869,
                                      "end": 4874,
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 67
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 72
                                        }
                                      },
                                      "name": "value"
                                    },
                                    {
                                      "type": "Identifier",
                                      "start": 4876,
                                      "end": 4880,
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 74
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 78
                                        }
                                      },
                                      "name": "flag"
                                    }
                                  ]
                                }
                              },
                              "kind": "init"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4902,
                      "end": 4920,
                      "loc": {
                        "start": {
                          "line": 88,
                          "column": 8
                        },
                        "end": {
                          "line": 88,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4902,
                        "end": 4919,
                        "loc": {
                          "start": {
                            "line": 88,
                            "column": 8
                          },
                          "end": {
                            "line": 88,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4902,
                          "end": 4914,
                          "loc": {
                            "start": {
                              "line": 88,
                              "column": 8
                            },
                            "end": {
                              "line": 88,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4902,
                            "end": 4906,
                            "loc": {
                              "start": {
                                "line": 88,
                                "column": 8
                              },
                              "end": {
                                "line": 88,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4907,
                            "end": 4914,
                            "loc": {
                              "start": {
                                "line": 88,
                                "column": 13
                              },
                              "end": {
                                "line": 88,
                                "column": 20
                              }
                            },
                            "name": "plugins"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 4917,
                          "end": 4919,
                          "loc": {
                            "start": {
                              "line": 88,
                              "column": 23
                            },
                            "end": {
                              "line": 88,
                              "column": 25
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4929,
                      "end": 4949,
                      "loc": {
                        "start": {
                          "line": 89,
                          "column": 8
                        },
                        "end": {
                          "line": 89,
                          "column": 28
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4929,
                        "end": 4948,
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 8
                          },
                          "end": {
                            "line": 89,
                            "column": 27
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4929,
                          "end": 4943,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 8
                            },
                            "end": {
                              "line": 89,
                              "column": 22
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4929,
                            "end": 4933,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 8
                              },
                              "end": {
                                "line": 89,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4934,
                            "end": 4943,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 13
                              },
                              "end": {
                                "line": 89,
                                "column": 22
                              }
                            },
                            "name": "selection"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ArrayExpression",
                          "start": 4946,
                          "end": 4948,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 25
                            },
                            "end": {
                              "line": 89,
                              "column": 27
                            }
                          },
                          "elements": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 4958,
                      "end": 4991,
                      "loc": {
                        "start": {
                          "line": 90,
                          "column": 8
                        },
                        "end": {
                          "line": 90,
                          "column": 41
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 4958,
                        "end": 4990,
                        "loc": {
                          "start": {
                            "line": 90,
                            "column": 8
                          },
                          "end": {
                            "line": 90,
                            "column": 40
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 4958,
                          "end": 4978,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 8
                            },
                            "end": {
                              "line": 90,
                              "column": 28
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 4958,
                            "end": 4962,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 8
                              },
                              "end": {
                                "line": 90,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 4963,
                            "end": 4978,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 13
                              },
                              "end": {
                                "line": 90,
                                "column": 28
                              }
                            },
                            "name": "selectedElement"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 4981,
                          "end": 4990,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 31
                            },
                            "end": {
                              "line": 90,
                              "column": 40
                            }
                          },
                          "name": "undefined"
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 5001,
                      "end": 5109,
                      "loc": {
                        "start": {
                          "line": 92,
                          "column": 8
                        },
                        "end": {
                          "line": 93,
                          "column": 89
                        }
                      },
                      "test": {
                        "type": "UnaryExpression",
                        "start": 5005,
                        "end": 5018,
                        "loc": {
                          "start": {
                            "line": 92,
                            "column": 12
                          },
                          "end": {
                            "line": 92,
                            "column": 25
                          }
                        },
                        "operator": "!",
                        "prefix": true,
                        "argument": {
                          "type": "MemberExpression",
                          "start": 5006,
                          "end": 5018,
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 13
                            },
                            "end": {
                              "line": 92,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5006,
                            "end": 5013,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 13
                              },
                              "end": {
                                "line": 92,
                                "column": 20
                              }
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5014,
                            "end": 5018,
                            "loc": {
                              "start": {
                                "line": 92,
                                "column": 21
                              },
                              "end": {
                                "line": 92,
                                "column": 25
                              }
                            },
                            "name": "view"
                          },
                          "computed": false
                        }
                      },
                      "consequent": {
                        "type": "ThrowStatement",
                        "start": 5032,
                        "end": 5109,
                        "loc": {
                          "start": {
                            "line": 93,
                            "column": 12
                          },
                          "end": {
                            "line": 93,
                            "column": 89
                          }
                        },
                        "argument": {
                          "type": "Literal",
                          "start": 5038,
                          "end": 5107,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 18
                            },
                            "end": {
                              "line": 93,
                              "column": 87
                            }
                          },
                          "value": "Integration needs a view passed in: new Integration({ view: ... })!",
                          "rawValue": "Integration needs a view passed in: new Integration({ view: ... })!",
                          "raw": "\"Integration needs a view passed in: new Integration({ view: ... })!\"",
                          "parenthesizedExpression": true
                        }
                      },
                      "alternate": null
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5119,
                      "end": 5144,
                      "loc": {
                        "start": {
                          "line": 95,
                          "column": 8
                        },
                        "end": {
                          "line": 95,
                          "column": 33
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5119,
                        "end": 5143,
                        "loc": {
                          "start": {
                            "line": 95,
                            "column": 8
                          },
                          "end": {
                            "line": 95,
                            "column": 32
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5119,
                          "end": 5128,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 8
                            },
                            "end": {
                              "line": 95,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5119,
                            "end": 5123,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 8
                              },
                              "end": {
                                "line": 95,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5124,
                            "end": 5128,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 13
                              },
                              "end": {
                                "line": 95,
                                "column": 17
                              }
                            },
                            "name": "view"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5131,
                          "end": 5143,
                          "loc": {
                            "start": {
                              "line": 95,
                              "column": 20
                            },
                            "end": {
                              "line": 95,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "Identifier",
                            "start": 5131,
                            "end": 5138,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 20
                              },
                              "end": {
                                "line": 95,
                                "column": 27
                              }
                            },
                            "name": "options"
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5139,
                            "end": 5143,
                            "loc": {
                              "start": {
                                "line": 95,
                                "column": 28
                              },
                              "end": {
                                "line": 95,
                                "column": 32
                              }
                            },
                            "name": "view"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 5153,
                      "end": 5184,
                      "loc": {
                        "start": {
                          "line": 96,
                          "column": 8
                        },
                        "end": {
                          "line": 96,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 5153,
                        "end": 5183,
                        "loc": {
                          "start": {
                            "line": 96,
                            "column": 8
                          },
                          "end": {
                            "line": 96,
                            "column": 38
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 5153,
                          "end": 5164,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 8
                            },
                            "end": {
                              "line": 96,
                              "column": 19
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 5153,
                            "end": 5157,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 8
                              },
                              "end": {
                                "line": 96,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5158,
                            "end": 5164,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 13
                              },
                              "end": {
                                "line": 96,
                                "column": 19
                              }
                            },
                            "name": "canvas"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "MemberExpression",
                          "start": 5167,
                          "end": 5183,
                          "loc": {
                            "start": {
                              "line": 96,
                              "column": 22
                            },
                            "end": {
                              "line": 96,
                              "column": 38
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 5167,
                            "end": 5176,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 22
                              },
                              "end": {
                                "line": 96,
                                "column": 31
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 5167,
                              "end": 5171,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 22
                                },
                                "end": {
                                  "line": 96,
                                  "column": 26
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5172,
                              "end": 5176,
                              "loc": {
                                "start": {
                                  "line": 96,
                                  "column": 27
                                },
                                "end": {
                                  "line": 96,
                                  "column": 31
                                }
                              },
                              "name": "view"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 5177,
                            "end": 5183,
                            "loc": {
                              "start": {
                                "line": 96,
                                "column": 32
                              },
                              "end": {
                                "line": 96,
                                "column": 38
                              }
                            },
                            "name": "canvas"
                          },
                          "computed": false
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 5194,
                      "end": 5613,
                      "loc": {
                        "start": {
                          "line": 98,
                          "column": 8
                        },
                        "end": {
                          "line": 104,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 5198,
                        "end": 5212,
                        "loc": {
                          "start": {
                            "line": 98,
                            "column": 12
                          },
                          "end": {
                            "line": 98,
                            "column": 26
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5198,
                          "end": 5205,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 12
                            },
                            "end": {
                              "line": 98,
                              "column": 19
                            }
                          },
                          "name": "options"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5206,
                          "end": 5212,
                          "loc": {
                            "start": {
                              "line": 98,
                              "column": 20
                            },
                            "end": {
                              "line": 98,
                              "column": 26
                            }
                          },
                          "name": "socket"
                        },
                        "computed": false
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 5214,
                        "end": 5613,
                        "loc": {
                          "start": {
                            "line": 98,
                            "column": 28
                          },
                          "end": {
                            "line": 104,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 5228,
                            "end": 5257,
                            "loc": {
                              "start": {
                                "line": 99,
                                "column": 12
                              },
                              "end": {
                                "line": 99,
                                "column": 41
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 5228,
                              "end": 5256,
                              "loc": {
                                "start": {
                                  "line": 99,
                                  "column": 12
                                },
                                "end": {
                                  "line": 99,
                                  "column": 40
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 5228,
                                "end": 5239,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 23
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 5228,
                                  "end": 5232,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5233,
                                  "end": 5239,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 23
                                    }
                                  },
                                  "name": "socket"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 5242,
                                "end": 5256,
                                "loc": {
                                  "start": {
                                    "line": 99,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 99,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5242,
                                  "end": 5249,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 33
                                    }
                                  },
                                  "name": "options"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5250,
                                  "end": 5256,
                                  "loc": {
                                    "start": {
                                      "line": 99,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 99,
                                      "column": 40
                                    }
                                  },
                                  "name": "socket"
                                },
                                "computed": false
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 5270,
                            "end": 5428,
                            "loc": {
                              "start": {
                                "line": 100,
                                "column": 12
                              },
                              "end": {
                                "line": 101,
                                "column": 116
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 5270,
                              "end": 5427,
                              "loc": {
                                "start": {
                                  "line": 100,
                                  "column": 12
                                },
                                "end": {
                                  "line": 101,
                                  "column": 115
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 5270,
                                "end": 5284,
                                "loc": {
                                  "start": {
                                    "line": 100,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 100,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 5270,
                                  "end": 5281,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 5270,
                                    "end": 5274,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5275,
                                    "end": 5281,
                                    "loc": {
                                      "start": {
                                        "line": 100,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 100,
                                        "column": 23
                                      }
                                    },
                                    "name": "socket"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5282,
                                  "end": 5284,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 26
                                    }
                                  },
                                  "name": "on"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 5285,
                                  "end": 5296,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 100,
                                      "column": 38
                                    }
                                  },
                                  "value": "connected",
                                  "rawValue": "connected",
                                  "raw": "'connected'"
                                },
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 5298,
                                  "end": 5426,
                                  "loc": {
                                    "start": {
                                      "line": 100,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 101,
                                      "column": 114
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": true,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 5298,
                                      "end": 5308,
                                      "loc": {
                                        "start": {
                                          "line": 100,
                                          "column": 40
                                        },
                                        "end": {
                                          "line": 100,
                                          "column": 50
                                        }
                                      },
                                      "name": "connection"
                                    }
                                  ],
                                  "body": {
                                    "type": "CallExpression",
                                    "start": 5328,
                                    "end": 5426,
                                    "loc": {
                                      "start": {
                                        "line": 101,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 101,
                                        "column": 114
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5328,
                                      "end": 5361,
                                      "loc": {
                                        "start": {
                                          "line": 101,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 101,
                                          "column": 49
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 5328,
                                        "end": 5353,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 41
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5328,
                                          "end": 5339,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 27
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5328,
                                            "end": 5334,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 22
                                              }
                                            },
                                            "name": "Object"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5335,
                                            "end": 5339,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 27
                                              }
                                            },
                                            "name": "keys"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 5340,
                                            "end": 5352,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 40
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 5340,
                                              "end": 5344,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 32
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5345,
                                              "end": 5352,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 40
                                                }
                                              },
                                              "name": "plugins"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5354,
                                        "end": 5361,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 49
                                          }
                                        },
                                        "name": "forEach"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 5362,
                                        "end": 5425,
                                        "loc": {
                                          "start": {
                                            "line": 101,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 101,
                                            "column": 113
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": true,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 5362,
                                            "end": 5365,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 53
                                              }
                                            },
                                            "name": "key"
                                          }
                                        ],
                                        "body": {
                                          "type": "CallExpression",
                                          "start": 5369,
                                          "end": 5425,
                                          "loc": {
                                            "start": {
                                              "line": 101,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 101,
                                              "column": 113
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5369,
                                            "end": 5391,
                                            "loc": {
                                              "start": {
                                                "line": 101,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 101,
                                                "column": 79
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5369,
                                              "end": 5386,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 57
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 74
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5369,
                                                "end": 5381,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 69
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 5369,
                                                  "end": 5373,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 61
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5374,
                                                  "end": 5381,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 62
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 69
                                                    }
                                                  },
                                                  "name": "plugins"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5382,
                                                "end": 5385,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 70
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 73
                                                  }
                                                },
                                                "name": "key"
                                              },
                                              "computed": true
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5387,
                                              "end": 5391,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 75
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 79
                                                }
                                              },
                                              "name": "emit"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 5392,
                                              "end": 5412,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 80
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 100
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5392,
                                                "end": 5405,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 80
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 93
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5392,
                                                  "end": 5398,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 80
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 86
                                                    }
                                                  },
                                                  "name": "Plugin"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5399,
                                                  "end": 5405,
                                                  "loc": {
                                                    "start": {
                                                      "line": 101,
                                                      "column": 87
                                                    },
                                                    "end": {
                                                      "line": 101,
                                                      "column": 93
                                                    }
                                                  },
                                                  "name": "Events"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5406,
                                                "end": 5412,
                                                "loc": {
                                                  "start": {
                                                    "line": 101,
                                                    "column": 94
                                                  },
                                                  "end": {
                                                    "line": 101,
                                                    "column": 100
                                                  }
                                                },
                                                "name": "Online"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 5414,
                                              "end": 5424,
                                              "loc": {
                                                "start": {
                                                  "line": 101,
                                                  "column": 102
                                                },
                                                "end": {
                                                  "line": 101,
                                                  "column": 112
                                                }
                                              },
                                              "name": "connection"
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 5441,
                            "end": 5603,
                            "loc": {
                              "start": {
                                "line": 102,
                                "column": 12
                              },
                              "end": {
                                "line": 103,
                                "column": 117
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 5441,
                              "end": 5602,
                              "loc": {
                                "start": {
                                  "line": 102,
                                  "column": 12
                                },
                                "end": {
                                  "line": 103,
                                  "column": 116
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 5441,
                                "end": 5455,
                                "loc": {
                                  "start": {
                                    "line": 102,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 102,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 5441,
                                  "end": 5452,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 5441,
                                    "end": 5445,
                                    "loc": {
                                      "start": {
                                        "line": 102,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 102,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 5446,
                                    "end": 5452,
                                    "loc": {
                                      "start": {
                                        "line": 102,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 102,
                                        "column": 23
                                      }
                                    },
                                    "name": "socket"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5453,
                                  "end": 5455,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 26
                                    }
                                  },
                                  "name": "on"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 5456,
                                  "end": 5470,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 102,
                                      "column": 41
                                    }
                                  },
                                  "value": "disconnected",
                                  "rawValue": "disconnected",
                                  "raw": "'disconnected'"
                                },
                                {
                                  "type": "ArrowFunctionExpression",
                                  "start": 5472,
                                  "end": 5601,
                                  "loc": {
                                    "start": {
                                      "line": 102,
                                      "column": 43
                                    },
                                    "end": {
                                      "line": 103,
                                      "column": 115
                                    }
                                  },
                                  "id": null,
                                  "generator": false,
                                  "expression": true,
                                  "async": false,
                                  "params": [
                                    {
                                      "type": "Identifier",
                                      "start": 5472,
                                      "end": 5482,
                                      "loc": {
                                        "start": {
                                          "line": 102,
                                          "column": 43
                                        },
                                        "end": {
                                          "line": 102,
                                          "column": 53
                                        }
                                      },
                                      "name": "connection"
                                    }
                                  ],
                                  "body": {
                                    "type": "CallExpression",
                                    "start": 5502,
                                    "end": 5601,
                                    "loc": {
                                      "start": {
                                        "line": 103,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 103,
                                        "column": 115
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 5502,
                                      "end": 5535,
                                      "loc": {
                                        "start": {
                                          "line": 103,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 103,
                                          "column": 49
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 5502,
                                        "end": 5527,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 41
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 5502,
                                          "end": 5513,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 27
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 5502,
                                            "end": 5508,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 22
                                              }
                                            },
                                            "name": "Object"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 5509,
                                            "end": 5513,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 27
                                              }
                                            },
                                            "name": "keys"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "MemberExpression",
                                            "start": 5514,
                                            "end": 5526,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 40
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 5514,
                                              "end": 5518,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 32
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5519,
                                              "end": 5526,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 33
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 40
                                                }
                                              },
                                              "name": "plugins"
                                            },
                                            "computed": false
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 5528,
                                        "end": 5535,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 49
                                          }
                                        },
                                        "name": "forEach"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 5536,
                                        "end": 5600,
                                        "loc": {
                                          "start": {
                                            "line": 103,
                                            "column": 50
                                          },
                                          "end": {
                                            "line": 103,
                                            "column": 114
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": true,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 5536,
                                            "end": 5539,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 50
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 53
                                              }
                                            },
                                            "name": "key"
                                          }
                                        ],
                                        "body": {
                                          "type": "CallExpression",
                                          "start": 5543,
                                          "end": 5600,
                                          "loc": {
                                            "start": {
                                              "line": 103,
                                              "column": 57
                                            },
                                            "end": {
                                              "line": 103,
                                              "column": 114
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 5543,
                                            "end": 5565,
                                            "loc": {
                                              "start": {
                                                "line": 103,
                                                "column": 57
                                              },
                                              "end": {
                                                "line": 103,
                                                "column": 79
                                              }
                                            },
                                            "object": {
                                              "type": "MemberExpression",
                                              "start": 5543,
                                              "end": 5560,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 57
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 74
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5543,
                                                "end": 5555,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 69
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 5543,
                                                  "end": 5547,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 57
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 61
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5548,
                                                  "end": 5555,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 62
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 69
                                                    }
                                                  },
                                                  "name": "plugins"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5556,
                                                "end": 5559,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 70
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 73
                                                  }
                                                },
                                                "name": "key"
                                              },
                                              "computed": true
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 5561,
                                              "end": 5565,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 75
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 79
                                                }
                                              },
                                              "name": "emit"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "MemberExpression",
                                              "start": 5566,
                                              "end": 5587,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 80
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 101
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 5566,
                                                "end": 5579,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 80
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 93
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 5566,
                                                  "end": 5572,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 80
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 86
                                                    }
                                                  },
                                                  "name": "Plugin"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 5573,
                                                  "end": 5579,
                                                  "loc": {
                                                    "start": {
                                                      "line": 103,
                                                      "column": 87
                                                    },
                                                    "end": {
                                                      "line": 103,
                                                      "column": 93
                                                    }
                                                  },
                                                  "name": "Events"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 5580,
                                                "end": 5587,
                                                "loc": {
                                                  "start": {
                                                    "line": 103,
                                                    "column": 94
                                                  },
                                                  "end": {
                                                    "line": 103,
                                                    "column": 101
                                                  }
                                                },
                                                "name": "Offline"
                                              },
                                              "computed": false
                                            },
                                            {
                                              "type": "Identifier",
                                              "start": 5589,
                                              "end": 5599,
                                              "loc": {
                                                "start": {
                                                  "line": 103,
                                                  "column": 103
                                                },
                                                "end": {
                                                  "line": 103,
                                                  "column": 113
                                                }
                                              },
                                              "name": "connection"
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "* Construct a new Integration layer\n        @param {Object} [options={}] - Options to initialize the Canvas with\n        @param {Object} [options.view] - The view\n        @param {Object} [options.socket] - A socket, if existent\n        @param {function} [options.hover] - function(object, selected) defining a hovered event\n        @param {function} [options.unhover] - function(object, selected) defining a unhovered event\n        @param {function} [options.select] - function(object) object has been selected\n        @param {function} [options.deselect] - function(object) object has been deselected\n        @returns {Object} The constructed Integration ",
                  "start": 457,
                  "end": 1117,
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 4
                    },
                    "end": {
                      "line": 18,
                      "column": 56
                    }
                  },
                  "range": [
                    457,
                    1117
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "Block",
                  "value": "* Resolves a plugin by name, reference of data reference (plugin.data) ",
                  "start": 5626,
                  "end": 5701,
                  "loc": {
                    "start": {
                      "line": 108,
                      "column": 4
                    },
                    "end": {
                      "line": 108,
                      "column": 79
                    }
                  },
                  "range": [
                    5626,
                    5701
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 5706,
              "end": 5971,
              "loc": {
                "start": {
                  "line": 109,
                  "column": 4
                },
                "end": {
                  "line": 116,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 5706,
                "end": 5713,
                "loc": {
                  "start": {
                    "line": 109,
                    "column": 4
                  },
                  "end": {
                    "line": 109,
                    "column": 11
                  }
                },
                "name": "resolve",
                "leadingComments": null
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 5713,
                "end": 5971,
                "loc": {
                  "start": {
                    "line": 109,
                    "column": 11
                  },
                  "end": {
                    "line": 116,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 5714,
                    "end": 5720,
                    "loc": {
                      "start": {
                        "line": 109,
                        "column": 12
                      },
                      "end": {
                        "line": 109,
                        "column": 18
                      }
                    },
                    "name": "plugin"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 5722,
                  "end": 5971,
                  "loc": {
                    "start": {
                      "line": 109,
                      "column": 20
                    },
                    "end": {
                      "line": 116,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 5732,
                      "end": 5965,
                      "loc": {
                        "start": {
                          "line": 110,
                          "column": 8
                        },
                        "end": {
                          "line": 115,
                          "column": 45
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "start": 5736,
                        "end": 5760,
                        "loc": {
                          "start": {
                            "line": 110,
                            "column": 12
                          },
                          "end": {
                            "line": 110,
                            "column": 36
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 5736,
                          "end": 5742,
                          "loc": {
                            "start": {
                              "line": 110,
                              "column": 12
                            },
                            "end": {
                              "line": 110,
                              "column": 18
                            }
                          },
                          "name": "plugin"
                        },
                        "operator": "instanceof",
                        "right": {
                          "type": "Identifier",
                          "start": 5754,
                          "end": 5760,
                          "loc": {
                            "start": {
                              "line": 110,
                              "column": 30
                            },
                            "end": {
                              "line": 110,
                              "column": 36
                            }
                          },
                          "name": "Plugin"
                        }
                      },
                      "consequent": {
                        "type": "ReturnStatement",
                        "start": 5774,
                        "end": 5788,
                        "loc": {
                          "start": {
                            "line": 111,
                            "column": 12
                          },
                          "end": {
                            "line": 111,
                            "column": 26
                          }
                        },
                        "argument": {
                          "type": "Identifier",
                          "start": 5781,
                          "end": 5787,
                          "loc": {
                            "start": {
                              "line": 111,
                              "column": 19
                            },
                            "end": {
                              "line": 111,
                              "column": 25
                            }
                          },
                          "name": "plugin"
                        }
                      },
                      "alternate": {
                        "type": "IfStatement",
                        "start": 5802,
                        "end": 5965,
                        "loc": {
                          "start": {
                            "line": 112,
                            "column": 13
                          },
                          "end": {
                            "line": 115,
                            "column": 45
                          }
                        },
                        "test": {
                          "type": "BinaryExpression",
                          "start": 5806,
                          "end": 5832,
                          "loc": {
                            "start": {
                              "line": 112,
                              "column": 17
                            },
                            "end": {
                              "line": 112,
                              "column": 43
                            }
                          },
                          "left": {
                            "type": "UnaryExpression",
                            "start": 5806,
                            "end": 5819,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 17
                              },
                              "end": {
                                "line": 112,
                                "column": 30
                              }
                            },
                            "operator": "typeof",
                            "prefix": true,
                            "argument": {
                              "type": "Identifier",
                              "start": 5813,
                              "end": 5819,
                              "loc": {
                                "start": {
                                  "line": 112,
                                  "column": 24
                                },
                                "end": {
                                  "line": 112,
                                  "column": 30
                                }
                              },
                              "name": "plugin"
                            }
                          },
                          "operator": "===",
                          "right": {
                            "type": "Literal",
                            "start": 5824,
                            "end": 5832,
                            "loc": {
                              "start": {
                                "line": 112,
                                "column": 35
                              },
                              "end": {
                                "line": 112,
                                "column": 43
                              }
                            },
                            "value": "string",
                            "rawValue": "string",
                            "raw": "\"string\""
                          }
                        },
                        "consequent": {
                          "type": "ReturnStatement",
                          "start": 5846,
                          "end": 5874,
                          "loc": {
                            "start": {
                              "line": 113,
                              "column": 12
                            },
                            "end": {
                              "line": 113,
                              "column": 40
                            }
                          },
                          "argument": {
                            "type": "MemberExpression",
                            "start": 5853,
                            "end": 5873,
                            "loc": {
                              "start": {
                                "line": 113,
                                "column": 19
                              },
                              "end": {
                                "line": 113,
                                "column": 39
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 5853,
                              "end": 5865,
                              "loc": {
                                "start": {
                                  "line": 113,
                                  "column": 19
                                },
                                "end": {
                                  "line": 113,
                                  "column": 31
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 5853,
                                "end": 5857,
                                "loc": {
                                  "start": {
                                    "line": 113,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 113,
                                    "column": 23
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 5858,
                                "end": 5865,
                                "loc": {
                                  "start": {
                                    "line": 113,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 113,
                                    "column": 31
                                  }
                                },
                                "name": "plugins"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 5866,
                              "end": 5872,
                              "loc": {
                                "start": {
                                  "line": 113,
                                  "column": 32
                                },
                                "end": {
                                  "line": 113,
                                  "column": 38
                                }
                              },
                              "name": "plugin"
                            },
                            "computed": true
                          }
                        },
                        "alternate": {
                          "type": "IfStatement",
                          "start": 5888,
                          "end": 5965,
                          "loc": {
                            "start": {
                              "line": 114,
                              "column": 13
                            },
                            "end": {
                              "line": 115,
                              "column": 45
                            }
                          },
                          "test": {
                            "type": "BinaryExpression",
                            "start": 5892,
                            "end": 5918,
                            "loc": {
                              "start": {
                                "line": 114,
                                "column": 17
                              },
                              "end": {
                                "line": 114,
                                "column": 43
                              }
                            },
                            "left": {
                              "type": "UnaryExpression",
                              "start": 5892,
                              "end": 5905,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 17
                                },
                                "end": {
                                  "line": 114,
                                  "column": 30
                                }
                              },
                              "operator": "typeof",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 5899,
                                "end": 5905,
                                "loc": {
                                  "start": {
                                    "line": 114,
                                    "column": 24
                                  },
                                  "end": {
                                    "line": 114,
                                    "column": 30
                                  }
                                },
                                "name": "plugin"
                              }
                            },
                            "operator": "===",
                            "right": {
                              "type": "Literal",
                              "start": 5910,
                              "end": 5918,
                              "loc": {
                                "start": {
                                  "line": 114,
                                  "column": 35
                                },
                                "end": {
                                  "line": 114,
                                  "column": 43
                                }
                              },
                              "value": "object",
                              "rawValue": "object",
                              "raw": "\"object\""
                            }
                          },
                          "consequent": {
                            "type": "ReturnStatement",
                            "start": 5932,
                            "end": 5965,
                            "loc": {
                              "start": {
                                "line": 115,
                                "column": 12
                              },
                              "end": {
                                "line": 115,
                                "column": 45
                              }
                            },
                            "argument": {
                              "type": "MemberExpression",
                              "start": 5939,
                              "end": 5964,
                              "loc": {
                                "start": {
                                  "line": 115,
                                  "column": 19
                                },
                                "end": {
                                  "line": 115,
                                  "column": 44
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 5939,
                                "end": 5951,
                                "loc": {
                                  "start": {
                                    "line": 115,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 115,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 5939,
                                  "end": 5943,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 23
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5944,
                                  "end": 5951,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 31
                                    }
                                  },
                                  "name": "plugins"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "MemberExpression",
                                "start": 5952,
                                "end": 5963,
                                "loc": {
                                  "start": {
                                    "line": 115,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 115,
                                    "column": 43
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 5952,
                                  "end": 5958,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 38
                                    }
                                  },
                                  "name": "plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 5959,
                                  "end": 5963,
                                  "loc": {
                                    "start": {
                                      "line": 115,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 115,
                                      "column": 43
                                    }
                                  },
                                  "name": "name"
                                },
                                "computed": false
                              },
                              "computed": true
                            }
                          },
                          "alternate": null
                        }
                      }
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "* Resolves a plugin by name, reference of data reference (plugin.data) ",
                  "start": 5626,
                  "end": 5701,
                  "loc": {
                    "start": {
                      "line": 108,
                      "column": 4
                    },
                    "end": {
                      "line": 108,
                      "column": 79
                    }
                  },
                  "range": [
                    5626,
                    5701
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "Block",
                  "value": "* Delete all plugins by calling this.destroy on them. ",
                  "start": 5977,
                  "end": 6035,
                  "loc": {
                    "start": {
                      "line": 118,
                      "column": 4
                    },
                    "end": {
                      "line": 118,
                      "column": 62
                    }
                  },
                  "range": [
                    5977,
                    6035
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 6040,
              "end": 6201,
              "loc": {
                "start": {
                  "line": 119,
                  "column": 4
                },
                "end": {
                  "line": 124,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6046,
                "end": 6051,
                "loc": {
                  "start": {
                    "line": 119,
                    "column": 10
                  },
                  "end": {
                    "line": 119,
                    "column": 15
                  }
                },
                "name": "clear"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 6051,
                "end": 6201,
                "loc": {
                  "start": {
                    "line": 119,
                    "column": 15
                  },
                  "end": {
                    "line": 124,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": true,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 6054,
                  "end": 6201,
                  "loc": {
                    "start": {
                      "line": 119,
                      "column": 18
                    },
                    "end": {
                      "line": 124,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ForInStatement",
                      "start": 6064,
                      "end": 6136,
                      "loc": {
                        "start": {
                          "line": 120,
                          "column": 8
                        },
                        "end": {
                          "line": 121,
                          "column": 39
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 6069,
                        "end": 6079,
                        "loc": {
                          "start": {
                            "line": 120,
                            "column": 13
                          },
                          "end": {
                            "line": 120,
                            "column": 23
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 6073,
                            "end": 6079,
                            "loc": {
                              "start": {
                                "line": 120,
                                "column": 17
                              },
                              "end": {
                                "line": 120,
                                "column": 23
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6073,
                              "end": 6079,
                              "loc": {
                                "start": {
                                  "line": 120,
                                  "column": 17
                                },
                                "end": {
                                  "line": 120,
                                  "column": 23
                                }
                              },
                              "name": "plugin"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "MemberExpression",
                        "start": 6083,
                        "end": 6095,
                        "loc": {
                          "start": {
                            "line": 120,
                            "column": 27
                          },
                          "end": {
                            "line": 120,
                            "column": 39
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 6083,
                          "end": 6087,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 27
                            },
                            "end": {
                              "line": 120,
                              "column": 31
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6088,
                          "end": 6095,
                          "loc": {
                            "start": {
                              "line": 120,
                              "column": 32
                            },
                            "end": {
                              "line": 120,
                              "column": 39
                            }
                          },
                          "name": "plugins"
                        },
                        "computed": false
                      },
                      "body": {
                        "type": "ExpressionStatement",
                        "start": 6109,
                        "end": 6136,
                        "loc": {
                          "start": {
                            "line": 121,
                            "column": 12
                          },
                          "end": {
                            "line": 121,
                            "column": 39
                          }
                        },
                        "expression": {
                          "type": "AwaitExpression",
                          "start": 6109,
                          "end": 6135,
                          "loc": {
                            "start": {
                              "line": 121,
                              "column": 12
                            },
                            "end": {
                              "line": 121,
                              "column": 38
                            }
                          },
                          "all": false,
                          "argument": {
                            "type": "CallExpression",
                            "start": 6115,
                            "end": 6135,
                            "loc": {
                              "start": {
                                "line": 121,
                                "column": 18
                              },
                              "end": {
                                "line": 121,
                                "column": 38
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 6115,
                              "end": 6127,
                              "loc": {
                                "start": {
                                  "line": 121,
                                  "column": 18
                                },
                                "end": {
                                  "line": 121,
                                  "column": 30
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 6115,
                                "end": 6119,
                                "loc": {
                                  "start": {
                                    "line": 121,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 121,
                                    "column": 22
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 6120,
                                "end": 6127,
                                "loc": {
                                  "start": {
                                    "line": 121,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 121,
                                    "column": 30
                                  }
                                },
                                "name": "destroy"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 6128,
                                "end": 6134,
                                "loc": {
                                  "start": {
                                    "line": 121,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 121,
                                    "column": 37
                                  }
                                },
                                "name": "plugin"
                              }
                            ]
                          }
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6145,
                      "end": 6163,
                      "loc": {
                        "start": {
                          "line": 122,
                          "column": 8
                        },
                        "end": {
                          "line": 122,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 6145,
                        "end": 6162,
                        "loc": {
                          "start": {
                            "line": 122,
                            "column": 8
                          },
                          "end": {
                            "line": 122,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 6145,
                          "end": 6157,
                          "loc": {
                            "start": {
                              "line": 122,
                              "column": 8
                            },
                            "end": {
                              "line": 122,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 6145,
                            "end": 6149,
                            "loc": {
                              "start": {
                                "line": 122,
                                "column": 8
                              },
                              "end": {
                                "line": 122,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6150,
                            "end": 6157,
                            "loc": {
                              "start": {
                                "line": 122,
                                "column": 13
                              },
                              "end": {
                                "line": 122,
                                "column": 20
                              }
                            },
                            "name": "plugins"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 6160,
                          "end": 6162,
                          "loc": {
                            "start": {
                              "line": 122,
                              "column": 23
                            },
                            "end": {
                              "line": 122,
                              "column": 25
                            }
                          },
                          "properties": []
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 6172,
                      "end": 6195,
                      "loc": {
                        "start": {
                          "line": 123,
                          "column": 8
                        },
                        "end": {
                          "line": 123,
                          "column": 31
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 6172,
                        "end": 6194,
                        "loc": {
                          "start": {
                            "line": 123,
                            "column": 8
                          },
                          "end": {
                            "line": 123,
                            "column": 30
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 6172,
                          "end": 6189,
                          "loc": {
                            "start": {
                              "line": 123,
                              "column": 8
                            },
                            "end": {
                              "line": 123,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 6172,
                            "end": 6181,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 8
                              },
                              "end": {
                                "line": 123,
                                "column": 17
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 6172,
                              "end": 6176,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 8
                                },
                                "end": {
                                  "line": 123,
                                  "column": 12
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6177,
                              "end": 6181,
                              "loc": {
                                "start": {
                                  "line": 123,
                                  "column": 13
                                },
                                "end": {
                                  "line": 123,
                                  "column": 17
                                }
                              },
                              "name": "data"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 6182,
                            "end": 6189,
                            "loc": {
                              "start": {
                                "line": 123,
                                "column": 18
                              },
                              "end": {
                                "line": 123,
                                "column": 25
                              }
                            },
                            "name": "plugins"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "ObjectExpression",
                          "start": 6192,
                          "end": 6194,
                          "loc": {
                            "start": {
                              "line": 123,
                              "column": 28
                            },
                            "end": {
                              "line": 123,
                              "column": 30
                            }
                          },
                          "properties": []
                        }
                      }
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "* Delete all plugins by calling this.destroy on them. ",
                  "start": 5977,
                  "end": 6035,
                  "loc": {
                    "start": {
                      "line": 118,
                      "column": 4
                    },
                    "end": {
                      "line": 118,
                      "column": 62
                    }
                  },
                  "range": [
                    5977,
                    6035
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "Block",
                  "value": "* Tells Integration to register a plugin ",
                  "start": 6207,
                  "end": 6252,
                  "loc": {
                    "start": {
                      "line": 126,
                      "column": 4
                    },
                    "end": {
                      "line": 126,
                      "column": 49
                    }
                  },
                  "range": [
                    6207,
                    6252
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 6257,
              "end": 6659,
              "loc": {
                "start": {
                  "line": 127,
                  "column": 4
                },
                "end": {
                  "line": 138,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6263,
                "end": 6266,
                "loc": {
                  "start": {
                    "line": 127,
                    "column": 10
                  },
                  "end": {
                    "line": 127,
                    "column": 13
                  }
                },
                "name": "use"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 6266,
                "end": 6659,
                "loc": {
                  "start": {
                    "line": 127,
                    "column": 13
                  },
                  "end": {
                    "line": 138,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": true,
                "params": [
                  {
                    "type": "RestElement",
                    "start": 6267,
                    "end": 6277,
                    "loc": {
                      "start": {
                        "line": 127,
                        "column": 14
                      },
                      "end": {
                        "line": 127,
                        "column": 24
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 6270,
                      "end": 6277,
                      "loc": {
                        "start": {
                          "line": 127,
                          "column": 17
                        },
                        "end": {
                          "line": 127,
                          "column": 24
                        }
                      },
                      "name": "plugins"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6279,
                  "end": 6659,
                  "loc": {
                    "start": {
                      "line": 127,
                      "column": 26
                    },
                    "end": {
                      "line": 138,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ForOfStatement",
                      "start": 6289,
                      "end": 6653,
                      "loc": {
                        "start": {
                          "line": 128,
                          "column": 8
                        },
                        "end": {
                          "line": 137,
                          "column": 9
                        }
                      },
                      "left": {
                        "type": "VariableDeclaration",
                        "start": 6294,
                        "end": 6304,
                        "loc": {
                          "start": {
                            "line": 128,
                            "column": 13
                          },
                          "end": {
                            "line": 128,
                            "column": 23
                          }
                        },
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "start": 6298,
                            "end": 6304,
                            "loc": {
                              "start": {
                                "line": 128,
                                "column": 17
                              },
                              "end": {
                                "line": 128,
                                "column": 23
                              }
                            },
                            "id": {
                              "type": "Identifier",
                              "start": 6298,
                              "end": 6304,
                              "loc": {
                                "start": {
                                  "line": 128,
                                  "column": 17
                                },
                                "end": {
                                  "line": 128,
                                  "column": 23
                                }
                              },
                              "name": "plugin"
                            },
                            "init": null
                          }
                        ],
                        "kind": "let"
                      },
                      "right": {
                        "type": "Identifier",
                        "start": 6308,
                        "end": 6315,
                        "loc": {
                          "start": {
                            "line": 128,
                            "column": 27
                          },
                          "end": {
                            "line": 128,
                            "column": 34
                          }
                        },
                        "name": "plugins"
                      },
                      "body": {
                        "type": "BlockStatement",
                        "start": 6317,
                        "end": 6653,
                        "loc": {
                          "start": {
                            "line": 128,
                            "column": 36
                          },
                          "end": {
                            "line": 137,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 6331,
                            "end": 6357,
                            "loc": {
                              "start": {
                                "line": 129,
                                "column": 12
                              },
                              "end": {
                                "line": 129,
                                "column": 38
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 6331,
                              "end": 6356,
                              "loc": {
                                "start": {
                                  "line": 129,
                                  "column": 12
                                },
                                "end": {
                                  "line": 129,
                                  "column": 37
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 6331,
                                "end": 6349,
                                "loc": {
                                  "start": {
                                    "line": 129,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 129,
                                    "column": 30
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 6331,
                                  "end": 6337,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 18
                                    }
                                  },
                                  "name": "plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6338,
                                  "end": 6349,
                                  "loc": {
                                    "start": {
                                      "line": 129,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 129,
                                      "column": 30
                                    }
                                  },
                                  "name": "integration"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "ThisExpression",
                                "start": 6352,
                                "end": 6356,
                                "loc": {
                                  "start": {
                                    "line": 129,
                                    "column": 33
                                  },
                                  "end": {
                                    "line": 129,
                                    "column": 37
                                  }
                                }
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 6370,
                            "end": 6405,
                            "loc": {
                              "start": {
                                "line": 130,
                                "column": 12
                              },
                              "end": {
                                "line": 130,
                                "column": 47
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 6370,
                              "end": 6404,
                              "loc": {
                                "start": {
                                  "line": 130,
                                  "column": 12
                                },
                                "end": {
                                  "line": 130,
                                  "column": 46
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 6370,
                                "end": 6395,
                                "loc": {
                                  "start": {
                                    "line": 130,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 130,
                                    "column": 37
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 6370,
                                  "end": 6382,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 24
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 6370,
                                    "end": 6374,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6375,
                                    "end": 6382,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 24
                                      }
                                    },
                                    "name": "plugins"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "MemberExpression",
                                  "start": 6383,
                                  "end": 6394,
                                  "loc": {
                                    "start": {
                                      "line": 130,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 130,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6383,
                                    "end": 6389,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 31
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6390,
                                    "end": 6394,
                                    "loc": {
                                      "start": {
                                        "line": 130,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 130,
                                        "column": 36
                                      }
                                    },
                                    "name": "name"
                                  },
                                  "computed": false
                                },
                                "computed": true
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 6398,
                                "end": 6404,
                                "loc": {
                                  "start": {
                                    "line": 130,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 130,
                                    "column": 46
                                  }
                                },
                                "name": "plugin"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 6418,
                            "end": 6535,
                            "loc": {
                              "start": {
                                "line": 131,
                                "column": 12
                              },
                              "end": {
                                "line": 134,
                                "column": 14
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 6418,
                              "end": 6534,
                              "loc": {
                                "start": {
                                  "line": 131,
                                  "column": 12
                                },
                                "end": {
                                  "line": 134,
                                  "column": 13
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 6418,
                                "end": 6435,
                                "loc": {
                                  "start": {
                                    "line": 131,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 131,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 6418,
                                  "end": 6427,
                                  "loc": {
                                    "start": {
                                      "line": 131,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 131,
                                      "column": 21
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 6418,
                                    "end": 6422,
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6423,
                                    "end": 6427,
                                    "loc": {
                                      "start": {
                                        "line": 131,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 131,
                                        "column": 21
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6428,
                                  "end": 6435,
                                  "loc": {
                                    "start": {
                                      "line": 131,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 131,
                                      "column": 29
                                    }
                                  },
                                  "name": "plugins"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "ObjectExpression",
                                "start": 6438,
                                "end": 6534,
                                "loc": {
                                  "start": {
                                    "line": 131,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 134,
                                    "column": 13
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "SpreadProperty",
                                    "start": 6456,
                                    "end": 6476,
                                    "loc": {
                                      "start": {
                                        "line": 132,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 132,
                                        "column": 36
                                      }
                                    },
                                    "argument": {
                                      "type": "MemberExpression",
                                      "start": 6459,
                                      "end": 6476,
                                      "loc": {
                                        "start": {
                                          "line": 132,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 132,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6459,
                                        "end": 6468,
                                        "loc": {
                                          "start": {
                                            "line": 132,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 132,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 6459,
                                          "end": 6463,
                                          "loc": {
                                            "start": {
                                              "line": 132,
                                              "column": 19
                                            },
                                            "end": {
                                              "line": 132,
                                              "column": 23
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6464,
                                          "end": 6468,
                                          "loc": {
                                            "start": {
                                              "line": 132,
                                              "column": 24
                                            },
                                            "end": {
                                              "line": 132,
                                              "column": 28
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6469,
                                        "end": 6476,
                                        "loc": {
                                          "start": {
                                            "line": 132,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 132,
                                            "column": 36
                                          }
                                        },
                                        "name": "plugins"
                                      },
                                      "computed": false
                                    }
                                  },
                                  {
                                    "type": "Property",
                                    "start": 6494,
                                    "end": 6520,
                                    "loc": {
                                      "start": {
                                        "line": 133,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 133,
                                        "column": 42
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": true,
                                    "key": {
                                      "type": "MemberExpression",
                                      "start": 6495,
                                      "end": 6506,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6495,
                                        "end": 6501,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 23
                                          }
                                        },
                                        "name": "plugin"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6502,
                                        "end": 6506,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 28
                                          }
                                        },
                                        "name": "name"
                                      },
                                      "computed": false
                                    },
                                    "value": {
                                      "type": "MemberExpression",
                                      "start": 6509,
                                      "end": 6520,
                                      "loc": {
                                        "start": {
                                          "line": 133,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 133,
                                          "column": 42
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6509,
                                        "end": 6515,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 37
                                          }
                                        },
                                        "name": "plugin"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6516,
                                        "end": 6520,
                                        "loc": {
                                          "start": {
                                            "line": 133,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 133,
                                            "column": 42
                                          }
                                        },
                                        "name": "data"
                                      },
                                      "computed": false
                                    },
                                    "kind": "init"
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 6548,
                            "end": 6598,
                            "loc": {
                              "start": {
                                "line": 135,
                                "column": 12
                              },
                              "end": {
                                "line": 135,
                                "column": 62
                              }
                            },
                            "expression": {
                              "type": "AwaitExpression",
                              "start": 6548,
                              "end": 6597,
                              "loc": {
                                "start": {
                                  "line": 135,
                                  "column": 12
                                },
                                "end": {
                                  "line": 135,
                                  "column": 61
                                }
                              },
                              "all": false,
                              "argument": {
                                "type": "CallExpression",
                                "start": 6554,
                                "end": 6597,
                                "loc": {
                                  "start": {
                                    "line": 135,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 135,
                                    "column": 61
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 6554,
                                  "end": 6565,
                                  "loc": {
                                    "start": {
                                      "line": 135,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 135,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6554,
                                    "end": 6560,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 24
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6561,
                                    "end": 6565,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 29
                                      }
                                    },
                                    "name": "emit"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 6566,
                                    "end": 6590,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 54
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 6566,
                                      "end": 6579,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 6566,
                                        "end": 6572,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 36
                                          }
                                        },
                                        "name": "Plugin"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6573,
                                        "end": 6579,
                                        "loc": {
                                          "start": {
                                            "line": 135,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 135,
                                            "column": 43
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6580,
                                      "end": 6590,
                                      "loc": {
                                        "start": {
                                          "line": 135,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 135,
                                          "column": 54
                                        }
                                      },
                                      "name": "Integrated"
                                    },
                                    "computed": false
                                  },
                                  {
                                    "type": "ThisExpression",
                                    "start": 6592,
                                    "end": 6596,
                                    "loc": {
                                      "start": {
                                        "line": 135,
                                        "column": 56
                                      },
                                      "end": {
                                        "line": 135,
                                        "column": 60
                                      }
                                    }
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 6611,
                            "end": 6643,
                            "loc": {
                              "start": {
                                "line": 136,
                                "column": 12
                              },
                              "end": {
                                "line": 136,
                                "column": 44
                              }
                            },
                            "expression": {
                              "type": "AwaitExpression",
                              "start": 6611,
                              "end": 6642,
                              "loc": {
                                "start": {
                                  "line": 136,
                                  "column": 12
                                },
                                "end": {
                                  "line": 136,
                                  "column": 43
                                }
                              },
                              "all": false,
                              "argument": {
                                "type": "CallExpression",
                                "start": 6617,
                                "end": 6642,
                                "loc": {
                                  "start": {
                                    "line": 136,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 136,
                                    "column": 43
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 6617,
                                  "end": 6636,
                                  "loc": {
                                    "start": {
                                      "line": 136,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 136,
                                      "column": 37
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6617,
                                    "end": 6623,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 24
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6624,
                                    "end": 6636,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 37
                                      }
                                    },
                                    "name": "onIntegrated"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "start": 6637,
                                    "end": 6641,
                                    "loc": {
                                      "start": {
                                        "line": 136,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 136,
                                        "column": 42
                                      }
                                    }
                                  }
                                ]
                              }
                            }
                          }
                        ]
                      }
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "* Tells Integration to register a plugin ",
                  "start": 6207,
                  "end": 6252,
                  "loc": {
                    "start": {
                      "line": 126,
                      "column": 4
                    },
                    "end": {
                      "line": 126,
                      "column": 49
                    }
                  },
                  "range": [
                    6207,
                    6252
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "Block",
                  "value": "* Enables a plugin. Invokes the plugins Plugin.Events.Enabled event and calls its onEnabled prototype function. ",
                  "start": 6665,
                  "end": 6781,
                  "loc": {
                    "start": {
                      "line": 140,
                      "column": 4
                    },
                    "end": {
                      "line": 140,
                      "column": 120
                    }
                  },
                  "range": [
                    6665,
                    6781
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 6786,
              "end": 7223,
              "loc": {
                "start": {
                  "line": 141,
                  "column": 4
                },
                "end": {
                  "line": 154,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 6792,
                "end": 6798,
                "loc": {
                  "start": {
                    "line": 141,
                    "column": 10
                  },
                  "end": {
                    "line": 141,
                    "column": 16
                  }
                },
                "name": "enable"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 6798,
                "end": 7223,
                "loc": {
                  "start": {
                    "line": 141,
                    "column": 16
                  },
                  "end": {
                    "line": 154,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": true,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 6799,
                    "end": 6805,
                    "loc": {
                      "start": {
                        "line": 141,
                        "column": 17
                      },
                      "end": {
                        "line": 141,
                        "column": 23
                      }
                    },
                    "name": "plugin"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 6807,
                  "end": 7223,
                  "loc": {
                    "start": {
                      "line": 141,
                      "column": 25
                    },
                    "end": {
                      "line": 154,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 6817,
                      "end": 6847,
                      "loc": {
                        "start": {
                          "line": 142,
                          "column": 8
                        },
                        "end": {
                          "line": 142,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 6817,
                        "end": 6846,
                        "loc": {
                          "start": {
                            "line": 142,
                            "column": 8
                          },
                          "end": {
                            "line": 142,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 6817,
                          "end": 6823,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 8
                            },
                            "end": {
                              "line": 142,
                              "column": 14
                            }
                          },
                          "name": "plugin"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 6826,
                          "end": 6846,
                          "loc": {
                            "start": {
                              "line": 142,
                              "column": 17
                            },
                            "end": {
                              "line": 142,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 6826,
                            "end": 6838,
                            "loc": {
                              "start": {
                                "line": 142,
                                "column": 17
                              },
                              "end": {
                                "line": 142,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 6826,
                              "end": 6830,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 17
                                },
                                "end": {
                                  "line": 142,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 6831,
                              "end": 6838,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 22
                                },
                                "end": {
                                  "line": 142,
                                  "column": 29
                                }
                              },
                              "name": "resolve"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 6839,
                              "end": 6845,
                              "loc": {
                                "start": {
                                  "line": 142,
                                  "column": 30
                                },
                                "end": {
                                  "line": 142,
                                  "column": 36
                                }
                              },
                              "name": "plugin"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 6856,
                      "end": 7217,
                      "loc": {
                        "start": {
                          "line": 143,
                          "column": 8
                        },
                        "end": {
                          "line": 153,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 6860,
                        "end": 6866,
                        "loc": {
                          "start": {
                            "line": 143,
                            "column": 12
                          },
                          "end": {
                            "line": 143,
                            "column": 18
                          }
                        },
                        "name": "plugin"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 6868,
                        "end": 7217,
                        "loc": {
                          "start": {
                            "line": 143,
                            "column": 20
                          },
                          "end": {
                            "line": 153,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 6883,
                            "end": 6989,
                            "loc": {
                              "start": {
                                "line": 145,
                                "column": 12
                              },
                              "end": {
                                "line": 146,
                                "column": 53
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 6887,
                              "end": 6934,
                              "loc": {
                                "start": {
                                  "line": 145,
                                  "column": 16
                                },
                                "end": {
                                  "line": 145,
                                  "column": 63
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 6887,
                                "end": 6903,
                                "loc": {
                                  "start": {
                                    "line": 145,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 145,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 6887,
                                  "end": 6896,
                                  "loc": {
                                    "start": {
                                      "line": 145,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 145,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 6887,
                                    "end": 6891,
                                    "loc": {
                                      "start": {
                                        "line": 145,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 145,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6892,
                                    "end": 6896,
                                    "loc": {
                                      "start": {
                                        "line": 145,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 145,
                                        "column": 25
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 6897,
                                  "end": 6903,
                                  "loc": {
                                    "start": {
                                      "line": 145,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 145,
                                      "column": 32
                                    }
                                  },
                                  "name": "active"
                                },
                                "computed": false
                              },
                              "operator": "&&",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 6907,
                                "end": 6934,
                                "loc": {
                                  "start": {
                                    "line": 145,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 145,
                                    "column": 63
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 6907,
                                  "end": 6923,
                                  "loc": {
                                    "start": {
                                      "line": 145,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 145,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 6907,
                                    "end": 6916,
                                    "loc": {
                                      "start": {
                                        "line": 145,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 145,
                                        "column": 45
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 6907,
                                      "end": 6911,
                                      "loc": {
                                        "start": {
                                          "line": 145,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 145,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6912,
                                      "end": 6916,
                                      "loc": {
                                        "start": {
                                          "line": 145,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 145,
                                          "column": 45
                                        }
                                      },
                                      "name": "data"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6917,
                                    "end": 6923,
                                    "loc": {
                                      "start": {
                                        "line": 145,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 145,
                                        "column": 52
                                      }
                                    },
                                    "name": "active"
                                  },
                                  "computed": false
                                },
                                "operator": "!==",
                                "right": {
                                  "type": "Identifier",
                                  "start": 6928,
                                  "end": 6934,
                                  "loc": {
                                    "start": {
                                      "line": 145,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 145,
                                      "column": 63
                                    }
                                  },
                                  "name": "plugin"
                                }
                              }
                            },
                            "consequent": {
                              "type": "ExpressionStatement",
                              "start": 6952,
                              "end": 6989,
                              "loc": {
                                "start": {
                                  "line": 146,
                                  "column": 16
                                },
                                "end": {
                                  "line": 146,
                                  "column": 53
                                }
                              },
                              "expression": {
                                "type": "AwaitExpression",
                                "start": 6952,
                                "end": 6988,
                                "loc": {
                                  "start": {
                                    "line": 146,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 146,
                                    "column": 52
                                  }
                                },
                                "all": false,
                                "argument": {
                                  "type": "CallExpression",
                                  "start": 6958,
                                  "end": 6988,
                                  "loc": {
                                    "start": {
                                      "line": 146,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 146,
                                      "column": 52
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 6958,
                                    "end": 6970,
                                    "loc": {
                                      "start": {
                                        "line": 146,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 146,
                                        "column": 34
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 6958,
                                      "end": 6962,
                                      "loc": {
                                        "start": {
                                          "line": 146,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 146,
                                          "column": 26
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 6963,
                                      "end": 6970,
                                      "loc": {
                                        "start": {
                                          "line": 146,
                                          "column": 27
                                        },
                                        "end": {
                                          "line": 146,
                                          "column": 34
                                        }
                                      },
                                      "name": "disable"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "MemberExpression",
                                      "start": 6971,
                                      "end": 6987,
                                      "loc": {
                                        "start": {
                                          "line": 146,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 146,
                                          "column": 51
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 6971,
                                        "end": 6980,
                                        "loc": {
                                          "start": {
                                            "line": 146,
                                            "column": 35
                                          },
                                          "end": {
                                            "line": 146,
                                            "column": 44
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 6971,
                                          "end": 6975,
                                          "loc": {
                                            "start": {
                                              "line": 146,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 146,
                                              "column": 39
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 6976,
                                          "end": 6980,
                                          "loc": {
                                            "start": {
                                              "line": 146,
                                              "column": 40
                                            },
                                            "end": {
                                              "line": 146,
                                              "column": 44
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 6981,
                                        "end": 6987,
                                        "loc": {
                                          "start": {
                                            "line": 146,
                                            "column": 45
                                          },
                                          "end": {
                                            "line": 146,
                                            "column": 51
                                          }
                                        },
                                        "name": "active"
                                      },
                                      "computed": false
                                    }
                                  ]
                                }
                              }
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 7003,
                            "end": 7050,
                            "loc": {
                              "start": {
                                "line": 148,
                                "column": 12
                              },
                              "end": {
                                "line": 148,
                                "column": 59
                              }
                            },
                            "expression": {
                              "type": "AwaitExpression",
                              "start": 7003,
                              "end": 7049,
                              "loc": {
                                "start": {
                                  "line": 148,
                                  "column": 12
                                },
                                "end": {
                                  "line": 148,
                                  "column": 58
                                }
                              },
                              "all": false,
                              "argument": {
                                "type": "CallExpression",
                                "start": 7009,
                                "end": 7049,
                                "loc": {
                                  "start": {
                                    "line": 148,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 148,
                                    "column": 58
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7009,
                                  "end": 7020,
                                  "loc": {
                                    "start": {
                                      "line": 148,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 148,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7009,
                                    "end": 7015,
                                    "loc": {
                                      "start": {
                                        "line": 148,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 148,
                                        "column": 24
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7016,
                                    "end": 7020,
                                    "loc": {
                                      "start": {
                                        "line": 148,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 148,
                                        "column": 29
                                      }
                                    },
                                    "name": "emit"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 7021,
                                    "end": 7042,
                                    "loc": {
                                      "start": {
                                        "line": 148,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 148,
                                        "column": 51
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7021,
                                      "end": 7034,
                                      "loc": {
                                        "start": {
                                          "line": 148,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 148,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7021,
                                        "end": 7027,
                                        "loc": {
                                          "start": {
                                            "line": 148,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 148,
                                            "column": 36
                                          }
                                        },
                                        "name": "Plugin"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7028,
                                        "end": 7034,
                                        "loc": {
                                          "start": {
                                            "line": 148,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 148,
                                            "column": 43
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7035,
                                      "end": 7042,
                                      "loc": {
                                        "start": {
                                          "line": 148,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 148,
                                          "column": 51
                                        }
                                      },
                                      "name": "Enabled"
                                    },
                                    "computed": false
                                  },
                                  {
                                    "type": "ThisExpression",
                                    "start": 7044,
                                    "end": 7048,
                                    "loc": {
                                      "start": {
                                        "line": 148,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 148,
                                        "column": 57
                                      }
                                    }
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 7063,
                            "end": 7092,
                            "loc": {
                              "start": {
                                "line": 149,
                                "column": 12
                              },
                              "end": {
                                "line": 149,
                                "column": 41
                              }
                            },
                            "expression": {
                              "type": "AwaitExpression",
                              "start": 7063,
                              "end": 7091,
                              "loc": {
                                "start": {
                                  "line": 149,
                                  "column": 12
                                },
                                "end": {
                                  "line": 149,
                                  "column": 40
                                }
                              },
                              "all": false,
                              "argument": {
                                "type": "CallExpression",
                                "start": 7069,
                                "end": 7091,
                                "loc": {
                                  "start": {
                                    "line": 149,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 149,
                                    "column": 40
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7069,
                                  "end": 7085,
                                  "loc": {
                                    "start": {
                                      "line": 149,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 149,
                                      "column": 34
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7069,
                                    "end": 7075,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 24
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7076,
                                    "end": 7085,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 34
                                      }
                                    },
                                    "name": "onEnabled"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "start": 7086,
                                    "end": 7090,
                                    "loc": {
                                      "start": {
                                        "line": 149,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 149,
                                        "column": 39
                                      }
                                    }
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 7105,
                            "end": 7136,
                            "loc": {
                              "start": {
                                "line": 150,
                                "column": 12
                              },
                              "end": {
                                "line": 150,
                                "column": 43
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 7105,
                              "end": 7135,
                              "loc": {
                                "start": {
                                  "line": 150,
                                  "column": 12
                                },
                                "end": {
                                  "line": 150,
                                  "column": 42
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 7105,
                                "end": 7121,
                                "loc": {
                                  "start": {
                                    "line": 150,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 150,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 7105,
                                  "end": 7114,
                                  "loc": {
                                    "start": {
                                      "line": 150,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 150,
                                      "column": 21
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 7105,
                                    "end": 7109,
                                    "loc": {
                                      "start": {
                                        "line": 150,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 150,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7110,
                                    "end": 7114,
                                    "loc": {
                                      "start": {
                                        "line": 150,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 150,
                                        "column": 21
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7115,
                                  "end": 7121,
                                  "loc": {
                                    "start": {
                                      "line": 150,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 150,
                                      "column": 28
                                    }
                                  },
                                  "name": "active"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 7124,
                                "end": 7135,
                                "loc": {
                                  "start": {
                                    "line": 150,
                                    "column": 31
                                  },
                                  "end": {
                                    "line": 150,
                                    "column": 42
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 7124,
                                  "end": 7130,
                                  "loc": {
                                    "start": {
                                      "line": 150,
                                      "column": 31
                                    },
                                    "end": {
                                      "line": 150,
                                      "column": 37
                                    }
                                  },
                                  "name": "plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7131,
                                  "end": 7135,
                                  "loc": {
                                    "start": {
                                      "line": 150,
                                      "column": 38
                                    },
                                    "end": {
                                      "line": 150,
                                      "column": 42
                                    }
                                  },
                                  "name": "data"
                                },
                                "computed": false
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 7149,
                            "end": 7167,
                            "loc": {
                              "start": {
                                "line": 151,
                                "column": 12
                              },
                              "end": {
                                "line": 151,
                                "column": 30
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 7149,
                              "end": 7166,
                              "loc": {
                                "start": {
                                  "line": 151,
                                  "column": 12
                                },
                                "end": {
                                  "line": 151,
                                  "column": 29
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 7149,
                                "end": 7158,
                                "loc": {
                                  "start": {
                                    "line": 151,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 151,
                                    "column": 21
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 7149,
                                  "end": 7153,
                                  "loc": {
                                    "start": {
                                      "line": 151,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 151,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7154,
                                  "end": 7158,
                                  "loc": {
                                    "start": {
                                      "line": 151,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 151,
                                      "column": 21
                                    }
                                  },
                                  "name": "show"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Identifier",
                                  "start": 7159,
                                  "end": 7165,
                                  "loc": {
                                    "start": {
                                      "line": 151,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 151,
                                      "column": 28
                                    }
                                  },
                                  "name": "plugin"
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 7180,
                            "end": 7207,
                            "loc": {
                              "start": {
                                "line": 152,
                                "column": 12
                              },
                              "end": {
                                "line": 152,
                                "column": 39
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 7180,
                              "end": 7206,
                              "loc": {
                                "start": {
                                  "line": 152,
                                  "column": 12
                                },
                                "end": {
                                  "line": 152,
                                  "column": 38
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 7180,
                                "end": 7199,
                                "loc": {
                                  "start": {
                                    "line": 152,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 152,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 7180,
                                  "end": 7191,
                                  "loc": {
                                    "start": {
                                      "line": 152,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 152,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7180,
                                    "end": 7186,
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 18
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7187,
                                    "end": 7191,
                                    "loc": {
                                      "start": {
                                        "line": 152,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 152,
                                        "column": 23
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7192,
                                  "end": 7199,
                                  "loc": {
                                    "start": {
                                      "line": 152,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 152,
                                      "column": 31
                                    }
                                  },
                                  "name": "enabled"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Literal",
                                "start": 7202,
                                "end": 7206,
                                "loc": {
                                  "start": {
                                    "line": 152,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 152,
                                    "column": 38
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              }
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "* Enables a plugin. Invokes the plugins Plugin.Events.Enabled event and calls its onEnabled prototype function. ",
                  "start": 6665,
                  "end": 6781,
                  "loc": {
                    "start": {
                      "line": 140,
                      "column": 4
                    },
                    "end": {
                      "line": 140,
                      "column": 120
                    }
                  },
                  "range": [
                    6665,
                    6781
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "Block",
                  "value": "* Disables a plugin. Invokes the plugins Plugin.Events.Disabled event and calls its onDisabled prototype function. ",
                  "start": 7229,
                  "end": 7348,
                  "loc": {
                    "start": {
                      "line": 156,
                      "column": 4
                    },
                    "end": {
                      "line": 156,
                      "column": 123
                    }
                  },
                  "range": [
                    7229,
                    7348
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 7353,
              "end": 7905,
              "loc": {
                "start": {
                  "line": 157,
                  "column": 4
                },
                "end": {
                  "line": 172,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 7359,
                "end": 7366,
                "loc": {
                  "start": {
                    "line": 157,
                    "column": 10
                  },
                  "end": {
                    "line": 157,
                    "column": 17
                  }
                },
                "name": "disable"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 7366,
                "end": 7905,
                "loc": {
                  "start": {
                    "line": 157,
                    "column": 17
                  },
                  "end": {
                    "line": 172,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": true,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7367,
                    "end": 7373,
                    "loc": {
                      "start": {
                        "line": 157,
                        "column": 18
                      },
                      "end": {
                        "line": 157,
                        "column": 24
                      }
                    },
                    "name": "plugin"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7375,
                  "end": 7905,
                  "loc": {
                    "start": {
                      "line": 157,
                      "column": 26
                    },
                    "end": {
                      "line": 172,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 7385,
                      "end": 7415,
                      "loc": {
                        "start": {
                          "line": 158,
                          "column": 8
                        },
                        "end": {
                          "line": 158,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 7385,
                        "end": 7414,
                        "loc": {
                          "start": {
                            "line": 158,
                            "column": 8
                          },
                          "end": {
                            "line": 158,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 7385,
                          "end": 7391,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 8
                            },
                            "end": {
                              "line": 158,
                              "column": 14
                            }
                          },
                          "name": "plugin"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 7394,
                          "end": 7414,
                          "loc": {
                            "start": {
                              "line": 158,
                              "column": 17
                            },
                            "end": {
                              "line": 158,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 7394,
                            "end": 7406,
                            "loc": {
                              "start": {
                                "line": 158,
                                "column": 17
                              },
                              "end": {
                                "line": 158,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 7394,
                              "end": 7398,
                              "loc": {
                                "start": {
                                  "line": 158,
                                  "column": 17
                                },
                                "end": {
                                  "line": 158,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7399,
                              "end": 7406,
                              "loc": {
                                "start": {
                                  "line": 158,
                                  "column": 22
                                },
                                "end": {
                                  "line": 158,
                                  "column": 29
                                }
                              },
                              "name": "resolve"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 7407,
                              "end": 7413,
                              "loc": {
                                "start": {
                                  "line": 158,
                                  "column": 30
                                },
                                "end": {
                                  "line": 158,
                                  "column": 36
                                }
                              },
                              "name": "plugin"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 7424,
                      "end": 7899,
                      "loc": {
                        "start": {
                          "line": 159,
                          "column": 8
                        },
                        "end": {
                          "line": 171,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 7428,
                        "end": 7434,
                        "loc": {
                          "start": {
                            "line": 159,
                            "column": 12
                          },
                          "end": {
                            "line": 159,
                            "column": 18
                          }
                        },
                        "name": "plugin"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 7436,
                        "end": 7899,
                        "loc": {
                          "start": {
                            "line": 159,
                            "column": 20
                          },
                          "end": {
                            "line": 171,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 7451,
                            "end": 7743,
                            "loc": {
                              "start": {
                                "line": 161,
                                "column": 12
                              },
                              "end": {
                                "line": 166,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "LogicalExpression",
                              "start": 7455,
                              "end": 7507,
                              "loc": {
                                "start": {
                                  "line": 161,
                                  "column": 16
                                },
                                "end": {
                                  "line": 161,
                                  "column": 68
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 7455,
                                "end": 7471,
                                "loc": {
                                  "start": {
                                    "line": 161,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 161,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 7455,
                                  "end": 7464,
                                  "loc": {
                                    "start": {
                                      "line": 161,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 161,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 7455,
                                    "end": 7459,
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7460,
                                    "end": 7464,
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 25
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7465,
                                  "end": 7471,
                                  "loc": {
                                    "start": {
                                      "line": 161,
                                      "column": 26
                                    },
                                    "end": {
                                      "line": 161,
                                      "column": 32
                                    }
                                  },
                                  "name": "active"
                                },
                                "computed": false
                              },
                              "operator": "&&",
                              "right": {
                                "type": "BinaryExpression",
                                "start": 7475,
                                "end": 7507,
                                "loc": {
                                  "start": {
                                    "line": 161,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 161,
                                    "column": 68
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 7475,
                                  "end": 7491,
                                  "loc": {
                                    "start": {
                                      "line": 161,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 161,
                                      "column": 52
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 7475,
                                    "end": 7484,
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 45
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 7475,
                                      "end": 7479,
                                      "loc": {
                                        "start": {
                                          "line": 161,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 161,
                                          "column": 40
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7480,
                                      "end": 7484,
                                      "loc": {
                                        "start": {
                                          "line": 161,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 161,
                                          "column": 45
                                        }
                                      },
                                      "name": "data"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7485,
                                    "end": 7491,
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 52
                                      }
                                    },
                                    "name": "active"
                                  },
                                  "computed": false
                                },
                                "operator": "===",
                                "right": {
                                  "type": "MemberExpression",
                                  "start": 7496,
                                  "end": 7507,
                                  "loc": {
                                    "start": {
                                      "line": 161,
                                      "column": 57
                                    },
                                    "end": {
                                      "line": 161,
                                      "column": 68
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7496,
                                    "end": 7502,
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 63
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7503,
                                    "end": 7507,
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 64
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 68
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                }
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 7509,
                              "end": 7743,
                              "loc": {
                                "start": {
                                  "line": 161,
                                  "column": 70
                                },
                                "end": {
                                  "line": 166,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 7527,
                                  "end": 7556,
                                  "loc": {
                                    "start": {
                                      "line": 162,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 162,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 7527,
                                    "end": 7555,
                                    "loc": {
                                      "start": {
                                        "line": 162,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 162,
                                        "column": 44
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 7527,
                                      "end": 7547,
                                      "loc": {
                                        "start": {
                                          "line": 162,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 162,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 7527,
                                        "end": 7531,
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7532,
                                        "end": 7547,
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 36
                                          }
                                        },
                                        "name": "removeSelection"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Identifier",
                                        "start": 7548,
                                        "end": 7554,
                                        "loc": {
                                          "start": {
                                            "line": 162,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 162,
                                            "column": 43
                                          }
                                        },
                                        "name": "plugin"
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 7573,
                                  "end": 7641,
                                  "loc": {
                                    "start": {
                                      "line": 163,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 163,
                                      "column": 84
                                    }
                                  },
                                  "expression": {
                                    "type": "LogicalExpression",
                                    "start": 7573,
                                    "end": 7640,
                                    "loc": {
                                      "start": {
                                        "line": 163,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 163,
                                        "column": 83
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 7573,
                                      "end": 7585,
                                      "loc": {
                                        "start": {
                                          "line": 163,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 163,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 7573,
                                        "end": 7577,
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 163,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7578,
                                        "end": 7585,
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 163,
                                            "column": 28
                                          }
                                        },
                                        "name": "handler"
                                      },
                                      "computed": false
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 7589,
                                      "end": 7640,
                                      "loc": {
                                        "start": {
                                          "line": 163,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 163,
                                          "column": 83
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 7589,
                                        "end": 7617,
                                        "loc": {
                                          "start": {
                                            "line": 163,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 163,
                                            "column": 60
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 7589,
                                          "end": 7597,
                                          "loc": {
                                            "start": {
                                              "line": 163,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 163,
                                              "column": 40
                                            }
                                          },
                                          "name": "document"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7598,
                                          "end": 7617,
                                          "loc": {
                                            "start": {
                                              "line": 163,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 163,
                                              "column": 60
                                            }
                                          },
                                          "name": "removeEventListener"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Literal",
                                          "start": 7618,
                                          "end": 7625,
                                          "loc": {
                                            "start": {
                                              "line": 163,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 163,
                                              "column": 68
                                            }
                                          },
                                          "value": "keyup",
                                          "rawValue": "keyup",
                                          "raw": "'keyup'"
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "start": 7627,
                                          "end": 7639,
                                          "loc": {
                                            "start": {
                                              "line": 163,
                                              "column": 70
                                            },
                                            "end": {
                                              "line": 163,
                                              "column": 82
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 7627,
                                            "end": 7631,
                                            "loc": {
                                              "start": {
                                                "line": 163,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 163,
                                                "column": 74
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 7632,
                                            "end": 7639,
                                            "loc": {
                                              "start": {
                                                "line": 163,
                                                "column": 75
                                              },
                                              "end": {
                                                "line": 163,
                                                "column": 82
                                              }
                                            },
                                            "name": "handler"
                                          },
                                          "computed": false
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 7658,
                                  "end": 7683,
                                  "loc": {
                                    "start": {
                                      "line": 164,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 164,
                                      "column": 41
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 7658,
                                    "end": 7682,
                                    "loc": {
                                      "start": {
                                        "line": 164,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 164,
                                        "column": 40
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 7658,
                                      "end": 7670,
                                      "loc": {
                                        "start": {
                                          "line": 164,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 164,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 7658,
                                        "end": 7662,
                                        "loc": {
                                          "start": {
                                            "line": 164,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 164,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7663,
                                        "end": 7670,
                                        "loc": {
                                          "start": {
                                            "line": 164,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 164,
                                            "column": 28
                                          }
                                        },
                                        "name": "handler"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "start": 7673,
                                      "end": 7682,
                                      "loc": {
                                        "start": {
                                          "line": 164,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 164,
                                          "column": 40
                                        }
                                      },
                                      "name": "undefined"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 7700,
                                  "end": 7729,
                                  "loc": {
                                    "start": {
                                      "line": 165,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 165,
                                      "column": 45
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 7700,
                                    "end": 7728,
                                    "loc": {
                                      "start": {
                                        "line": 165,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 165,
                                        "column": 44
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 7700,
                                      "end": 7716,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 7700,
                                        "end": 7709,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 25
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 7700,
                                          "end": 7704,
                                          "loc": {
                                            "start": {
                                              "line": 165,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 165,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 7705,
                                          "end": 7709,
                                          "loc": {
                                            "start": {
                                              "line": 165,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 165,
                                              "column": 25
                                            }
                                          },
                                          "name": "data"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7710,
                                        "end": 7716,
                                        "loc": {
                                          "start": {
                                            "line": 165,
                                            "column": 26
                                          },
                                          "end": {
                                            "line": 165,
                                            "column": 32
                                          }
                                        },
                                        "name": "active"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "start": 7719,
                                      "end": 7728,
                                      "loc": {
                                        "start": {
                                          "line": 165,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 165,
                                          "column": 44
                                        }
                                      },
                                      "name": "undefined"
                                    }
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 7757,
                            "end": 7805,
                            "loc": {
                              "start": {
                                "line": 168,
                                "column": 12
                              },
                              "end": {
                                "line": 168,
                                "column": 60
                              }
                            },
                            "expression": {
                              "type": "AwaitExpression",
                              "start": 7757,
                              "end": 7804,
                              "loc": {
                                "start": {
                                  "line": 168,
                                  "column": 12
                                },
                                "end": {
                                  "line": 168,
                                  "column": 59
                                }
                              },
                              "all": false,
                              "argument": {
                                "type": "CallExpression",
                                "start": 7763,
                                "end": 7804,
                                "loc": {
                                  "start": {
                                    "line": 168,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 168,
                                    "column": 59
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7763,
                                  "end": 7774,
                                  "loc": {
                                    "start": {
                                      "line": 168,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 168,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7763,
                                    "end": 7769,
                                    "loc": {
                                      "start": {
                                        "line": 168,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 168,
                                        "column": 24
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7770,
                                    "end": 7774,
                                    "loc": {
                                      "start": {
                                        "line": 168,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 168,
                                        "column": 29
                                      }
                                    },
                                    "name": "emit"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 7775,
                                    "end": 7797,
                                    "loc": {
                                      "start": {
                                        "line": 168,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 168,
                                        "column": 52
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 7775,
                                      "end": 7788,
                                      "loc": {
                                        "start": {
                                          "line": 168,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 168,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 7775,
                                        "end": 7781,
                                        "loc": {
                                          "start": {
                                            "line": 168,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 168,
                                            "column": 36
                                          }
                                        },
                                        "name": "Plugin"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 7782,
                                        "end": 7788,
                                        "loc": {
                                          "start": {
                                            "line": 168,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 168,
                                            "column": 43
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 7789,
                                      "end": 7797,
                                      "loc": {
                                        "start": {
                                          "line": 168,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 168,
                                          "column": 52
                                        }
                                      },
                                      "name": "Disabled"
                                    },
                                    "computed": false
                                  },
                                  {
                                    "type": "ThisExpression",
                                    "start": 7799,
                                    "end": 7803,
                                    "loc": {
                                      "start": {
                                        "line": 168,
                                        "column": 54
                                      },
                                      "end": {
                                        "line": 168,
                                        "column": 58
                                      }
                                    }
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 7818,
                            "end": 7848,
                            "loc": {
                              "start": {
                                "line": 169,
                                "column": 12
                              },
                              "end": {
                                "line": 169,
                                "column": 42
                              }
                            },
                            "expression": {
                              "type": "AwaitExpression",
                              "start": 7818,
                              "end": 7847,
                              "loc": {
                                "start": {
                                  "line": 169,
                                  "column": 12
                                },
                                "end": {
                                  "line": 169,
                                  "column": 41
                                }
                              },
                              "all": false,
                              "argument": {
                                "type": "CallExpression",
                                "start": 7824,
                                "end": 7847,
                                "loc": {
                                  "start": {
                                    "line": 169,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 169,
                                    "column": 41
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 7824,
                                  "end": 7841,
                                  "loc": {
                                    "start": {
                                      "line": 169,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 169,
                                      "column": 35
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7824,
                                    "end": 7830,
                                    "loc": {
                                      "start": {
                                        "line": 169,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 169,
                                        "column": 24
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7831,
                                    "end": 7841,
                                    "loc": {
                                      "start": {
                                        "line": 169,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 169,
                                        "column": 35
                                      }
                                    },
                                    "name": "onDisabled"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "start": 7842,
                                    "end": 7846,
                                    "loc": {
                                      "start": {
                                        "line": 169,
                                        "column": 36
                                      },
                                      "end": {
                                        "line": 169,
                                        "column": 40
                                      }
                                    }
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 7861,
                            "end": 7889,
                            "loc": {
                              "start": {
                                "line": 170,
                                "column": 12
                              },
                              "end": {
                                "line": 170,
                                "column": 40
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 7861,
                              "end": 7888,
                              "loc": {
                                "start": {
                                  "line": 170,
                                  "column": 12
                                },
                                "end": {
                                  "line": 170,
                                  "column": 39
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 7861,
                                "end": 7880,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 7861,
                                  "end": 7872,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 23
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 7861,
                                    "end": 7867,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 18
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 7868,
                                    "end": 7872,
                                    "loc": {
                                      "start": {
                                        "line": 170,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 170,
                                        "column": 23
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 7873,
                                  "end": 7880,
                                  "loc": {
                                    "start": {
                                      "line": 170,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 170,
                                      "column": 31
                                    }
                                  },
                                  "name": "enabled"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Literal",
                                "start": 7883,
                                "end": 7888,
                                "loc": {
                                  "start": {
                                    "line": 170,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 170,
                                    "column": 39
                                  }
                                },
                                "value": false,
                                "rawValue": false,
                                "raw": "false"
                              }
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "* Disables a plugin. Invokes the plugins Plugin.Events.Disabled event and calls its onDisabled prototype function. ",
                  "start": 7229,
                  "end": 7348,
                  "loc": {
                    "start": {
                      "line": 156,
                      "column": 4
                    },
                    "end": {
                      "line": 156,
                      "column": 123
                    }
                  },
                  "range": [
                    7229,
                    7348
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "Block",
                  "value": "* Toggles a plugin ",
                  "start": 7911,
                  "end": 7934,
                  "loc": {
                    "start": {
                      "line": 174,
                      "column": 4
                    },
                    "end": {
                      "line": 174,
                      "column": 27
                    }
                  },
                  "range": [
                    7911,
                    7934
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 7939,
              "end": 8199,
              "loc": {
                "start": {
                  "line": 175,
                  "column": 4
                },
                "end": {
                  "line": 184,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 7945,
                "end": 7951,
                "loc": {
                  "start": {
                    "line": 175,
                    "column": 10
                  },
                  "end": {
                    "line": 175,
                    "column": 16
                  }
                },
                "name": "toggle"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 7951,
                "end": 8199,
                "loc": {
                  "start": {
                    "line": 175,
                    "column": 16
                  },
                  "end": {
                    "line": 184,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": true,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 7952,
                    "end": 7958,
                    "loc": {
                      "start": {
                        "line": 175,
                        "column": 17
                      },
                      "end": {
                        "line": 175,
                        "column": 23
                      }
                    },
                    "name": "plugin"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 7960,
                  "end": 8199,
                  "loc": {
                    "start": {
                      "line": 175,
                      "column": 25
                    },
                    "end": {
                      "line": 184,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 7970,
                      "end": 8000,
                      "loc": {
                        "start": {
                          "line": 176,
                          "column": 8
                        },
                        "end": {
                          "line": 176,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 7970,
                        "end": 7999,
                        "loc": {
                          "start": {
                            "line": 176,
                            "column": 8
                          },
                          "end": {
                            "line": 176,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 7970,
                          "end": 7976,
                          "loc": {
                            "start": {
                              "line": 176,
                              "column": 8
                            },
                            "end": {
                              "line": 176,
                              "column": 14
                            }
                          },
                          "name": "plugin"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 7979,
                          "end": 7999,
                          "loc": {
                            "start": {
                              "line": 176,
                              "column": 17
                            },
                            "end": {
                              "line": 176,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 7979,
                            "end": 7991,
                            "loc": {
                              "start": {
                                "line": 176,
                                "column": 17
                              },
                              "end": {
                                "line": 176,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 7979,
                              "end": 7983,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 17
                                },
                                "end": {
                                  "line": 176,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 7984,
                              "end": 7991,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 22
                                },
                                "end": {
                                  "line": 176,
                                  "column": 29
                                }
                              },
                              "name": "resolve"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 7992,
                              "end": 7998,
                              "loc": {
                                "start": {
                                  "line": 176,
                                  "column": 30
                                },
                                "end": {
                                  "line": 176,
                                  "column": 36
                                }
                              },
                              "name": "plugin"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 8009,
                      "end": 8193,
                      "loc": {
                        "start": {
                          "line": 177,
                          "column": 8
                        },
                        "end": {
                          "line": 183,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 8013,
                        "end": 8019,
                        "loc": {
                          "start": {
                            "line": 177,
                            "column": 12
                          },
                          "end": {
                            "line": 177,
                            "column": 18
                          }
                        },
                        "name": "plugin"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 8021,
                        "end": 8193,
                        "loc": {
                          "start": {
                            "line": 177,
                            "column": 20
                          },
                          "end": {
                            "line": 183,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "IfStatement",
                            "start": 8035,
                            "end": 8183,
                            "loc": {
                              "start": {
                                "line": 178,
                                "column": 12
                              },
                              "end": {
                                "line": 182,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 8039,
                              "end": 8058,
                              "loc": {
                                "start": {
                                  "line": 178,
                                  "column": 16
                                },
                                "end": {
                                  "line": 178,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 8039,
                                "end": 8050,
                                "loc": {
                                  "start": {
                                    "line": 178,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 178,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8039,
                                  "end": 8045,
                                  "loc": {
                                    "start": {
                                      "line": 178,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 178,
                                      "column": 22
                                    }
                                  },
                                  "name": "plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8046,
                                  "end": 8050,
                                  "loc": {
                                    "start": {
                                      "line": 178,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 178,
                                      "column": 27
                                    }
                                  },
                                  "name": "data"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8051,
                                "end": 8058,
                                "loc": {
                                  "start": {
                                    "line": 178,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 178,
                                    "column": 35
                                  }
                                },
                                "name": "enabled"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 8060,
                              "end": 8119,
                              "loc": {
                                "start": {
                                  "line": 178,
                                  "column": 37
                                },
                                "end": {
                                  "line": 180,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 8078,
                                  "end": 8105,
                                  "loc": {
                                    "start": {
                                      "line": 179,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 179,
                                      "column": 43
                                    }
                                  },
                                  "expression": {
                                    "type": "AwaitExpression",
                                    "start": 8078,
                                    "end": 8104,
                                    "loc": {
                                      "start": {
                                        "line": 179,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 179,
                                        "column": 42
                                      }
                                    },
                                    "all": false,
                                    "argument": {
                                      "type": "CallExpression",
                                      "start": 8084,
                                      "end": 8104,
                                      "loc": {
                                        "start": {
                                          "line": 179,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 179,
                                          "column": 42
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 8084,
                                        "end": 8096,
                                        "loc": {
                                          "start": {
                                            "line": 179,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 179,
                                            "column": 34
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 8084,
                                          "end": 8088,
                                          "loc": {
                                            "start": {
                                              "line": 179,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 179,
                                              "column": 26
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8089,
                                          "end": 8096,
                                          "loc": {
                                            "start": {
                                              "line": 179,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 179,
                                              "column": 34
                                            }
                                          },
                                          "name": "disable"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 8097,
                                          "end": 8103,
                                          "loc": {
                                            "start": {
                                              "line": 179,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 179,
                                              "column": 41
                                            }
                                          },
                                          "name": "plugin"
                                        }
                                      ]
                                    }
                                  }
                                }
                              ]
                            },
                            "alternate": {
                              "type": "BlockStatement",
                              "start": 8125,
                              "end": 8183,
                              "loc": {
                                "start": {
                                  "line": 180,
                                  "column": 19
                                },
                                "end": {
                                  "line": 182,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 8143,
                                  "end": 8169,
                                  "loc": {
                                    "start": {
                                      "line": 181,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 181,
                                      "column": 42
                                    }
                                  },
                                  "expression": {
                                    "type": "AwaitExpression",
                                    "start": 8143,
                                    "end": 8168,
                                    "loc": {
                                      "start": {
                                        "line": 181,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 181,
                                        "column": 41
                                      }
                                    },
                                    "all": false,
                                    "argument": {
                                      "type": "CallExpression",
                                      "start": 8149,
                                      "end": 8168,
                                      "loc": {
                                        "start": {
                                          "line": 181,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 181,
                                          "column": 41
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 8149,
                                        "end": 8160,
                                        "loc": {
                                          "start": {
                                            "line": 181,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 181,
                                            "column": 33
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 8149,
                                          "end": 8153,
                                          "loc": {
                                            "start": {
                                              "line": 181,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 181,
                                              "column": 26
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8154,
                                          "end": 8160,
                                          "loc": {
                                            "start": {
                                              "line": 181,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 181,
                                              "column": 33
                                            }
                                          },
                                          "name": "enable"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 8161,
                                          "end": 8167,
                                          "loc": {
                                            "start": {
                                              "line": 181,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 181,
                                              "column": 40
                                            }
                                          },
                                          "name": "plugin"
                                        }
                                      ]
                                    }
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ],
                  "trailingComments": null
                },
                "trailingComments": null
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "* Toggles a plugin ",
                  "start": 7911,
                  "end": 7934,
                  "loc": {
                    "start": {
                      "line": 174,
                      "column": 4
                    },
                    "end": {
                      "line": 174,
                      "column": 27
                    }
                  },
                  "range": [
                    7911,
                    7934
                  ]
                }
              ],
              "trailingComments": [
                {
                  "type": "Block",
                  "value": "* Destroys a plugin. Calls this.disable on it, invokes the plugins Plugin.Events.Destroyed event and calls its onDestroyed prototype function. ",
                  "start": 8205,
                  "end": 8352,
                  "loc": {
                    "start": {
                      "line": 186,
                      "column": 4
                    },
                    "end": {
                      "line": 186,
                      "column": 151
                    }
                  },
                  "range": [
                    8205,
                    8352
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 8357,
              "end": 8780,
              "loc": {
                "start": {
                  "line": 187,
                  "column": 4
                },
                "end": {
                  "line": 197,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 8363,
                "end": 8370,
                "loc": {
                  "start": {
                    "line": 187,
                    "column": 10
                  },
                  "end": {
                    "line": 187,
                    "column": 17
                  }
                },
                "name": "destroy"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 8370,
                "end": 8780,
                "loc": {
                  "start": {
                    "line": 187,
                    "column": 17
                  },
                  "end": {
                    "line": 197,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": true,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 8371,
                    "end": 8377,
                    "loc": {
                      "start": {
                        "line": 187,
                        "column": 18
                      },
                      "end": {
                        "line": 187,
                        "column": 24
                      }
                    },
                    "name": "plugin"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 8379,
                  "end": 8780,
                  "loc": {
                    "start": {
                      "line": 187,
                      "column": 26
                    },
                    "end": {
                      "line": 197,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 8389,
                      "end": 8419,
                      "loc": {
                        "start": {
                          "line": 188,
                          "column": 8
                        },
                        "end": {
                          "line": 188,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 8389,
                        "end": 8418,
                        "loc": {
                          "start": {
                            "line": 188,
                            "column": 8
                          },
                          "end": {
                            "line": 188,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 8389,
                          "end": 8395,
                          "loc": {
                            "start": {
                              "line": 188,
                              "column": 8
                            },
                            "end": {
                              "line": 188,
                              "column": 14
                            }
                          },
                          "name": "plugin"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 8398,
                          "end": 8418,
                          "loc": {
                            "start": {
                              "line": 188,
                              "column": 17
                            },
                            "end": {
                              "line": 188,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 8398,
                            "end": 8410,
                            "loc": {
                              "start": {
                                "line": 188,
                                "column": 17
                              },
                              "end": {
                                "line": 188,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 8398,
                              "end": 8402,
                              "loc": {
                                "start": {
                                  "line": 188,
                                  "column": 17
                                },
                                "end": {
                                  "line": 188,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8403,
                              "end": 8410,
                              "loc": {
                                "start": {
                                  "line": 188,
                                  "column": 22
                                },
                                "end": {
                                  "line": 188,
                                  "column": 29
                                }
                              },
                              "name": "resolve"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 8411,
                              "end": 8417,
                              "loc": {
                                "start": {
                                  "line": 188,
                                  "column": 30
                                },
                                "end": {
                                  "line": 188,
                                  "column": 36
                                }
                              },
                              "name": "plugin"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 8428,
                      "end": 8774,
                      "loc": {
                        "start": {
                          "line": 189,
                          "column": 8
                        },
                        "end": {
                          "line": 196,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 8432,
                        "end": 8438,
                        "loc": {
                          "start": {
                            "line": 189,
                            "column": 12
                          },
                          "end": {
                            "line": 189,
                            "column": 18
                          }
                        },
                        "name": "plugin"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 8440,
                        "end": 8774,
                        "loc": {
                          "start": {
                            "line": 189,
                            "column": 20
                          },
                          "end": {
                            "line": 196,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 8454,
                            "end": 8479,
                            "loc": {
                              "start": {
                                "line": 190,
                                "column": 12
                              },
                              "end": {
                                "line": 190,
                                "column": 37
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 8454,
                              "end": 8478,
                              "loc": {
                                "start": {
                                  "line": 190,
                                  "column": 12
                                },
                                "end": {
                                  "line": 190,
                                  "column": 36
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 8454,
                                "end": 8476,
                                "loc": {
                                  "start": {
                                    "line": 190,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 190,
                                    "column": 34
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8454,
                                  "end": 8460,
                                  "loc": {
                                    "start": {
                                      "line": 190,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 190,
                                      "column": 18
                                    }
                                  },
                                  "name": "plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8461,
                                  "end": 8476,
                                  "loc": {
                                    "start": {
                                      "line": 190,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 190,
                                      "column": 34
                                    }
                                  },
                                  "name": "removeListeners"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 8492,
                            "end": 8519,
                            "loc": {
                              "start": {
                                "line": 191,
                                "column": 12
                              },
                              "end": {
                                "line": 191,
                                "column": 39
                              }
                            },
                            "expression": {
                              "type": "AwaitExpression",
                              "start": 8492,
                              "end": 8518,
                              "loc": {
                                "start": {
                                  "line": 191,
                                  "column": 12
                                },
                                "end": {
                                  "line": 191,
                                  "column": 38
                                }
                              },
                              "all": false,
                              "argument": {
                                "type": "CallExpression",
                                "start": 8498,
                                "end": 8518,
                                "loc": {
                                  "start": {
                                    "line": 191,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 191,
                                    "column": 38
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 8498,
                                  "end": 8510,
                                  "loc": {
                                    "start": {
                                      "line": 191,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 191,
                                      "column": 30
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 8498,
                                    "end": 8502,
                                    "loc": {
                                      "start": {
                                        "line": 191,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 191,
                                        "column": 22
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8503,
                                    "end": 8510,
                                    "loc": {
                                      "start": {
                                        "line": 191,
                                        "column": 23
                                      },
                                      "end": {
                                        "line": 191,
                                        "column": 30
                                      }
                                    },
                                    "name": "disable"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Identifier",
                                    "start": 8511,
                                    "end": 8517,
                                    "loc": {
                                      "start": {
                                        "line": 191,
                                        "column": 31
                                      },
                                      "end": {
                                        "line": 191,
                                        "column": 37
                                      }
                                    },
                                    "name": "plugin"
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 8532,
                            "end": 8565,
                            "loc": {
                              "start": {
                                "line": 192,
                                "column": 12
                              },
                              "end": {
                                "line": 192,
                                "column": 45
                              }
                            },
                            "expression": {
                              "type": "UnaryExpression",
                              "start": 8532,
                              "end": 8564,
                              "loc": {
                                "start": {
                                  "line": 192,
                                  "column": 12
                                },
                                "end": {
                                  "line": 192,
                                  "column": 44
                                }
                              },
                              "operator": "delete",
                              "prefix": true,
                              "argument": {
                                "type": "MemberExpression",
                                "start": 8539,
                                "end": 8564,
                                "loc": {
                                  "start": {
                                    "line": 192,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 192,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 8539,
                                  "end": 8551,
                                  "loc": {
                                    "start": {
                                      "line": 192,
                                      "column": 19
                                    },
                                    "end": {
                                      "line": 192,
                                      "column": 31
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 8539,
                                    "end": 8543,
                                    "loc": {
                                      "start": {
                                        "line": 192,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 192,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8544,
                                    "end": 8551,
                                    "loc": {
                                      "start": {
                                        "line": 192,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 192,
                                        "column": 31
                                      }
                                    },
                                    "name": "plugins"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "MemberExpression",
                                  "start": 8552,
                                  "end": 8563,
                                  "loc": {
                                    "start": {
                                      "line": 192,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 192,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8552,
                                    "end": 8558,
                                    "loc": {
                                      "start": {
                                        "line": 192,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 192,
                                        "column": 38
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8559,
                                    "end": 8563,
                                    "loc": {
                                      "start": {
                                        "line": 192,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 192,
                                        "column": 43
                                      }
                                    },
                                    "name": "name"
                                  },
                                  "computed": false
                                },
                                "computed": true
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 8578,
                            "end": 8658,
                            "loc": {
                              "start": {
                                "line": 193,
                                "column": 12
                              },
                              "end": {
                                "line": 193,
                                "column": 92
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 8578,
                              "end": 8657,
                              "loc": {
                                "start": {
                                  "line": 193,
                                  "column": 12
                                },
                                "end": {
                                  "line": 193,
                                  "column": 91
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 8578,
                                "end": 8595,
                                "loc": {
                                  "start": {
                                    "line": 193,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 193,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 8578,
                                  "end": 8587,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 21
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 8578,
                                    "end": 8582,
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8583,
                                    "end": 8587,
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 21
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8588,
                                  "end": 8595,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 29
                                    }
                                  },
                                  "name": "plugins"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 8598,
                                "end": 8657,
                                "loc": {
                                  "start": {
                                    "line": 193,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 193,
                                    "column": 91
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 8598,
                                  "end": 8622,
                                  "loc": {
                                    "start": {
                                      "line": 193,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 193,
                                      "column": 56
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 8598,
                                    "end": 8615,
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 32
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 49
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 8598,
                                      "end": 8607,
                                      "loc": {
                                        "start": {
                                          "line": 193,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 193,
                                          "column": 41
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 8598,
                                        "end": 8602,
                                        "loc": {
                                          "start": {
                                            "line": 193,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 193,
                                            "column": 36
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8603,
                                        "end": 8607,
                                        "loc": {
                                          "start": {
                                            "line": 193,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 193,
                                            "column": 41
                                          }
                                        },
                                        "name": "data"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8608,
                                      "end": 8615,
                                      "loc": {
                                        "start": {
                                          "line": 193,
                                          "column": 42
                                        },
                                        "end": {
                                          "line": 193,
                                          "column": 49
                                        }
                                      },
                                      "name": "plugins"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8616,
                                    "end": 8622,
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 50
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 56
                                      }
                                    },
                                    "name": "filter"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 8623,
                                    "end": 8656,
                                    "loc": {
                                      "start": {
                                        "line": 193,
                                        "column": 57
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 90
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": true,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 8623,
                                        "end": 8627,
                                        "loc": {
                                          "start": {
                                            "line": 193,
                                            "column": 57
                                          },
                                          "end": {
                                            "line": 193,
                                            "column": 61
                                          }
                                        },
                                        "name": "item"
                                      }
                                    ],
                                    "body": {
                                      "type": "BinaryExpression",
                                      "start": 8631,
                                      "end": 8656,
                                      "loc": {
                                        "start": {
                                          "line": 193,
                                          "column": 65
                                        },
                                        "end": {
                                          "line": 193,
                                          "column": 90
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 8631,
                                        "end": 8640,
                                        "loc": {
                                          "start": {
                                            "line": 193,
                                            "column": 65
                                          },
                                          "end": {
                                            "line": 193,
                                            "column": 74
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 8631,
                                          "end": 8635,
                                          "loc": {
                                            "start": {
                                              "line": 193,
                                              "column": 65
                                            },
                                            "end": {
                                              "line": 193,
                                              "column": 69
                                            }
                                          },
                                          "name": "item"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8636,
                                          "end": 8640,
                                          "loc": {
                                            "start": {
                                              "line": 193,
                                              "column": 70
                                            },
                                            "end": {
                                              "line": 193,
                                              "column": 74
                                            }
                                          },
                                          "name": "name"
                                        },
                                        "computed": false
                                      },
                                      "operator": "!==",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 8645,
                                        "end": 8656,
                                        "loc": {
                                          "start": {
                                            "line": 193,
                                            "column": 79
                                          },
                                          "end": {
                                            "line": 193,
                                            "column": 90
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 8645,
                                          "end": 8651,
                                          "loc": {
                                            "start": {
                                              "line": 193,
                                              "column": 79
                                            },
                                            "end": {
                                              "line": 193,
                                              "column": 85
                                            }
                                          },
                                          "name": "plugin"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8652,
                                          "end": 8656,
                                          "loc": {
                                            "start": {
                                              "line": 193,
                                              "column": 86
                                            },
                                            "end": {
                                              "line": 193,
                                              "column": 90
                                            }
                                          },
                                          "name": "name"
                                        },
                                        "computed": false
                                      }
                                    }
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 8671,
                            "end": 8720,
                            "loc": {
                              "start": {
                                "line": 194,
                                "column": 12
                              },
                              "end": {
                                "line": 194,
                                "column": 61
                              }
                            },
                            "expression": {
                              "type": "AwaitExpression",
                              "start": 8671,
                              "end": 8719,
                              "loc": {
                                "start": {
                                  "line": 194,
                                  "column": 12
                                },
                                "end": {
                                  "line": 194,
                                  "column": 60
                                }
                              },
                              "all": false,
                              "argument": {
                                "type": "CallExpression",
                                "start": 8677,
                                "end": 8719,
                                "loc": {
                                  "start": {
                                    "line": 194,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 194,
                                    "column": 60
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 8677,
                                  "end": 8688,
                                  "loc": {
                                    "start": {
                                      "line": 194,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 194,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8677,
                                    "end": 8683,
                                    "loc": {
                                      "start": {
                                        "line": 194,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 194,
                                        "column": 24
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8684,
                                    "end": 8688,
                                    "loc": {
                                      "start": {
                                        "line": 194,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 194,
                                        "column": 29
                                      }
                                    },
                                    "name": "emit"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 8689,
                                    "end": 8712,
                                    "loc": {
                                      "start": {
                                        "line": 194,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 194,
                                        "column": 53
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 8689,
                                      "end": 8702,
                                      "loc": {
                                        "start": {
                                          "line": 194,
                                          "column": 30
                                        },
                                        "end": {
                                          "line": 194,
                                          "column": 43
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8689,
                                        "end": 8695,
                                        "loc": {
                                          "start": {
                                            "line": 194,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 194,
                                            "column": 36
                                          }
                                        },
                                        "name": "Plugin"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8696,
                                        "end": 8702,
                                        "loc": {
                                          "start": {
                                            "line": 194,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 194,
                                            "column": 43
                                          }
                                        },
                                        "name": "Events"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 8703,
                                      "end": 8712,
                                      "loc": {
                                        "start": {
                                          "line": 194,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 194,
                                          "column": 53
                                        }
                                      },
                                      "name": "Destroyed"
                                    },
                                    "computed": false
                                  },
                                  {
                                    "type": "ThisExpression",
                                    "start": 8714,
                                    "end": 8718,
                                    "loc": {
                                      "start": {
                                        "line": 194,
                                        "column": 55
                                      },
                                      "end": {
                                        "line": 194,
                                        "column": 59
                                      }
                                    }
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 8733,
                            "end": 8764,
                            "loc": {
                              "start": {
                                "line": 195,
                                "column": 12
                              },
                              "end": {
                                "line": 195,
                                "column": 43
                              }
                            },
                            "expression": {
                              "type": "AwaitExpression",
                              "start": 8733,
                              "end": 8763,
                              "loc": {
                                "start": {
                                  "line": 195,
                                  "column": 12
                                },
                                "end": {
                                  "line": 195,
                                  "column": 42
                                }
                              },
                              "all": false,
                              "argument": {
                                "type": "CallExpression",
                                "start": 8739,
                                "end": 8763,
                                "loc": {
                                  "start": {
                                    "line": 195,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 195,
                                    "column": 42
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 8739,
                                  "end": 8757,
                                  "loc": {
                                    "start": {
                                      "line": 195,
                                      "column": 18
                                    },
                                    "end": {
                                      "line": 195,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 8739,
                                    "end": 8745,
                                    "loc": {
                                      "start": {
                                        "line": 195,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 195,
                                        "column": 24
                                      }
                                    },
                                    "name": "plugin"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 8746,
                                    "end": 8757,
                                    "loc": {
                                      "start": {
                                        "line": 195,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 195,
                                        "column": 36
                                      }
                                    },
                                    "name": "onDestroyed"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ThisExpression",
                                    "start": 8758,
                                    "end": 8762,
                                    "loc": {
                                      "start": {
                                        "line": 195,
                                        "column": 37
                                      },
                                      "end": {
                                        "line": 195,
                                        "column": 41
                                      }
                                    }
                                  }
                                ]
                              }
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              },
              "leadingComments": [
                {
                  "type": "Block",
                  "value": "* Destroys a plugin. Calls this.disable on it, invokes the plugins Plugin.Events.Destroyed event and calls its onDestroyed prototype function. ",
                  "start": 8205,
                  "end": 8352,
                  "loc": {
                    "start": {
                      "line": 186,
                      "column": 4
                    },
                    "end": {
                      "line": 186,
                      "column": 151
                    }
                  },
                  "range": [
                    8205,
                    8352
                  ]
                }
              ]
            },
            {
              "type": "MethodDefinition",
              "start": 8786,
              "end": 11832,
              "loc": {
                "start": {
                  "line": 199,
                  "column": 4
                },
                "end": {
                  "line": 252,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 8786,
                "end": 8790,
                "loc": {
                  "start": {
                    "line": 199,
                    "column": 4
                  },
                  "end": {
                    "line": 199,
                    "column": 8
                  }
                },
                "name": "show"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 8790,
                "end": 11832,
                "loc": {
                  "start": {
                    "line": 199,
                    "column": 8
                  },
                  "end": {
                    "line": 252,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 8791,
                    "end": 8797,
                    "loc": {
                      "start": {
                        "line": 199,
                        "column": 9
                      },
                      "end": {
                        "line": 199,
                        "column": 15
                      }
                    },
                    "name": "plugin"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 8799,
                  "end": 11832,
                  "loc": {
                    "start": {
                      "line": 199,
                      "column": 17
                    },
                    "end": {
                      "line": 252,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 8809,
                      "end": 8839,
                      "loc": {
                        "start": {
                          "line": 200,
                          "column": 8
                        },
                        "end": {
                          "line": 200,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 8809,
                        "end": 8838,
                        "loc": {
                          "start": {
                            "line": 200,
                            "column": 8
                          },
                          "end": {
                            "line": 200,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 8809,
                          "end": 8815,
                          "loc": {
                            "start": {
                              "line": 200,
                              "column": 8
                            },
                            "end": {
                              "line": 200,
                              "column": 14
                            }
                          },
                          "name": "plugin"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 8818,
                          "end": 8838,
                          "loc": {
                            "start": {
                              "line": 200,
                              "column": 17
                            },
                            "end": {
                              "line": 200,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 8818,
                            "end": 8830,
                            "loc": {
                              "start": {
                                "line": 200,
                                "column": 17
                              },
                              "end": {
                                "line": 200,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 8818,
                              "end": 8822,
                              "loc": {
                                "start": {
                                  "line": 200,
                                  "column": 17
                                },
                                "end": {
                                  "line": 200,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 8823,
                              "end": 8830,
                              "loc": {
                                "start": {
                                  "line": 200,
                                  "column": 22
                                },
                                "end": {
                                  "line": 200,
                                  "column": 29
                                }
                              },
                              "name": "resolve"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 8831,
                              "end": 8837,
                              "loc": {
                                "start": {
                                  "line": 200,
                                  "column": 30
                                },
                                "end": {
                                  "line": 200,
                                  "column": 36
                                }
                              },
                              "name": "plugin"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 8848,
                      "end": 11826,
                      "loc": {
                        "start": {
                          "line": 201,
                          "column": 8
                        },
                        "end": {
                          "line": 251,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "Identifier",
                        "start": 8852,
                        "end": 8858,
                        "loc": {
                          "start": {
                            "line": 201,
                            "column": 12
                          },
                          "end": {
                            "line": 201,
                            "column": 18
                          }
                        },
                        "name": "plugin"
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 8860,
                        "end": 11826,
                        "loc": {
                          "start": {
                            "line": 201,
                            "column": 20
                          },
                          "end": {
                            "line": 251,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ForOfStatement",
                            "start": 8874,
                            "end": 9081,
                            "loc": {
                              "start": {
                                "line": 202,
                                "column": 12
                              },
                              "end": {
                                "line": 206,
                                "column": 13
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 8879,
                              "end": 8890,
                              "loc": {
                                "start": {
                                  "line": 202,
                                  "column": 17
                                },
                                "end": {
                                  "line": 202,
                                  "column": 28
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 8883,
                                  "end": 8890,
                                  "loc": {
                                    "start": {
                                      "line": 202,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 202,
                                      "column": 28
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 8883,
                                    "end": 8890,
                                    "loc": {
                                      "start": {
                                        "line": 202,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 202,
                                        "column": 28
                                      }
                                    },
                                    "name": "element"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 8894,
                              "end": 8914,
                              "loc": {
                                "start": {
                                  "line": 202,
                                  "column": 32
                                },
                                "end": {
                                  "line": 202,
                                  "column": 52
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 8894,
                                "end": 8905,
                                "loc": {
                                  "start": {
                                    "line": 202,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 202,
                                    "column": 43
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 8894,
                                  "end": 8900,
                                  "loc": {
                                    "start": {
                                      "line": 202,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 202,
                                      "column": 38
                                    }
                                  },
                                  "name": "plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 8901,
                                  "end": 8905,
                                  "loc": {
                                    "start": {
                                      "line": 202,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 202,
                                      "column": 43
                                    }
                                  },
                                  "name": "data"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 8906,
                                "end": 8914,
                                "loc": {
                                  "start": {
                                    "line": 202,
                                    "column": 44
                                  },
                                  "end": {
                                    "line": 202,
                                    "column": 52
                                  }
                                },
                                "name": "elements"
                              },
                              "computed": false
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 8916,
                              "end": 9081,
                              "loc": {
                                "start": {
                                  "line": 202,
                                  "column": 54
                                },
                                "end": {
                                  "line": 206,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "IfStatement",
                                  "start": 8934,
                                  "end": 9067,
                                  "loc": {
                                    "start": {
                                      "line": 203,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 205,
                                      "column": 17
                                    }
                                  },
                                  "test": {
                                    "type": "LogicalExpression",
                                    "start": 8938,
                                    "end": 8995,
                                    "loc": {
                                      "start": {
                                        "line": 203,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 203,
                                        "column": 77
                                      }
                                    },
                                    "left": {
                                      "type": "BinaryExpression",
                                      "start": 8938,
                                      "end": 8977,
                                      "loc": {
                                        "start": {
                                          "line": 203,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 203,
                                          "column": 59
                                        }
                                      },
                                      "left": {
                                        "type": "MemberExpression",
                                        "start": 8938,
                                        "end": 8950,
                                        "loc": {
                                          "start": {
                                            "line": 203,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 203,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 8938,
                                          "end": 8945,
                                          "loc": {
                                            "start": {
                                              "line": 203,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 203,
                                              "column": 27
                                            }
                                          },
                                          "name": "element"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8946,
                                          "end": 8950,
                                          "loc": {
                                            "start": {
                                              "line": 203,
                                              "column": 28
                                            },
                                            "end": {
                                              "line": 203,
                                              "column": 32
                                            }
                                          },
                                          "name": "type"
                                        },
                                        "computed": false
                                      },
                                      "operator": "===",
                                      "right": {
                                        "type": "MemberExpression",
                                        "start": 8955,
                                        "end": 8977,
                                        "loc": {
                                          "start": {
                                            "line": 203,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 203,
                                            "column": 59
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 8955,
                                          "end": 8967,
                                          "loc": {
                                            "start": {
                                              "line": 203,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 203,
                                              "column": 49
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 8955,
                                            "end": 8962,
                                            "loc": {
                                              "start": {
                                                "line": 203,
                                                "column": 37
                                              },
                                              "end": {
                                                "line": 203,
                                                "column": 44
                                              }
                                            },
                                            "name": "Element"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 8963,
                                            "end": 8967,
                                            "loc": {
                                              "start": {
                                                "line": 203,
                                                "column": 45
                                              },
                                              "end": {
                                                "line": 203,
                                                "column": 49
                                              }
                                            },
                                            "name": "Type"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 8968,
                                          "end": 8977,
                                          "loc": {
                                            "start": {
                                              "line": 203,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 203,
                                              "column": 59
                                            }
                                          },
                                          "name": "Selection"
                                        },
                                        "computed": false
                                      }
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "MemberExpression",
                                      "start": 8981,
                                      "end": 8995,
                                      "loc": {
                                        "start": {
                                          "line": 203,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 203,
                                          "column": 77
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 8981,
                                        "end": 8988,
                                        "loc": {
                                          "start": {
                                            "line": 203,
                                            "column": 63
                                          },
                                          "end": {
                                            "line": 203,
                                            "column": 70
                                          }
                                        },
                                        "name": "element"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 8989,
                                        "end": 8995,
                                        "loc": {
                                          "start": {
                                            "line": 203,
                                            "column": 71
                                          },
                                          "end": {
                                            "line": 203,
                                            "column": 77
                                          }
                                        },
                                        "name": "active"
                                      },
                                      "computed": false
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 8997,
                                    "end": 9067,
                                    "loc": {
                                      "start": {
                                        "line": 203,
                                        "column": 79
                                      },
                                      "end": {
                                        "line": 205,
                                        "column": 17
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 9019,
                                        "end": 9049,
                                        "loc": {
                                          "start": {
                                            "line": 204,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 204,
                                            "column": 50
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 9019,
                                          "end": 9048,
                                          "loc": {
                                            "start": {
                                              "line": 204,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 204,
                                              "column": 49
                                            }
                                          },
                                          "callee": {
                                            "type": "MemberExpression",
                                            "start": 9019,
                                            "end": 9039,
                                            "loc": {
                                              "start": {
                                                "line": 204,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 204,
                                                "column": 40
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 9019,
                                              "end": 9023,
                                              "loc": {
                                                "start": {
                                                  "line": 204,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 204,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 9024,
                                              "end": 9039,
                                              "loc": {
                                                "start": {
                                                  "line": 204,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 204,
                                                  "column": 40
                                                }
                                              },
                                              "name": "toggleSelection"
                                            },
                                            "computed": false
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 9040,
                                              "end": 9047,
                                              "loc": {
                                                "start": {
                                                  "line": 204,
                                                  "column": 41
                                                },
                                                "end": {
                                                  "line": 204,
                                                  "column": 48
                                                }
                                              },
                                              "name": "element"
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": null
                                }
                              ]
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 9095,
                            "end": 11816,
                            "loc": {
                              "start": {
                                "line": 208,
                                "column": 12
                              },
                              "end": {
                                "line": 250,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "MemberExpression",
                              "start": 9099,
                              "end": 9118,
                              "loc": {
                                "start": {
                                  "line": 208,
                                  "column": 16
                                },
                                "end": {
                                  "line": 208,
                                  "column": 35
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 9099,
                                "end": 9110,
                                "loc": {
                                  "start": {
                                    "line": 208,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 208,
                                    "column": 27
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 9099,
                                  "end": 9105,
                                  "loc": {
                                    "start": {
                                      "line": 208,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 208,
                                      "column": 22
                                    }
                                  },
                                  "name": "plugin"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 9106,
                                  "end": 9110,
                                  "loc": {
                                    "start": {
                                      "line": 208,
                                      "column": 23
                                    },
                                    "end": {
                                      "line": 208,
                                      "column": 27
                                    }
                                  },
                                  "name": "data"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 9111,
                                "end": 9118,
                                "loc": {
                                  "start": {
                                    "line": 208,
                                    "column": 28
                                  },
                                  "end": {
                                    "line": 208,
                                    "column": 35
                                  }
                                },
                                "name": "console"
                              },
                              "computed": false
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 9120,
                              "end": 11816,
                              "loc": {
                                "start": {
                                  "line": 208,
                                  "column": 37
                                },
                                "end": {
                                  "line": 250,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 9138,
                                  "end": 9206,
                                  "loc": {
                                    "start": {
                                      "line": 209,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 209,
                                      "column": 84
                                    }
                                  },
                                  "expression": {
                                    "type": "LogicalExpression",
                                    "start": 9138,
                                    "end": 9205,
                                    "loc": {
                                      "start": {
                                        "line": 209,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 209,
                                        "column": 83
                                      }
                                    },
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 9138,
                                      "end": 9150,
                                      "loc": {
                                        "start": {
                                          "line": 209,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 209,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 9138,
                                        "end": 9142,
                                        "loc": {
                                          "start": {
                                            "line": 209,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 209,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 9143,
                                        "end": 9150,
                                        "loc": {
                                          "start": {
                                            "line": 209,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 209,
                                            "column": 28
                                          }
                                        },
                                        "name": "handler"
                                      },
                                      "computed": false
                                    },
                                    "operator": "&&",
                                    "right": {
                                      "type": "CallExpression",
                                      "start": 9154,
                                      "end": 9205,
                                      "loc": {
                                        "start": {
                                          "line": 209,
                                          "column": 32
                                        },
                                        "end": {
                                          "line": 209,
                                          "column": 83
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 9154,
                                        "end": 9182,
                                        "loc": {
                                          "start": {
                                            "line": 209,
                                            "column": 32
                                          },
                                          "end": {
                                            "line": 209,
                                            "column": 60
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 9154,
                                          "end": 9162,
                                          "loc": {
                                            "start": {
                                              "line": 209,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 209,
                                              "column": 40
                                            }
                                          },
                                          "name": "document"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 9163,
                                          "end": 9182,
                                          "loc": {
                                            "start": {
                                              "line": 209,
                                              "column": 41
                                            },
                                            "end": {
                                              "line": 209,
                                              "column": 60
                                            }
                                          },
                                          "name": "removeEventListener"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "Literal",
                                          "start": 9183,
                                          "end": 9190,
                                          "loc": {
                                            "start": {
                                              "line": 209,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 209,
                                              "column": 68
                                            }
                                          },
                                          "value": "keyup",
                                          "rawValue": "keyup",
                                          "raw": "'keyup'"
                                        },
                                        {
                                          "type": "MemberExpression",
                                          "start": 9192,
                                          "end": 9204,
                                          "loc": {
                                            "start": {
                                              "line": 209,
                                              "column": 70
                                            },
                                            "end": {
                                              "line": 209,
                                              "column": 82
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 9192,
                                            "end": 9196,
                                            "loc": {
                                              "start": {
                                                "line": 209,
                                                "column": 70
                                              },
                                              "end": {
                                                "line": 209,
                                                "column": 74
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 9197,
                                            "end": 9204,
                                            "loc": {
                                              "start": {
                                                "line": 209,
                                                "column": 75
                                              },
                                              "end": {
                                                "line": 209,
                                                "column": 82
                                              }
                                            },
                                            "name": "handler"
                                          },
                                          "computed": false
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 9223,
                                  "end": 11736,
                                  "loc": {
                                    "start": {
                                      "line": 210,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 248,
                                      "column": 18
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 9223,
                                    "end": 11735,
                                    "loc": {
                                      "start": {
                                        "line": 210,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 248,
                                        "column": 17
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 9223,
                                      "end": 9235,
                                      "loc": {
                                        "start": {
                                          "line": 210,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 210,
                                          "column": 28
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 9223,
                                        "end": 9227,
                                        "loc": {
                                          "start": {
                                            "line": 210,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 210,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 9228,
                                        "end": 9235,
                                        "loc": {
                                          "start": {
                                            "line": 210,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 210,
                                            "column": 28
                                          }
                                        },
                                        "name": "handler"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "ArrowFunctionExpression",
                                      "start": 9238,
                                      "end": 11735,
                                      "loc": {
                                        "start": {
                                          "line": 210,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 248,
                                          "column": 17
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "start": 9239,
                                          "end": 9244,
                                          "loc": {
                                            "start": {
                                              "line": 210,
                                              "column": 32
                                            },
                                            "end": {
                                              "line": 210,
                                              "column": 37
                                            }
                                          },
                                          "name": "event"
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 9249,
                                        "end": 11735,
                                        "loc": {
                                          "start": {
                                            "line": 210,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 248,
                                            "column": 17
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "IfStatement",
                                            "start": 9271,
                                            "end": 11717,
                                            "loc": {
                                              "start": {
                                                "line": 211,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 247,
                                                "column": 21
                                              }
                                            },
                                            "test": {
                                              "type": "LogicalExpression",
                                              "start": 9275,
                                              "end": 9353,
                                              "loc": {
                                                "start": {
                                                  "line": 211,
                                                  "column": 24
                                                },
                                                "end": {
                                                  "line": 211,
                                                  "column": 102
                                                }
                                              },
                                              "left": {
                                                "type": "UnaryExpression",
                                                "start": 9275,
                                                "end": 9298,
                                                "loc": {
                                                  "start": {
                                                    "line": 211,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 211,
                                                    "column": 47
                                                  }
                                                },
                                                "operator": "!",
                                                "prefix": true,
                                                "argument": {
                                                  "type": "MemberExpression",
                                                  "start": 9276,
                                                  "end": 9298,
                                                  "loc": {
                                                    "start": {
                                                      "line": 211,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 211,
                                                      "column": 47
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 9276,
                                                    "end": 9284,
                                                    "loc": {
                                                      "start": {
                                                        "line": 211,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 211,
                                                        "column": 33
                                                      }
                                                    },
                                                    "name": "document"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 9285,
                                                    "end": 9298,
                                                    "loc": {
                                                      "start": {
                                                        "line": 211,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 211,
                                                        "column": 47
                                                      }
                                                    },
                                                    "name": "activeElement"
                                                  },
                                                  "computed": false
                                                }
                                              },
                                              "operator": "||",
                                              "right": {
                                                "type": "UnaryExpression",
                                                "start": 9302,
                                                "end": 9353,
                                                "loc": {
                                                  "start": {
                                                    "line": 211,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 211,
                                                    "column": 102
                                                  }
                                                },
                                                "operator": "!",
                                                "prefix": true,
                                                "argument": {
                                                  "type": "CallExpression",
                                                  "start": 9303,
                                                  "end": 9353,
                                                  "loc": {
                                                    "start": {
                                                      "line": 211,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 211,
                                                      "column": 102
                                                    }
                                                  },
                                                  "callee": {
                                                    "type": "MemberExpression",
                                                    "start": 9303,
                                                    "end": 9344,
                                                    "loc": {
                                                      "start": {
                                                        "line": 211,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 211,
                                                        "column": 93
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 9303,
                                                      "end": 9335,
                                                      "loc": {
                                                        "start": {
                                                          "line": 211,
                                                          "column": 52
                                                        },
                                                        "end": {
                                                          "line": 211,
                                                          "column": 84
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 9303,
                                                        "end": 9325,
                                                        "loc": {
                                                          "start": {
                                                            "line": 211,
                                                            "column": 52
                                                          },
                                                          "end": {
                                                            "line": 211,
                                                            "column": 74
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 9303,
                                                          "end": 9311,
                                                          "loc": {
                                                            "start": {
                                                              "line": 211,
                                                              "column": 52
                                                            },
                                                            "end": {
                                                              "line": 211,
                                                              "column": 60
                                                            }
                                                          },
                                                          "name": "document"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 9312,
                                                          "end": 9325,
                                                          "loc": {
                                                            "start": {
                                                              "line": 211,
                                                              "column": 61
                                                            },
                                                            "end": {
                                                              "line": 211,
                                                              "column": 74
                                                            }
                                                          },
                                                          "name": "activeElement"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 9326,
                                                        "end": 9335,
                                                        "loc": {
                                                          "start": {
                                                            "line": 211,
                                                            "column": 75
                                                          },
                                                          "end": {
                                                            "line": 211,
                                                            "column": 84
                                                          }
                                                        },
                                                        "name": "classList"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 9336,
                                                      "end": 9344,
                                                      "loc": {
                                                        "start": {
                                                          "line": 211,
                                                          "column": 85
                                                        },
                                                        "end": {
                                                          "line": 211,
                                                          "column": 93
                                                        }
                                                      },
                                                      "name": "contains"
                                                    },
                                                    "computed": false
                                                  },
                                                  "arguments": [
                                                    {
                                                      "type": "Literal",
                                                      "start": 9345,
                                                      "end": 9352,
                                                      "loc": {
                                                        "start": {
                                                          "line": 211,
                                                          "column": 94
                                                        },
                                                        "end": {
                                                          "line": 211,
                                                          "column": 101
                                                        }
                                                      },
                                                      "value": "value",
                                                      "rawValue": "value",
                                                      "raw": "'value'"
                                                    }
                                                  ]
                                                }
                                              }
                                            },
                                            "consequent": {
                                              "type": "BlockStatement",
                                              "start": 9355,
                                              "end": 11717,
                                              "loc": {
                                                "start": {
                                                  "line": 211,
                                                  "column": 104
                                                },
                                                "end": {
                                                  "line": 247,
                                                  "column": 21
                                                }
                                              },
                                              "body": [
                                                {
                                                  "type": "ExpressionStatement",
                                                  "start": 9381,
                                                  "end": 9411,
                                                  "loc": {
                                                    "start": {
                                                      "line": 212,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 212,
                                                      "column": 54
                                                    }
                                                  },
                                                  "expression": {
                                                    "type": "CallExpression",
                                                    "start": 9381,
                                                    "end": 9410,
                                                    "loc": {
                                                      "start": {
                                                        "line": 212,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 212,
                                                        "column": 53
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 9381,
                                                      "end": 9408,
                                                      "loc": {
                                                        "start": {
                                                          "line": 212,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 212,
                                                          "column": 51
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 9381,
                                                        "end": 9403,
                                                        "loc": {
                                                          "start": {
                                                            "line": 212,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 212,
                                                            "column": 46
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 9381,
                                                          "end": 9389,
                                                          "loc": {
                                                            "start": {
                                                              "line": 212,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 212,
                                                              "column": 32
                                                            }
                                                          },
                                                          "name": "document"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 9390,
                                                          "end": 9403,
                                                          "loc": {
                                                            "start": {
                                                              "line": 212,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 212,
                                                              "column": 46
                                                            }
                                                          },
                                                          "name": "activeElement"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 9404,
                                                        "end": 9408,
                                                        "loc": {
                                                          "start": {
                                                            "line": 212,
                                                            "column": 47
                                                          },
                                                          "end": {
                                                            "line": 212,
                                                            "column": 51
                                                          }
                                                        },
                                                        "name": "blur"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": []
                                                  }
                                                },
                                                {
                                                  "type": "IfStatement",
                                                  "start": 9436,
                                                  "end": 11695,
                                                  "loc": {
                                                    "start": {
                                                      "line": 213,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 246,
                                                      "column": 25
                                                    }
                                                  },
                                                  "test": {
                                                    "type": "BinaryExpression",
                                                    "start": 9440,
                                                    "end": 9462,
                                                    "loc": {
                                                      "start": {
                                                        "line": 213,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 213,
                                                        "column": 50
                                                      }
                                                    },
                                                    "left": {
                                                      "type": "MemberExpression",
                                                      "start": 9440,
                                                      "end": 9456,
                                                      "loc": {
                                                        "start": {
                                                          "line": 213,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 213,
                                                          "column": 44
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 9440,
                                                        "end": 9449,
                                                        "loc": {
                                                          "start": {
                                                            "line": 213,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 213,
                                                            "column": 37
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 9440,
                                                          "end": 9445,
                                                          "loc": {
                                                            "start": {
                                                              "line": 213,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 213,
                                                              "column": 33
                                                            }
                                                          },
                                                          "name": "event"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 9446,
                                                          "end": 9449,
                                                          "loc": {
                                                            "start": {
                                                              "line": 213,
                                                              "column": 34
                                                            },
                                                            "end": {
                                                              "line": 213,
                                                              "column": 37
                                                            }
                                                          },
                                                          "name": "key"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 9450,
                                                        "end": 9456,
                                                        "loc": {
                                                          "start": {
                                                            "line": 213,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 213,
                                                            "column": 44
                                                          }
                                                        },
                                                        "name": "length"
                                                      },
                                                      "computed": false
                                                    },
                                                    "operator": "===",
                                                    "right": {
                                                      "type": "Literal",
                                                      "start": 9461,
                                                      "end": 9462,
                                                      "loc": {
                                                        "start": {
                                                          "line": 213,
                                                          "column": 49
                                                        },
                                                        "end": {
                                                          "line": 213,
                                                          "column": 50
                                                        }
                                                      },
                                                      "value": 1,
                                                      "rawValue": 1,
                                                      "raw": "1"
                                                    }
                                                  },
                                                  "consequent": {
                                                    "type": "BlockStatement",
                                                    "start": 9464,
                                                    "end": 9827,
                                                    "loc": {
                                                      "start": {
                                                        "line": 213,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 218,
                                                        "column": 25
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 9494,
                                                        "end": 9524,
                                                        "loc": {
                                                          "start": {
                                                            "line": 214,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 214,
                                                            "column": 58
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "AssignmentExpression",
                                                          "start": 9494,
                                                          "end": 9523,
                                                          "loc": {
                                                            "start": {
                                                              "line": 214,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 214,
                                                              "column": 57
                                                            }
                                                          },
                                                          "operator": "=",
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "start": 9494,
                                                            "end": 9519,
                                                            "loc": {
                                                              "start": {
                                                                "line": 214,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 214,
                                                                "column": 53
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 9494,
                                                              "end": 9513,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 214,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 214,
                                                                  "column": 47
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 9494,
                                                                "end": 9505,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 214,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 214,
                                                                    "column": 39
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 9494,
                                                                  "end": 9500,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 214,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 214,
                                                                      "column": 34
                                                                    }
                                                                  },
                                                                  "name": "plugin"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 9501,
                                                                  "end": 9505,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 214,
                                                                      "column": 35
                                                                    },
                                                                    "end": {
                                                                      "line": 214,
                                                                      "column": 39
                                                                    }
                                                                  },
                                                                  "name": "data"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 9506,
                                                                "end": 9513,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 214,
                                                                    "column": 40
                                                                  },
                                                                  "end": {
                                                                    "line": 214,
                                                                    "column": 47
                                                                  }
                                                                },
                                                                "name": "console"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 9514,
                                                              "end": 9519,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 214,
                                                                  "column": 48
                                                                },
                                                                "end": {
                                                                  "line": 214,
                                                                  "column": 53
                                                                }
                                                              },
                                                              "name": "index"
                                                            },
                                                            "computed": false
                                                          },
                                                          "right": {
                                                            "type": "Literal",
                                                            "start": 9522,
                                                            "end": 9523,
                                                            "loc": {
                                                              "start": {
                                                                "line": 214,
                                                                "column": 56
                                                              },
                                                              "end": {
                                                                "line": 214,
                                                                "column": 57
                                                              }
                                                            },
                                                            "value": 0,
                                                            "rawValue": 0,
                                                            "raw": "0"
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 9553,
                                                        "end": 9592,
                                                        "loc": {
                                                          "start": {
                                                            "line": 215,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 215,
                                                            "column": 67
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "AssignmentExpression",
                                                          "start": 9553,
                                                          "end": 9591,
                                                          "loc": {
                                                            "start": {
                                                              "line": 215,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 215,
                                                              "column": 66
                                                            }
                                                          },
                                                          "operator": "+=",
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "start": 9553,
                                                            "end": 9578,
                                                            "loc": {
                                                              "start": {
                                                                "line": 215,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 215,
                                                                "column": 53
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 9553,
                                                              "end": 9572,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 215,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 215,
                                                                  "column": 47
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 9553,
                                                                "end": 9564,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 215,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 215,
                                                                    "column": 39
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 9553,
                                                                  "end": 9559,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 215,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 215,
                                                                      "column": 34
                                                                    }
                                                                  },
                                                                  "name": "plugin"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 9560,
                                                                  "end": 9564,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 215,
                                                                      "column": 35
                                                                    },
                                                                    "end": {
                                                                      "line": 215,
                                                                      "column": 39
                                                                    }
                                                                  },
                                                                  "name": "data"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 9565,
                                                                "end": 9572,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 215,
                                                                    "column": 40
                                                                  },
                                                                  "end": {
                                                                    "line": 215,
                                                                    "column": 47
                                                                  }
                                                                },
                                                                "name": "console"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 9573,
                                                              "end": 9578,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 215,
                                                                  "column": 48
                                                                },
                                                                "end": {
                                                                  "line": 215,
                                                                  "column": 53
                                                                }
                                                              },
                                                              "name": "value"
                                                            },
                                                            "computed": false
                                                          },
                                                          "right": {
                                                            "type": "MemberExpression",
                                                            "start": 9582,
                                                            "end": 9591,
                                                            "loc": {
                                                              "start": {
                                                                "line": 215,
                                                                "column": 57
                                                              },
                                                              "end": {
                                                                "line": 215,
                                                                "column": 66
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "Identifier",
                                                              "start": 9582,
                                                              "end": 9587,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 215,
                                                                  "column": 57
                                                                },
                                                                "end": {
                                                                  "line": 215,
                                                                  "column": 62
                                                                }
                                                              },
                                                              "name": "event"
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 9588,
                                                              "end": 9591,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 215,
                                                                  "column": 63
                                                                },
                                                                "end": {
                                                                  "line": 215,
                                                                  "column": 66
                                                                }
                                                              },
                                                              "name": "key"
                                                            },
                                                            "computed": false
                                                          }
                                                        }
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 9621,
                                                        "end": 9718,
                                                        "loc": {
                                                          "start": {
                                                            "line": 216,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 216,
                                                            "column": 125
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "start": 9621,
                                                          "end": 9717,
                                                          "loc": {
                                                            "start": {
                                                              "line": 216,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 216,
                                                              "column": 124
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 9621,
                                                            "end": 9649,
                                                            "loc": {
                                                              "start": {
                                                                "line": 216,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 216,
                                                                "column": 56
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 9621,
                                                              "end": 9640,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 216,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 216,
                                                                  "column": 47
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 9621,
                                                                "end": 9632,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 216,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 216,
                                                                    "column": 39
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 9621,
                                                                  "end": 9627,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 216,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 216,
                                                                      "column": 34
                                                                    }
                                                                  },
                                                                  "name": "plugin"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 9628,
                                                                  "end": 9632,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 216,
                                                                      "column": 35
                                                                    },
                                                                    "end": {
                                                                      "line": 216,
                                                                      "column": 39
                                                                    }
                                                                  },
                                                                  "name": "data"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 9633,
                                                                "end": 9640,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 216,
                                                                    "column": 40
                                                                  },
                                                                  "end": {
                                                                    "line": 216,
                                                                    "column": 47
                                                                  }
                                                                },
                                                                "name": "console"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 9641,
                                                              "end": 9649,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 216,
                                                                  "column": 48
                                                                },
                                                                "end": {
                                                                  "line": 216,
                                                                  "column": 56
                                                                }
                                                              },
                                                              "name": "onChange"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": [
                                                            {
                                                              "type": "ObjectExpression",
                                                              "start": 9650,
                                                              "end": 9716,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 216,
                                                                  "column": 57
                                                                },
                                                                "end": {
                                                                  "line": 216,
                                                                  "column": 123
                                                                }
                                                              },
                                                              "properties": [
                                                                {
                                                                  "type": "Property",
                                                                  "start": 9652,
                                                                  "end": 9680,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 216,
                                                                      "column": 59
                                                                    },
                                                                    "end": {
                                                                      "line": 216,
                                                                      "column": 87
                                                                    }
                                                                  },
                                                                  "method": false,
                                                                  "shorthand": false,
                                                                  "computed": false,
                                                                  "key": {
                                                                    "type": "Identifier",
                                                                    "start": 9652,
                                                                    "end": 9659,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 216,
                                                                        "column": 59
                                                                      },
                                                                      "end": {
                                                                        "line": 216,
                                                                        "column": 66
                                                                      }
                                                                    },
                                                                    "name": "element"
                                                                  },
                                                                  "value": {
                                                                    "type": "MemberExpression",
                                                                    "start": 9661,
                                                                    "end": 9680,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 216,
                                                                        "column": 68
                                                                      },
                                                                      "end": {
                                                                        "line": 216,
                                                                        "column": 87
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 9661,
                                                                      "end": 9672,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 216,
                                                                          "column": 68
                                                                        },
                                                                        "end": {
                                                                          "line": 216,
                                                                          "column": 79
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 9661,
                                                                        "end": 9667,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 216,
                                                                            "column": 68
                                                                          },
                                                                          "end": {
                                                                            "line": 216,
                                                                            "column": 74
                                                                          }
                                                                        },
                                                                        "name": "plugin"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 9668,
                                                                        "end": 9672,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 216,
                                                                            "column": 75
                                                                          },
                                                                          "end": {
                                                                            "line": 216,
                                                                            "column": 79
                                                                          }
                                                                        },
                                                                        "name": "data"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 9673,
                                                                      "end": 9680,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 216,
                                                                          "column": 80
                                                                        },
                                                                        "end": {
                                                                          "line": 216,
                                                                          "column": 87
                                                                        }
                                                                      },
                                                                      "name": "console"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "kind": "init"
                                                                },
                                                                {
                                                                  "type": "Property",
                                                                  "start": 9682,
                                                                  "end": 9714,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 216,
                                                                      "column": 89
                                                                    },
                                                                    "end": {
                                                                      "line": 216,
                                                                      "column": 121
                                                                    }
                                                                  },
                                                                  "method": false,
                                                                  "shorthand": false,
                                                                  "computed": false,
                                                                  "key": {
                                                                    "type": "Identifier",
                                                                    "start": 9682,
                                                                    "end": 9687,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 216,
                                                                        "column": 89
                                                                      },
                                                                      "end": {
                                                                        "line": 216,
                                                                        "column": 94
                                                                      }
                                                                    },
                                                                    "name": "value"
                                                                  },
                                                                  "value": {
                                                                    "type": "MemberExpression",
                                                                    "start": 9689,
                                                                    "end": 9714,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 216,
                                                                        "column": 96
                                                                      },
                                                                      "end": {
                                                                        "line": 216,
                                                                        "column": 121
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 9689,
                                                                      "end": 9708,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 216,
                                                                          "column": 96
                                                                        },
                                                                        "end": {
                                                                          "line": 216,
                                                                          "column": 115
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 9689,
                                                                        "end": 9700,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 216,
                                                                            "column": 96
                                                                          },
                                                                          "end": {
                                                                            "line": 216,
                                                                            "column": 107
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 9689,
                                                                          "end": 9695,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 216,
                                                                              "column": 96
                                                                            },
                                                                            "end": {
                                                                              "line": 216,
                                                                              "column": 102
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 9696,
                                                                          "end": 9700,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 216,
                                                                              "column": 103
                                                                            },
                                                                            "end": {
                                                                              "line": 216,
                                                                              "column": 107
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 9701,
                                                                        "end": 9708,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 216,
                                                                            "column": 108
                                                                          },
                                                                          "end": {
                                                                            "line": 216,
                                                                            "column": 115
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 9709,
                                                                      "end": 9714,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 216,
                                                                          "column": 116
                                                                        },
                                                                        "end": {
                                                                          "line": 216,
                                                                          "column": 121
                                                                        }
                                                                      },
                                                                      "name": "value"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "kind": "init"
                                                                }
                                                              ]
                                                            }
                                                          ]
                                                        }
                                                      },
                                                      {
                                                        "type": "ExpressionStatement",
                                                        "start": 9747,
                                                        "end": 9801,
                                                        "loc": {
                                                          "start": {
                                                            "line": 217,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 217,
                                                            "column": 82
                                                          }
                                                        },
                                                        "expression": {
                                                          "type": "CallExpression",
                                                          "start": 9747,
                                                          "end": 9800,
                                                          "loc": {
                                                            "start": {
                                                              "line": 217,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 217,
                                                              "column": 81
                                                            }
                                                          },
                                                          "callee": {
                                                            "type": "MemberExpression",
                                                            "start": 9747,
                                                            "end": 9798,
                                                            "loc": {
                                                              "start": {
                                                                "line": 217,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 217,
                                                                "column": 79
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "CallExpression",
                                                              "start": 9747,
                                                              "end": 9792,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 217,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 217,
                                                                  "column": 73
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 9747,
                                                                "end": 9769,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 217,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 217,
                                                                    "column": 50
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 9747,
                                                                  "end": 9755,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 217,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 217,
                                                                      "column": 36
                                                                    }
                                                                  },
                                                                  "name": "document"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 9756,
                                                                  "end": 9769,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 217,
                                                                      "column": 37
                                                                    },
                                                                    "end": {
                                                                      "line": 217,
                                                                      "column": 50
                                                                    }
                                                                  },
                                                                  "name": "querySelector"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "Literal",
                                                                  "start": 9770,
                                                                  "end": 9791,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 217,
                                                                      "column": 51
                                                                    },
                                                                    "end": {
                                                                      "line": 217,
                                                                      "column": 72
                                                                    }
                                                                  },
                                                                  "value": "input.console.value",
                                                                  "rawValue": "input.console.value",
                                                                  "raw": "'input.console.value'"
                                                                }
                                                              ]
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 9793,
                                                              "end": 9798,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 217,
                                                                  "column": 74
                                                                },
                                                                "end": {
                                                                  "line": 217,
                                                                  "column": 79
                                                                }
                                                              },
                                                              "name": "focus"
                                                            },
                                                            "computed": false
                                                          },
                                                          "arguments": []
                                                        }
                                                      }
                                                    ]
                                                  },
                                                  "alternate": {
                                                    "type": "BlockStatement",
                                                    "start": 9833,
                                                    "end": 11695,
                                                    "loc": {
                                                      "start": {
                                                        "line": 218,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 246,
                                                        "column": 25
                                                      }
                                                    },
                                                    "body": [
                                                      {
                                                        "type": "SwitchStatement",
                                                        "start": 9863,
                                                        "end": 11669,
                                                        "loc": {
                                                          "start": {
                                                            "line": 219,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 245,
                                                            "column": 29
                                                          }
                                                        },
                                                        "discriminant": {
                                                          "type": "MemberExpression",
                                                          "start": 9871,
                                                          "end": 9880,
                                                          "loc": {
                                                            "start": {
                                                              "line": 219,
                                                              "column": 36
                                                            },
                                                            "end": {
                                                              "line": 219,
                                                              "column": 45
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 9871,
                                                            "end": 9876,
                                                            "loc": {
                                                              "start": {
                                                                "line": 219,
                                                                "column": 36
                                                              },
                                                              "end": {
                                                                "line": 219,
                                                                "column": 41
                                                              }
                                                            },
                                                            "name": "event"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 9877,
                                                            "end": 9880,
                                                            "loc": {
                                                              "start": {
                                                                "line": 219,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 219,
                                                                "column": 45
                                                              }
                                                            },
                                                            "name": "key"
                                                          },
                                                          "computed": false
                                                        },
                                                        "cases": [
                                                          {
                                                            "type": "SwitchCase",
                                                            "start": 9916,
                                                            "end": 10255,
                                                            "loc": {
                                                              "start": {
                                                                "line": 220,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 224,
                                                                "column": 42
                                                              }
                                                            },
                                                            "consequent": [
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 9970,
                                                                "end": 9998,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 221,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 221,
                                                                    "column": 64
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "UpdateExpression",
                                                                  "start": 9970,
                                                                  "end": 9997,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 221,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 221,
                                                                      "column": 63
                                                                    }
                                                                  },
                                                                  "operator": "++",
                                                                  "prefix": false,
                                                                  "argument": {
                                                                    "type": "MemberExpression",
                                                                    "start": 9970,
                                                                    "end": 9995,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 221,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 221,
                                                                        "column": 61
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 9970,
                                                                      "end": 9989,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 221,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 221,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 9970,
                                                                        "end": 9981,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 221,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 221,
                                                                            "column": 47
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 9970,
                                                                          "end": 9976,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 221,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 221,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 9977,
                                                                          "end": 9981,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 221,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 221,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 9982,
                                                                        "end": 9989,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 221,
                                                                            "column": 48
                                                                          },
                                                                          "end": {
                                                                            "line": 221,
                                                                            "column": 55
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 9990,
                                                                      "end": 9995,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 221,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 221,
                                                                          "column": 61
                                                                        }
                                                                      },
                                                                      "name": "index"
                                                                    },
                                                                    "computed": false
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "IfStatement",
                                                                "start": 10035,
                                                                "end": 10212,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 222,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 223,
                                                                    "column": 106
                                                                  }
                                                                },
                                                                "test": {
                                                                  "type": "BinaryExpression",
                                                                  "start": 10039,
                                                                  "end": 10104,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 222,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 222,
                                                                      "column": 105
                                                                    }
                                                                  },
                                                                  "left": {
                                                                    "type": "MemberExpression",
                                                                    "start": 10039,
                                                                    "end": 10064,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 222,
                                                                        "column": 40
                                                                      },
                                                                      "end": {
                                                                        "line": 222,
                                                                        "column": 65
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 10039,
                                                                      "end": 10058,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 222,
                                                                          "column": 40
                                                                        },
                                                                        "end": {
                                                                          "line": 222,
                                                                          "column": 59
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 10039,
                                                                        "end": 10050,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 222,
                                                                            "column": 40
                                                                          },
                                                                          "end": {
                                                                            "line": 222,
                                                                            "column": 51
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 10039,
                                                                          "end": 10045,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 222,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 222,
                                                                              "column": 46
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 10046,
                                                                          "end": 10050,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 222,
                                                                              "column": 47
                                                                            },
                                                                            "end": {
                                                                              "line": 222,
                                                                              "column": 51
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 10051,
                                                                        "end": 10058,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 222,
                                                                            "column": 52
                                                                          },
                                                                          "end": {
                                                                            "line": 222,
                                                                            "column": 59
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 10059,
                                                                      "end": 10064,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 222,
                                                                          "column": 60
                                                                        },
                                                                        "end": {
                                                                          "line": 222,
                                                                          "column": 65
                                                                        }
                                                                      },
                                                                      "name": "index"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "operator": ">",
                                                                  "right": {
                                                                    "type": "BinaryExpression",
                                                                    "start": 10067,
                                                                    "end": 10104,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 222,
                                                                        "column": 68
                                                                      },
                                                                      "end": {
                                                                        "line": 222,
                                                                        "column": 105
                                                                      }
                                                                    },
                                                                    "left": {
                                                                      "type": "MemberExpression",
                                                                      "start": 10067,
                                                                      "end": 10100,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 222,
                                                                          "column": 68
                                                                        },
                                                                        "end": {
                                                                          "line": 222,
                                                                          "column": 101
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 10067,
                                                                        "end": 10093,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 222,
                                                                            "column": 68
                                                                          },
                                                                          "end": {
                                                                            "line": 222,
                                                                            "column": 94
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "start": 10067,
                                                                          "end": 10086,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 222,
                                                                              "column": 68
                                                                            },
                                                                            "end": {
                                                                              "line": 222,
                                                                              "column": 87
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "MemberExpression",
                                                                            "start": 10067,
                                                                            "end": 10078,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 222,
                                                                                "column": 68
                                                                              },
                                                                              "end": {
                                                                                "line": 222,
                                                                                "column": 79
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 10067,
                                                                              "end": 10073,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 222,
                                                                                  "column": 68
                                                                                },
                                                                                "end": {
                                                                                  "line": 222,
                                                                                  "column": 74
                                                                                }
                                                                              },
                                                                              "name": "plugin"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 10074,
                                                                              "end": 10078,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 222,
                                                                                  "column": 75
                                                                                },
                                                                                "end": {
                                                                                  "line": 222,
                                                                                  "column": 79
                                                                                }
                                                                              },
                                                                              "name": "data"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 10079,
                                                                            "end": 10086,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 222,
                                                                                "column": 80
                                                                              },
                                                                              "end": {
                                                                                "line": 222,
                                                                                "column": 87
                                                                              }
                                                                            },
                                                                            "name": "console"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 10087,
                                                                          "end": 10093,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 222,
                                                                              "column": 88
                                                                            },
                                                                            "end": {
                                                                              "line": 222,
                                                                              "column": 94
                                                                            }
                                                                          },
                                                                          "name": "labels"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 10094,
                                                                        "end": 10100,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 222,
                                                                            "column": 95
                                                                          },
                                                                          "end": {
                                                                            "line": 222,
                                                                            "column": 101
                                                                          }
                                                                        },
                                                                        "name": "length"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "operator": "-",
                                                                    "right": {
                                                                      "type": "Literal",
                                                                      "start": 10103,
                                                                      "end": 10104,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 222,
                                                                          "column": 104
                                                                        },
                                                                        "end": {
                                                                          "line": 222,
                                                                          "column": 105
                                                                        }
                                                                      },
                                                                      "value": 1,
                                                                      "rawValue": 1,
                                                                      "raw": "1"
                                                                    }
                                                                  }
                                                                },
                                                                "consequent": {
                                                                  "type": "ExpressionStatement",
                                                                  "start": 10146,
                                                                  "end": 10212,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 223,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 223,
                                                                      "column": 106
                                                                    }
                                                                  },
                                                                  "expression": {
                                                                    "type": "AssignmentExpression",
                                                                    "start": 10146,
                                                                    "end": 10211,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 223,
                                                                        "column": 40
                                                                      },
                                                                      "end": {
                                                                        "line": 223,
                                                                        "column": 105
                                                                      }
                                                                    },
                                                                    "operator": "=",
                                                                    "left": {
                                                                      "type": "MemberExpression",
                                                                      "start": 10146,
                                                                      "end": 10171,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 223,
                                                                          "column": 40
                                                                        },
                                                                        "end": {
                                                                          "line": 223,
                                                                          "column": 65
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 10146,
                                                                        "end": 10165,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 223,
                                                                            "column": 40
                                                                          },
                                                                          "end": {
                                                                            "line": 223,
                                                                            "column": 59
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "start": 10146,
                                                                          "end": 10157,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 223,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 223,
                                                                              "column": 51
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "start": 10146,
                                                                            "end": 10152,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 223,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 223,
                                                                                "column": 46
                                                                              }
                                                                            },
                                                                            "name": "plugin"
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 10153,
                                                                            "end": 10157,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 223,
                                                                                "column": 47
                                                                              },
                                                                              "end": {
                                                                                "line": 223,
                                                                                "column": 51
                                                                              }
                                                                            },
                                                                            "name": "data"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 10158,
                                                                          "end": 10165,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 223,
                                                                              "column": 52
                                                                            },
                                                                            "end": {
                                                                              "line": 223,
                                                                              "column": 59
                                                                            }
                                                                          },
                                                                          "name": "console"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 10166,
                                                                        "end": 10171,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 223,
                                                                            "column": 60
                                                                          },
                                                                          "end": {
                                                                            "line": 223,
                                                                            "column": 65
                                                                          }
                                                                        },
                                                                        "name": "index"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "right": {
                                                                      "type": "BinaryExpression",
                                                                      "start": 10174,
                                                                      "end": 10211,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 223,
                                                                          "column": 68
                                                                        },
                                                                        "end": {
                                                                          "line": 223,
                                                                          "column": 105
                                                                        }
                                                                      },
                                                                      "left": {
                                                                        "type": "MemberExpression",
                                                                        "start": 10174,
                                                                        "end": 10207,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 223,
                                                                            "column": 68
                                                                          },
                                                                          "end": {
                                                                            "line": 223,
                                                                            "column": 101
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "start": 10174,
                                                                          "end": 10200,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 223,
                                                                              "column": 68
                                                                            },
                                                                            "end": {
                                                                              "line": 223,
                                                                              "column": 94
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "MemberExpression",
                                                                            "start": 10174,
                                                                            "end": 10193,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 223,
                                                                                "column": 68
                                                                              },
                                                                              "end": {
                                                                                "line": 223,
                                                                                "column": 87
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 10174,
                                                                              "end": 10185,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 223,
                                                                                  "column": 68
                                                                                },
                                                                                "end": {
                                                                                  "line": 223,
                                                                                  "column": 79
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 10174,
                                                                                "end": 10180,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 223,
                                                                                    "column": 68
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 223,
                                                                                    "column": 74
                                                                                  }
                                                                                },
                                                                                "name": "plugin"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 10181,
                                                                                "end": 10185,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 223,
                                                                                    "column": 75
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 223,
                                                                                    "column": 79
                                                                                  }
                                                                                },
                                                                                "name": "data"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 10186,
                                                                              "end": 10193,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 223,
                                                                                  "column": 80
                                                                                },
                                                                                "end": {
                                                                                  "line": 223,
                                                                                  "column": 87
                                                                                }
                                                                              },
                                                                              "name": "console"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 10194,
                                                                            "end": 10200,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 223,
                                                                                "column": 88
                                                                              },
                                                                              "end": {
                                                                                "line": 223,
                                                                                "column": 94
                                                                              }
                                                                            },
                                                                            "name": "labels"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 10201,
                                                                          "end": 10207,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 223,
                                                                              "column": 95
                                                                            },
                                                                            "end": {
                                                                              "line": 223,
                                                                              "column": 101
                                                                            }
                                                                          },
                                                                          "name": "length"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "operator": "-",
                                                                      "right": {
                                                                        "type": "Literal",
                                                                        "start": 10210,
                                                                        "end": 10211,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 223,
                                                                            "column": 104
                                                                          },
                                                                          "end": {
                                                                            "line": 223,
                                                                            "column": 105
                                                                          }
                                                                        },
                                                                        "value": 1,
                                                                        "rawValue": 1,
                                                                        "raw": "1"
                                                                      }
                                                                    }
                                                                  }
                                                                },
                                                                "alternate": null
                                                              },
                                                              {
                                                                "type": "BreakStatement",
                                                                "start": 10249,
                                                                "end": 10255,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 224,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 224,
                                                                    "column": 42
                                                                  }
                                                                },
                                                                "label": null
                                                              }
                                                            ],
                                                            "test": {
                                                              "type": "Literal",
                                                              "start": 9921,
                                                              "end": 9932,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 220,
                                                                  "column": 37
                                                                },
                                                                "end": {
                                                                  "line": 220,
                                                                  "column": 48
                                                                }
                                                              },
                                                              "value": "ArrowDown",
                                                              "rawValue": "ArrowDown",
                                                              "raw": "'ArrowDown'"
                                                            }
                                                          },
                                                          {
                                                            "type": "SwitchCase",
                                                            "start": 10288,
                                                            "end": 10553,
                                                            "loc": {
                                                              "start": {
                                                                "line": 225,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 229,
                                                                "column": 42
                                                              }
                                                            },
                                                            "consequent": [
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 10340,
                                                                "end": 10368,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 226,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 226,
                                                                    "column": 64
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "UpdateExpression",
                                                                  "start": 10340,
                                                                  "end": 10367,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 226,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 226,
                                                                      "column": 63
                                                                    }
                                                                  },
                                                                  "operator": "--",
                                                                  "prefix": false,
                                                                  "argument": {
                                                                    "type": "MemberExpression",
                                                                    "start": 10340,
                                                                    "end": 10365,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 226,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 226,
                                                                        "column": 61
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 10340,
                                                                      "end": 10359,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 226,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 226,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 10340,
                                                                        "end": 10351,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 226,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 226,
                                                                            "column": 47
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 10340,
                                                                          "end": 10346,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 226,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 226,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 10347,
                                                                          "end": 10351,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 226,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 226,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 10352,
                                                                        "end": 10359,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 226,
                                                                            "column": 48
                                                                          },
                                                                          "end": {
                                                                            "line": 226,
                                                                            "column": 55
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 10360,
                                                                      "end": 10365,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 226,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 226,
                                                                          "column": 61
                                                                        }
                                                                      },
                                                                      "name": "index"
                                                                    },
                                                                    "computed": false
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "IfStatement",
                                                                "start": 10405,
                                                                "end": 10510,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 227,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 228,
                                                                    "column": 70
                                                                  }
                                                                },
                                                                "test": {
                                                                  "type": "BinaryExpression",
                                                                  "start": 10409,
                                                                  "end": 10438,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 227,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 227,
                                                                      "column": 69
                                                                    }
                                                                  },
                                                                  "left": {
                                                                    "type": "MemberExpression",
                                                                    "start": 10409,
                                                                    "end": 10434,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 227,
                                                                        "column": 40
                                                                      },
                                                                      "end": {
                                                                        "line": 227,
                                                                        "column": 65
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 10409,
                                                                      "end": 10428,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 227,
                                                                          "column": 40
                                                                        },
                                                                        "end": {
                                                                          "line": 227,
                                                                          "column": 59
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 10409,
                                                                        "end": 10420,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 227,
                                                                            "column": 40
                                                                          },
                                                                          "end": {
                                                                            "line": 227,
                                                                            "column": 51
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 10409,
                                                                          "end": 10415,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 227,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 227,
                                                                              "column": 46
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 10416,
                                                                          "end": 10420,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 227,
                                                                              "column": 47
                                                                            },
                                                                            "end": {
                                                                              "line": 227,
                                                                              "column": 51
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 10421,
                                                                        "end": 10428,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 227,
                                                                            "column": 52
                                                                          },
                                                                          "end": {
                                                                            "line": 227,
                                                                            "column": 59
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 10429,
                                                                      "end": 10434,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 227,
                                                                          "column": 60
                                                                        },
                                                                        "end": {
                                                                          "line": 227,
                                                                          "column": 65
                                                                        }
                                                                      },
                                                                      "name": "index"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "operator": "<",
                                                                  "right": {
                                                                    "type": "Literal",
                                                                    "start": 10437,
                                                                    "end": 10438,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 227,
                                                                        "column": 68
                                                                      },
                                                                      "end": {
                                                                        "line": 227,
                                                                        "column": 69
                                                                      }
                                                                    },
                                                                    "value": 0,
                                                                    "rawValue": 0,
                                                                    "raw": "0"
                                                                  }
                                                                },
                                                                "consequent": {
                                                                  "type": "ExpressionStatement",
                                                                  "start": 10480,
                                                                  "end": 10510,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 228,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 228,
                                                                      "column": 70
                                                                    }
                                                                  },
                                                                  "expression": {
                                                                    "type": "AssignmentExpression",
                                                                    "start": 10480,
                                                                    "end": 10509,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 228,
                                                                        "column": 40
                                                                      },
                                                                      "end": {
                                                                        "line": 228,
                                                                        "column": 69
                                                                      }
                                                                    },
                                                                    "operator": "=",
                                                                    "left": {
                                                                      "type": "MemberExpression",
                                                                      "start": 10480,
                                                                      "end": 10505,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 228,
                                                                          "column": 40
                                                                        },
                                                                        "end": {
                                                                          "line": 228,
                                                                          "column": 65
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 10480,
                                                                        "end": 10499,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 228,
                                                                            "column": 40
                                                                          },
                                                                          "end": {
                                                                            "line": 228,
                                                                            "column": 59
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "start": 10480,
                                                                          "end": 10491,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 228,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 228,
                                                                              "column": 51
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "Identifier",
                                                                            "start": 10480,
                                                                            "end": 10486,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 228,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 228,
                                                                                "column": 46
                                                                              }
                                                                            },
                                                                            "name": "plugin"
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 10487,
                                                                            "end": 10491,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 228,
                                                                                "column": 47
                                                                              },
                                                                              "end": {
                                                                                "line": 228,
                                                                                "column": 51
                                                                              }
                                                                            },
                                                                            "name": "data"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 10492,
                                                                          "end": 10499,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 228,
                                                                              "column": 52
                                                                            },
                                                                            "end": {
                                                                              "line": 228,
                                                                              "column": 59
                                                                            }
                                                                          },
                                                                          "name": "console"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 10500,
                                                                        "end": 10505,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 228,
                                                                            "column": 60
                                                                          },
                                                                          "end": {
                                                                            "line": 228,
                                                                            "column": 65
                                                                          }
                                                                        },
                                                                        "name": "index"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "right": {
                                                                      "type": "Literal",
                                                                      "start": 10508,
                                                                      "end": 10509,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 228,
                                                                          "column": 68
                                                                        },
                                                                        "end": {
                                                                          "line": 228,
                                                                          "column": 69
                                                                        }
                                                                      },
                                                                      "value": 0,
                                                                      "rawValue": 0,
                                                                      "raw": "0"
                                                                    }
                                                                  }
                                                                },
                                                                "alternate": null
                                                              },
                                                              {
                                                                "type": "BreakStatement",
                                                                "start": 10547,
                                                                "end": 10553,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 229,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 229,
                                                                    "column": 42
                                                                  }
                                                                },
                                                                "label": null
                                                              }
                                                            ],
                                                            "test": {
                                                              "type": "Literal",
                                                              "start": 10293,
                                                              "end": 10302,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 225,
                                                                  "column": 37
                                                                },
                                                                "end": {
                                                                  "line": 225,
                                                                  "column": 46
                                                                }
                                                              },
                                                              "value": "ArrowUp",
                                                              "rawValue": "ArrowUp",
                                                              "raw": "'ArrowUp'"
                                                            }
                                                          },
                                                          {
                                                            "type": "SwitchCase",
                                                            "start": 10586,
                                                            "end": 10884,
                                                            "loc": {
                                                              "start": {
                                                                "line": 230,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 233,
                                                                "column": 42
                                                              }
                                                            },
                                                            "consequent": [
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 10640,
                                                                "end": 10707,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 231,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 231,
                                                                    "column": 103
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "AssignmentExpression",
                                                                  "start": 10640,
                                                                  "end": 10706,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 231,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 231,
                                                                      "column": 102
                                                                    }
                                                                  },
                                                                  "operator": "=",
                                                                  "left": {
                                                                    "type": "MemberExpression",
                                                                    "start": 10640,
                                                                    "end": 10665,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 231,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 231,
                                                                        "column": 61
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 10640,
                                                                      "end": 10659,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 231,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 231,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 10640,
                                                                        "end": 10651,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 231,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 231,
                                                                            "column": 47
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 10640,
                                                                          "end": 10646,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 231,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 231,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 10647,
                                                                          "end": 10651,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 231,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 231,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 10652,
                                                                        "end": 10659,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 231,
                                                                            "column": 48
                                                                          },
                                                                          "end": {
                                                                            "line": 231,
                                                                            "column": 55
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 10660,
                                                                      "end": 10665,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 231,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 231,
                                                                          "column": 61
                                                                        }
                                                                      },
                                                                      "name": "value"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "right": {
                                                                    "type": "CallExpression",
                                                                    "start": 10668,
                                                                    "end": 10706,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 231,
                                                                        "column": 64
                                                                      },
                                                                      "end": {
                                                                        "line": 231,
                                                                        "column": 102
                                                                      }
                                                                    },
                                                                    "callee": {
                                                                      "type": "MemberExpression",
                                                                      "start": 10668,
                                                                      "end": 10699,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 231,
                                                                          "column": 64
                                                                        },
                                                                        "end": {
                                                                          "line": 231,
                                                                          "column": 95
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 10668,
                                                                        "end": 10693,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 231,
                                                                            "column": 64
                                                                          },
                                                                          "end": {
                                                                            "line": 231,
                                                                            "column": 89
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "MemberExpression",
                                                                          "start": 10668,
                                                                          "end": 10687,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 231,
                                                                              "column": 64
                                                                            },
                                                                            "end": {
                                                                              "line": 231,
                                                                              "column": 83
                                                                            }
                                                                          },
                                                                          "object": {
                                                                            "type": "MemberExpression",
                                                                            "start": 10668,
                                                                            "end": 10679,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 231,
                                                                                "column": 64
                                                                              },
                                                                              "end": {
                                                                                "line": 231,
                                                                                "column": 75
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "Identifier",
                                                                              "start": 10668,
                                                                              "end": 10674,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 231,
                                                                                  "column": 64
                                                                                },
                                                                                "end": {
                                                                                  "line": 231,
                                                                                  "column": 70
                                                                                }
                                                                              },
                                                                              "name": "plugin"
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 10675,
                                                                              "end": 10679,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 231,
                                                                                  "column": 71
                                                                                },
                                                                                "end": {
                                                                                  "line": 231,
                                                                                  "column": 75
                                                                                }
                                                                              },
                                                                              "name": "data"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "property": {
                                                                            "type": "Identifier",
                                                                            "start": 10680,
                                                                            "end": 10687,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 231,
                                                                                "column": 76
                                                                              },
                                                                              "end": {
                                                                                "line": 231,
                                                                                "column": 83
                                                                              }
                                                                            },
                                                                            "name": "console"
                                                                          },
                                                                          "computed": false
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 10688,
                                                                          "end": 10693,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 231,
                                                                              "column": 84
                                                                            },
                                                                            "end": {
                                                                              "line": 231,
                                                                              "column": 89
                                                                            }
                                                                          },
                                                                          "name": "value"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 10694,
                                                                        "end": 10699,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 231,
                                                                            "column": 90
                                                                          },
                                                                          "end": {
                                                                            "line": 231,
                                                                            "column": 95
                                                                          }
                                                                        },
                                                                        "name": "slice"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "arguments": [
                                                                      {
                                                                        "type": "Literal",
                                                                        "start": 10700,
                                                                        "end": 10701,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 231,
                                                                            "column": 96
                                                                          },
                                                                          "end": {
                                                                            "line": 231,
                                                                            "column": 97
                                                                          }
                                                                        },
                                                                        "value": 0,
                                                                        "rawValue": 0,
                                                                        "raw": "0"
                                                                      },
                                                                      {
                                                                        "type": "UnaryExpression",
                                                                        "start": 10703,
                                                                        "end": 10705,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 231,
                                                                            "column": 99
                                                                          },
                                                                          "end": {
                                                                            "line": 231,
                                                                            "column": 101
                                                                          }
                                                                        },
                                                                        "operator": "-",
                                                                        "prefix": true,
                                                                        "argument": {
                                                                          "type": "Literal",
                                                                          "start": 10704,
                                                                          "end": 10705,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 231,
                                                                              "column": 100
                                                                            },
                                                                            "end": {
                                                                              "line": 231,
                                                                              "column": 101
                                                                            }
                                                                          },
                                                                          "value": 1,
                                                                          "rawValue": 1,
                                                                          "raw": "1"
                                                                        }
                                                                      }
                                                                    ]
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 10744,
                                                                "end": 10841,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 232,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 232,
                                                                    "column": 133
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "CallExpression",
                                                                  "start": 10744,
                                                                  "end": 10840,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 232,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 232,
                                                                      "column": 132
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 10744,
                                                                    "end": 10772,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 232,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 232,
                                                                        "column": 64
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 10744,
                                                                      "end": 10763,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 232,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 232,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 10744,
                                                                        "end": 10755,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 232,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 232,
                                                                            "column": 47
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 10744,
                                                                          "end": 10750,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 232,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 232,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 10751,
                                                                          "end": 10755,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 232,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 232,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 10756,
                                                                        "end": 10763,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 232,
                                                                            "column": 48
                                                                          },
                                                                          "end": {
                                                                            "line": 232,
                                                                            "column": 55
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 10764,
                                                                      "end": 10772,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 232,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 232,
                                                                          "column": 64
                                                                        }
                                                                      },
                                                                      "name": "onChange"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "ObjectExpression",
                                                                      "start": 10773,
                                                                      "end": 10839,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 232,
                                                                          "column": 65
                                                                        },
                                                                        "end": {
                                                                          "line": 232,
                                                                          "column": 131
                                                                        }
                                                                      },
                                                                      "properties": [
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 10775,
                                                                          "end": 10803,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 232,
                                                                              "column": 67
                                                                            },
                                                                            "end": {
                                                                              "line": 232,
                                                                              "column": 95
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 10775,
                                                                            "end": 10782,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 232,
                                                                                "column": 67
                                                                              },
                                                                              "end": {
                                                                                "line": 232,
                                                                                "column": 74
                                                                              }
                                                                            },
                                                                            "name": "element"
                                                                          },
                                                                          "value": {
                                                                            "type": "MemberExpression",
                                                                            "start": 10784,
                                                                            "end": 10803,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 232,
                                                                                "column": 76
                                                                              },
                                                                              "end": {
                                                                                "line": 232,
                                                                                "column": 95
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 10784,
                                                                              "end": 10795,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 232,
                                                                                  "column": 76
                                                                                },
                                                                                "end": {
                                                                                  "line": 232,
                                                                                  "column": 87
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 10784,
                                                                                "end": 10790,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 232,
                                                                                    "column": 76
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 232,
                                                                                    "column": 82
                                                                                  }
                                                                                },
                                                                                "name": "plugin"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 10791,
                                                                                "end": 10795,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 232,
                                                                                    "column": 83
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 232,
                                                                                    "column": 87
                                                                                  }
                                                                                },
                                                                                "name": "data"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 10796,
                                                                              "end": 10803,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 232,
                                                                                  "column": 88
                                                                                },
                                                                                "end": {
                                                                                  "line": 232,
                                                                                  "column": 95
                                                                                }
                                                                              },
                                                                              "name": "console"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "kind": "init"
                                                                        },
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 10805,
                                                                          "end": 10837,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 232,
                                                                              "column": 97
                                                                            },
                                                                            "end": {
                                                                              "line": 232,
                                                                              "column": 129
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 10805,
                                                                            "end": 10810,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 232,
                                                                                "column": 97
                                                                              },
                                                                              "end": {
                                                                                "line": 232,
                                                                                "column": 102
                                                                              }
                                                                            },
                                                                            "name": "value"
                                                                          },
                                                                          "value": {
                                                                            "type": "MemberExpression",
                                                                            "start": 10812,
                                                                            "end": 10837,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 232,
                                                                                "column": 104
                                                                              },
                                                                              "end": {
                                                                                "line": 232,
                                                                                "column": 129
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 10812,
                                                                              "end": 10831,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 232,
                                                                                  "column": 104
                                                                                },
                                                                                "end": {
                                                                                  "line": 232,
                                                                                  "column": 123
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 10812,
                                                                                "end": 10823,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 232,
                                                                                    "column": 104
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 232,
                                                                                    "column": 115
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 10812,
                                                                                  "end": 10818,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 232,
                                                                                      "column": 104
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 232,
                                                                                      "column": 110
                                                                                    }
                                                                                  },
                                                                                  "name": "plugin"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 10819,
                                                                                  "end": 10823,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 232,
                                                                                      "column": 111
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 232,
                                                                                      "column": 115
                                                                                    }
                                                                                  },
                                                                                  "name": "data"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 10824,
                                                                                "end": 10831,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 232,
                                                                                    "column": 116
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 232,
                                                                                    "column": 123
                                                                                  }
                                                                                },
                                                                                "name": "console"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 10832,
                                                                              "end": 10837,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 232,
                                                                                  "column": 124
                                                                                },
                                                                                "end": {
                                                                                  "line": 232,
                                                                                  "column": 129
                                                                                }
                                                                              },
                                                                              "name": "value"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "kind": "init"
                                                                        }
                                                                      ]
                                                                    }
                                                                  ]
                                                                }
                                                              },
                                                              {
                                                                "type": "BreakStatement",
                                                                "start": 10878,
                                                                "end": 10884,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 233,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 233,
                                                                    "column": 42
                                                                  }
                                                                },
                                                                "label": null
                                                              }
                                                            ],
                                                            "test": {
                                                              "type": "Literal",
                                                              "start": 10591,
                                                              "end": 10602,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 230,
                                                                  "column": 37
                                                                },
                                                                "end": {
                                                                  "line": 230,
                                                                  "column": 48
                                                                }
                                                              },
                                                              "value": "Backspace",
                                                              "rawValue": "Backspace",
                                                              "raw": "'Backspace'"
                                                            }
                                                          },
                                                          {
                                                            "type": "SwitchCase",
                                                            "start": 10917,
                                                            "end": 11176,
                                                            "loc": {
                                                              "start": {
                                                                "line": 234,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 237,
                                                                "column": 42
                                                              }
                                                            },
                                                            "consequent": [
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 10968,
                                                                "end": 10999,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 235,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 235,
                                                                    "column": 67
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "AssignmentExpression",
                                                                  "start": 10968,
                                                                  "end": 10998,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 235,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 235,
                                                                      "column": 66
                                                                    }
                                                                  },
                                                                  "operator": "=",
                                                                  "left": {
                                                                    "type": "MemberExpression",
                                                                    "start": 10968,
                                                                    "end": 10993,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 235,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 235,
                                                                        "column": 61
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 10968,
                                                                      "end": 10987,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 235,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 235,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 10968,
                                                                        "end": 10979,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 235,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 235,
                                                                            "column": 47
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 10968,
                                                                          "end": 10974,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 235,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 235,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 10975,
                                                                          "end": 10979,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 235,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 235,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 10980,
                                                                        "end": 10987,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 235,
                                                                            "column": 48
                                                                          },
                                                                          "end": {
                                                                            "line": 235,
                                                                            "column": 55
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 10988,
                                                                      "end": 10993,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 235,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 235,
                                                                          "column": 61
                                                                        }
                                                                      },
                                                                      "name": "value"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "right": {
                                                                    "type": "Literal",
                                                                    "start": 10996,
                                                                    "end": 10998,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 235,
                                                                        "column": 64
                                                                      },
                                                                      "end": {
                                                                        "line": 235,
                                                                        "column": 66
                                                                      }
                                                                    },
                                                                    "value": "",
                                                                    "rawValue": "",
                                                                    "raw": "\"\""
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 11036,
                                                                "end": 11133,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 236,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 236,
                                                                    "column": 133
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "CallExpression",
                                                                  "start": 11036,
                                                                  "end": 11132,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 236,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 236,
                                                                      "column": 132
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 11036,
                                                                    "end": 11064,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 236,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 236,
                                                                        "column": 64
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 11036,
                                                                      "end": 11055,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 236,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 236,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 11036,
                                                                        "end": 11047,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 236,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 236,
                                                                            "column": 47
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 11036,
                                                                          "end": 11042,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 236,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 236,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 11043,
                                                                          "end": 11047,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 236,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 236,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 11048,
                                                                        "end": 11055,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 236,
                                                                            "column": 48
                                                                          },
                                                                          "end": {
                                                                            "line": 236,
                                                                            "column": 55
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 11056,
                                                                      "end": 11064,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 236,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 236,
                                                                          "column": 64
                                                                        }
                                                                      },
                                                                      "name": "onChange"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "ObjectExpression",
                                                                      "start": 11065,
                                                                      "end": 11131,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 236,
                                                                          "column": 65
                                                                        },
                                                                        "end": {
                                                                          "line": 236,
                                                                          "column": 131
                                                                        }
                                                                      },
                                                                      "properties": [
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 11067,
                                                                          "end": 11095,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 236,
                                                                              "column": 67
                                                                            },
                                                                            "end": {
                                                                              "line": 236,
                                                                              "column": 95
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 11067,
                                                                            "end": 11074,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 236,
                                                                                "column": 67
                                                                              },
                                                                              "end": {
                                                                                "line": 236,
                                                                                "column": 74
                                                                              }
                                                                            },
                                                                            "name": "element"
                                                                          },
                                                                          "value": {
                                                                            "type": "MemberExpression",
                                                                            "start": 11076,
                                                                            "end": 11095,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 236,
                                                                                "column": 76
                                                                              },
                                                                              "end": {
                                                                                "line": 236,
                                                                                "column": 95
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 11076,
                                                                              "end": 11087,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 236,
                                                                                  "column": 76
                                                                                },
                                                                                "end": {
                                                                                  "line": 236,
                                                                                  "column": 87
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 11076,
                                                                                "end": 11082,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 236,
                                                                                    "column": 76
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 236,
                                                                                    "column": 82
                                                                                  }
                                                                                },
                                                                                "name": "plugin"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 11083,
                                                                                "end": 11087,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 236,
                                                                                    "column": 83
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 236,
                                                                                    "column": 87
                                                                                  }
                                                                                },
                                                                                "name": "data"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 11088,
                                                                              "end": 11095,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 236,
                                                                                  "column": 88
                                                                                },
                                                                                "end": {
                                                                                  "line": 236,
                                                                                  "column": 95
                                                                                }
                                                                              },
                                                                              "name": "console"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "kind": "init"
                                                                        },
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 11097,
                                                                          "end": 11129,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 236,
                                                                              "column": 97
                                                                            },
                                                                            "end": {
                                                                              "line": 236,
                                                                              "column": 129
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 11097,
                                                                            "end": 11102,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 236,
                                                                                "column": 97
                                                                              },
                                                                              "end": {
                                                                                "line": 236,
                                                                                "column": 102
                                                                              }
                                                                            },
                                                                            "name": "value"
                                                                          },
                                                                          "value": {
                                                                            "type": "MemberExpression",
                                                                            "start": 11104,
                                                                            "end": 11129,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 236,
                                                                                "column": 104
                                                                              },
                                                                              "end": {
                                                                                "line": 236,
                                                                                "column": 129
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 11104,
                                                                              "end": 11123,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 236,
                                                                                  "column": 104
                                                                                },
                                                                                "end": {
                                                                                  "line": 236,
                                                                                  "column": 123
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 11104,
                                                                                "end": 11115,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 236,
                                                                                    "column": 104
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 236,
                                                                                    "column": 115
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 11104,
                                                                                  "end": 11110,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 236,
                                                                                      "column": 104
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 236,
                                                                                      "column": 110
                                                                                    }
                                                                                  },
                                                                                  "name": "plugin"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 11111,
                                                                                  "end": 11115,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 236,
                                                                                      "column": 111
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 236,
                                                                                      "column": 115
                                                                                    }
                                                                                  },
                                                                                  "name": "data"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 11116,
                                                                                "end": 11123,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 236,
                                                                                    "column": 116
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 236,
                                                                                    "column": 123
                                                                                  }
                                                                                },
                                                                                "name": "console"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 11124,
                                                                              "end": 11129,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 236,
                                                                                  "column": 124
                                                                                },
                                                                                "end": {
                                                                                  "line": 236,
                                                                                  "column": 129
                                                                                }
                                                                              },
                                                                              "name": "value"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "kind": "init"
                                                                        }
                                                                      ]
                                                                    }
                                                                  ]
                                                                }
                                                              },
                                                              {
                                                                "type": "BreakStatement",
                                                                "start": 11170,
                                                                "end": 11176,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 237,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 237,
                                                                    "column": 42
                                                                  }
                                                                },
                                                                "label": null
                                                              }
                                                            ],
                                                            "test": {
                                                              "type": "Literal",
                                                              "start": 10922,
                                                              "end": 10930,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 234,
                                                                  "column": 37
                                                                },
                                                                "end": {
                                                                  "line": 234,
                                                                  "column": 45
                                                                }
                                                              },
                                                              "value": "Escape",
                                                              "rawValue": "Escape",
                                                              "raw": "'Escape'"
                                                            }
                                                          },
                                                          {
                                                            "type": "SwitchCase",
                                                            "start": 11209,
                                                            "end": 11639,
                                                            "loc": {
                                                              "start": {
                                                                "line": 238,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 244,
                                                                "column": 42
                                                              }
                                                            },
                                                            "consequent": [
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 11259,
                                                                "end": 11391,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 239,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 239,
                                                                    "column": 168
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "CallExpression",
                                                                  "start": 11259,
                                                                  "end": 11390,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 239,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 239,
                                                                      "column": 167
                                                                    }
                                                                  },
                                                                  "callee": {
                                                                    "type": "MemberExpression",
                                                                    "start": 11259,
                                                                    "end": 11288,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 239,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 239,
                                                                        "column": 65
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 11259,
                                                                      "end": 11278,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 239,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 239,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 11259,
                                                                        "end": 11270,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 239,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 239,
                                                                            "column": 47
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 11259,
                                                                          "end": 11265,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 239,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 239,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 11266,
                                                                          "end": 11270,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 239,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 239,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 11271,
                                                                        "end": 11278,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 239,
                                                                            "column": 48
                                                                          },
                                                                          "end": {
                                                                            "line": 239,
                                                                            "column": 55
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 11279,
                                                                      "end": 11288,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 239,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 239,
                                                                          "column": 65
                                                                        }
                                                                      },
                                                                      "name": "onExecute"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "arguments": [
                                                                    {
                                                                      "type": "ObjectExpression",
                                                                      "start": 11289,
                                                                      "end": 11389,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 239,
                                                                          "column": 66
                                                                        },
                                                                        "end": {
                                                                          "line": 239,
                                                                          "column": 166
                                                                        }
                                                                      },
                                                                      "properties": [
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 11291,
                                                                          "end": 11319,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 239,
                                                                              "column": 68
                                                                            },
                                                                            "end": {
                                                                              "line": 239,
                                                                              "column": 96
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 11291,
                                                                            "end": 11298,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 239,
                                                                                "column": 68
                                                                              },
                                                                              "end": {
                                                                                "line": 239,
                                                                                "column": 75
                                                                              }
                                                                            },
                                                                            "name": "element"
                                                                          },
                                                                          "value": {
                                                                            "type": "MemberExpression",
                                                                            "start": 11300,
                                                                            "end": 11319,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 239,
                                                                                "column": 77
                                                                              },
                                                                              "end": {
                                                                                "line": 239,
                                                                                "column": 96
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 11300,
                                                                              "end": 11311,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 239,
                                                                                  "column": 77
                                                                                },
                                                                                "end": {
                                                                                  "line": 239,
                                                                                  "column": 88
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "Identifier",
                                                                                "start": 11300,
                                                                                "end": 11306,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 239,
                                                                                    "column": 77
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 239,
                                                                                    "column": 83
                                                                                  }
                                                                                },
                                                                                "name": "plugin"
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 11307,
                                                                                "end": 11311,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 239,
                                                                                    "column": 84
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 239,
                                                                                    "column": 88
                                                                                  }
                                                                                },
                                                                                "name": "data"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 11312,
                                                                              "end": 11319,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 239,
                                                                                  "column": 89
                                                                                },
                                                                                "end": {
                                                                                  "line": 239,
                                                                                  "column": 96
                                                                                }
                                                                              },
                                                                              "name": "console"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "kind": "init"
                                                                        },
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 11321,
                                                                          "end": 11353,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 239,
                                                                              "column": 98
                                                                            },
                                                                            "end": {
                                                                              "line": 239,
                                                                              "column": 130
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 11321,
                                                                            "end": 11326,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 239,
                                                                                "column": 98
                                                                              },
                                                                              "end": {
                                                                                "line": 239,
                                                                                "column": 103
                                                                              }
                                                                            },
                                                                            "name": "value"
                                                                          },
                                                                          "value": {
                                                                            "type": "MemberExpression",
                                                                            "start": 11328,
                                                                            "end": 11353,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 239,
                                                                                "column": 105
                                                                              },
                                                                              "end": {
                                                                                "line": 239,
                                                                                "column": 130
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 11328,
                                                                              "end": 11347,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 239,
                                                                                  "column": 105
                                                                                },
                                                                                "end": {
                                                                                  "line": 239,
                                                                                  "column": 124
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 11328,
                                                                                "end": 11339,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 239,
                                                                                    "column": 105
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 239,
                                                                                    "column": 116
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 11328,
                                                                                  "end": 11334,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 239,
                                                                                      "column": 105
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 239,
                                                                                      "column": 111
                                                                                    }
                                                                                  },
                                                                                  "name": "plugin"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 11335,
                                                                                  "end": 11339,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 239,
                                                                                      "column": 112
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 239,
                                                                                      "column": 116
                                                                                    }
                                                                                  },
                                                                                  "name": "data"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 11340,
                                                                                "end": 11347,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 239,
                                                                                    "column": 117
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 239,
                                                                                    "column": 124
                                                                                  }
                                                                                },
                                                                                "name": "console"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 11348,
                                                                              "end": 11353,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 239,
                                                                                  "column": 125
                                                                                },
                                                                                "end": {
                                                                                  "line": 239,
                                                                                  "column": 130
                                                                                }
                                                                              },
                                                                              "name": "value"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "kind": "init"
                                                                        },
                                                                        {
                                                                          "type": "Property",
                                                                          "start": 11355,
                                                                          "end": 11387,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 239,
                                                                              "column": 132
                                                                            },
                                                                            "end": {
                                                                              "line": 239,
                                                                              "column": 164
                                                                            }
                                                                          },
                                                                          "method": false,
                                                                          "shorthand": false,
                                                                          "computed": false,
                                                                          "key": {
                                                                            "type": "Identifier",
                                                                            "start": 11355,
                                                                            "end": 11360,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 239,
                                                                                "column": 132
                                                                              },
                                                                              "end": {
                                                                                "line": 239,
                                                                                "column": 137
                                                                              }
                                                                            },
                                                                            "name": "index"
                                                                          },
                                                                          "value": {
                                                                            "type": "MemberExpression",
                                                                            "start": 11362,
                                                                            "end": 11387,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 239,
                                                                                "column": 139
                                                                              },
                                                                              "end": {
                                                                                "line": 239,
                                                                                "column": 164
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 11362,
                                                                              "end": 11381,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 239,
                                                                                  "column": 139
                                                                                },
                                                                                "end": {
                                                                                  "line": 239,
                                                                                  "column": 158
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 11362,
                                                                                "end": 11373,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 239,
                                                                                    "column": 139
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 239,
                                                                                    "column": 150
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "Identifier",
                                                                                  "start": 11362,
                                                                                  "end": 11368,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 239,
                                                                                      "column": 139
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 239,
                                                                                      "column": 145
                                                                                    }
                                                                                  },
                                                                                  "name": "plugin"
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 11369,
                                                                                  "end": 11373,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 239,
                                                                                      "column": 146
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 239,
                                                                                      "column": 150
                                                                                    }
                                                                                  },
                                                                                  "name": "data"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 11374,
                                                                                "end": 11381,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 239,
                                                                                    "column": 151
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 239,
                                                                                    "column": 158
                                                                                  }
                                                                                },
                                                                                "name": "console"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 11382,
                                                                              "end": 11387,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 239,
                                                                                  "column": 159
                                                                                },
                                                                                "end": {
                                                                                  "line": 239,
                                                                                  "column": 164
                                                                                }
                                                                              },
                                                                              "name": "index"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "kind": "init"
                                                                        }
                                                                      ]
                                                                    }
                                                                  ]
                                                                }
                                                              },
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 11429,
                                                                "end": 11459,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 241,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 241,
                                                                    "column": 66
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "AssignmentExpression",
                                                                  "start": 11429,
                                                                  "end": 11458,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 241,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 241,
                                                                      "column": 65
                                                                    }
                                                                  },
                                                                  "operator": "=",
                                                                  "left": {
                                                                    "type": "MemberExpression",
                                                                    "start": 11429,
                                                                    "end": 11454,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 241,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 241,
                                                                        "column": 61
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 11429,
                                                                      "end": 11448,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 241,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 241,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 11429,
                                                                        "end": 11440,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 241,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 241,
                                                                            "column": 47
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 11429,
                                                                          "end": 11435,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 241,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 241,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 11436,
                                                                          "end": 11440,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 241,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 241,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 11441,
                                                                        "end": 11448,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 241,
                                                                            "column": 48
                                                                          },
                                                                          "end": {
                                                                            "line": 241,
                                                                            "column": 55
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 11449,
                                                                      "end": 11454,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 241,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 241,
                                                                          "column": 61
                                                                        }
                                                                      },
                                                                      "name": "index"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "right": {
                                                                    "type": "Literal",
                                                                    "start": 11457,
                                                                    "end": 11458,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 241,
                                                                        "column": 64
                                                                      },
                                                                      "end": {
                                                                        "line": 241,
                                                                        "column": 65
                                                                      }
                                                                    },
                                                                    "value": 0,
                                                                    "rawValue": 0,
                                                                    "raw": "0"
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 11496,
                                                                "end": 11527,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 242,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 242,
                                                                    "column": 67
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "AssignmentExpression",
                                                                  "start": 11496,
                                                                  "end": 11526,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 242,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 242,
                                                                      "column": 66
                                                                    }
                                                                  },
                                                                  "operator": "=",
                                                                  "left": {
                                                                    "type": "MemberExpression",
                                                                    "start": 11496,
                                                                    "end": 11521,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 242,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 242,
                                                                        "column": 61
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 11496,
                                                                      "end": 11515,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 242,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 242,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 11496,
                                                                        "end": 11507,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 242,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 242,
                                                                            "column": 47
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 11496,
                                                                          "end": 11502,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 242,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 242,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 11503,
                                                                          "end": 11507,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 242,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 242,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 11508,
                                                                        "end": 11515,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 242,
                                                                            "column": 48
                                                                          },
                                                                          "end": {
                                                                            "line": 242,
                                                                            "column": 55
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 11516,
                                                                      "end": 11521,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 242,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 242,
                                                                          "column": 61
                                                                        }
                                                                      },
                                                                      "name": "value"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "right": {
                                                                    "type": "Literal",
                                                                    "start": 11524,
                                                                    "end": 11526,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 242,
                                                                        "column": 64
                                                                      },
                                                                      "end": {
                                                                        "line": 242,
                                                                        "column": 66
                                                                      }
                                                                    },
                                                                    "value": "",
                                                                    "rawValue": "",
                                                                    "raw": "\"\""
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "ExpressionStatement",
                                                                "start": 11564,
                                                                "end": 11596,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 243,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 243,
                                                                    "column": 68
                                                                  }
                                                                },
                                                                "expression": {
                                                                  "type": "AssignmentExpression",
                                                                  "start": 11564,
                                                                  "end": 11595,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 243,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 243,
                                                                      "column": 67
                                                                    }
                                                                  },
                                                                  "operator": "=",
                                                                  "left": {
                                                                    "type": "MemberExpression",
                                                                    "start": 11564,
                                                                    "end": 11590,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 243,
                                                                        "column": 36
                                                                      },
                                                                      "end": {
                                                                        "line": 243,
                                                                        "column": 62
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 11564,
                                                                      "end": 11583,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 243,
                                                                          "column": 36
                                                                        },
                                                                        "end": {
                                                                          "line": 243,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "MemberExpression",
                                                                        "start": 11564,
                                                                        "end": 11575,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 243,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 243,
                                                                            "column": 47
                                                                          }
                                                                        },
                                                                        "object": {
                                                                          "type": "Identifier",
                                                                          "start": 11564,
                                                                          "end": 11570,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 243,
                                                                              "column": 36
                                                                            },
                                                                            "end": {
                                                                              "line": 243,
                                                                              "column": 42
                                                                            }
                                                                          },
                                                                          "name": "plugin"
                                                                        },
                                                                        "property": {
                                                                          "type": "Identifier",
                                                                          "start": 11571,
                                                                          "end": 11575,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 243,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 243,
                                                                              "column": 47
                                                                            }
                                                                          },
                                                                          "name": "data"
                                                                        },
                                                                        "computed": false
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 11576,
                                                                        "end": 11583,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 243,
                                                                            "column": 48
                                                                          },
                                                                          "end": {
                                                                            "line": 243,
                                                                            "column": 55
                                                                          }
                                                                        },
                                                                        "name": "console"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 11584,
                                                                      "end": 11590,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 243,
                                                                          "column": 56
                                                                        },
                                                                        "end": {
                                                                          "line": 243,
                                                                          "column": 62
                                                                        }
                                                                      },
                                                                      "name": "labels"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "right": {
                                                                    "type": "ArrayExpression",
                                                                    "start": 11593,
                                                                    "end": 11595,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 243,
                                                                        "column": 65
                                                                      },
                                                                      "end": {
                                                                        "line": 243,
                                                                        "column": 67
                                                                      }
                                                                    },
                                                                    "elements": []
                                                                  }
                                                                }
                                                              },
                                                              {
                                                                "type": "BreakStatement",
                                                                "start": 11633,
                                                                "end": 11639,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 244,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 244,
                                                                    "column": 42
                                                                  }
                                                                },
                                                                "label": null
                                                              }
                                                            ],
                                                            "test": {
                                                              "type": "Literal",
                                                              "start": 11214,
                                                              "end": 11221,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 238,
                                                                  "column": 37
                                                                },
                                                                "end": {
                                                                  "line": 238,
                                                                  "column": 44
                                                                }
                                                              },
                                                              "value": "Enter",
                                                              "rawValue": "Enter",
                                                              "raw": "'Enter'"
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            },
                                            "alternate": null
                                          }
                                        ]
                                      }
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 11753,
                                  "end": 11802,
                                  "loc": {
                                    "start": {
                                      "line": 249,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 249,
                                      "column": 65
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 11753,
                                    "end": 11801,
                                    "loc": {
                                      "start": {
                                        "line": 249,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 249,
                                        "column": 64
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 11753,
                                      "end": 11778,
                                      "loc": {
                                        "start": {
                                          "line": 249,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 249,
                                          "column": 41
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 11753,
                                        "end": 11761,
                                        "loc": {
                                          "start": {
                                            "line": 249,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 249,
                                            "column": 24
                                          }
                                        },
                                        "name": "document"
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 11762,
                                        "end": 11778,
                                        "loc": {
                                          "start": {
                                            "line": 249,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 249,
                                            "column": 41
                                          }
                                        },
                                        "name": "addEventListener"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 11779,
                                        "end": 11786,
                                        "loc": {
                                          "start": {
                                            "line": 249,
                                            "column": 42
                                          },
                                          "end": {
                                            "line": 249,
                                            "column": 49
                                          }
                                        },
                                        "value": "keyup",
                                        "rawValue": "keyup",
                                        "raw": "'keyup'"
                                      },
                                      {
                                        "type": "MemberExpression",
                                        "start": 11788,
                                        "end": 11800,
                                        "loc": {
                                          "start": {
                                            "line": 249,
                                            "column": 51
                                          },
                                          "end": {
                                            "line": 249,
                                            "column": 63
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 11788,
                                          "end": 11792,
                                          "loc": {
                                            "start": {
                                              "line": 249,
                                              "column": 51
                                            },
                                            "end": {
                                              "line": 249,
                                              "column": 55
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 11793,
                                          "end": 11800,
                                          "loc": {
                                            "start": {
                                              "line": 249,
                                              "column": 56
                                            },
                                            "end": {
                                              "line": 249,
                                              "column": 63
                                            }
                                          },
                                          "name": "handler"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 11838,
              "end": 12684,
              "loc": {
                "start": {
                  "line": 254,
                  "column": 4
                },
                "end": {
                  "line": 277,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 11838,
                "end": 11853,
                "loc": {
                  "start": {
                    "line": 254,
                    "column": 4
                  },
                  "end": {
                    "line": 254,
                    "column": 19
                  }
                },
                "name": "removeSelection"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 11853,
                "end": 12684,
                "loc": {
                  "start": {
                    "line": 254,
                    "column": 19
                  },
                  "end": {
                    "line": 277,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 11854,
                    "end": 11860,
                    "loc": {
                      "start": {
                        "line": 254,
                        "column": 20
                      },
                      "end": {
                        "line": 254,
                        "column": 26
                      }
                    },
                    "name": "plugin"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 11862,
                    "end": 11874,
                    "loc": {
                      "start": {
                        "line": 254,
                        "column": 28
                      },
                      "end": {
                        "line": 254,
                        "column": 40
                      }
                    },
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "start": 11862,
                      "end": 11866,
                      "loc": {
                        "start": {
                          "line": 254,
                          "column": 28
                        },
                        "end": {
                          "line": 254,
                          "column": 32
                        }
                      },
                      "name": "keep"
                    },
                    "right": {
                      "type": "Literal",
                      "start": 11869,
                      "end": 11874,
                      "loc": {
                        "start": {
                          "line": 254,
                          "column": 35
                        },
                        "end": {
                          "line": 254,
                          "column": 40
                        }
                      },
                      "value": false,
                      "rawValue": false,
                      "raw": "false"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 11876,
                  "end": 12684,
                  "loc": {
                    "start": {
                      "line": 254,
                      "column": 42
                    },
                    "end": {
                      "line": 277,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 11886,
                      "end": 11916,
                      "loc": {
                        "start": {
                          "line": 255,
                          "column": 8
                        },
                        "end": {
                          "line": 255,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 11886,
                        "end": 11915,
                        "loc": {
                          "start": {
                            "line": 255,
                            "column": 8
                          },
                          "end": {
                            "line": 255,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "Identifier",
                          "start": 11886,
                          "end": 11892,
                          "loc": {
                            "start": {
                              "line": 255,
                              "column": 8
                            },
                            "end": {
                              "line": 255,
                              "column": 14
                            }
                          },
                          "name": "plugin"
                        },
                        "right": {
                          "type": "CallExpression",
                          "start": 11895,
                          "end": 11915,
                          "loc": {
                            "start": {
                              "line": 255,
                              "column": 17
                            },
                            "end": {
                              "line": 255,
                              "column": 37
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 11895,
                            "end": 11907,
                            "loc": {
                              "start": {
                                "line": 255,
                                "column": 17
                              },
                              "end": {
                                "line": 255,
                                "column": 29
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 11895,
                              "end": 11899,
                              "loc": {
                                "start": {
                                  "line": 255,
                                  "column": 17
                                },
                                "end": {
                                  "line": 255,
                                  "column": 21
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11900,
                              "end": 11907,
                              "loc": {
                                "start": {
                                  "line": 255,
                                  "column": 22
                                },
                                "end": {
                                  "line": 255,
                                  "column": 29
                                }
                              },
                              "name": "resolve"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "start": 11908,
                              "end": 11914,
                              "loc": {
                                "start": {
                                  "line": 255,
                                  "column": 30
                                },
                                "end": {
                                  "line": 255,
                                  "column": 36
                                }
                              },
                              "name": "plugin"
                            }
                          ]
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "start": 11925,
                      "end": 12678,
                      "loc": {
                        "start": {
                          "line": 256,
                          "column": 8
                        },
                        "end": {
                          "line": 276,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 11929,
                        "end": 11996,
                        "loc": {
                          "start": {
                            "line": 256,
                            "column": 12
                          },
                          "end": {
                            "line": 256,
                            "column": 79
                          }
                        },
                        "left": {
                          "type": "MemberExpression",
                          "start": 11929,
                          "end": 11949,
                          "loc": {
                            "start": {
                              "line": 256,
                              "column": 12
                            },
                            "end": {
                              "line": 256,
                              "column": 32
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 11929,
                            "end": 11933,
                            "loc": {
                              "start": {
                                "line": 256,
                                "column": 12
                              },
                              "end": {
                                "line": 256,
                                "column": 16
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 11934,
                            "end": 11949,
                            "loc": {
                              "start": {
                                "line": 256,
                                "column": 17
                              },
                              "end": {
                                "line": 256,
                                "column": 32
                              }
                            },
                            "name": "selectedElement"
                          },
                          "computed": false
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 11953,
                          "end": 11996,
                          "loc": {
                            "start": {
                              "line": 256,
                              "column": 36
                            },
                            "end": {
                              "line": 256,
                              "column": 79
                            }
                          },
                          "left": {
                            "type": "MemberExpression",
                            "start": 11953,
                            "end": 11980,
                            "loc": {
                              "start": {
                                "line": 256,
                                "column": 36
                              },
                              "end": {
                                "line": 256,
                                "column": 63
                              }
                            },
                            "object": {
                              "type": "MemberExpression",
                              "start": 11953,
                              "end": 11973,
                              "loc": {
                                "start": {
                                  "line": 256,
                                  "column": 36
                                },
                                "end": {
                                  "line": 256,
                                  "column": 56
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 11953,
                                "end": 11957,
                                "loc": {
                                  "start": {
                                    "line": 256,
                                    "column": 36
                                  },
                                  "end": {
                                    "line": 256,
                                    "column": 40
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 11958,
                                "end": 11973,
                                "loc": {
                                  "start": {
                                    "line": 256,
                                    "column": 41
                                  },
                                  "end": {
                                    "line": 256,
                                    "column": 56
                                  }
                                },
                                "name": "selectedElement"
                              },
                              "computed": false
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11974,
                              "end": 11980,
                              "loc": {
                                "start": {
                                  "line": 256,
                                  "column": 57
                                },
                                "end": {
                                  "line": 256,
                                  "column": 63
                                }
                              },
                              "name": "plugin"
                            },
                            "computed": false
                          },
                          "operator": "===",
                          "right": {
                            "type": "MemberExpression",
                            "start": 11985,
                            "end": 11996,
                            "loc": {
                              "start": {
                                "line": 256,
                                "column": 68
                              },
                              "end": {
                                "line": 256,
                                "column": 79
                              }
                            },
                            "object": {
                              "type": "Identifier",
                              "start": 11985,
                              "end": 11991,
                              "loc": {
                                "start": {
                                  "line": 256,
                                  "column": 68
                                },
                                "end": {
                                  "line": 256,
                                  "column": 74
                                }
                              },
                              "name": "plugin"
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 11992,
                              "end": 11996,
                              "loc": {
                                "start": {
                                  "line": 256,
                                  "column": 75
                                },
                                "end": {
                                  "line": 256,
                                  "column": 79
                                }
                              },
                              "name": "data"
                            },
                            "computed": false
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 11998,
                        "end": 12678,
                        "loc": {
                          "start": {
                            "line": 256,
                            "column": 81
                          },
                          "end": {
                            "line": 276,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 12012,
                            "end": 12048,
                            "loc": {
                              "start": {
                                "line": 257,
                                "column": 12
                              },
                              "end": {
                                "line": 257,
                                "column": 48
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 12012,
                              "end": 12047,
                              "loc": {
                                "start": {
                                  "line": 257,
                                  "column": 12
                                },
                                "end": {
                                  "line": 257,
                                  "column": 47
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 12012,
                                "end": 12039,
                                "loc": {
                                  "start": {
                                    "line": 257,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 257,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 12012,
                                  "end": 12032,
                                  "loc": {
                                    "start": {
                                      "line": 257,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 257,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 12012,
                                    "end": 12016,
                                    "loc": {
                                      "start": {
                                        "line": 257,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 257,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12017,
                                    "end": 12032,
                                    "loc": {
                                      "start": {
                                        "line": 257,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 257,
                                        "column": 32
                                      }
                                    },
                                    "name": "selectedElement"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12033,
                                  "end": 12039,
                                  "loc": {
                                    "start": {
                                      "line": 257,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 257,
                                      "column": 39
                                    }
                                  },
                                  "name": "active"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Literal",
                                "start": 12042,
                                "end": 12047,
                                "loc": {
                                  "start": {
                                    "line": 257,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 257,
                                    "column": 47
                                  }
                                },
                                "value": false,
                                "rawValue": false,
                                "raw": "false"
                              }
                            }
                          },
                          {
                            "type": "ForOfStatement",
                            "start": 12062,
                            "end": 12265,
                            "loc": {
                              "start": {
                                "line": 259,
                                "column": 12
                              },
                              "end": {
                                "line": 263,
                                "column": 13
                              }
                            },
                            "left": {
                              "type": "VariableDeclaration",
                              "start": 12067,
                              "end": 12075,
                              "loc": {
                                "start": {
                                  "line": 259,
                                  "column": 17
                                },
                                "end": {
                                  "line": 259,
                                  "column": 25
                                }
                              },
                              "declarations": [
                                {
                                  "type": "VariableDeclarator",
                                  "start": 12071,
                                  "end": 12075,
                                  "loc": {
                                    "start": {
                                      "line": 259,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 259,
                                      "column": 25
                                    }
                                  },
                                  "id": {
                                    "type": "Identifier",
                                    "start": 12071,
                                    "end": 12075,
                                    "loc": {
                                      "start": {
                                        "line": 259,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 259,
                                        "column": 25
                                      }
                                    },
                                    "name": "item"
                                  },
                                  "init": null
                                }
                              ],
                              "kind": "let"
                            },
                            "right": {
                              "type": "MemberExpression",
                              "start": 12079,
                              "end": 12093,
                              "loc": {
                                "start": {
                                  "line": 259,
                                  "column": 29
                                },
                                "end": {
                                  "line": 259,
                                  "column": 43
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 12079,
                                "end": 12083,
                                "loc": {
                                  "start": {
                                    "line": 259,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 259,
                                    "column": 33
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 12084,
                                "end": 12093,
                                "loc": {
                                  "start": {
                                    "line": 259,
                                    "column": 34
                                  },
                                  "end": {
                                    "line": 259,
                                    "column": 43
                                  }
                                },
                                "name": "selection"
                              },
                              "computed": false
                            },
                            "body": {
                              "type": "BlockStatement",
                              "start": 12095,
                              "end": 12265,
                              "loc": {
                                "start": {
                                  "line": 259,
                                  "column": 45
                                },
                                "end": {
                                  "line": 263,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 12113,
                                  "end": 12148,
                                  "loc": {
                                    "start": {
                                      "line": 260,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 260,
                                      "column": 51
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 12113,
                                    "end": 12147,
                                    "loc": {
                                      "start": {
                                        "line": 260,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 260,
                                        "column": 50
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 12113,
                                      "end": 12135,
                                      "loc": {
                                        "start": {
                                          "line": 260,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 260,
                                          "column": 38
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 12113,
                                        "end": 12124,
                                        "loc": {
                                          "start": {
                                            "line": 260,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 260,
                                            "column": 27
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 12113,
                                          "end": 12117,
                                          "loc": {
                                            "start": {
                                              "line": 260,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 260,
                                              "column": 20
                                            }
                                          },
                                          "name": "item"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12118,
                                          "end": 12124,
                                          "loc": {
                                            "start": {
                                              "line": 260,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 260,
                                              "column": 27
                                            }
                                          },
                                          "name": "object"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 12125,
                                        "end": 12135,
                                        "loc": {
                                          "start": {
                                            "line": 260,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 260,
                                            "column": 38
                                          }
                                        },
                                        "name": "__selected"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "Identifier",
                                      "start": 12138,
                                      "end": 12147,
                                      "loc": {
                                        "start": {
                                          "line": 260,
                                          "column": 41
                                        },
                                        "end": {
                                          "line": 260,
                                          "column": 50
                                        }
                                      },
                                      "name": "undefined"
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 12165,
                                  "end": 12199,
                                  "loc": {
                                    "start": {
                                      "line": 261,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 261,
                                      "column": 50
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 12165,
                                    "end": 12198,
                                    "loc": {
                                      "start": {
                                        "line": 261,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 261,
                                        "column": 49
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 12165,
                                      "end": 12185,
                                      "loc": {
                                        "start": {
                                          "line": 261,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 261,
                                          "column": 36
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 12165,
                                        "end": 12177,
                                        "loc": {
                                          "start": {
                                            "line": 261,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 261,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 12165,
                                          "end": 12169,
                                          "loc": {
                                            "start": {
                                              "line": 261,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 261,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12170,
                                          "end": 12177,
                                          "loc": {
                                            "start": {
                                              "line": 261,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 261,
                                              "column": 28
                                            }
                                          },
                                          "name": "options"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 12178,
                                        "end": 12185,
                                        "loc": {
                                          "start": {
                                            "line": 261,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 261,
                                            "column": 36
                                          }
                                        },
                                        "name": "unhover"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 12186,
                                        "end": 12197,
                                        "loc": {
                                          "start": {
                                            "line": 261,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 261,
                                            "column": 48
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 12186,
                                          "end": 12190,
                                          "loc": {
                                            "start": {
                                              "line": 261,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 261,
                                              "column": 41
                                            }
                                          },
                                          "name": "item"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12191,
                                          "end": 12197,
                                          "loc": {
                                            "start": {
                                              "line": 261,
                                              "column": 42
                                            },
                                            "end": {
                                              "line": 261,
                                              "column": 48
                                            }
                                          },
                                          "name": "object"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 12216,
                                  "end": 12251,
                                  "loc": {
                                    "start": {
                                      "line": 262,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 262,
                                      "column": 51
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 12216,
                                    "end": 12250,
                                    "loc": {
                                      "start": {
                                        "line": 262,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 262,
                                        "column": 50
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 12216,
                                      "end": 12237,
                                      "loc": {
                                        "start": {
                                          "line": 262,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 262,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 12216,
                                        "end": 12228,
                                        "loc": {
                                          "start": {
                                            "line": 262,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 262,
                                            "column": 28
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 12216,
                                          "end": 12220,
                                          "loc": {
                                            "start": {
                                              "line": 262,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 262,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12221,
                                          "end": 12228,
                                          "loc": {
                                            "start": {
                                              "line": 262,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 262,
                                              "column": 28
                                            }
                                          },
                                          "name": "options"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 12229,
                                        "end": 12237,
                                        "loc": {
                                          "start": {
                                            "line": 262,
                                            "column": 29
                                          },
                                          "end": {
                                            "line": 262,
                                            "column": 37
                                          }
                                        },
                                        "name": "deselect"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "MemberExpression",
                                        "start": 12238,
                                        "end": 12249,
                                        "loc": {
                                          "start": {
                                            "line": 262,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 262,
                                            "column": 49
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 12238,
                                          "end": 12242,
                                          "loc": {
                                            "start": {
                                              "line": 262,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 262,
                                              "column": 42
                                            }
                                          },
                                          "name": "item"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12243,
                                          "end": 12249,
                                          "loc": {
                                            "start": {
                                              "line": 262,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 262,
                                              "column": 49
                                            }
                                          },
                                          "name": "object"
                                        },
                                        "computed": false
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 12279,
                            "end": 12299,
                            "loc": {
                              "start": {
                                "line": 265,
                                "column": 12
                              },
                              "end": {
                                "line": 265,
                                "column": 32
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 12279,
                              "end": 12298,
                              "loc": {
                                "start": {
                                  "line": 265,
                                  "column": 12
                                },
                                "end": {
                                  "line": 265,
                                  "column": 31
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 12279,
                                "end": 12293,
                                "loc": {
                                  "start": {
                                    "line": 265,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 265,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 12279,
                                  "end": 12283,
                                  "loc": {
                                    "start": {
                                      "line": 265,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 265,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12284,
                                  "end": 12293,
                                  "loc": {
                                    "start": {
                                      "line": 265,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 265,
                                      "column": 26
                                    }
                                  },
                                  "name": "selection"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "ArrayExpression",
                                "start": 12296,
                                "end": 12298,
                                "loc": {
                                  "start": {
                                    "line": 265,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 265,
                                    "column": 31
                                  }
                                },
                                "elements": []
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 12312,
                            "end": 12348,
                            "loc": {
                              "start": {
                                "line": 266,
                                "column": 12
                              },
                              "end": {
                                "line": 266,
                                "column": 48
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 12312,
                              "end": 12347,
                              "loc": {
                                "start": {
                                  "line": 266,
                                  "column": 12
                                },
                                "end": {
                                  "line": 266,
                                  "column": 47
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 12312,
                                "end": 12345,
                                "loc": {
                                  "start": {
                                    "line": 266,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 266,
                                    "column": 45
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 12312,
                                  "end": 12327,
                                  "loc": {
                                    "start": {
                                      "line": 266,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 266,
                                      "column": 27
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 12312,
                                    "end": 12321,
                                    "loc": {
                                      "start": {
                                        "line": 266,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 266,
                                        "column": 21
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 12312,
                                      "end": 12316,
                                      "loc": {
                                        "start": {
                                          "line": 266,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 266,
                                          "column": 16
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 12317,
                                      "end": 12321,
                                      "loc": {
                                        "start": {
                                          "line": 266,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 266,
                                          "column": 21
                                        }
                                      },
                                      "name": "view"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12322,
                                    "end": 12327,
                                    "loc": {
                                      "start": {
                                        "line": 266,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 266,
                                        "column": 27
                                      }
                                    },
                                    "name": "scene"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12328,
                                  "end": 12345,
                                  "loc": {
                                    "start": {
                                      "line": 266,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 266,
                                      "column": 45
                                    }
                                  },
                                  "name": "removeInteraction"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 12361,
                            "end": 12402,
                            "loc": {
                              "start": {
                                "line": 267,
                                "column": 12
                              },
                              "end": {
                                "line": 267,
                                "column": 53
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 12361,
                              "end": 12401,
                              "loc": {
                                "start": {
                                  "line": 267,
                                  "column": 12
                                },
                                "end": {
                                  "line": 267,
                                  "column": 52
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 12361,
                                "end": 12389,
                                "loc": {
                                  "start": {
                                    "line": 267,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 267,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 12361,
                                  "end": 12382,
                                  "loc": {
                                    "start": {
                                      "line": 267,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 267,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 12361,
                                    "end": 12370,
                                    "loc": {
                                      "start": {
                                        "line": 267,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 267,
                                        "column": 21
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 12361,
                                      "end": 12365,
                                      "loc": {
                                        "start": {
                                          "line": 267,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 267,
                                          "column": 16
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 12366,
                                      "end": 12370,
                                      "loc": {
                                        "start": {
                                          "line": 267,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 267,
                                          "column": 21
                                        }
                                      },
                                      "name": "view"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12371,
                                    "end": 12382,
                                    "loc": {
                                      "start": {
                                        "line": 267,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 267,
                                        "column": 33
                                      }
                                    },
                                    "name": "interaction"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12383,
                                  "end": 12389,
                                  "loc": {
                                    "start": {
                                      "line": 267,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 267,
                                      "column": 40
                                    }
                                  },
                                  "name": "filter"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 12392,
                                "end": 12401,
                                "loc": {
                                  "start": {
                                    "line": 267,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 267,
                                    "column": 52
                                  }
                                },
                                "name": "undefined"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 12415,
                            "end": 12437,
                            "loc": {
                              "start": {
                                "line": 268,
                                "column": 12
                              },
                              "end": {
                                "line": 268,
                                "column": 34
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 12415,
                              "end": 12436,
                              "loc": {
                                "start": {
                                  "line": 268,
                                  "column": 12
                                },
                                "end": {
                                  "line": 268,
                                  "column": 33
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 12415,
                                "end": 12434,
                                "loc": {
                                  "start": {
                                    "line": 268,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 268,
                                    "column": 31
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 12415,
                                  "end": 12424,
                                  "loc": {
                                    "start": {
                                      "line": 268,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 268,
                                      "column": 21
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 12415,
                                    "end": 12419,
                                    "loc": {
                                      "start": {
                                        "line": 268,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 268,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12420,
                                    "end": 12424,
                                    "loc": {
                                      "start": {
                                        "line": 268,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 268,
                                        "column": 21
                                      }
                                    },
                                    "name": "view"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12425,
                                  "end": 12434,
                                  "loc": {
                                    "start": {
                                      "line": 268,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 268,
                                      "column": 31
                                    }
                                  },
                                  "name": "setCursor"
                                },
                                "computed": false
                              },
                              "arguments": []
                            }
                          },
                          {
                            "type": "IfStatement",
                            "start": 12451,
                            "end": 12621,
                            "loc": {
                              "start": {
                                "line": 270,
                                "column": 12
                              },
                              "end": {
                                "line": 273,
                                "column": 13
                              }
                            },
                            "test": {
                              "type": "UnaryExpression",
                              "start": 12455,
                              "end": 12460,
                              "loc": {
                                "start": {
                                  "line": 270,
                                  "column": 16
                                },
                                "end": {
                                  "line": 270,
                                  "column": 21
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "Identifier",
                                "start": 12456,
                                "end": 12460,
                                "loc": {
                                  "start": {
                                    "line": 270,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 270,
                                    "column": 21
                                  }
                                },
                                "name": "keep"
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 12462,
                              "end": 12621,
                              "loc": {
                                "start": {
                                  "line": 270,
                                  "column": 23
                                },
                                "end": {
                                  "line": 273,
                                  "column": 13
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 12480,
                                  "end": 12512,
                                  "loc": {
                                    "start": {
                                      "line": 271,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 271,
                                      "column": 48
                                    }
                                  },
                                  "expression": {
                                    "type": "AssignmentExpression",
                                    "start": 12480,
                                    "end": 12511,
                                    "loc": {
                                      "start": {
                                        "line": 271,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 271,
                                        "column": 47
                                      }
                                    },
                                    "operator": "=",
                                    "left": {
                                      "type": "MemberExpression",
                                      "start": 12480,
                                      "end": 12506,
                                      "loc": {
                                        "start": {
                                          "line": 271,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 271,
                                          "column": 42
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 12480,
                                        "end": 12500,
                                        "loc": {
                                          "start": {
                                            "line": 271,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 271,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 12480,
                                          "end": 12484,
                                          "loc": {
                                            "start": {
                                              "line": 271,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 271,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12485,
                                          "end": 12500,
                                          "loc": {
                                            "start": {
                                              "line": 271,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 271,
                                              "column": 36
                                            }
                                          },
                                          "name": "selectedElement"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 12501,
                                        "end": 12506,
                                        "loc": {
                                          "start": {
                                            "line": 271,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 271,
                                            "column": 42
                                          }
                                        },
                                        "name": "items"
                                      },
                                      "computed": false
                                    },
                                    "right": {
                                      "type": "ArrayExpression",
                                      "start": 12509,
                                      "end": 12511,
                                      "loc": {
                                        "start": {
                                          "line": 271,
                                          "column": 45
                                        },
                                        "end": {
                                          "line": 271,
                                          "column": 47
                                        }
                                      },
                                      "elements": []
                                    }
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 12529,
                                  "end": 12607,
                                  "loc": {
                                    "start": {
                                      "line": 272,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 272,
                                      "column": 94
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 12529,
                                    "end": 12606,
                                    "loc": {
                                      "start": {
                                        "line": 272,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 272,
                                        "column": 93
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 12529,
                                      "end": 12558,
                                      "loc": {
                                        "start": {
                                          "line": 272,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 272,
                                          "column": 45
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 12529,
                                        "end": 12549,
                                        "loc": {
                                          "start": {
                                            "line": 272,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 272,
                                            "column": 36
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 12529,
                                          "end": 12533,
                                          "loc": {
                                            "start": {
                                              "line": 272,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 272,
                                              "column": 20
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 12534,
                                          "end": 12549,
                                          "loc": {
                                            "start": {
                                              "line": 272,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 272,
                                              "column": 36
                                            }
                                          },
                                          "name": "selectedElement"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 12550,
                                        "end": 12558,
                                        "loc": {
                                          "start": {
                                            "line": 272,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 272,
                                            "column": 45
                                          }
                                        },
                                        "name": "onChange"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "ObjectExpression",
                                        "start": 12559,
                                        "end": 12605,
                                        "loc": {
                                          "start": {
                                            "line": 272,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 272,
                                            "column": 92
                                          }
                                        },
                                        "properties": [
                                          {
                                            "type": "Property",
                                            "start": 12561,
                                            "end": 12590,
                                            "loc": {
                                              "start": {
                                                "line": 272,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 272,
                                                "column": 77
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 12561,
                                              "end": 12568,
                                              "loc": {
                                                "start": {
                                                  "line": 272,
                                                  "column": 48
                                                },
                                                "end": {
                                                  "line": 272,
                                                  "column": 55
                                                }
                                              },
                                              "name": "element"
                                            },
                                            "value": {
                                              "type": "MemberExpression",
                                              "start": 12570,
                                              "end": 12590,
                                              "loc": {
                                                "start": {
                                                  "line": 272,
                                                  "column": 57
                                                },
                                                "end": {
                                                  "line": 272,
                                                  "column": 77
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 12570,
                                                "end": 12574,
                                                "loc": {
                                                  "start": {
                                                    "line": 272,
                                                    "column": 57
                                                  },
                                                  "end": {
                                                    "line": 272,
                                                    "column": 61
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 12575,
                                                "end": 12590,
                                                "loc": {
                                                  "start": {
                                                    "line": 272,
                                                    "column": 62
                                                  },
                                                  "end": {
                                                    "line": 272,
                                                    "column": 77
                                                  }
                                                },
                                                "name": "selectedElement"
                                              },
                                              "computed": false
                                            },
                                            "kind": "init"
                                          },
                                          {
                                            "type": "Property",
                                            "start": 12592,
                                            "end": 12603,
                                            "loc": {
                                              "start": {
                                                "line": 272,
                                                "column": 79
                                              },
                                              "end": {
                                                "line": 272,
                                                "column": 90
                                              }
                                            },
                                            "method": false,
                                            "shorthand": false,
                                            "computed": false,
                                            "key": {
                                              "type": "Identifier",
                                              "start": 12592,
                                              "end": 12599,
                                              "loc": {
                                                "start": {
                                                  "line": 272,
                                                  "column": 79
                                                },
                                                "end": {
                                                  "line": 272,
                                                  "column": 86
                                                }
                                              },
                                              "name": "objects"
                                            },
                                            "value": {
                                              "type": "ArrayExpression",
                                              "start": 12601,
                                              "end": 12603,
                                              "loc": {
                                                "start": {
                                                  "line": 272,
                                                  "column": 88
                                                },
                                                "end": {
                                                  "line": 272,
                                                  "column": 90
                                                }
                                              },
                                              "elements": []
                                            },
                                            "kind": "init"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 12635,
                            "end": 12668,
                            "loc": {
                              "start": {
                                "line": 275,
                                "column": 12
                              },
                              "end": {
                                "line": 275,
                                "column": 45
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 12635,
                              "end": 12667,
                              "loc": {
                                "start": {
                                  "line": 275,
                                  "column": 12
                                },
                                "end": {
                                  "line": 275,
                                  "column": 44
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 12635,
                                "end": 12655,
                                "loc": {
                                  "start": {
                                    "line": 275,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 275,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 12635,
                                  "end": 12639,
                                  "loc": {
                                    "start": {
                                      "line": 275,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 275,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12640,
                                  "end": 12655,
                                  "loc": {
                                    "start": {
                                      "line": 275,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 275,
                                      "column": 32
                                    }
                                  },
                                  "name": "selectedElement"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 12658,
                                "end": 12667,
                                "loc": {
                                  "start": {
                                    "line": 275,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 275,
                                    "column": 44
                                  }
                                },
                                "name": "undefined"
                              }
                            }
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 12690,
              "end": 16320,
              "loc": {
                "start": {
                  "line": 279,
                  "column": 4
                },
                "end": {
                  "line": 367,
                  "column": 5
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 12690,
                "end": 12705,
                "loc": {
                  "start": {
                    "line": 279,
                    "column": 4
                  },
                  "end": {
                    "line": 279,
                    "column": 19
                  }
                },
                "name": "toggleSelection"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 12705,
                "end": 16320,
                "loc": {
                  "start": {
                    "line": 279,
                    "column": 19
                  },
                  "end": {
                    "line": 367,
                    "column": 5
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 12706,
                    "end": 12713,
                    "loc": {
                      "start": {
                        "line": 279,
                        "column": 20
                      },
                      "end": {
                        "line": 279,
                        "column": 27
                      }
                    },
                    "name": "element"
                  },
                  {
                    "type": "Identifier",
                    "start": 12715,
                    "end": 12719,
                    "loc": {
                      "start": {
                        "line": 279,
                        "column": 29
                      },
                      "end": {
                        "line": 279,
                        "column": 33
                      }
                    },
                    "name": "flag"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 12721,
                  "end": 16320,
                  "loc": {
                    "start": {
                      "line": 279,
                      "column": 35
                    },
                    "end": {
                      "line": 367,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 12731,
                      "end": 16314,
                      "loc": {
                        "start": {
                          "line": 280,
                          "column": 8
                        },
                        "end": {
                          "line": 366,
                          "column": 9
                        }
                      },
                      "test": {
                        "type": "LogicalExpression",
                        "start": 12735,
                        "end": 12778,
                        "loc": {
                          "start": {
                            "line": 280,
                            "column": 12
                          },
                          "end": {
                            "line": 280,
                            "column": 55
                          }
                        },
                        "left": {
                          "type": "Identifier",
                          "start": 12735,
                          "end": 12742,
                          "loc": {
                            "start": {
                              "line": 280,
                              "column": 12
                            },
                            "end": {
                              "line": 280,
                              "column": 19
                            }
                          },
                          "name": "element"
                        },
                        "operator": "&&",
                        "right": {
                          "type": "BinaryExpression",
                          "start": 12746,
                          "end": 12778,
                          "loc": {
                            "start": {
                              "line": 280,
                              "column": 23
                            },
                            "end": {
                              "line": 280,
                              "column": 55
                            }
                          },
                          "left": {
                            "type": "Identifier",
                            "start": 12746,
                            "end": 12753,
                            "loc": {
                              "start": {
                                "line": 280,
                                "column": 23
                              },
                              "end": {
                                "line": 280,
                                "column": 30
                              }
                            },
                            "name": "element"
                          },
                          "operator": "===",
                          "right": {
                            "type": "MemberExpression",
                            "start": 12758,
                            "end": 12778,
                            "loc": {
                              "start": {
                                "line": 280,
                                "column": 35
                              },
                              "end": {
                                "line": 280,
                                "column": 55
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 12758,
                              "end": 12762,
                              "loc": {
                                "start": {
                                  "line": 280,
                                  "column": 35
                                },
                                "end": {
                                  "line": 280,
                                  "column": 39
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 12763,
                              "end": 12778,
                              "loc": {
                                "start": {
                                  "line": 280,
                                  "column": 40
                                },
                                "end": {
                                  "line": 280,
                                  "column": 55
                                }
                              },
                              "name": "selectedElement"
                            },
                            "computed": false
                          }
                        }
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 12780,
                        "end": 12849,
                        "loc": {
                          "start": {
                            "line": 280,
                            "column": 57
                          },
                          "end": {
                            "line": 282,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 12794,
                            "end": 12839,
                            "loc": {
                              "start": {
                                "line": 281,
                                "column": 12
                              },
                              "end": {
                                "line": 281,
                                "column": 57
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 12794,
                              "end": 12838,
                              "loc": {
                                "start": {
                                  "line": 281,
                                  "column": 12
                                },
                                "end": {
                                  "line": 281,
                                  "column": 56
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 12794,
                                "end": 12814,
                                "loc": {
                                  "start": {
                                    "line": 281,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 281,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 12794,
                                  "end": 12798,
                                  "loc": {
                                    "start": {
                                      "line": 281,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 281,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12799,
                                  "end": 12814,
                                  "loc": {
                                    "start": {
                                      "line": 281,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 281,
                                      "column": 32
                                    }
                                  },
                                  "name": "removeSelection"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 12815,
                                  "end": 12831,
                                  "loc": {
                                    "start": {
                                      "line": 281,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 281,
                                      "column": 49
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 12815,
                                    "end": 12824,
                                    "loc": {
                                      "start": {
                                        "line": 281,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 281,
                                        "column": 42
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 12815,
                                      "end": 12819,
                                      "loc": {
                                        "start": {
                                          "line": 281,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 281,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 12820,
                                      "end": 12824,
                                      "loc": {
                                        "start": {
                                          "line": 281,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 281,
                                          "column": 42
                                        }
                                      },
                                      "name": "data"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12825,
                                    "end": 12831,
                                    "loc": {
                                      "start": {
                                        "line": 281,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 281,
                                        "column": 49
                                      }
                                    },
                                    "name": "active"
                                  },
                                  "computed": false
                                },
                                {
                                  "type": "Identifier",
                                  "start": 12833,
                                  "end": 12837,
                                  "loc": {
                                    "start": {
                                      "line": 281,
                                      "column": 51
                                    },
                                    "end": {
                                      "line": 281,
                                      "column": 55
                                    }
                                  },
                                  "name": "flag"
                                }
                              ]
                            }
                          }
                        ]
                      },
                      "alternate": {
                        "type": "BlockStatement",
                        "start": 12855,
                        "end": 16314,
                        "loc": {
                          "start": {
                            "line": 282,
                            "column": 15
                          },
                          "end": {
                            "line": 366,
                            "column": 9
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 12869,
                            "end": 12900,
                            "loc": {
                              "start": {
                                "line": 283,
                                "column": 12
                              },
                              "end": {
                                "line": 283,
                                "column": 43
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 12869,
                              "end": 12899,
                              "loc": {
                                "start": {
                                  "line": 283,
                                  "column": 12
                                },
                                "end": {
                                  "line": 283,
                                  "column": 42
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 12869,
                                "end": 12889,
                                "loc": {
                                  "start": {
                                    "line": 283,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 283,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 12869,
                                  "end": 12873,
                                  "loc": {
                                    "start": {
                                      "line": 283,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 283,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12874,
                                  "end": 12889,
                                  "loc": {
                                    "start": {
                                      "line": 283,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 283,
                                      "column": 32
                                    }
                                  },
                                  "name": "selectedElement"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 12892,
                                "end": 12899,
                                "loc": {
                                  "start": {
                                    "line": 283,
                                    "column": 35
                                  },
                                  "end": {
                                    "line": 283,
                                    "column": 42
                                  }
                                },
                                "name": "element"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 12913,
                            "end": 12960,
                            "loc": {
                              "start": {
                                "line": 284,
                                "column": 12
                              },
                              "end": {
                                "line": 284,
                                "column": 59
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 12913,
                              "end": 12959,
                              "loc": {
                                "start": {
                                  "line": 284,
                                  "column": 12
                                },
                                "end": {
                                  "line": 284,
                                  "column": 58
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 12913,
                                "end": 12940,
                                "loc": {
                                  "start": {
                                    "line": 284,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 284,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 12913,
                                  "end": 12933,
                                  "loc": {
                                    "start": {
                                      "line": 284,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 284,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 12913,
                                    "end": 12917,
                                    "loc": {
                                      "start": {
                                        "line": 284,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 284,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12918,
                                    "end": 12933,
                                    "loc": {
                                      "start": {
                                        "line": 284,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 284,
                                        "column": 32
                                      }
                                    },
                                    "name": "selectedElement"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12934,
                                  "end": 12940,
                                  "loc": {
                                    "start": {
                                      "line": 284,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 284,
                                      "column": 39
                                    }
                                  },
                                  "name": "plugin"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "MemberExpression",
                                "start": 12943,
                                "end": 12959,
                                "loc": {
                                  "start": {
                                    "line": 284,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 284,
                                    "column": 58
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 12943,
                                  "end": 12952,
                                  "loc": {
                                    "start": {
                                      "line": 284,
                                      "column": 42
                                    },
                                    "end": {
                                      "line": 284,
                                      "column": 51
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 12943,
                                    "end": 12947,
                                    "loc": {
                                      "start": {
                                        "line": 284,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 284,
                                        "column": 46
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12948,
                                    "end": 12952,
                                    "loc": {
                                      "start": {
                                        "line": 284,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 284,
                                        "column": 51
                                      }
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12953,
                                  "end": 12959,
                                  "loc": {
                                    "start": {
                                      "line": 284,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 284,
                                      "column": 58
                                    }
                                  },
                                  "name": "active"
                                },
                                "computed": false
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 12973,
                            "end": 13008,
                            "loc": {
                              "start": {
                                "line": 285,
                                "column": 12
                              },
                              "end": {
                                "line": 285,
                                "column": 47
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 12973,
                              "end": 13007,
                              "loc": {
                                "start": {
                                  "line": 285,
                                  "column": 12
                                },
                                "end": {
                                  "line": 285,
                                  "column": 46
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 12973,
                                "end": 13000,
                                "loc": {
                                  "start": {
                                    "line": 285,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 285,
                                    "column": 39
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 12973,
                                  "end": 12993,
                                  "loc": {
                                    "start": {
                                      "line": 285,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 285,
                                      "column": 32
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 12973,
                                    "end": 12977,
                                    "loc": {
                                      "start": {
                                        "line": 285,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 285,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 12978,
                                    "end": 12993,
                                    "loc": {
                                      "start": {
                                        "line": 285,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 285,
                                        "column": 32
                                      }
                                    },
                                    "name": "selectedElement"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 12994,
                                  "end": 13000,
                                  "loc": {
                                    "start": {
                                      "line": 285,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 285,
                                      "column": 39
                                    }
                                  },
                                  "name": "active"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "Literal",
                                "start": 13003,
                                "end": 13007,
                                "loc": {
                                  "start": {
                                    "line": 285,
                                    "column": 42
                                  },
                                  "end": {
                                    "line": 285,
                                    "column": 46
                                  }
                                },
                                "value": true,
                                "rawValue": true,
                                "raw": "true"
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 13021,
                            "end": 13070,
                            "loc": {
                              "start": {
                                "line": 286,
                                "column": 12
                              },
                              "end": {
                                "line": 286,
                                "column": 61
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 13021,
                              "end": 13069,
                              "loc": {
                                "start": {
                                  "line": 286,
                                  "column": 12
                                },
                                "end": {
                                  "line": 286,
                                  "column": 60
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 13021,
                                "end": 13049,
                                "loc": {
                                  "start": {
                                    "line": 286,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 286,
                                    "column": 40
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 13021,
                                  "end": 13042,
                                  "loc": {
                                    "start": {
                                      "line": 286,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 286,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 13021,
                                    "end": 13030,
                                    "loc": {
                                      "start": {
                                        "line": 286,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 286,
                                        "column": 21
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 13021,
                                      "end": 13025,
                                      "loc": {
                                        "start": {
                                          "line": 286,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 286,
                                          "column": 16
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 13026,
                                      "end": 13030,
                                      "loc": {
                                        "start": {
                                          "line": 286,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 286,
                                          "column": 21
                                        }
                                      },
                                      "name": "view"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 13031,
                                    "end": 13042,
                                    "loc": {
                                      "start": {
                                        "line": 286,
                                        "column": 22
                                      },
                                      "end": {
                                        "line": 286,
                                        "column": 33
                                      }
                                    },
                                    "name": "interaction"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13043,
                                  "end": 13049,
                                  "loc": {
                                    "start": {
                                      "line": 286,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 286,
                                      "column": 40
                                    }
                                  },
                                  "name": "filter"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "ArrayExpression",
                                "start": 13052,
                                "end": 13069,
                                "loc": {
                                  "start": {
                                    "line": 286,
                                    "column": 43
                                  },
                                  "end": {
                                    "line": 286,
                                    "column": 60
                                  }
                                },
                                "elements": [
                                  {
                                    "type": "MemberExpression",
                                    "start": 13053,
                                    "end": 13068,
                                    "loc": {
                                      "start": {
                                        "line": 286,
                                        "column": 44
                                      },
                                      "end": {
                                        "line": 286,
                                        "column": 59
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 13053,
                                      "end": 13062,
                                      "loc": {
                                        "start": {
                                          "line": 286,
                                          "column": 44
                                        },
                                        "end": {
                                          "line": 286,
                                          "column": 53
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 13053,
                                        "end": 13057,
                                        "loc": {
                                          "start": {
                                            "line": 286,
                                            "column": 44
                                          },
                                          "end": {
                                            "line": 286,
                                            "column": 48
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13058,
                                        "end": 13062,
                                        "loc": {
                                          "start": {
                                            "line": 286,
                                            "column": 49
                                          },
                                          "end": {
                                            "line": 286,
                                            "column": 53
                                          }
                                        },
                                        "name": "view"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 13063,
                                      "end": 13068,
                                      "loc": {
                                        "start": {
                                          "line": 286,
                                          "column": 54
                                        },
                                        "end": {
                                          "line": 286,
                                          "column": 59
                                        }
                                      },
                                      "name": "scene"
                                    },
                                    "computed": false
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 13084,
                            "end": 13367,
                            "loc": {
                              "start": {
                                "line": 288,
                                "column": 12
                              },
                              "end": {
                                "line": 293,
                                "column": 15
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 13084,
                              "end": 13366,
                              "loc": {
                                "start": {
                                  "line": 288,
                                  "column": 12
                                },
                                "end": {
                                  "line": 293,
                                  "column": 14
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 13084,
                                "end": 13098,
                                "loc": {
                                  "start": {
                                    "line": 288,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 288,
                                    "column": 26
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 13084,
                                  "end": 13088,
                                  "loc": {
                                    "start": {
                                      "line": 288,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 288,
                                      "column": 16
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13089,
                                  "end": 13098,
                                  "loc": {
                                    "start": {
                                      "line": 288,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 288,
                                      "column": 26
                                    }
                                  },
                                  "name": "selection"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 13101,
                                "end": 13366,
                                "loc": {
                                  "start": {
                                    "line": 288,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 293,
                                    "column": 14
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 13101,
                                  "end": 13118,
                                  "loc": {
                                    "start": {
                                      "line": 288,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 288,
                                      "column": 46
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 13101,
                                    "end": 13114,
                                    "loc": {
                                      "start": {
                                        "line": 288,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 288,
                                        "column": 42
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 13101,
                                      "end": 13108,
                                      "loc": {
                                        "start": {
                                          "line": 288,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 288,
                                          "column": 36
                                        }
                                      },
                                      "name": "element"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 13109,
                                      "end": 13114,
                                      "loc": {
                                        "start": {
                                          "line": 288,
                                          "column": 37
                                        },
                                        "end": {
                                          "line": 288,
                                          "column": 42
                                        }
                                      },
                                      "name": "items"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 13115,
                                    "end": 13118,
                                    "loc": {
                                      "start": {
                                        "line": 288,
                                        "column": 43
                                      },
                                      "end": {
                                        "line": 288,
                                        "column": 46
                                      }
                                    },
                                    "name": "map"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "ArrowFunctionExpression",
                                    "start": 13119,
                                    "end": 13365,
                                    "loc": {
                                      "start": {
                                        "line": 288,
                                        "column": 47
                                      },
                                      "end": {
                                        "line": 293,
                                        "column": 13
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": false,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 13119,
                                        "end": 13123,
                                        "loc": {
                                          "start": {
                                            "line": 288,
                                            "column": 47
                                          },
                                          "end": {
                                            "line": 288,
                                            "column": 51
                                          }
                                        },
                                        "name": "item"
                                      }
                                    ],
                                    "body": {
                                      "type": "BlockStatement",
                                      "start": 13127,
                                      "end": 13365,
                                      "loc": {
                                        "start": {
                                          "line": 288,
                                          "column": 55
                                        },
                                        "end": {
                                          "line": 293,
                                          "column": 13
                                        }
                                      },
                                      "body": [
                                        {
                                          "type": "VariableDeclaration",
                                          "start": 13145,
                                          "end": 13194,
                                          "loc": {
                                            "start": {
                                              "line": 289,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 289,
                                              "column": 65
                                            }
                                          },
                                          "declarations": [
                                            {
                                              "type": "VariableDeclarator",
                                              "start": 13149,
                                              "end": 13193,
                                              "loc": {
                                                "start": {
                                                  "line": 289,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 289,
                                                  "column": 64
                                                }
                                              },
                                              "id": {
                                                "type": "Identifier",
                                                "start": 13149,
                                                "end": 13155,
                                                "loc": {
                                                  "start": {
                                                    "line": 289,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 289,
                                                    "column": 26
                                                  }
                                                },
                                                "name": "object"
                                              },
                                              "init": {
                                                "type": "CallExpression",
                                                "start": 13158,
                                                "end": 13193,
                                                "loc": {
                                                  "start": {
                                                    "line": 289,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 289,
                                                    "column": 64
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 13158,
                                                  "end": 13187,
                                                  "loc": {
                                                    "start": {
                                                      "line": 289,
                                                      "column": 29
                                                    },
                                                    "end": {
                                                      "line": 289,
                                                      "column": 58
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 13158,
                                                    "end": 13173,
                                                    "loc": {
                                                      "start": {
                                                        "line": 289,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 289,
                                                        "column": 44
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 13158,
                                                      "end": 13167,
                                                      "loc": {
                                                        "start": {
                                                          "line": 289,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 289,
                                                          "column": 38
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "ThisExpression",
                                                        "start": 13158,
                                                        "end": 13162,
                                                        "loc": {
                                                          "start": {
                                                            "line": 289,
                                                            "column": 29
                                                          },
                                                          "end": {
                                                            "line": 289,
                                                            "column": 33
                                                          }
                                                        }
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 13163,
                                                        "end": 13167,
                                                        "loc": {
                                                          "start": {
                                                            "line": 289,
                                                            "column": 34
                                                          },
                                                          "end": {
                                                            "line": 289,
                                                            "column": 38
                                                          }
                                                        },
                                                        "name": "view"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 13168,
                                                      "end": 13173,
                                                      "loc": {
                                                        "start": {
                                                          "line": 289,
                                                          "column": 39
                                                        },
                                                        "end": {
                                                          "line": 289,
                                                          "column": 44
                                                        }
                                                      },
                                                      "name": "scene"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 13174,
                                                    "end": 13187,
                                                    "loc": {
                                                      "start": {
                                                        "line": 289,
                                                        "column": 45
                                                      },
                                                      "end": {
                                                        "line": 289,
                                                        "column": 58
                                                      }
                                                    },
                                                    "name": "getObjectById"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Identifier",
                                                    "start": 13188,
                                                    "end": 13192,
                                                    "loc": {
                                                      "start": {
                                                        "line": 289,
                                                        "column": 59
                                                      },
                                                      "end": {
                                                        "line": 289,
                                                        "column": 63
                                                      }
                                                    },
                                                    "name": "item"
                                                  }
                                                ]
                                              }
                                            }
                                          ],
                                          "kind": "let"
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 13211,
                                          "end": 13236,
                                          "loc": {
                                            "start": {
                                              "line": 290,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 290,
                                              "column": 41
                                            }
                                          },
                                          "expression": {
                                            "type": "AssignmentExpression",
                                            "start": 13211,
                                            "end": 13235,
                                            "loc": {
                                              "start": {
                                                "line": 290,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 290,
                                                "column": 40
                                              }
                                            },
                                            "operator": "=",
                                            "left": {
                                              "type": "MemberExpression",
                                              "start": 13211,
                                              "end": 13228,
                                              "loc": {
                                                "start": {
                                                  "line": 290,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 290,
                                                  "column": 33
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 13211,
                                                "end": 13217,
                                                "loc": {
                                                  "start": {
                                                    "line": 290,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 290,
                                                    "column": 22
                                                  }
                                                },
                                                "name": "object"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 13218,
                                                "end": 13228,
                                                "loc": {
                                                  "start": {
                                                    "line": 290,
                                                    "column": 23
                                                  },
                                                  "end": {
                                                    "line": 290,
                                                    "column": 33
                                                  }
                                                },
                                                "name": "__selected"
                                              },
                                              "computed": false
                                            },
                                            "right": {
                                              "type": "Literal",
                                              "start": 13231,
                                              "end": 13235,
                                              "loc": {
                                                "start": {
                                                  "line": 290,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 290,
                                                  "column": 40
                                                }
                                              },
                                              "value": true,
                                              "rawValue": true,
                                              "raw": "true"
                                            }
                                          }
                                        },
                                        {
                                          "type": "ExpressionStatement",
                                          "start": 13253,
                                          "end": 13281,
                                          "loc": {
                                            "start": {
                                              "line": 291,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 291,
                                              "column": 44
                                            }
                                          },
                                          "expression": {
                                            "type": "CallExpression",
                                            "start": 13253,
                                            "end": 13280,
                                            "loc": {
                                              "start": {
                                                "line": 291,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 291,
                                                "column": 43
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 13253,
                                              "end": 13272,
                                              "loc": {
                                                "start": {
                                                  "line": 291,
                                                  "column": 16
                                                },
                                                "end": {
                                                  "line": 291,
                                                  "column": 35
                                                }
                                              },
                                              "object": {
                                                "type": "MemberExpression",
                                                "start": 13253,
                                                "end": 13265,
                                                "loc": {
                                                  "start": {
                                                    "line": 291,
                                                    "column": 16
                                                  },
                                                  "end": {
                                                    "line": 291,
                                                    "column": 28
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 13253,
                                                  "end": 13257,
                                                  "loc": {
                                                    "start": {
                                                      "line": 291,
                                                      "column": 16
                                                    },
                                                    "end": {
                                                      "line": 291,
                                                      "column": 20
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 13258,
                                                  "end": 13265,
                                                  "loc": {
                                                    "start": {
                                                      "line": 291,
                                                      "column": 21
                                                    },
                                                    "end": {
                                                      "line": 291,
                                                      "column": 28
                                                    }
                                                  },
                                                  "name": "options"
                                                },
                                                "computed": false
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 13266,
                                                "end": 13272,
                                                "loc": {
                                                  "start": {
                                                    "line": 291,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 291,
                                                    "column": 35
                                                  }
                                                },
                                                "name": "select"
                                              },
                                              "computed": false
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 13273,
                                                "end": 13279,
                                                "loc": {
                                                  "start": {
                                                    "line": 291,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 291,
                                                    "column": 42
                                                  }
                                                },
                                                "name": "object"
                                              }
                                            ]
                                          }
                                        },
                                        {
                                          "type": "ReturnStatement",
                                          "start": 13298,
                                          "end": 13351,
                                          "loc": {
                                            "start": {
                                              "line": 292,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 292,
                                              "column": 69
                                            }
                                          },
                                          "argument": {
                                            "type": "ObjectExpression",
                                            "start": 13305,
                                            "end": 13350,
                                            "loc": {
                                              "start": {
                                                "line": 292,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 292,
                                                "column": 68
                                              }
                                            },
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "start": 13307,
                                                "end": 13332,
                                                "loc": {
                                                  "start": {
                                                    "line": 292,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 292,
                                                    "column": 50
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 13307,
                                                  "end": 13315,
                                                  "loc": {
                                                    "start": {
                                                      "line": 292,
                                                      "column": 25
                                                    },
                                                    "end": {
                                                      "line": 292,
                                                      "column": 33
                                                    }
                                                  },
                                                  "name": "receiver"
                                                },
                                                "value": {
                                                  "type": "MemberExpression",
                                                  "start": 13317,
                                                  "end": 13332,
                                                  "loc": {
                                                    "start": {
                                                      "line": 292,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 292,
                                                      "column": 50
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 13317,
                                                    "end": 13326,
                                                    "loc": {
                                                      "start": {
                                                        "line": 292,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 292,
                                                        "column": 44
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 13317,
                                                      "end": 13321,
                                                      "loc": {
                                                        "start": {
                                                          "line": 292,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 292,
                                                          "column": 39
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 13322,
                                                      "end": 13326,
                                                      "loc": {
                                                        "start": {
                                                          "line": 292,
                                                          "column": 40
                                                        },
                                                        "end": {
                                                          "line": 292,
                                                          "column": 44
                                                        }
                                                      },
                                                      "name": "view"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 13327,
                                                    "end": 13332,
                                                    "loc": {
                                                      "start": {
                                                        "line": 292,
                                                        "column": 45
                                                      },
                                                      "end": {
                                                        "line": 292,
                                                        "column": 50
                                                      }
                                                    },
                                                    "name": "scene"
                                                  },
                                                  "computed": false
                                                },
                                                "kind": "init"
                                              },
                                              {
                                                "type": "Property",
                                                "start": 13334,
                                                "end": 13348,
                                                "loc": {
                                                  "start": {
                                                    "line": 292,
                                                    "column": 52
                                                  },
                                                  "end": {
                                                    "line": 292,
                                                    "column": 66
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 13334,
                                                  "end": 13340,
                                                  "loc": {
                                                    "start": {
                                                      "line": 292,
                                                      "column": 52
                                                    },
                                                    "end": {
                                                      "line": 292,
                                                      "column": 58
                                                    }
                                                  },
                                                  "name": "object"
                                                },
                                                "value": {
                                                  "type": "Identifier",
                                                  "start": 13342,
                                                  "end": 13348,
                                                  "loc": {
                                                    "start": {
                                                      "line": 292,
                                                      "column": 60
                                                    },
                                                    "end": {
                                                      "line": 292,
                                                      "column": 66
                                                    }
                                                  },
                                                  "name": "object"
                                                },
                                                "kind": "init"
                                              }
                                            ]
                                          }
                                        }
                                      ]
                                    }
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "VariableDeclaration",
                            "start": 13381,
                            "end": 13403,
                            "loc": {
                              "start": {
                                "line": 295,
                                "column": 12
                              },
                              "end": {
                                "line": 295,
                                "column": 34
                              }
                            },
                            "declarations": [
                              {
                                "type": "VariableDeclarator",
                                "start": 13385,
                                "end": 13402,
                                "loc": {
                                  "start": {
                                    "line": 295,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 295,
                                    "column": 33
                                  }
                                },
                                "id": {
                                  "type": "Identifier",
                                  "start": 13385,
                                  "end": 13390,
                                  "loc": {
                                    "start": {
                                      "line": 295,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 295,
                                      "column": 21
                                    }
                                  },
                                  "name": "types"
                                },
                                "init": {
                                  "type": "ArrayExpression",
                                  "start": 13393,
                                  "end": 13402,
                                  "loc": {
                                    "start": {
                                      "line": 295,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 295,
                                      "column": 33
                                    }
                                  },
                                  "elements": [
                                    {
                                      "type": "Literal",
                                      "start": 13394,
                                      "end": 13401,
                                      "loc": {
                                        "start": {
                                          "line": 295,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 295,
                                          "column": 32
                                        }
                                      },
                                      "value": "Scene",
                                      "rawValue": "Scene",
                                      "raw": "'Scene'"
                                    }
                                  ]
                                }
                              }
                            ],
                            "kind": "let"
                          },
                          {
                            "type": "IfStatement",
                            "start": 13416,
                            "end": 13645,
                            "loc": {
                              "start": {
                                "line": 296,
                                "column": 12
                              },
                              "end": {
                                "line": 299,
                                "column": 83
                              }
                            },
                            "test": {
                              "type": "CallExpression",
                              "start": 13420,
                              "end": 13448,
                              "loc": {
                                "start": {
                                  "line": 296,
                                  "column": 16
                                },
                                "end": {
                                  "line": 296,
                                  "column": 44
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 13420,
                                "end": 13433,
                                "loc": {
                                  "start": {
                                    "line": 296,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 296,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 13420,
                                  "end": 13425,
                                  "loc": {
                                    "start": {
                                      "line": 296,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 296,
                                      "column": 21
                                    }
                                  },
                                  "name": "Array"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13426,
                                  "end": 13433,
                                  "loc": {
                                    "start": {
                                      "line": 296,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 296,
                                      "column": 29
                                    }
                                  },
                                  "name": "isArray"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 13434,
                                  "end": 13447,
                                  "loc": {
                                    "start": {
                                      "line": 296,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 296,
                                      "column": 43
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 13434,
                                    "end": 13441,
                                    "loc": {
                                      "start": {
                                        "line": 296,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 296,
                                        "column": 37
                                      }
                                    },
                                    "name": "element"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 13442,
                                    "end": 13447,
                                    "loc": {
                                      "start": {
                                        "line": 296,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 296,
                                        "column": 43
                                      }
                                    },
                                    "name": "types"
                                  },
                                  "computed": false
                                }
                              ]
                            },
                            "consequent": {
                              "type": "ExpressionStatement",
                              "start": 13466,
                              "end": 13503,
                              "loc": {
                                "start": {
                                  "line": 297,
                                  "column": 16
                                },
                                "end": {
                                  "line": 297,
                                  "column": 53
                                }
                              },
                              "expression": {
                                "type": "AssignmentExpression",
                                "start": 13466,
                                "end": 13502,
                                "loc": {
                                  "start": {
                                    "line": 297,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 297,
                                    "column": 52
                                  }
                                },
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "start": 13466,
                                  "end": 13471,
                                  "loc": {
                                    "start": {
                                      "line": 297,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 297,
                                      "column": 21
                                    }
                                  },
                                  "name": "types"
                                },
                                "right": {
                                  "type": "ArrayExpression",
                                  "start": 13474,
                                  "end": 13502,
                                  "loc": {
                                    "start": {
                                      "line": 297,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 297,
                                      "column": 52
                                    }
                                  },
                                  "elements": [
                                    {
                                      "type": "SpreadElement",
                                      "start": 13475,
                                      "end": 13483,
                                      "loc": {
                                        "start": {
                                          "line": 297,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 297,
                                          "column": 33
                                        }
                                      },
                                      "argument": {
                                        "type": "Identifier",
                                        "start": 13478,
                                        "end": 13483,
                                        "loc": {
                                          "start": {
                                            "line": 297,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 297,
                                            "column": 33
                                          }
                                        },
                                        "name": "types"
                                      }
                                    },
                                    {
                                      "type": "SpreadElement",
                                      "start": 13485,
                                      "end": 13501,
                                      "loc": {
                                        "start": {
                                          "line": 297,
                                          "column": 35
                                        },
                                        "end": {
                                          "line": 297,
                                          "column": 51
                                        }
                                      },
                                      "argument": {
                                        "type": "MemberExpression",
                                        "start": 13488,
                                        "end": 13501,
                                        "loc": {
                                          "start": {
                                            "line": 297,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 297,
                                            "column": 51
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 13488,
                                          "end": 13495,
                                          "loc": {
                                            "start": {
                                              "line": 297,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 297,
                                              "column": 45
                                            }
                                          },
                                          "name": "element"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 13496,
                                          "end": 13501,
                                          "loc": {
                                            "start": {
                                              "line": 297,
                                              "column": 46
                                            },
                                            "end": {
                                              "line": 297,
                                              "column": 51
                                            }
                                          },
                                          "name": "types"
                                        },
                                        "computed": false
                                      }
                                    }
                                  ]
                                }
                              }
                            },
                            "alternate": {
                              "type": "IfStatement",
                              "start": 13521,
                              "end": 13645,
                              "loc": {
                                "start": {
                                  "line": 298,
                                  "column": 17
                                },
                                "end": {
                                  "line": 299,
                                  "column": 83
                                }
                              },
                              "test": {
                                "type": "BinaryExpression",
                                "start": 13525,
                                "end": 13560,
                                "loc": {
                                  "start": {
                                    "line": 298,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 298,
                                    "column": 56
                                  }
                                },
                                "left": {
                                  "type": "UnaryExpression",
                                  "start": 13525,
                                  "end": 13545,
                                  "loc": {
                                    "start": {
                                      "line": 298,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 298,
                                      "column": 41
                                    }
                                  },
                                  "operator": "typeof",
                                  "prefix": true,
                                  "argument": {
                                    "type": "MemberExpression",
                                    "start": 13532,
                                    "end": 13545,
                                    "loc": {
                                      "start": {
                                        "line": 298,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 298,
                                        "column": 41
                                      }
                                    },
                                    "object": {
                                      "type": "Identifier",
                                      "start": 13532,
                                      "end": 13539,
                                      "loc": {
                                        "start": {
                                          "line": 298,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 298,
                                          "column": 35
                                        }
                                      },
                                      "name": "element"
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 13540,
                                      "end": 13545,
                                      "loc": {
                                        "start": {
                                          "line": 298,
                                          "column": 36
                                        },
                                        "end": {
                                          "line": 298,
                                          "column": 41
                                        }
                                      },
                                      "name": "types"
                                    },
                                    "computed": false
                                  }
                                },
                                "operator": "===",
                                "right": {
                                  "type": "Literal",
                                  "start": 13550,
                                  "end": 13560,
                                  "loc": {
                                    "start": {
                                      "line": 298,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 298,
                                      "column": 56
                                    }
                                  },
                                  "value": "function",
                                  "rawValue": "function",
                                  "raw": "'function'"
                                }
                              },
                              "consequent": {
                                "type": "ExpressionStatement",
                                "start": 13578,
                                "end": 13645,
                                "loc": {
                                  "start": {
                                    "line": 299,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 299,
                                    "column": 83
                                  }
                                },
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "start": 13578,
                                  "end": 13644,
                                  "loc": {
                                    "start": {
                                      "line": 299,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 299,
                                      "column": 82
                                    }
                                  },
                                  "operator": "=",
                                  "left": {
                                    "type": "Identifier",
                                    "start": 13578,
                                    "end": 13583,
                                    "loc": {
                                      "start": {
                                        "line": 299,
                                        "column": 16
                                      },
                                      "end": {
                                        "line": 299,
                                        "column": 21
                                      }
                                    },
                                    "name": "types"
                                  },
                                  "right": {
                                    "type": "ArrowFunctionExpression",
                                    "start": 13586,
                                    "end": 13644,
                                    "loc": {
                                      "start": {
                                        "line": 299,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 299,
                                        "column": 82
                                      }
                                    },
                                    "id": null,
                                    "generator": false,
                                    "expression": true,
                                    "async": false,
                                    "params": [
                                      {
                                        "type": "Identifier",
                                        "start": 13586,
                                        "end": 13592,
                                        "loc": {
                                          "start": {
                                            "line": 299,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 299,
                                            "column": 30
                                          }
                                        },
                                        "name": "object"
                                      }
                                    ],
                                    "body": {
                                      "type": "LogicalExpression",
                                      "start": 13596,
                                      "end": 13644,
                                      "loc": {
                                        "start": {
                                          "line": 299,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 299,
                                          "column": 82
                                        }
                                      },
                                      "left": {
                                        "type": "BinaryExpression",
                                        "start": 13596,
                                        "end": 13619,
                                        "loc": {
                                          "start": {
                                            "line": 299,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 299,
                                            "column": 57
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 13596,
                                          "end": 13607,
                                          "loc": {
                                            "start": {
                                              "line": 299,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 299,
                                              "column": 45
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 13596,
                                            "end": 13602,
                                            "loc": {
                                              "start": {
                                                "line": 299,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 299,
                                                "column": 40
                                              }
                                            },
                                            "name": "object"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 13603,
                                            "end": 13607,
                                            "loc": {
                                              "start": {
                                                "line": 299,
                                                "column": 41
                                              },
                                              "end": {
                                                "line": 299,
                                                "column": 45
                                              }
                                            },
                                            "name": "type"
                                          },
                                          "computed": false
                                        },
                                        "operator": "===",
                                        "right": {
                                          "type": "Literal",
                                          "start": 13612,
                                          "end": 13619,
                                          "loc": {
                                            "start": {
                                              "line": 299,
                                              "column": 50
                                            },
                                            "end": {
                                              "line": 299,
                                              "column": 57
                                            }
                                          },
                                          "value": "Scene",
                                          "rawValue": "Scene",
                                          "raw": "'Scene'"
                                        }
                                      },
                                      "operator": "||",
                                      "right": {
                                        "type": "CallExpression",
                                        "start": 13623,
                                        "end": 13644,
                                        "loc": {
                                          "start": {
                                            "line": 299,
                                            "column": 61
                                          },
                                          "end": {
                                            "line": 299,
                                            "column": 82
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 13623,
                                          "end": 13636,
                                          "loc": {
                                            "start": {
                                              "line": 299,
                                              "column": 61
                                            },
                                            "end": {
                                              "line": 299,
                                              "column": 74
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 13623,
                                            "end": 13630,
                                            "loc": {
                                              "start": {
                                                "line": 299,
                                                "column": 61
                                              },
                                              "end": {
                                                "line": 299,
                                                "column": 68
                                              }
                                            },
                                            "name": "element"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 13631,
                                            "end": 13636,
                                            "loc": {
                                              "start": {
                                                "line": 299,
                                                "column": 69
                                              },
                                              "end": {
                                                "line": 299,
                                                "column": 74
                                              }
                                            },
                                            "name": "types"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 13637,
                                            "end": 13643,
                                            "loc": {
                                              "start": {
                                                "line": 299,
                                                "column": 75
                                              },
                                              "end": {
                                                "line": 299,
                                                "column": 81
                                              }
                                            },
                                            "name": "object"
                                          }
                                        ]
                                      }
                                    }
                                  }
                                }
                              },
                              "alternate": null
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 13658,
                            "end": 16304,
                            "loc": {
                              "start": {
                                "line": 300,
                                "column": 12
                              },
                              "end": {
                                "line": 365,
                                "column": 15
                              }
                            },
                            "expression": {
                              "type": "CallExpression",
                              "start": 13658,
                              "end": 16303,
                              "loc": {
                                "start": {
                                  "line": 300,
                                  "column": 12
                                },
                                "end": {
                                  "line": 365,
                                  "column": 14
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 13658,
                                "end": 13735,
                                "loc": {
                                  "start": {
                                    "line": 300,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 300,
                                    "column": 89
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 13658,
                                  "end": 13732,
                                  "loc": {
                                    "start": {
                                      "line": 300,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 300,
                                      "column": 86
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 13658,
                                    "end": 13691,
                                    "loc": {
                                      "start": {
                                        "line": 300,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 300,
                                        "column": 45
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 13658,
                                      "end": 13673,
                                      "loc": {
                                        "start": {
                                          "line": 300,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 300,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 13658,
                                        "end": 13667,
                                        "loc": {
                                          "start": {
                                            "line": 300,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 300,
                                            "column": 21
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 13658,
                                          "end": 13662,
                                          "loc": {
                                            "start": {
                                              "line": 300,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 300,
                                              "column": 16
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 13663,
                                          "end": 13667,
                                          "loc": {
                                            "start": {
                                              "line": 300,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 300,
                                              "column": 21
                                            }
                                          },
                                          "name": "view"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 13668,
                                        "end": 13673,
                                        "loc": {
                                          "start": {
                                            "line": 300,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 300,
                                            "column": 27
                                          }
                                        },
                                        "name": "scene"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 13674,
                                      "end": 13691,
                                      "loc": {
                                        "start": {
                                          "line": 300,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 300,
                                          "column": 45
                                        }
                                      },
                                      "name": "createInteraction"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "ObjectExpression",
                                      "start": 13692,
                                      "end": 13731,
                                      "loc": {
                                        "start": {
                                          "line": 300,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 300,
                                          "column": 85
                                        }
                                      },
                                      "properties": [
                                        {
                                          "type": "Property",
                                          "start": 13694,
                                          "end": 13709,
                                          "loc": {
                                            "start": {
                                              "line": 300,
                                              "column": 48
                                            },
                                            "end": {
                                              "line": 300,
                                              "column": 63
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 13694,
                                            "end": 13703,
                                            "loc": {
                                              "start": {
                                                "line": 300,
                                                "column": 48
                                              },
                                              "end": {
                                                "line": 300,
                                                "column": 57
                                              }
                                            },
                                            "name": "recursive"
                                          },
                                          "value": {
                                            "type": "Literal",
                                            "start": 13705,
                                            "end": 13709,
                                            "loc": {
                                              "start": {
                                                "line": 300,
                                                "column": 59
                                              },
                                              "end": {
                                                "line": 300,
                                                "column": 63
                                              }
                                            },
                                            "value": true,
                                            "rawValue": true,
                                            "raw": "true"
                                          },
                                          "kind": "init"
                                        },
                                        {
                                          "type": "Property",
                                          "start": 13711,
                                          "end": 13722,
                                          "loc": {
                                            "start": {
                                              "line": 300,
                                              "column": 65
                                            },
                                            "end": {
                                              "line": 300,
                                              "column": 76
                                            }
                                          },
                                          "method": false,
                                          "shorthand": false,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 13711,
                                            "end": 13716,
                                            "loc": {
                                              "start": {
                                                "line": 300,
                                                "column": 65
                                              },
                                              "end": {
                                                "line": 300,
                                                "column": 70
                                              }
                                            },
                                            "name": "first"
                                          },
                                          "value": {
                                            "type": "Literal",
                                            "start": 13718,
                                            "end": 13722,
                                            "loc": {
                                              "start": {
                                                "line": 300,
                                                "column": 72
                                              },
                                              "end": {
                                                "line": 300,
                                                "column": 76
                                              }
                                            },
                                            "value": true,
                                            "rawValue": true,
                                            "raw": "true"
                                          },
                                          "kind": "init"
                                        },
                                        {
                                          "type": "Property",
                                          "start": 13724,
                                          "end": 13729,
                                          "loc": {
                                            "start": {
                                              "line": 300,
                                              "column": 78
                                            },
                                            "end": {
                                              "line": 300,
                                              "column": 83
                                            }
                                          },
                                          "method": false,
                                          "shorthand": true,
                                          "computed": false,
                                          "key": {
                                            "type": "Identifier",
                                            "start": 13724,
                                            "end": 13729,
                                            "loc": {
                                              "start": {
                                                "line": 300,
                                                "column": 78
                                              },
                                              "end": {
                                                "line": 300,
                                                "column": 83
                                              }
                                            },
                                            "name": "types"
                                          },
                                          "kind": "init",
                                          "value": {
                                            "type": "Identifier",
                                            "start": 13724,
                                            "end": 13729,
                                            "loc": {
                                              "start": {
                                                "line": 300,
                                                "column": 78
                                              },
                                              "end": {
                                                "line": 300,
                                                "column": 83
                                              }
                                            },
                                            "name": "types"
                                          }
                                        }
                                      ]
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 13733,
                                  "end": 13735,
                                  "loc": {
                                    "start": {
                                      "line": 300,
                                      "column": 87
                                    },
                                    "end": {
                                      "line": 300,
                                      "column": 89
                                    }
                                  },
                                  "name": "on"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "ObjectExpression",
                                  "start": 13736,
                                  "end": 16302,
                                  "loc": {
                                    "start": {
                                      "line": 300,
                                      "column": 90
                                    },
                                    "end": {
                                      "line": 365,
                                      "column": 13
                                    }
                                  },
                                  "properties": [
                                    {
                                      "type": "Property",
                                      "start": 13755,
                                      "end": 13949,
                                      "loc": {
                                        "start": {
                                          "line": 302,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 305,
                                          "column": 17
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": true,
                                      "key": {
                                        "type": "MemberExpression",
                                        "start": 13756,
                                        "end": 13790,
                                        "loc": {
                                          "start": {
                                            "line": 302,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 302,
                                            "column": 51
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 13756,
                                          "end": 13782,
                                          "loc": {
                                            "start": {
                                              "line": 302,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 302,
                                              "column": 43
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 13756,
                                            "end": 13770,
                                            "loc": {
                                              "start": {
                                                "line": 302,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 302,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 13756,
                                              "end": 13763,
                                              "loc": {
                                                "start": {
                                                  "line": 302,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 302,
                                                  "column": 24
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 13764,
                                              "end": 13770,
                                              "loc": {
                                                "start": {
                                                  "line": 302,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 302,
                                                  "column": 31
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 13771,
                                            "end": 13782,
                                            "loc": {
                                              "start": {
                                                "line": 302,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 302,
                                                "column": 43
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 13783,
                                          "end": 13790,
                                          "loc": {
                                            "start": {
                                              "line": 302,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 302,
                                              "column": 51
                                            }
                                          },
                                          "name": "Hovered"
                                        },
                                        "computed": false
                                      },
                                      "value": {
                                        "type": "ArrowFunctionExpression",
                                        "start": 13793,
                                        "end": 13949,
                                        "loc": {
                                          "start": {
                                            "line": 302,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 305,
                                            "column": 17
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 13793,
                                            "end": 13797,
                                            "loc": {
                                              "start": {
                                                "line": 302,
                                                "column": 54
                                              },
                                              "end": {
                                                "line": 302,
                                                "column": 58
                                              }
                                            },
                                            "name": "data"
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 13801,
                                          "end": 13949,
                                          "loc": {
                                            "start": {
                                              "line": 302,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 305,
                                              "column": 17
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 13823,
                                              "end": 13854,
                                              "loc": {
                                                "start": {
                                                  "line": 303,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 303,
                                                  "column": 51
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 13823,
                                                "end": 13853,
                                                "loc": {
                                                  "start": {
                                                    "line": 303,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 303,
                                                    "column": 50
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 13823,
                                                  "end": 13842,
                                                  "loc": {
                                                    "start": {
                                                      "line": 303,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 303,
                                                      "column": 39
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 13823,
                                                    "end": 13832,
                                                    "loc": {
                                                      "start": {
                                                        "line": 303,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 303,
                                                        "column": 29
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 13823,
                                                      "end": 13827,
                                                      "loc": {
                                                        "start": {
                                                          "line": 303,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 303,
                                                          "column": 24
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 13828,
                                                      "end": 13832,
                                                      "loc": {
                                                        "start": {
                                                          "line": 303,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 303,
                                                          "column": 29
                                                        }
                                                      },
                                                      "name": "view"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 13833,
                                                    "end": 13842,
                                                    "loc": {
                                                      "start": {
                                                        "line": 303,
                                                        "column": 30
                                                      },
                                                      "end": {
                                                        "line": 303,
                                                        "column": 39
                                                      }
                                                    },
                                                    "name": "setCursor"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "Literal",
                                                    "start": 13843,
                                                    "end": 13852,
                                                    "loc": {
                                                      "start": {
                                                        "line": 303,
                                                        "column": 40
                                                      },
                                                      "end": {
                                                        "line": 303,
                                                        "column": 49
                                                      }
                                                    },
                                                    "value": "pointer",
                                                    "rawValue": "pointer",
                                                    "raw": "'pointer'"
                                                  }
                                                ]
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 13875,
                                              "end": 13931,
                                              "loc": {
                                                "start": {
                                                  "line": 304,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 304,
                                                  "column": 76
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 13875,
                                                "end": 13930,
                                                "loc": {
                                                  "start": {
                                                    "line": 304,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 304,
                                                    "column": 75
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 13875,
                                                  "end": 13893,
                                                  "loc": {
                                                    "start": {
                                                      "line": 304,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 304,
                                                      "column": 38
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 13875,
                                                    "end": 13887,
                                                    "loc": {
                                                      "start": {
                                                        "line": 304,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 304,
                                                        "column": 32
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 13875,
                                                      "end": 13879,
                                                      "loc": {
                                                        "start": {
                                                          "line": 304,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 304,
                                                          "column": 24
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 13880,
                                                      "end": 13887,
                                                      "loc": {
                                                        "start": {
                                                          "line": 304,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 304,
                                                          "column": 32
                                                        }
                                                      },
                                                      "name": "options"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 13888,
                                                    "end": 13893,
                                                    "loc": {
                                                      "start": {
                                                        "line": 304,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 304,
                                                        "column": 38
                                                      }
                                                    },
                                                    "name": "hover"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 13894,
                                                    "end": 13905,
                                                    "loc": {
                                                      "start": {
                                                        "line": 304,
                                                        "column": 39
                                                      },
                                                      "end": {
                                                        "line": 304,
                                                        "column": 50
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 13894,
                                                      "end": 13898,
                                                      "loc": {
                                                        "start": {
                                                          "line": 304,
                                                          "column": 39
                                                        },
                                                        "end": {
                                                          "line": 304,
                                                          "column": 43
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 13899,
                                                      "end": 13905,
                                                      "loc": {
                                                        "start": {
                                                          "line": 304,
                                                          "column": 44
                                                        },
                                                        "end": {
                                                          "line": 304,
                                                          "column": 50
                                                        }
                                                      },
                                                      "name": "object"
                                                    },
                                                    "computed": false
                                                  },
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 13907,
                                                    "end": 13929,
                                                    "loc": {
                                                      "start": {
                                                        "line": 304,
                                                        "column": 52
                                                      },
                                                      "end": {
                                                        "line": 304,
                                                        "column": 74
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 13907,
                                                      "end": 13918,
                                                      "loc": {
                                                        "start": {
                                                          "line": 304,
                                                          "column": 52
                                                        },
                                                        "end": {
                                                          "line": 304,
                                                          "column": 63
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 13907,
                                                        "end": 13911,
                                                        "loc": {
                                                          "start": {
                                                            "line": 304,
                                                            "column": 52
                                                          },
                                                          "end": {
                                                            "line": 304,
                                                            "column": 56
                                                          }
                                                        },
                                                        "name": "data"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 13912,
                                                        "end": 13918,
                                                        "loc": {
                                                          "start": {
                                                            "line": 304,
                                                            "column": 57
                                                          },
                                                          "end": {
                                                            "line": 304,
                                                            "column": 63
                                                          }
                                                        },
                                                        "name": "object"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 13919,
                                                      "end": 13929,
                                                      "loc": {
                                                        "start": {
                                                          "line": 304,
                                                          "column": 64
                                                        },
                                                        "end": {
                                                          "line": 304,
                                                          "column": 74
                                                        }
                                                      },
                                                      "name": "__selected"
                                                    },
                                                    "computed": false
                                                  }
                                                ]
                                              }
                                            }
                                          ]
                                        }
                                      },
                                      "kind": "init"
                                    },
                                    {
                                      "type": "Property",
                                      "start": 13968,
                                      "end": 14114,
                                      "loc": {
                                        "start": {
                                          "line": 307,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 309,
                                          "column": 17
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": true,
                                      "key": {
                                        "type": "MemberExpression",
                                        "start": 13969,
                                        "end": 14005,
                                        "loc": {
                                          "start": {
                                            "line": 307,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 307,
                                            "column": 53
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 13969,
                                          "end": 13995,
                                          "loc": {
                                            "start": {
                                              "line": 307,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 307,
                                              "column": 43
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 13969,
                                            "end": 13983,
                                            "loc": {
                                              "start": {
                                                "line": 307,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 307,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 13969,
                                              "end": 13976,
                                              "loc": {
                                                "start": {
                                                  "line": 307,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 307,
                                                  "column": 24
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 13977,
                                              "end": 13983,
                                              "loc": {
                                                "start": {
                                                  "line": 307,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 307,
                                                  "column": 31
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 13984,
                                            "end": 13995,
                                            "loc": {
                                              "start": {
                                                "line": 307,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 307,
                                                "column": 43
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 13996,
                                          "end": 14005,
                                          "loc": {
                                            "start": {
                                              "line": 307,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 307,
                                              "column": 53
                                            }
                                          },
                                          "name": "Unhovered"
                                        },
                                        "computed": false
                                      },
                                      "value": {
                                        "type": "ArrowFunctionExpression",
                                        "start": 14008,
                                        "end": 14114,
                                        "loc": {
                                          "start": {
                                            "line": 307,
                                            "column": 56
                                          },
                                          "end": {
                                            "line": 309,
                                            "column": 17
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 14008,
                                            "end": 14012,
                                            "loc": {
                                              "start": {
                                                "line": 307,
                                                "column": 56
                                              },
                                              "end": {
                                                "line": 307,
                                                "column": 60
                                              }
                                            },
                                            "name": "data"
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 14016,
                                          "end": 14114,
                                          "loc": {
                                            "start": {
                                              "line": 307,
                                              "column": 64
                                            },
                                            "end": {
                                              "line": 309,
                                              "column": 17
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 14038,
                                              "end": 14096,
                                              "loc": {
                                                "start": {
                                                  "line": 308,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 308,
                                                  "column": 78
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 14038,
                                                "end": 14095,
                                                "loc": {
                                                  "start": {
                                                    "line": 308,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 308,
                                                    "column": 77
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 14038,
                                                  "end": 14058,
                                                  "loc": {
                                                    "start": {
                                                      "line": 308,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 308,
                                                      "column": 40
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "MemberExpression",
                                                    "start": 14038,
                                                    "end": 14050,
                                                    "loc": {
                                                      "start": {
                                                        "line": 308,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 308,
                                                        "column": 32
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "ThisExpression",
                                                      "start": 14038,
                                                      "end": 14042,
                                                      "loc": {
                                                        "start": {
                                                          "line": 308,
                                                          "column": 20
                                                        },
                                                        "end": {
                                                          "line": 308,
                                                          "column": 24
                                                        }
                                                      }
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 14043,
                                                      "end": 14050,
                                                      "loc": {
                                                        "start": {
                                                          "line": 308,
                                                          "column": 25
                                                        },
                                                        "end": {
                                                          "line": 308,
                                                          "column": 32
                                                        }
                                                      },
                                                      "name": "options"
                                                    },
                                                    "computed": false
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 14051,
                                                    "end": 14058,
                                                    "loc": {
                                                      "start": {
                                                        "line": 308,
                                                        "column": 33
                                                      },
                                                      "end": {
                                                        "line": 308,
                                                        "column": 40
                                                      }
                                                    },
                                                    "name": "unhover"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 14059,
                                                    "end": 14070,
                                                    "loc": {
                                                      "start": {
                                                        "line": 308,
                                                        "column": 41
                                                      },
                                                      "end": {
                                                        "line": 308,
                                                        "column": 52
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "Identifier",
                                                      "start": 14059,
                                                      "end": 14063,
                                                      "loc": {
                                                        "start": {
                                                          "line": 308,
                                                          "column": 41
                                                        },
                                                        "end": {
                                                          "line": 308,
                                                          "column": 45
                                                        }
                                                      },
                                                      "name": "data"
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 14064,
                                                      "end": 14070,
                                                      "loc": {
                                                        "start": {
                                                          "line": 308,
                                                          "column": 46
                                                        },
                                                        "end": {
                                                          "line": 308,
                                                          "column": 52
                                                        }
                                                      },
                                                      "name": "object"
                                                    },
                                                    "computed": false
                                                  },
                                                  {
                                                    "type": "MemberExpression",
                                                    "start": 14072,
                                                    "end": 14094,
                                                    "loc": {
                                                      "start": {
                                                        "line": 308,
                                                        "column": 54
                                                      },
                                                      "end": {
                                                        "line": 308,
                                                        "column": 76
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 14072,
                                                      "end": 14083,
                                                      "loc": {
                                                        "start": {
                                                          "line": 308,
                                                          "column": 54
                                                        },
                                                        "end": {
                                                          "line": 308,
                                                          "column": 65
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 14072,
                                                        "end": 14076,
                                                        "loc": {
                                                          "start": {
                                                            "line": 308,
                                                            "column": 54
                                                          },
                                                          "end": {
                                                            "line": 308,
                                                            "column": 58
                                                          }
                                                        },
                                                        "name": "data"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 14077,
                                                        "end": 14083,
                                                        "loc": {
                                                          "start": {
                                                            "line": 308,
                                                            "column": 59
                                                          },
                                                          "end": {
                                                            "line": 308,
                                                            "column": 65
                                                          }
                                                        },
                                                        "name": "object"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 14084,
                                                      "end": 14094,
                                                      "loc": {
                                                        "start": {
                                                          "line": 308,
                                                          "column": 66
                                                        },
                                                        "end": {
                                                          "line": 308,
                                                          "column": 76
                                                        }
                                                      },
                                                      "name": "__selected"
                                                    },
                                                    "computed": false
                                                  }
                                                ]
                                              }
                                            }
                                          ]
                                        }
                                      },
                                      "kind": "init"
                                    },
                                    {
                                      "type": "Property",
                                      "start": 14133,
                                      "end": 15785,
                                      "loc": {
                                        "start": {
                                          "line": 311,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 351,
                                          "column": 17
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": true,
                                      "key": {
                                        "type": "MemberExpression",
                                        "start": 14134,
                                        "end": 14168,
                                        "loc": {
                                          "start": {
                                            "line": 311,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 311,
                                            "column": 51
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 14134,
                                          "end": 14160,
                                          "loc": {
                                            "start": {
                                              "line": 311,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 311,
                                              "column": 43
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 14134,
                                            "end": 14148,
                                            "loc": {
                                              "start": {
                                                "line": 311,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 311,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 14134,
                                              "end": 14141,
                                              "loc": {
                                                "start": {
                                                  "line": 311,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 311,
                                                  "column": 24
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 14142,
                                              "end": 14148,
                                              "loc": {
                                                "start": {
                                                  "line": 311,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 311,
                                                  "column": 31
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 14149,
                                            "end": 14160,
                                            "loc": {
                                              "start": {
                                                "line": 311,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 311,
                                                "column": 43
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 14161,
                                          "end": 14168,
                                          "loc": {
                                            "start": {
                                              "line": 311,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 311,
                                              "column": 51
                                            }
                                          },
                                          "name": "Clicked"
                                        },
                                        "computed": false
                                      },
                                      "value": {
                                        "type": "ArrowFunctionExpression",
                                        "start": 14171,
                                        "end": 15785,
                                        "loc": {
                                          "start": {
                                            "line": 311,
                                            "column": 54
                                          },
                                          "end": {
                                            "line": 351,
                                            "column": 17
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [
                                          {
                                            "type": "Identifier",
                                            "start": 14171,
                                            "end": 14175,
                                            "loc": {
                                              "start": {
                                                "line": 311,
                                                "column": 54
                                              },
                                              "end": {
                                                "line": 311,
                                                "column": 58
                                              }
                                            },
                                            "name": "data"
                                          }
                                        ],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 14179,
                                          "end": 15785,
                                          "loc": {
                                            "start": {
                                              "line": 311,
                                              "column": 62
                                            },
                                            "end": {
                                              "line": 351,
                                              "column": 17
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "VariableDeclaration",
                                              "start": 14201,
                                              "end": 14281,
                                              "loc": {
                                                "start": {
                                                  "line": 312,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 312,
                                                  "column": 100
                                                }
                                              },
                                              "declarations": [
                                                {
                                                  "type": "VariableDeclarator",
                                                  "start": 14205,
                                                  "end": 14280,
                                                  "loc": {
                                                    "start": {
                                                      "line": 312,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 312,
                                                      "column": 99
                                                    }
                                                  },
                                                  "id": {
                                                    "type": "Identifier",
                                                    "start": 14205,
                                                    "end": 14210,
                                                    "loc": {
                                                      "start": {
                                                        "line": 312,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 312,
                                                        "column": 29
                                                      }
                                                    },
                                                    "name": "index"
                                                  },
                                                  "init": {
                                                    "type": "CallExpression",
                                                    "start": 14213,
                                                    "end": 14280,
                                                    "loc": {
                                                      "start": {
                                                        "line": 312,
                                                        "column": 32
                                                      },
                                                      "end": {
                                                        "line": 312,
                                                        "column": 99
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 14213,
                                                      "end": 14237,
                                                      "loc": {
                                                        "start": {
                                                          "line": 312,
                                                          "column": 32
                                                        },
                                                        "end": {
                                                          "line": 312,
                                                          "column": 56
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "MemberExpression",
                                                        "start": 14213,
                                                        "end": 14227,
                                                        "loc": {
                                                          "start": {
                                                            "line": 312,
                                                            "column": 32
                                                          },
                                                          "end": {
                                                            "line": 312,
                                                            "column": 46
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "ThisExpression",
                                                          "start": 14213,
                                                          "end": 14217,
                                                          "loc": {
                                                            "start": {
                                                              "line": 312,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 312,
                                                              "column": 36
                                                            }
                                                          }
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 14218,
                                                          "end": 14227,
                                                          "loc": {
                                                            "start": {
                                                              "line": 312,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 312,
                                                              "column": 46
                                                            }
                                                          },
                                                          "name": "selection"
                                                        },
                                                        "computed": false
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 14228,
                                                        "end": 14237,
                                                        "loc": {
                                                          "start": {
                                                            "line": 312,
                                                            "column": 47
                                                          },
                                                          "end": {
                                                            "line": 312,
                                                            "column": 56
                                                          }
                                                        },
                                                        "name": "findIndex"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "ArrowFunctionExpression",
                                                        "start": 14238,
                                                        "end": 14279,
                                                        "loc": {
                                                          "start": {
                                                            "line": 312,
                                                            "column": 57
                                                          },
                                                          "end": {
                                                            "line": 312,
                                                            "column": 98
                                                          }
                                                        },
                                                        "id": null,
                                                        "generator": false,
                                                        "expression": true,
                                                        "async": false,
                                                        "params": [
                                                          {
                                                            "type": "Identifier",
                                                            "start": 14238,
                                                            "end": 14242,
                                                            "loc": {
                                                              "start": {
                                                                "line": 312,
                                                                "column": 57
                                                              },
                                                              "end": {
                                                                "line": 312,
                                                                "column": 61
                                                              }
                                                            },
                                                            "name": "item"
                                                          }
                                                        ],
                                                        "body": {
                                                          "type": "BinaryExpression",
                                                          "start": 14246,
                                                          "end": 14279,
                                                          "loc": {
                                                            "start": {
                                                              "line": 312,
                                                              "column": 65
                                                            },
                                                            "end": {
                                                              "line": 312,
                                                              "column": 98
                                                            }
                                                          },
                                                          "left": {
                                                            "type": "MemberExpression",
                                                            "start": 14246,
                                                            "end": 14260,
                                                            "loc": {
                                                              "start": {
                                                                "line": 312,
                                                                "column": 65
                                                              },
                                                              "end": {
                                                                "line": 312,
                                                                "column": 79
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 14246,
                                                              "end": 14257,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 312,
                                                                  "column": 65
                                                                },
                                                                "end": {
                                                                  "line": 312,
                                                                  "column": 76
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 14246,
                                                                "end": 14250,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 312,
                                                                    "column": 65
                                                                  },
                                                                  "end": {
                                                                    "line": 312,
                                                                    "column": 69
                                                                  }
                                                                },
                                                                "name": "item"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 14251,
                                                                "end": 14257,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 312,
                                                                    "column": 70
                                                                  },
                                                                  "end": {
                                                                    "line": 312,
                                                                    "column": 76
                                                                  }
                                                                },
                                                                "name": "object"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 14258,
                                                              "end": 14260,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 312,
                                                                  "column": 77
                                                                },
                                                                "end": {
                                                                  "line": 312,
                                                                  "column": 79
                                                                }
                                                              },
                                                              "name": "id"
                                                            },
                                                            "computed": false
                                                          },
                                                          "operator": "===",
                                                          "right": {
                                                            "type": "MemberExpression",
                                                            "start": 14265,
                                                            "end": 14279,
                                                            "loc": {
                                                              "start": {
                                                                "line": 312,
                                                                "column": 84
                                                              },
                                                              "end": {
                                                                "line": 312,
                                                                "column": 98
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "MemberExpression",
                                                              "start": 14265,
                                                              "end": 14276,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 312,
                                                                  "column": 84
                                                                },
                                                                "end": {
                                                                  "line": 312,
                                                                  "column": 95
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 14265,
                                                                "end": 14269,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 312,
                                                                    "column": 84
                                                                  },
                                                                  "end": {
                                                                    "line": 312,
                                                                    "column": 88
                                                                  }
                                                                },
                                                                "name": "data"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 14270,
                                                                "end": 14276,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 312,
                                                                    "column": 89
                                                                  },
                                                                  "end": {
                                                                    "line": 312,
                                                                    "column": 95
                                                                  }
                                                                },
                                                                "name": "object"
                                                              },
                                                              "computed": false
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 14277,
                                                              "end": 14279,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 312,
                                                                  "column": 96
                                                                },
                                                                "end": {
                                                                  "line": 312,
                                                                  "column": 98
                                                                }
                                                              },
                                                              "name": "id"
                                                            },
                                                            "computed": false
                                                          }
                                                        }
                                                      }
                                                    ]
                                                  }
                                                }
                                              ],
                                              "kind": "let"
                                            },
                                            {
                                              "type": "IfStatement",
                                              "start": 14303,
                                              "end": 15767,
                                              "loc": {
                                                "start": {
                                                  "line": 314,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 350,
                                                  "column": 21
                                                }
                                              },
                                              "test": {
                                                "type": "BinaryExpression",
                                                "start": 14307,
                                                "end": 14318,
                                                "loc": {
                                                  "start": {
                                                    "line": 314,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 314,
                                                    "column": 35
                                                  }
                                                },
                                                "left": {
                                                  "type": "Identifier",
                                                  "start": 14307,
                                                  "end": 14312,
                                                  "loc": {
                                                    "start": {
                                                      "line": 314,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 314,
                                                      "column": 29
                                                    }
                                                  },
                                                  "name": "index"
                                                },
                                                "operator": "==",
                                                "right": {
                                                  "type": "UnaryExpression",
                                                  "start": 14316,
                                                  "end": 14318,
                                                  "loc": {
                                                    "start": {
                                                      "line": 314,
                                                      "column": 33
                                                    },
                                                    "end": {
                                                      "line": 314,
                                                      "column": 35
                                                    }
                                                  },
                                                  "operator": "-",
                                                  "prefix": true,
                                                  "argument": {
                                                    "type": "Literal",
                                                    "start": 14317,
                                                    "end": 14318,
                                                    "loc": {
                                                      "start": {
                                                        "line": 314,
                                                        "column": 34
                                                      },
                                                      "end": {
                                                        "line": 314,
                                                        "column": 35
                                                      }
                                                    },
                                                    "value": 1,
                                                    "rawValue": 1,
                                                    "raw": "1"
                                                  }
                                                }
                                              },
                                              "consequent": {
                                                "type": "BlockStatement",
                                                "start": 14320,
                                                "end": 15283,
                                                "loc": {
                                                  "start": {
                                                    "line": 314,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 339,
                                                    "column": 21
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "IfStatement",
                                                    "start": 14347,
                                                    "end": 15066,
                                                    "loc": {
                                                      "start": {
                                                        "line": 316,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 333,
                                                        "column": 25
                                                      }
                                                    },
                                                    "test": {
                                                      "type": "LogicalExpression",
                                                      "start": 14351,
                                                      "end": 14400,
                                                      "loc": {
                                                        "start": {
                                                          "line": 316,
                                                          "column": 28
                                                        },
                                                        "end": {
                                                          "line": 316,
                                                          "column": 77
                                                        }
                                                      },
                                                      "left": {
                                                        "type": "BinaryExpression",
                                                        "start": 14351,
                                                        "end": 14370,
                                                        "loc": {
                                                          "start": {
                                                            "line": 316,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 316,
                                                            "column": 47
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "MemberExpression",
                                                          "start": 14351,
                                                          "end": 14364,
                                                          "loc": {
                                                            "start": {
                                                              "line": 316,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 316,
                                                              "column": 41
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 14351,
                                                            "end": 14358,
                                                            "loc": {
                                                              "start": {
                                                                "line": 316,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 316,
                                                                "column": 35
                                                              }
                                                            },
                                                            "name": "element"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 14359,
                                                            "end": 14364,
                                                            "loc": {
                                                              "start": {
                                                                "line": 316,
                                                                "column": 36
                                                              },
                                                              "end": {
                                                                "line": 316,
                                                                "column": 41
                                                              }
                                                            },
                                                            "name": "limit"
                                                          },
                                                          "computed": false
                                                        },
                                                        "operator": "===",
                                                        "right": {
                                                          "type": "Literal",
                                                          "start": 14369,
                                                          "end": 14370,
                                                          "loc": {
                                                            "start": {
                                                              "line": 316,
                                                              "column": 46
                                                            },
                                                            "end": {
                                                              "line": 316,
                                                              "column": 47
                                                            }
                                                          },
                                                          "value": 1,
                                                          "rawValue": 1,
                                                          "raw": "1"
                                                        }
                                                      },
                                                      "operator": "&&",
                                                      "right": {
                                                        "type": "BinaryExpression",
                                                        "start": 14374,
                                                        "end": 14400,
                                                        "loc": {
                                                          "start": {
                                                            "line": 316,
                                                            "column": 51
                                                          },
                                                          "end": {
                                                            "line": 316,
                                                            "column": 77
                                                          }
                                                        },
                                                        "left": {
                                                          "type": "MemberExpression",
                                                          "start": 14374,
                                                          "end": 14395,
                                                          "loc": {
                                                            "start": {
                                                              "line": 316,
                                                              "column": 51
                                                            },
                                                            "end": {
                                                              "line": 316,
                                                              "column": 72
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "MemberExpression",
                                                            "start": 14374,
                                                            "end": 14388,
                                                            "loc": {
                                                              "start": {
                                                                "line": 316,
                                                                "column": 51
                                                              },
                                                              "end": {
                                                                "line": 316,
                                                                "column": 65
                                                              }
                                                            },
                                                            "object": {
                                                              "type": "ThisExpression",
                                                              "start": 14374,
                                                              "end": 14378,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 316,
                                                                  "column": 51
                                                                },
                                                                "end": {
                                                                  "line": 316,
                                                                  "column": 55
                                                                }
                                                              }
                                                            },
                                                            "property": {
                                                              "type": "Identifier",
                                                              "start": 14379,
                                                              "end": 14388,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 316,
                                                                  "column": 56
                                                                },
                                                                "end": {
                                                                  "line": 316,
                                                                  "column": 65
                                                                }
                                                              },
                                                              "name": "selection"
                                                            },
                                                            "computed": false
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 14389,
                                                            "end": 14395,
                                                            "loc": {
                                                              "start": {
                                                                "line": 316,
                                                                "column": 66
                                                              },
                                                              "end": {
                                                                "line": 316,
                                                                "column": 72
                                                              }
                                                            },
                                                            "name": "length"
                                                          },
                                                          "computed": false
                                                        },
                                                        "operator": ">=",
                                                        "right": {
                                                          "type": "Literal",
                                                          "start": 14399,
                                                          "end": 14400,
                                                          "loc": {
                                                            "start": {
                                                              "line": 316,
                                                              "column": 76
                                                            },
                                                            "end": {
                                                              "line": 316,
                                                              "column": 77
                                                            }
                                                          },
                                                          "value": 1,
                                                          "rawValue": 1,
                                                          "raw": "1"
                                                        }
                                                      }
                                                    },
                                                    "consequent": {
                                                      "type": "BlockStatement",
                                                      "start": 14402,
                                                      "end": 14869,
                                                      "loc": {
                                                        "start": {
                                                          "line": 316,
                                                          "column": 79
                                                        },
                                                        "end": {
                                                          "line": 327,
                                                          "column": 25
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "VariableDeclaration",
                                                          "start": 14505,
                                                          "end": 14543,
                                                          "loc": {
                                                            "start": {
                                                              "line": 319,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 319,
                                                              "column": 66
                                                            }
                                                          },
                                                          "declarations": [
                                                            {
                                                              "type": "VariableDeclarator",
                                                              "start": 14509,
                                                              "end": 14542,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 319,
                                                                  "column": 32
                                                                },
                                                                "end": {
                                                                  "line": 319,
                                                                  "column": 65
                                                                }
                                                              },
                                                              "id": {
                                                                "type": "Identifier",
                                                                "start": 14509,
                                                                "end": 14515,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 319,
                                                                    "column": 32
                                                                  },
                                                                  "end": {
                                                                    "line": 319,
                                                                    "column": 38
                                                                  }
                                                                },
                                                                "name": "object",
                                                                "leadingComments": null
                                                              },
                                                              "init": {
                                                                "type": "MemberExpression",
                                                                "start": 14518,
                                                                "end": 14542,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 319,
                                                                    "column": 41
                                                                  },
                                                                  "end": {
                                                                    "line": 319,
                                                                    "column": 65
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 14518,
                                                                  "end": 14535,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 319,
                                                                      "column": 41
                                                                    },
                                                                    "end": {
                                                                      "line": 319,
                                                                      "column": 58
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 14518,
                                                                    "end": 14532,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 319,
                                                                        "column": 41
                                                                      },
                                                                      "end": {
                                                                        "line": 319,
                                                                        "column": 55
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "ThisExpression",
                                                                      "start": 14518,
                                                                      "end": 14522,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 319,
                                                                          "column": 41
                                                                        },
                                                                        "end": {
                                                                          "line": 319,
                                                                          "column": 45
                                                                        }
                                                                      }
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 14523,
                                                                      "end": 14532,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 319,
                                                                          "column": 46
                                                                        },
                                                                        "end": {
                                                                          "line": 319,
                                                                          "column": 55
                                                                        }
                                                                      },
                                                                      "name": "selection"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "property": {
                                                                    "type": "Literal",
                                                                    "start": 14533,
                                                                    "end": 14534,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 319,
                                                                        "column": 56
                                                                      },
                                                                      "end": {
                                                                        "line": 319,
                                                                        "column": 57
                                                                      }
                                                                    },
                                                                    "value": 0,
                                                                    "rawValue": 0,
                                                                    "raw": "0"
                                                                  },
                                                                  "computed": true
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 14536,
                                                                  "end": 14542,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 319,
                                                                      "column": 59
                                                                    },
                                                                    "end": {
                                                                      "line": 319,
                                                                      "column": 65
                                                                    }
                                                                  },
                                                                  "name": "object"
                                                                },
                                                                "computed": false
                                                              },
                                                              "leadingComments": null
                                                            }
                                                          ],
                                                          "kind": "let",
                                                          "leadingComments": [
                                                            {
                                                              "type": "CommentLine",
                                                              "value": " When limit is 1, elements exchange state",
                                                              "start": 14433,
                                                              "end": 14476,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 318,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 318,
                                                                  "column": 71
                                                                }
                                                              },
                                                              "range": [
                                                                14433,
                                                                14476
                                                              ]
                                                            }
                                                          ]
                                                        },
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 14572,
                                                          "end": 14602,
                                                          "loc": {
                                                            "start": {
                                                              "line": 320,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 320,
                                                              "column": 58
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "AssignmentExpression",
                                                            "start": 14572,
                                                            "end": 14601,
                                                            "loc": {
                                                              "start": {
                                                                "line": 320,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 320,
                                                                "column": 57
                                                              }
                                                            },
                                                            "operator": "=",
                                                            "left": {
                                                              "type": "MemberExpression",
                                                              "start": 14572,
                                                              "end": 14589,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 320,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 320,
                                                                  "column": 45
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 14572,
                                                                "end": 14578,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 320,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 320,
                                                                    "column": 34
                                                                  }
                                                                },
                                                                "name": "object"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 14579,
                                                                "end": 14589,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 320,
                                                                    "column": 35
                                                                  },
                                                                  "end": {
                                                                    "line": 320,
                                                                    "column": 45
                                                                  }
                                                                },
                                                                "name": "__selected"
                                                              },
                                                              "computed": false
                                                            },
                                                            "right": {
                                                              "type": "Identifier",
                                                              "start": 14592,
                                                              "end": 14601,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 320,
                                                                  "column": 48
                                                                },
                                                                "end": {
                                                                  "line": 320,
                                                                  "column": 57
                                                                }
                                                              },
                                                              "name": "undefined"
                                                            }
                                                          }
                                                        },
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 14631,
                                                          "end": 14667,
                                                          "loc": {
                                                            "start": {
                                                              "line": 321,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 321,
                                                              "column": 64
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 14631,
                                                            "end": 14666,
                                                            "loc": {
                                                              "start": {
                                                                "line": 321,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 321,
                                                                "column": 63
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 14631,
                                                              "end": 14651,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 321,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 321,
                                                                  "column": 48
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 14631,
                                                                "end": 14643,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 321,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 321,
                                                                    "column": 40
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 14631,
                                                                  "end": 14635,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 321,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 321,
                                                                      "column": 32
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 14636,
                                                                  "end": 14643,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 321,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 321,
                                                                      "column": 40
                                                                    }
                                                                  },
                                                                  "name": "options"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 14644,
                                                                "end": 14651,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 321,
                                                                    "column": 41
                                                                  },
                                                                  "end": {
                                                                    "line": 321,
                                                                    "column": 48
                                                                  }
                                                                },
                                                                "name": "unhover"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 14652,
                                                                "end": 14658,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 321,
                                                                    "column": 49
                                                                  },
                                                                  "end": {
                                                                    "line": 321,
                                                                    "column": 55
                                                                  }
                                                                },
                                                                "name": "object"
                                                              },
                                                              {
                                                                "type": "Literal",
                                                                "start": 14660,
                                                                "end": 14665,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 321,
                                                                    "column": 57
                                                                  },
                                                                  "end": {
                                                                    "line": 321,
                                                                    "column": 62
                                                                  }
                                                                },
                                                                "value": false,
                                                                "rawValue": false,
                                                                "raw": "false"
                                                              }
                                                            ]
                                                          }
                                                        },
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 14696,
                                                          "end": 14726,
                                                          "loc": {
                                                            "start": {
                                                              "line": 322,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 322,
                                                              "column": 58
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 14696,
                                                            "end": 14725,
                                                            "loc": {
                                                              "start": {
                                                                "line": 322,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 322,
                                                                "column": 57
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 14696,
                                                              "end": 14717,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 322,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 322,
                                                                  "column": 49
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 14696,
                                                                "end": 14708,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 322,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 322,
                                                                    "column": 40
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 14696,
                                                                  "end": 14700,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 322,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 322,
                                                                      "column": 32
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 14701,
                                                                  "end": 14708,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 322,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 322,
                                                                      "column": 40
                                                                    }
                                                                  },
                                                                  "name": "options"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 14709,
                                                                "end": 14717,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 322,
                                                                    "column": 41
                                                                  },
                                                                  "end": {
                                                                    "line": 322,
                                                                    "column": 49
                                                                  }
                                                                },
                                                                "name": "deselect"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 14718,
                                                                "end": 14724,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 322,
                                                                    "column": 50
                                                                  },
                                                                  "end": {
                                                                    "line": 322,
                                                                    "column": 56
                                                                  }
                                                                },
                                                                "name": "object"
                                                              }
                                                            ]
                                                          }
                                                        },
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 14756,
                                                          "end": 14780,
                                                          "loc": {
                                                            "start": {
                                                              "line": 324,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 324,
                                                              "column": 52
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "AssignmentExpression",
                                                            "start": 14756,
                                                            "end": 14779,
                                                            "loc": {
                                                              "start": {
                                                                "line": 324,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 324,
                                                                "column": 51
                                                              }
                                                            },
                                                            "operator": "=",
                                                            "left": {
                                                              "type": "MemberExpression",
                                                              "start": 14756,
                                                              "end": 14770,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 324,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 324,
                                                                  "column": 42
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "ThisExpression",
                                                                "start": 14756,
                                                                "end": 14760,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 324,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 324,
                                                                    "column": 32
                                                                  }
                                                                }
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 14761,
                                                                "end": 14770,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 324,
                                                                    "column": 33
                                                                  },
                                                                  "end": {
                                                                    "line": 324,
                                                                    "column": 42
                                                                  }
                                                                },
                                                                "name": "selection"
                                                              },
                                                              "computed": false
                                                            },
                                                            "right": {
                                                              "type": "ArrayExpression",
                                                              "start": 14773,
                                                              "end": 14779,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 324,
                                                                  "column": 45
                                                                },
                                                                "end": {
                                                                  "line": 324,
                                                                  "column": 51
                                                                }
                                                              },
                                                              "elements": [
                                                                {
                                                                  "type": "Identifier",
                                                                  "start": 14774,
                                                                  "end": 14778,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 324,
                                                                      "column": 46
                                                                    },
                                                                    "end": {
                                                                      "line": 324,
                                                                      "column": 50
                                                                    }
                                                                  },
                                                                  "name": "data"
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        },
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 14809,
                                                          "end": 14842,
                                                          "loc": {
                                                            "start": {
                                                              "line": 325,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 325,
                                                              "column": 61
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "AssignmentExpression",
                                                            "start": 14809,
                                                            "end": 14841,
                                                            "loc": {
                                                              "start": {
                                                                "line": 325,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 325,
                                                                "column": 60
                                                              }
                                                            },
                                                            "operator": "=",
                                                            "left": {
                                                              "type": "MemberExpression",
                                                              "start": 14809,
                                                              "end": 14822,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 325,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 325,
                                                                  "column": 41
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "Identifier",
                                                                "start": 14809,
                                                                "end": 14816,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 325,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 325,
                                                                    "column": 35
                                                                  }
                                                                },
                                                                "name": "element"
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 14817,
                                                                "end": 14822,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 325,
                                                                    "column": 36
                                                                  },
                                                                  "end": {
                                                                    "line": 325,
                                                                    "column": 41
                                                                  }
                                                                },
                                                                "name": "items"
                                                              },
                                                              "computed": false
                                                            },
                                                            "right": {
                                                              "type": "ArrayExpression",
                                                              "start": 14825,
                                                              "end": 14841,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 325,
                                                                  "column": 44
                                                                },
                                                                "end": {
                                                                  "line": 325,
                                                                  "column": 60
                                                                }
                                                              },
                                                              "elements": [
                                                                {
                                                                  "type": "MemberExpression",
                                                                  "start": 14826,
                                                                  "end": 14840,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 325,
                                                                      "column": 45
                                                                    },
                                                                    "end": {
                                                                      "line": 325,
                                                                      "column": 59
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 14826,
                                                                    "end": 14837,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 325,
                                                                        "column": 45
                                                                      },
                                                                      "end": {
                                                                        "line": 325,
                                                                        "column": 56
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "Identifier",
                                                                      "start": 14826,
                                                                      "end": 14830,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 325,
                                                                          "column": 45
                                                                        },
                                                                        "end": {
                                                                          "line": 325,
                                                                          "column": 49
                                                                        }
                                                                      },
                                                                      "name": "data"
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 14831,
                                                                      "end": 14837,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 325,
                                                                          "column": 50
                                                                        },
                                                                        "end": {
                                                                          "line": 325,
                                                                          "column": 56
                                                                        }
                                                                      },
                                                                      "name": "object"
                                                                    },
                                                                    "computed": false
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 14838,
                                                                    "end": 14840,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 325,
                                                                        "column": 57
                                                                      },
                                                                      "end": {
                                                                        "line": 325,
                                                                        "column": 59
                                                                      }
                                                                    },
                                                                    "name": "id"
                                                                  },
                                                                  "computed": false
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        }
                                                      ]
                                                    },
                                                    "alternate": {
                                                      "type": "BlockStatement",
                                                      "start": 14875,
                                                      "end": 15066,
                                                      "loc": {
                                                        "start": {
                                                          "line": 327,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 333,
                                                          "column": 25
                                                        }
                                                      },
                                                      "body": [
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 14949,
                                                          "end": 14975,
                                                          "loc": {
                                                            "start": {
                                                              "line": 330,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 330,
                                                              "column": 54
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 14949,
                                                            "end": 14974,
                                                            "loc": {
                                                              "start": {
                                                                "line": 330,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 330,
                                                                "column": 53
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 14949,
                                                              "end": 14968,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 330,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 330,
                                                                  "column": 47
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 14949,
                                                                "end": 14963,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 330,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 330,
                                                                    "column": 42
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 14949,
                                                                  "end": 14953,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 330,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 330,
                                                                      "column": 32
                                                                    }
                                                                  },
                                                                  "leadingComments": null
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 14954,
                                                                  "end": 14963,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 330,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 330,
                                                                      "column": 42
                                                                    }
                                                                  },
                                                                  "name": "selection"
                                                                },
                                                                "computed": false,
                                                                "leadingComments": null
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 14964,
                                                                "end": 14968,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 330,
                                                                    "column": 43
                                                                  },
                                                                  "end": {
                                                                    "line": 330,
                                                                    "column": 47
                                                                  }
                                                                },
                                                                "name": "push"
                                                              },
                                                              "computed": false,
                                                              "leadingComments": null
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "Identifier",
                                                                "start": 14969,
                                                                "end": 14973,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 330,
                                                                    "column": 48
                                                                  },
                                                                  "end": {
                                                                    "line": 330,
                                                                    "column": 52
                                                                  }
                                                                },
                                                                "name": "data"
                                                              }
                                                            ],
                                                            "leadingComments": null
                                                          },
                                                          "leadingComments": [
                                                            {
                                                              "type": "CommentLine",
                                                              "value": " New element",
                                                              "start": 14906,
                                                              "end": 14920,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 329,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 329,
                                                                  "column": 42
                                                                }
                                                              },
                                                              "range": [
                                                                14906,
                                                                14920
                                                              ]
                                                            }
                                                          ]
                                                        },
                                                        {
                                                          "type": "ExpressionStatement",
                                                          "start": 15004,
                                                          "end": 15039,
                                                          "loc": {
                                                            "start": {
                                                              "line": 331,
                                                              "column": 28
                                                            },
                                                            "end": {
                                                              "line": 331,
                                                              "column": 63
                                                            }
                                                          },
                                                          "expression": {
                                                            "type": "CallExpression",
                                                            "start": 15004,
                                                            "end": 15038,
                                                            "loc": {
                                                              "start": {
                                                                "line": 331,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 331,
                                                                "column": 62
                                                              }
                                                            },
                                                            "callee": {
                                                              "type": "MemberExpression",
                                                              "start": 15004,
                                                              "end": 15022,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 331,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 331,
                                                                  "column": 46
                                                                }
                                                              },
                                                              "object": {
                                                                "type": "MemberExpression",
                                                                "start": 15004,
                                                                "end": 15017,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 331,
                                                                    "column": 28
                                                                  },
                                                                  "end": {
                                                                    "line": 331,
                                                                    "column": 41
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "Identifier",
                                                                  "start": 15004,
                                                                  "end": 15011,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 331,
                                                                      "column": 28
                                                                    },
                                                                    "end": {
                                                                      "line": 331,
                                                                      "column": 35
                                                                    }
                                                                  },
                                                                  "name": "element"
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 15012,
                                                                  "end": 15017,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 331,
                                                                      "column": 36
                                                                    },
                                                                    "end": {
                                                                      "line": 331,
                                                                      "column": 41
                                                                    }
                                                                  },
                                                                  "name": "items"
                                                                },
                                                                "computed": false
                                                              },
                                                              "property": {
                                                                "type": "Identifier",
                                                                "start": 15018,
                                                                "end": 15022,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 331,
                                                                    "column": 42
                                                                  },
                                                                  "end": {
                                                                    "line": 331,
                                                                    "column": 46
                                                                  }
                                                                },
                                                                "name": "push"
                                                              },
                                                              "computed": false
                                                            },
                                                            "arguments": [
                                                              {
                                                                "type": "MemberExpression",
                                                                "start": 15023,
                                                                "end": 15037,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 331,
                                                                    "column": 47
                                                                  },
                                                                  "end": {
                                                                    "line": 331,
                                                                    "column": 61
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 15023,
                                                                  "end": 15034,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 331,
                                                                      "column": 47
                                                                    },
                                                                    "end": {
                                                                      "line": 331,
                                                                      "column": 58
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "Identifier",
                                                                    "start": 15023,
                                                                    "end": 15027,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 331,
                                                                        "column": 47
                                                                      },
                                                                      "end": {
                                                                        "line": 331,
                                                                        "column": 51
                                                                      }
                                                                    },
                                                                    "name": "data"
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 15028,
                                                                    "end": 15034,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 331,
                                                                        "column": 52
                                                                      },
                                                                      "end": {
                                                                        "line": 331,
                                                                        "column": 58
                                                                      }
                                                                    },
                                                                    "name": "object"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 15035,
                                                                  "end": 15037,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 331,
                                                                      "column": 59
                                                                    },
                                                                    "end": {
                                                                      "line": 331,
                                                                      "column": 61
                                                                    }
                                                                  },
                                                                  "name": "id"
                                                                },
                                                                "computed": false
                                                              }
                                                            ]
                                                          }
                                                        }
                                                      ]
                                                    }
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 15092,
                                                    "end": 15122,
                                                    "loc": {
                                                      "start": {
                                                        "line": 335,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 335,
                                                        "column": 54
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "AssignmentExpression",
                                                      "start": 15092,
                                                      "end": 15121,
                                                      "loc": {
                                                        "start": {
                                                          "line": 335,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 335,
                                                          "column": 53
                                                        }
                                                      },
                                                      "operator": "=",
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 15092,
                                                        "end": 15114,
                                                        "loc": {
                                                          "start": {
                                                            "line": 335,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 335,
                                                            "column": 46
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 15092,
                                                          "end": 15103,
                                                          "loc": {
                                                            "start": {
                                                              "line": 335,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 335,
                                                              "column": 35
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 15092,
                                                            "end": 15096,
                                                            "loc": {
                                                              "start": {
                                                                "line": 335,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 335,
                                                                "column": 28
                                                              }
                                                            },
                                                            "name": "data"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 15097,
                                                            "end": 15103,
                                                            "loc": {
                                                              "start": {
                                                                "line": 335,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 335,
                                                                "column": 35
                                                              }
                                                            },
                                                            "name": "object"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 15104,
                                                          "end": 15114,
                                                          "loc": {
                                                            "start": {
                                                              "line": 335,
                                                              "column": 36
                                                            },
                                                            "end": {
                                                              "line": 335,
                                                              "column": 46
                                                            }
                                                          },
                                                          "name": "__selected"
                                                        },
                                                        "computed": false
                                                      },
                                                      "right": {
                                                        "type": "Literal",
                                                        "start": 15117,
                                                        "end": 15121,
                                                        "loc": {
                                                          "start": {
                                                            "line": 335,
                                                            "column": 49
                                                          },
                                                          "end": {
                                                            "line": 335,
                                                            "column": 53
                                                          }
                                                        },
                                                        "value": true,
                                                        "rawValue": true,
                                                        "raw": "true"
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 15147,
                                                    "end": 15180,
                                                    "loc": {
                                                      "start": {
                                                        "line": 336,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 336,
                                                        "column": 57
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 15147,
                                                      "end": 15179,
                                                      "loc": {
                                                        "start": {
                                                          "line": 336,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 336,
                                                          "column": 56
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 15147,
                                                        "end": 15166,
                                                        "loc": {
                                                          "start": {
                                                            "line": 336,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 336,
                                                            "column": 43
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 15147,
                                                          "end": 15159,
                                                          "loc": {
                                                            "start": {
                                                              "line": 336,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 336,
                                                              "column": 36
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 15147,
                                                            "end": 15151,
                                                            "loc": {
                                                              "start": {
                                                                "line": 336,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 336,
                                                                "column": 28
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 15152,
                                                            "end": 15159,
                                                            "loc": {
                                                              "start": {
                                                                "line": 336,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 336,
                                                                "column": 36
                                                              }
                                                            },
                                                            "name": "options"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 15160,
                                                          "end": 15166,
                                                          "loc": {
                                                            "start": {
                                                              "line": 336,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 336,
                                                              "column": 43
                                                            }
                                                          },
                                                          "name": "select"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 15167,
                                                          "end": 15178,
                                                          "loc": {
                                                            "start": {
                                                              "line": 336,
                                                              "column": 44
                                                            },
                                                            "end": {
                                                              "line": 336,
                                                              "column": 55
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 15167,
                                                            "end": 15171,
                                                            "loc": {
                                                              "start": {
                                                                "line": 336,
                                                                "column": 44
                                                              },
                                                              "end": {
                                                                "line": 336,
                                                                "column": 48
                                                              }
                                                            },
                                                            "name": "data"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 15172,
                                                            "end": 15178,
                                                            "loc": {
                                                              "start": {
                                                                "line": 336,
                                                                "column": 49
                                                              },
                                                              "end": {
                                                                "line": 336,
                                                                "column": 55
                                                              }
                                                            },
                                                            "name": "object"
                                                          },
                                                          "computed": false
                                                        }
                                                      ]
                                                    }
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 15205,
                                                    "end": 15260,
                                                    "loc": {
                                                      "start": {
                                                        "line": 337,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 337,
                                                        "column": 79
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 15205,
                                                      "end": 15259,
                                                      "loc": {
                                                        "start": {
                                                          "line": 337,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 337,
                                                          "column": 78
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 15205,
                                                        "end": 15221,
                                                        "loc": {
                                                          "start": {
                                                            "line": 337,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 337,
                                                            "column": 40
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 15205,
                                                          "end": 15212,
                                                          "loc": {
                                                            "start": {
                                                              "line": 337,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 337,
                                                              "column": 31
                                                            }
                                                          },
                                                          "name": "element"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 15213,
                                                          "end": 15221,
                                                          "loc": {
                                                            "start": {
                                                              "line": 337,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 337,
                                                              "column": 40
                                                            }
                                                          },
                                                          "name": "onChange"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "ObjectExpression",
                                                          "start": 15222,
                                                          "end": 15258,
                                                          "loc": {
                                                            "start": {
                                                              "line": 337,
                                                              "column": 41
                                                            },
                                                            "end": {
                                                              "line": 337,
                                                              "column": 77
                                                            }
                                                          },
                                                          "properties": [
                                                            {
                                                              "type": "Property",
                                                              "start": 15224,
                                                              "end": 15231,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 337,
                                                                  "column": 43
                                                                },
                                                                "end": {
                                                                  "line": 337,
                                                                  "column": 50
                                                                }
                                                              },
                                                              "method": false,
                                                              "shorthand": true,
                                                              "computed": false,
                                                              "key": {
                                                                "type": "Identifier",
                                                                "start": 15224,
                                                                "end": 15231,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 337,
                                                                    "column": 43
                                                                  },
                                                                  "end": {
                                                                    "line": 337,
                                                                    "column": 50
                                                                  }
                                                                },
                                                                "name": "element"
                                                              },
                                                              "kind": "init",
                                                              "value": {
                                                                "type": "Identifier",
                                                                "start": 15224,
                                                                "end": 15231,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 337,
                                                                    "column": 43
                                                                  },
                                                                  "end": {
                                                                    "line": 337,
                                                                    "column": 50
                                                                  }
                                                                },
                                                                "name": "element"
                                                              }
                                                            },
                                                            {
                                                              "type": "Property",
                                                              "start": 15233,
                                                              "end": 15256,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 337,
                                                                  "column": 52
                                                                },
                                                                "end": {
                                                                  "line": 337,
                                                                  "column": 75
                                                                }
                                                              },
                                                              "method": false,
                                                              "shorthand": false,
                                                              "computed": false,
                                                              "key": {
                                                                "type": "Identifier",
                                                                "start": 15233,
                                                                "end": 15240,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 337,
                                                                    "column": 52
                                                                  },
                                                                  "end": {
                                                                    "line": 337,
                                                                    "column": 59
                                                                  }
                                                                },
                                                                "name": "objects"
                                                              },
                                                              "value": {
                                                                "type": "MemberExpression",
                                                                "start": 15242,
                                                                "end": 15256,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 337,
                                                                    "column": 61
                                                                  },
                                                                  "end": {
                                                                    "line": 337,
                                                                    "column": 75
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 15242,
                                                                  "end": 15246,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 337,
                                                                      "column": 61
                                                                    },
                                                                    "end": {
                                                                      "line": 337,
                                                                      "column": 65
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 15247,
                                                                  "end": 15256,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 337,
                                                                      "column": 66
                                                                    },
                                                                    "end": {
                                                                      "line": 337,
                                                                      "column": 75
                                                                    }
                                                                  },
                                                                  "name": "selection"
                                                                },
                                                                "computed": false
                                                              },
                                                              "kind": "init"
                                                            }
                                                          ]
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ]
                                              },
                                              "alternate": {
                                                "type": "BlockStatement",
                                                "start": 15289,
                                                "end": 15767,
                                                "loc": {
                                                  "start": {
                                                    "line": 339,
                                                    "column": 27
                                                  },
                                                  "end": {
                                                    "line": 350,
                                                    "column": 21
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 15391,
                                                    "end": 15426,
                                                    "loc": {
                                                      "start": {
                                                        "line": 342,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 342,
                                                        "column": 59
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "AssignmentExpression",
                                                      "start": 15391,
                                                      "end": 15425,
                                                      "loc": {
                                                        "start": {
                                                          "line": 342,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 342,
                                                          "column": 58
                                                        }
                                                      },
                                                      "operator": "=",
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 15391,
                                                        "end": 15413,
                                                        "loc": {
                                                          "start": {
                                                            "line": 342,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 342,
                                                            "column": 46
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 15391,
                                                          "end": 15402,
                                                          "loc": {
                                                            "start": {
                                                              "line": 342,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 342,
                                                              "column": 35
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 15391,
                                                            "end": 15395,
                                                            "loc": {
                                                              "start": {
                                                                "line": 342,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 342,
                                                                "column": 28
                                                              }
                                                            },
                                                            "name": "data",
                                                            "leadingComments": null
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 15396,
                                                            "end": 15402,
                                                            "loc": {
                                                              "start": {
                                                                "line": 342,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 342,
                                                                "column": 35
                                                              }
                                                            },
                                                            "name": "object"
                                                          },
                                                          "computed": false,
                                                          "leadingComments": null
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 15403,
                                                          "end": 15413,
                                                          "loc": {
                                                            "start": {
                                                              "line": 342,
                                                              "column": 36
                                                            },
                                                            "end": {
                                                              "line": 342,
                                                              "column": 46
                                                            }
                                                          },
                                                          "name": "__selected"
                                                        },
                                                        "computed": false,
                                                        "leadingComments": null
                                                      },
                                                      "right": {
                                                        "type": "Identifier",
                                                        "start": 15416,
                                                        "end": 15425,
                                                        "loc": {
                                                          "start": {
                                                            "line": 342,
                                                            "column": 49
                                                          },
                                                          "end": {
                                                            "line": 342,
                                                            "column": 58
                                                          }
                                                        },
                                                        "name": "undefined"
                                                      },
                                                      "leadingComments": null
                                                    },
                                                    "leadingComments": [
                                                      {
                                                        "type": "CommentLine",
                                                        "value": " Selected element gets clicked, looses its state",
                                                        "start": 15316,
                                                        "end": 15366,
                                                        "loc": {
                                                          "start": {
                                                            "line": 341,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 341,
                                                            "column": 74
                                                          }
                                                        },
                                                        "range": [
                                                          15316,
                                                          15366
                                                        ]
                                                      }
                                                    ]
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 15451,
                                                    "end": 15490,
                                                    "loc": {
                                                      "start": {
                                                        "line": 343,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 343,
                                                        "column": 63
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 15451,
                                                      "end": 15489,
                                                      "loc": {
                                                        "start": {
                                                          "line": 343,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 343,
                                                          "column": 62
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 15451,
                                                        "end": 15469,
                                                        "loc": {
                                                          "start": {
                                                            "line": 343,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 343,
                                                            "column": 42
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 15451,
                                                          "end": 15463,
                                                          "loc": {
                                                            "start": {
                                                              "line": 343,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 343,
                                                              "column": 36
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 15451,
                                                            "end": 15455,
                                                            "loc": {
                                                              "start": {
                                                                "line": 343,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 343,
                                                                "column": 28
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 15456,
                                                            "end": 15463,
                                                            "loc": {
                                                              "start": {
                                                                "line": 343,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 343,
                                                                "column": 36
                                                              }
                                                            },
                                                            "name": "options"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 15464,
                                                          "end": 15469,
                                                          "loc": {
                                                            "start": {
                                                              "line": 343,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 343,
                                                              "column": 42
                                                            }
                                                          },
                                                          "name": "hover"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 15470,
                                                          "end": 15481,
                                                          "loc": {
                                                            "start": {
                                                              "line": 343,
                                                              "column": 43
                                                            },
                                                            "end": {
                                                              "line": 343,
                                                              "column": 54
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 15470,
                                                            "end": 15474,
                                                            "loc": {
                                                              "start": {
                                                                "line": 343,
                                                                "column": 43
                                                              },
                                                              "end": {
                                                                "line": 343,
                                                                "column": 47
                                                              }
                                                            },
                                                            "name": "data"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 15475,
                                                            "end": 15481,
                                                            "loc": {
                                                              "start": {
                                                                "line": 343,
                                                                "column": 48
                                                              },
                                                              "end": {
                                                                "line": 343,
                                                                "column": 54
                                                              }
                                                            },
                                                            "name": "object"
                                                          },
                                                          "computed": false
                                                        },
                                                        {
                                                          "type": "Literal",
                                                          "start": 15483,
                                                          "end": 15488,
                                                          "loc": {
                                                            "start": {
                                                              "line": 343,
                                                              "column": 56
                                                            },
                                                            "end": {
                                                              "line": 343,
                                                              "column": 61
                                                            }
                                                          },
                                                          "value": false,
                                                          "rawValue": false,
                                                          "raw": "false"
                                                        }
                                                      ]
                                                    }
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 15515,
                                                    "end": 15550,
                                                    "loc": {
                                                      "start": {
                                                        "line": 344,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 344,
                                                        "column": 59
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 15515,
                                                      "end": 15549,
                                                      "loc": {
                                                        "start": {
                                                          "line": 344,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 344,
                                                          "column": 58
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 15515,
                                                        "end": 15536,
                                                        "loc": {
                                                          "start": {
                                                            "line": 344,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 344,
                                                            "column": 45
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 15515,
                                                          "end": 15527,
                                                          "loc": {
                                                            "start": {
                                                              "line": 344,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 344,
                                                              "column": 36
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 15515,
                                                            "end": 15519,
                                                            "loc": {
                                                              "start": {
                                                                "line": 344,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 344,
                                                                "column": 28
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 15520,
                                                            "end": 15527,
                                                            "loc": {
                                                              "start": {
                                                                "line": 344,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 344,
                                                                "column": 36
                                                              }
                                                            },
                                                            "name": "options"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 15528,
                                                          "end": 15536,
                                                          "loc": {
                                                            "start": {
                                                              "line": 344,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 344,
                                                              "column": 45
                                                            }
                                                          },
                                                          "name": "deselect"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 15537,
                                                          "end": 15548,
                                                          "loc": {
                                                            "start": {
                                                              "line": 344,
                                                              "column": 46
                                                            },
                                                            "end": {
                                                              "line": 344,
                                                              "column": 57
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 15537,
                                                            "end": 15541,
                                                            "loc": {
                                                              "start": {
                                                                "line": 344,
                                                                "column": 46
                                                              },
                                                              "end": {
                                                                "line": 344,
                                                                "column": 50
                                                              }
                                                            },
                                                            "name": "data"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 15542,
                                                            "end": 15548,
                                                            "loc": {
                                                              "start": {
                                                                "line": 344,
                                                                "column": 51
                                                              },
                                                              "end": {
                                                                "line": 344,
                                                                "column": 57
                                                              }
                                                            },
                                                            "name": "object"
                                                          },
                                                          "computed": false
                                                        }
                                                      ]
                                                    }
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 15576,
                                                    "end": 15608,
                                                    "loc": {
                                                      "start": {
                                                        "line": 346,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 346,
                                                        "column": 56
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 15576,
                                                      "end": 15607,
                                                      "loc": {
                                                        "start": {
                                                          "line": 346,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 346,
                                                          "column": 55
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 15576,
                                                        "end": 15597,
                                                        "loc": {
                                                          "start": {
                                                            "line": 346,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 346,
                                                            "column": 45
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 15576,
                                                          "end": 15590,
                                                          "loc": {
                                                            "start": {
                                                              "line": 346,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 346,
                                                              "column": 38
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 15576,
                                                            "end": 15580,
                                                            "loc": {
                                                              "start": {
                                                                "line": 346,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 346,
                                                                "column": 28
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 15581,
                                                            "end": 15590,
                                                            "loc": {
                                                              "start": {
                                                                "line": 346,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 346,
                                                                "column": 38
                                                              }
                                                            },
                                                            "name": "selection"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 15591,
                                                          "end": 15597,
                                                          "loc": {
                                                            "start": {
                                                              "line": 346,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 346,
                                                              "column": 45
                                                            }
                                                          },
                                                          "name": "splice"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 15598,
                                                          "end": 15603,
                                                          "loc": {
                                                            "start": {
                                                              "line": 346,
                                                              "column": 46
                                                            },
                                                            "end": {
                                                              "line": 346,
                                                              "column": 51
                                                            }
                                                          },
                                                          "name": "index"
                                                        },
                                                        {
                                                          "type": "Literal",
                                                          "start": 15605,
                                                          "end": 15606,
                                                          "loc": {
                                                            "start": {
                                                              "line": 346,
                                                              "column": 53
                                                            },
                                                            "end": {
                                                              "line": 346,
                                                              "column": 54
                                                            }
                                                          },
                                                          "value": 1,
                                                          "rawValue": 1,
                                                          "raw": "1"
                                                        }
                                                      ]
                                                    }
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 15633,
                                                    "end": 15664,
                                                    "loc": {
                                                      "start": {
                                                        "line": 347,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 347,
                                                        "column": 55
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 15633,
                                                      "end": 15663,
                                                      "loc": {
                                                        "start": {
                                                          "line": 347,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 347,
                                                          "column": 54
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 15633,
                                                        "end": 15653,
                                                        "loc": {
                                                          "start": {
                                                            "line": 347,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 347,
                                                            "column": 44
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 15633,
                                                          "end": 15646,
                                                          "loc": {
                                                            "start": {
                                                              "line": 347,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 347,
                                                              "column": 37
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 15633,
                                                            "end": 15640,
                                                            "loc": {
                                                              "start": {
                                                                "line": 347,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 347,
                                                                "column": 31
                                                              }
                                                            },
                                                            "name": "element"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 15641,
                                                            "end": 15646,
                                                            "loc": {
                                                              "start": {
                                                                "line": 347,
                                                                "column": 32
                                                              },
                                                              "end": {
                                                                "line": 347,
                                                                "column": 37
                                                              }
                                                            },
                                                            "name": "items"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 15647,
                                                          "end": 15653,
                                                          "loc": {
                                                            "start": {
                                                              "line": 347,
                                                              "column": 38
                                                            },
                                                            "end": {
                                                              "line": 347,
                                                              "column": 44
                                                            }
                                                          },
                                                          "name": "splice"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "Identifier",
                                                          "start": 15654,
                                                          "end": 15659,
                                                          "loc": {
                                                            "start": {
                                                              "line": 347,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 347,
                                                              "column": 50
                                                            }
                                                          },
                                                          "name": "index"
                                                        },
                                                        {
                                                          "type": "Literal",
                                                          "start": 15661,
                                                          "end": 15662,
                                                          "loc": {
                                                            "start": {
                                                              "line": 347,
                                                              "column": 52
                                                            },
                                                            "end": {
                                                              "line": 347,
                                                              "column": 53
                                                            }
                                                          },
                                                          "value": 1,
                                                          "rawValue": 1,
                                                          "raw": "1"
                                                        }
                                                      ]
                                                    }
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 15689,
                                                    "end": 15744,
                                                    "loc": {
                                                      "start": {
                                                        "line": 348,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 348,
                                                        "column": 79
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 15689,
                                                      "end": 15743,
                                                      "loc": {
                                                        "start": {
                                                          "line": 348,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 348,
                                                          "column": 78
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 15689,
                                                        "end": 15705,
                                                        "loc": {
                                                          "start": {
                                                            "line": 348,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 348,
                                                            "column": 40
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "Identifier",
                                                          "start": 15689,
                                                          "end": 15696,
                                                          "loc": {
                                                            "start": {
                                                              "line": 348,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 348,
                                                              "column": 31
                                                            }
                                                          },
                                                          "name": "element"
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 15697,
                                                          "end": 15705,
                                                          "loc": {
                                                            "start": {
                                                              "line": 348,
                                                              "column": 32
                                                            },
                                                            "end": {
                                                              "line": 348,
                                                              "column": 40
                                                            }
                                                          },
                                                          "name": "onChange"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "ObjectExpression",
                                                          "start": 15706,
                                                          "end": 15742,
                                                          "loc": {
                                                            "start": {
                                                              "line": 348,
                                                              "column": 41
                                                            },
                                                            "end": {
                                                              "line": 348,
                                                              "column": 77
                                                            }
                                                          },
                                                          "properties": [
                                                            {
                                                              "type": "Property",
                                                              "start": 15708,
                                                              "end": 15715,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 348,
                                                                  "column": 43
                                                                },
                                                                "end": {
                                                                  "line": 348,
                                                                  "column": 50
                                                                }
                                                              },
                                                              "method": false,
                                                              "shorthand": true,
                                                              "computed": false,
                                                              "key": {
                                                                "type": "Identifier",
                                                                "start": 15708,
                                                                "end": 15715,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 348,
                                                                    "column": 43
                                                                  },
                                                                  "end": {
                                                                    "line": 348,
                                                                    "column": 50
                                                                  }
                                                                },
                                                                "name": "element"
                                                              },
                                                              "kind": "init",
                                                              "value": {
                                                                "type": "Identifier",
                                                                "start": 15708,
                                                                "end": 15715,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 348,
                                                                    "column": 43
                                                                  },
                                                                  "end": {
                                                                    "line": 348,
                                                                    "column": 50
                                                                  }
                                                                },
                                                                "name": "element"
                                                              }
                                                            },
                                                            {
                                                              "type": "Property",
                                                              "start": 15717,
                                                              "end": 15740,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 348,
                                                                  "column": 52
                                                                },
                                                                "end": {
                                                                  "line": 348,
                                                                  "column": 75
                                                                }
                                                              },
                                                              "method": false,
                                                              "shorthand": false,
                                                              "computed": false,
                                                              "key": {
                                                                "type": "Identifier",
                                                                "start": 15717,
                                                                "end": 15724,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 348,
                                                                    "column": 52
                                                                  },
                                                                  "end": {
                                                                    "line": 348,
                                                                    "column": 59
                                                                  }
                                                                },
                                                                "name": "objects"
                                                              },
                                                              "value": {
                                                                "type": "MemberExpression",
                                                                "start": 15726,
                                                                "end": 15740,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 348,
                                                                    "column": 61
                                                                  },
                                                                  "end": {
                                                                    "line": 348,
                                                                    "column": 75
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "ThisExpression",
                                                                  "start": 15726,
                                                                  "end": 15730,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 348,
                                                                      "column": 61
                                                                    },
                                                                    "end": {
                                                                      "line": 348,
                                                                      "column": 65
                                                                    }
                                                                  }
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 15731,
                                                                  "end": 15740,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 348,
                                                                      "column": 66
                                                                    },
                                                                    "end": {
                                                                      "line": 348,
                                                                      "column": 75
                                                                    }
                                                                  },
                                                                  "name": "selection"
                                                                },
                                                                "computed": false
                                                              },
                                                              "kind": "init"
                                                            }
                                                          ]
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ]
                                              }
                                            }
                                          ]
                                        }
                                      },
                                      "kind": "init"
                                    },
                                    {
                                      "type": "Property",
                                      "start": 15804,
                                      "end": 16288,
                                      "loc": {
                                        "start": {
                                          "line": 353,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 364,
                                          "column": 17
                                        }
                                      },
                                      "method": false,
                                      "shorthand": false,
                                      "computed": true,
                                      "key": {
                                        "type": "MemberExpression",
                                        "start": 15805,
                                        "end": 15838,
                                        "loc": {
                                          "start": {
                                            "line": 353,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 353,
                                            "column": 50
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 15805,
                                          "end": 15831,
                                          "loc": {
                                            "start": {
                                              "line": 353,
                                              "column": 17
                                            },
                                            "end": {
                                              "line": 353,
                                              "column": 43
                                            }
                                          },
                                          "object": {
                                            "type": "MemberExpression",
                                            "start": 15805,
                                            "end": 15819,
                                            "loc": {
                                              "start": {
                                                "line": 353,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 353,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "Identifier",
                                              "start": 15805,
                                              "end": 15812,
                                              "loc": {
                                                "start": {
                                                  "line": 353,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 353,
                                                  "column": 24
                                                }
                                              },
                                              "name": "Object3"
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 15813,
                                              "end": 15819,
                                              "loc": {
                                                "start": {
                                                  "line": 353,
                                                  "column": 25
                                                },
                                                "end": {
                                                  "line": 353,
                                                  "column": 31
                                                }
                                              },
                                              "name": "Events"
                                            },
                                            "computed": false
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 15820,
                                            "end": 15831,
                                            "loc": {
                                              "start": {
                                                "line": 353,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 353,
                                                "column": 43
                                              }
                                            },
                                            "name": "Interaction"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 15832,
                                          "end": 15838,
                                          "loc": {
                                            "start": {
                                              "line": 353,
                                              "column": 44
                                            },
                                            "end": {
                                              "line": 353,
                                              "column": 50
                                            }
                                          },
                                          "name": "Missed"
                                        },
                                        "computed": false
                                      },
                                      "value": {
                                        "type": "ArrowFunctionExpression",
                                        "start": 15841,
                                        "end": 16288,
                                        "loc": {
                                          "start": {
                                            "line": 353,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 364,
                                            "column": 17
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 15847,
                                          "end": 16288,
                                          "loc": {
                                            "start": {
                                              "line": 353,
                                              "column": 59
                                            },
                                            "end": {
                                              "line": 364,
                                              "column": 17
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ForOfStatement",
                                              "start": 15870,
                                              "end": 16112,
                                              "loc": {
                                                "start": {
                                                  "line": 355,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 359,
                                                  "column": 21
                                                }
                                              },
                                              "left": {
                                                "type": "VariableDeclaration",
                                                "start": 15875,
                                                "end": 15883,
                                                "loc": {
                                                  "start": {
                                                    "line": 355,
                                                    "column": 25
                                                  },
                                                  "end": {
                                                    "line": 355,
                                                    "column": 33
                                                  }
                                                },
                                                "declarations": [
                                                  {
                                                    "type": "VariableDeclarator",
                                                    "start": 15879,
                                                    "end": 15883,
                                                    "loc": {
                                                      "start": {
                                                        "line": 355,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 355,
                                                        "column": 33
                                                      }
                                                    },
                                                    "id": {
                                                      "type": "Identifier",
                                                      "start": 15879,
                                                      "end": 15883,
                                                      "loc": {
                                                        "start": {
                                                          "line": 355,
                                                          "column": 29
                                                        },
                                                        "end": {
                                                          "line": 355,
                                                          "column": 33
                                                        }
                                                      },
                                                      "name": "item"
                                                    },
                                                    "init": null
                                                  }
                                                ],
                                                "kind": "let"
                                              },
                                              "right": {
                                                "type": "MemberExpression",
                                                "start": 15887,
                                                "end": 15901,
                                                "loc": {
                                                  "start": {
                                                    "line": 355,
                                                    "column": 37
                                                  },
                                                  "end": {
                                                    "line": 355,
                                                    "column": 51
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 15887,
                                                  "end": 15891,
                                                  "loc": {
                                                    "start": {
                                                      "line": 355,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 355,
                                                      "column": 41
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 15892,
                                                  "end": 15901,
                                                  "loc": {
                                                    "start": {
                                                      "line": 355,
                                                      "column": 42
                                                    },
                                                    "end": {
                                                      "line": 355,
                                                      "column": 51
                                                    }
                                                  },
                                                  "name": "selection"
                                                },
                                                "computed": false
                                              },
                                              "body": {
                                                "type": "BlockStatement",
                                                "start": 15903,
                                                "end": 16112,
                                                "loc": {
                                                  "start": {
                                                    "line": 355,
                                                    "column": 53
                                                  },
                                                  "end": {
                                                    "line": 359,
                                                    "column": 21
                                                  }
                                                },
                                                "body": [
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 15929,
                                                    "end": 15964,
                                                    "loc": {
                                                      "start": {
                                                        "line": 356,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 356,
                                                        "column": 59
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "AssignmentExpression",
                                                      "start": 15929,
                                                      "end": 15963,
                                                      "loc": {
                                                        "start": {
                                                          "line": 356,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 356,
                                                          "column": 58
                                                        }
                                                      },
                                                      "operator": "=",
                                                      "left": {
                                                        "type": "MemberExpression",
                                                        "start": 15929,
                                                        "end": 15951,
                                                        "loc": {
                                                          "start": {
                                                            "line": 356,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 356,
                                                            "column": 46
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 15929,
                                                          "end": 15940,
                                                          "loc": {
                                                            "start": {
                                                              "line": 356,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 356,
                                                              "column": 35
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 15929,
                                                            "end": 15933,
                                                            "loc": {
                                                              "start": {
                                                                "line": 356,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 356,
                                                                "column": 28
                                                              }
                                                            },
                                                            "name": "item"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 15934,
                                                            "end": 15940,
                                                            "loc": {
                                                              "start": {
                                                                "line": 356,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 356,
                                                                "column": 35
                                                              }
                                                            },
                                                            "name": "object"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 15941,
                                                          "end": 15951,
                                                          "loc": {
                                                            "start": {
                                                              "line": 356,
                                                              "column": 36
                                                            },
                                                            "end": {
                                                              "line": 356,
                                                              "column": 46
                                                            }
                                                          },
                                                          "name": "__selected"
                                                        },
                                                        "computed": false
                                                      },
                                                      "right": {
                                                        "type": "Identifier",
                                                        "start": 15954,
                                                        "end": 15963,
                                                        "loc": {
                                                          "start": {
                                                            "line": 356,
                                                            "column": 49
                                                          },
                                                          "end": {
                                                            "line": 356,
                                                            "column": 58
                                                          }
                                                        },
                                                        "name": "undefined"
                                                      }
                                                    }
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 15989,
                                                    "end": 16030,
                                                    "loc": {
                                                      "start": {
                                                        "line": 357,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 357,
                                                        "column": 65
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 15989,
                                                      "end": 16029,
                                                      "loc": {
                                                        "start": {
                                                          "line": 357,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 357,
                                                          "column": 64
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 15989,
                                                        "end": 16009,
                                                        "loc": {
                                                          "start": {
                                                            "line": 357,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 357,
                                                            "column": 44
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 15989,
                                                          "end": 16001,
                                                          "loc": {
                                                            "start": {
                                                              "line": 357,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 357,
                                                              "column": 36
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 15989,
                                                            "end": 15993,
                                                            "loc": {
                                                              "start": {
                                                                "line": 357,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 357,
                                                                "column": 28
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 15994,
                                                            "end": 16001,
                                                            "loc": {
                                                              "start": {
                                                                "line": 357,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 357,
                                                                "column": 36
                                                              }
                                                            },
                                                            "name": "options"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 16002,
                                                          "end": 16009,
                                                          "loc": {
                                                            "start": {
                                                              "line": 357,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 357,
                                                              "column": 44
                                                            }
                                                          },
                                                          "name": "unhover"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 16010,
                                                          "end": 16021,
                                                          "loc": {
                                                            "start": {
                                                              "line": 357,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 357,
                                                              "column": 56
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 16010,
                                                            "end": 16014,
                                                            "loc": {
                                                              "start": {
                                                                "line": 357,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 357,
                                                                "column": 49
                                                              }
                                                            },
                                                            "name": "item"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 16015,
                                                            "end": 16021,
                                                            "loc": {
                                                              "start": {
                                                                "line": 357,
                                                                "column": 50
                                                              },
                                                              "end": {
                                                                "line": 357,
                                                                "column": 56
                                                              }
                                                            },
                                                            "name": "object"
                                                          },
                                                          "computed": false
                                                        },
                                                        {
                                                          "type": "Literal",
                                                          "start": 16023,
                                                          "end": 16028,
                                                          "loc": {
                                                            "start": {
                                                              "line": 357,
                                                              "column": 58
                                                            },
                                                            "end": {
                                                              "line": 357,
                                                              "column": 63
                                                            }
                                                          },
                                                          "value": false,
                                                          "rawValue": false,
                                                          "raw": "false"
                                                        }
                                                      ]
                                                    }
                                                  },
                                                  {
                                                    "type": "ExpressionStatement",
                                                    "start": 16055,
                                                    "end": 16090,
                                                    "loc": {
                                                      "start": {
                                                        "line": 358,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 358,
                                                        "column": 59
                                                      }
                                                    },
                                                    "expression": {
                                                      "type": "CallExpression",
                                                      "start": 16055,
                                                      "end": 16089,
                                                      "loc": {
                                                        "start": {
                                                          "line": 358,
                                                          "column": 24
                                                        },
                                                        "end": {
                                                          "line": 358,
                                                          "column": 58
                                                        }
                                                      },
                                                      "callee": {
                                                        "type": "MemberExpression",
                                                        "start": 16055,
                                                        "end": 16076,
                                                        "loc": {
                                                          "start": {
                                                            "line": 358,
                                                            "column": 24
                                                          },
                                                          "end": {
                                                            "line": 358,
                                                            "column": 45
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 16055,
                                                          "end": 16067,
                                                          "loc": {
                                                            "start": {
                                                              "line": 358,
                                                              "column": 24
                                                            },
                                                            "end": {
                                                              "line": 358,
                                                              "column": 36
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 16055,
                                                            "end": 16059,
                                                            "loc": {
                                                              "start": {
                                                                "line": 358,
                                                                "column": 24
                                                              },
                                                              "end": {
                                                                "line": 358,
                                                                "column": 28
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 16060,
                                                            "end": 16067,
                                                            "loc": {
                                                              "start": {
                                                                "line": 358,
                                                                "column": 29
                                                              },
                                                              "end": {
                                                                "line": 358,
                                                                "column": 36
                                                              }
                                                            },
                                                            "name": "options"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 16068,
                                                          "end": 16076,
                                                          "loc": {
                                                            "start": {
                                                              "line": 358,
                                                              "column": 37
                                                            },
                                                            "end": {
                                                              "line": 358,
                                                              "column": 45
                                                            }
                                                          },
                                                          "name": "deselect"
                                                        },
                                                        "computed": false
                                                      },
                                                      "arguments": [
                                                        {
                                                          "type": "MemberExpression",
                                                          "start": 16077,
                                                          "end": 16088,
                                                          "loc": {
                                                            "start": {
                                                              "line": 358,
                                                              "column": 46
                                                            },
                                                            "end": {
                                                              "line": 358,
                                                              "column": 57
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 16077,
                                                            "end": 16081,
                                                            "loc": {
                                                              "start": {
                                                                "line": 358,
                                                                "column": 46
                                                              },
                                                              "end": {
                                                                "line": 358,
                                                                "column": 50
                                                              }
                                                            },
                                                            "name": "item"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 16082,
                                                            "end": 16088,
                                                            "loc": {
                                                              "start": {
                                                                "line": 358,
                                                                "column": 51
                                                              },
                                                              "end": {
                                                                "line": 358,
                                                                "column": 57
                                                              }
                                                            },
                                                            "name": "object"
                                                          },
                                                          "computed": false
                                                        }
                                                      ]
                                                    }
                                                  }
                                                ]
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 16133,
                                              "end": 16153,
                                              "loc": {
                                                "start": {
                                                  "line": 360,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 360,
                                                  "column": 40
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 16133,
                                                "end": 16152,
                                                "loc": {
                                                  "start": {
                                                    "line": 360,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 360,
                                                    "column": 39
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 16133,
                                                  "end": 16147,
                                                  "loc": {
                                                    "start": {
                                                      "line": 360,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 360,
                                                      "column": 34
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 16133,
                                                    "end": 16137,
                                                    "loc": {
                                                      "start": {
                                                        "line": 360,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 360,
                                                        "column": 24
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 16138,
                                                    "end": 16147,
                                                    "loc": {
                                                      "start": {
                                                        "line": 360,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 360,
                                                        "column": 34
                                                      }
                                                    },
                                                    "name": "selection"
                                                  },
                                                  "computed": false
                                                },
                                                "right": {
                                                  "type": "ArrayExpression",
                                                  "start": 16150,
                                                  "end": 16152,
                                                  "loc": {
                                                    "start": {
                                                      "line": 360,
                                                      "column": 37
                                                    },
                                                    "end": {
                                                      "line": 360,
                                                      "column": 39
                                                    }
                                                  },
                                                  "elements": []
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 16174,
                                              "end": 16193,
                                              "loc": {
                                                "start": {
                                                  "line": 361,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 361,
                                                  "column": 39
                                                }
                                              },
                                              "expression": {
                                                "type": "AssignmentExpression",
                                                "start": 16174,
                                                "end": 16192,
                                                "loc": {
                                                  "start": {
                                                    "line": 361,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 361,
                                                    "column": 38
                                                  }
                                                },
                                                "operator": "=",
                                                "left": {
                                                  "type": "MemberExpression",
                                                  "start": 16174,
                                                  "end": 16187,
                                                  "loc": {
                                                    "start": {
                                                      "line": 361,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 361,
                                                      "column": 33
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 16174,
                                                    "end": 16181,
                                                    "loc": {
                                                      "start": {
                                                        "line": 361,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 361,
                                                        "column": 27
                                                      }
                                                    },
                                                    "name": "element"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 16182,
                                                    "end": 16187,
                                                    "loc": {
                                                      "start": {
                                                        "line": 361,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 361,
                                                        "column": 33
                                                      }
                                                    },
                                                    "name": "items"
                                                  },
                                                  "computed": false
                                                },
                                                "right": {
                                                  "type": "ArrayExpression",
                                                  "start": 16190,
                                                  "end": 16192,
                                                  "loc": {
                                                    "start": {
                                                      "line": 361,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 361,
                                                      "column": 38
                                                    }
                                                  },
                                                  "elements": []
                                                }
                                              }
                                            },
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 16214,
                                              "end": 16269,
                                              "loc": {
                                                "start": {
                                                  "line": 362,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 362,
                                                  "column": 75
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 16214,
                                                "end": 16268,
                                                "loc": {
                                                  "start": {
                                                    "line": 362,
                                                    "column": 20
                                                  },
                                                  "end": {
                                                    "line": 362,
                                                    "column": 74
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 16214,
                                                  "end": 16230,
                                                  "loc": {
                                                    "start": {
                                                      "line": 362,
                                                      "column": 20
                                                    },
                                                    "end": {
                                                      "line": 362,
                                                      "column": 36
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "Identifier",
                                                    "start": 16214,
                                                    "end": 16221,
                                                    "loc": {
                                                      "start": {
                                                        "line": 362,
                                                        "column": 20
                                                      },
                                                      "end": {
                                                        "line": 362,
                                                        "column": 27
                                                      }
                                                    },
                                                    "name": "element"
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 16222,
                                                    "end": 16230,
                                                    "loc": {
                                                      "start": {
                                                        "line": 362,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 362,
                                                        "column": 36
                                                      }
                                                    },
                                                    "name": "onChange"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": [
                                                  {
                                                    "type": "ObjectExpression",
                                                    "start": 16231,
                                                    "end": 16267,
                                                    "loc": {
                                                      "start": {
                                                        "line": 362,
                                                        "column": 37
                                                      },
                                                      "end": {
                                                        "line": 362,
                                                        "column": 73
                                                      }
                                                    },
                                                    "properties": [
                                                      {
                                                        "type": "Property",
                                                        "start": 16233,
                                                        "end": 16240,
                                                        "loc": {
                                                          "start": {
                                                            "line": 362,
                                                            "column": 39
                                                          },
                                                          "end": {
                                                            "line": 362,
                                                            "column": 46
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": true,
                                                        "computed": false,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 16233,
                                                          "end": 16240,
                                                          "loc": {
                                                            "start": {
                                                              "line": 362,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 362,
                                                              "column": 46
                                                            }
                                                          },
                                                          "name": "element"
                                                        },
                                                        "kind": "init",
                                                        "value": {
                                                          "type": "Identifier",
                                                          "start": 16233,
                                                          "end": 16240,
                                                          "loc": {
                                                            "start": {
                                                              "line": 362,
                                                              "column": 39
                                                            },
                                                            "end": {
                                                              "line": 362,
                                                              "column": 46
                                                            }
                                                          },
                                                          "name": "element"
                                                        }
                                                      },
                                                      {
                                                        "type": "Property",
                                                        "start": 16242,
                                                        "end": 16265,
                                                        "loc": {
                                                          "start": {
                                                            "line": 362,
                                                            "column": 48
                                                          },
                                                          "end": {
                                                            "line": 362,
                                                            "column": 71
                                                          }
                                                        },
                                                        "method": false,
                                                        "shorthand": false,
                                                        "computed": false,
                                                        "key": {
                                                          "type": "Identifier",
                                                          "start": 16242,
                                                          "end": 16249,
                                                          "loc": {
                                                            "start": {
                                                              "line": 362,
                                                              "column": 48
                                                            },
                                                            "end": {
                                                              "line": 362,
                                                              "column": 55
                                                            }
                                                          },
                                                          "name": "objects"
                                                        },
                                                        "value": {
                                                          "type": "MemberExpression",
                                                          "start": 16251,
                                                          "end": 16265,
                                                          "loc": {
                                                            "start": {
                                                              "line": 362,
                                                              "column": 57
                                                            },
                                                            "end": {
                                                              "line": 362,
                                                              "column": 71
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "ThisExpression",
                                                            "start": 16251,
                                                            "end": 16255,
                                                            "loc": {
                                                              "start": {
                                                                "line": 362,
                                                                "column": 57
                                                              },
                                                              "end": {
                                                                "line": 362,
                                                                "column": 61
                                                              }
                                                            }
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 16256,
                                                            "end": 16265,
                                                            "loc": {
                                                              "start": {
                                                                "line": 362,
                                                                "column": 62
                                                              },
                                                              "end": {
                                                                "line": 362,
                                                                "column": 71
                                                              }
                                                            },
                                                            "name": "selection"
                                                          },
                                                          "computed": false
                                                        },
                                                        "kind": "init"
                                                      }
                                                    ]
                                                  }
                                                ]
                                              }
                                            }
                                          ]
                                        }
                                      },
                                      "kind": "init"
                                    }
                                  ]
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "leadingComments": [
          {
            "type": "Block",
            "value": "* Integration manages plugins. It is the M(odel) in M(odel)VM(Viewmodel). This class can be reflected by any\n    MVM framework such as React, Angular, Vue and others. Both Integration and Plugins keep critical data from leaking\n    by relying on internals under this.* and modeldata under this.data.",
            "start": 113,
            "end": 416,
            "loc": {
              "start": {
                "line": 5,
                "column": 0
              },
              "end": {
                "line": 7,
                "column": 73
              }
            },
            "range": [
              113,
              416
            ]
          }
        ],
        "trailingComments": []
      },
      "leadingComments": [
        {
          "type": "Block",
          "value": "* Integration manages plugins. It is the M(odel) in M(odel)VM(Viewmodel). This class can be reflected by any\n    MVM framework such as React, Angular, Vue and others. Both Integration and Plugins keep critical data from leaking\n    by relying on internals under this.* and modeldata under this.data.",
          "start": 113,
          "end": 416,
          "loc": {
            "start": {
              "line": 5,
              "column": 0
            },
            "end": {
              "line": 7,
              "column": 73
            }
          },
          "range": [
            113,
            416
          ]
        }
      ]
    }
  ]
}